Mercurial > hg > openttd
graph
-
(svn r11191) -Fix [FS#1227]: GLS_ACTIVATION stage must be done immediatly after GLS_RESERVE stage, before the GLS_RESERVE stage for the next newgrf. draftMon, 01 Oct 2007 18:59:25 +0000, by glx
-
(svn r11190) -Fix: make snowy roofs of (newgrf) houses also transparent. draftSun, 30 Sep 2007 19:33:40 +0000, by rubidium
-
(svn r11189) -Fix: if the location check callback results in something invalid (i.e. not a callback result), the industry should be allowed to be build as that's how TTDP does it. draftSun, 30 Sep 2007 18:53:59 +0000, by rubidium
-
(svn r11188) -Codechange: rewrite of the town action related code (remove some of the magic). draftSun, 30 Sep 2007 17:38:42 +0000, by rubidium
-
(svn r11187) -Fix: what holds for houses in r11149 also holds for industries. draftSun, 30 Sep 2007 15:37:24 +0000, by rubidium
-
(svn r11186) -Fix: only fill the accepted cargo fields once, not multiple times. draftSun, 30 Sep 2007 14:29:45 +0000, by rubidium
-
(svn r11185) -Codechange: prepare some more code for the introduction of NewIndustries. Patch by Belugas. draftFri, 28 Sep 2007 21:24:25 +0000, by rubidium
-
(svn r11184) -Codechange: cleanup the code related to backup orders. draftFri, 28 Sep 2007 21:15:45 +0000, by rubidium
-
(svn r11183) -Fix [FS#1249]: airports do not need to care about overflying aircraf when removing them, because if they were not in the "flying" state it can't be removed anyway. draftFri, 28 Sep 2007 19:24:52 +0000, by rubidium
-
(svn r11182) -Fix [FS#1261] (r11174): bounding boxes caused crashes when zoomed out. Patch by SmatZ. draftFri, 28 Sep 2007 19:17:33 +0000, by rubidium
-
(svn r11181) -Codechange: add support for newgrf callback 14A (Belugas) draftFri, 28 Sep 2007 17:09:50 +0000, by glx
-
(svn r11180) -Fix (r11175): crash on load when you don't have any NewGRFs. More interesting is: who plays without them ;) draftFri, 28 Sep 2007 17:04:52 +0000, by rubidium
-
(svn r11179) -Fix [FS#1262] (r11175): compilation with MSVC was broken draftFri, 28 Sep 2007 16:05:40 +0000, by glx
-
(svn r11178) -Fix: don't check newgrf callback 22 in scenario editor draftFri, 28 Sep 2007 00:34:10 +0000, by glx
-
(svn r11177) -Codechange: add support for newgrf callbacks 14B and 14C draftThu, 27 Sep 2007 21:47:38 +0000, by glx
-
(svn r11176) -Revert (r9867): as it is needed for newgrf callbacks 14B and 14C draftThu, 27 Sep 2007 21:39:13 +0000, by glx
-
(svn r11175) -Codechange: sort the NewGRFs by name, making searching a specific NewGRF a lot easier. draftThu, 27 Sep 2007 20:39:46 +0000, by rubidium
-
(svn r11173) -Codechange: rename some callback enums so they are more uniform. draftWed, 26 Sep 2007 17:33:32 +0000, by rubidium
-
(svn r11172) -Codechange: rewrite of town road building and addition of the possibility to clean up unconnected road bits during the local road reconstructions. Based on a patch by skidd13. draftWed, 26 Sep 2007 16:12:43 +0000, by rubidium
-
(svn r11171) -Fix [FS#1257]: disable autoslope for automatically changed stuff (like towns and industries) and enable it in the scenario editor. Patch by frosch. draftWed, 26 Sep 2007 14:32:06 +0000, by rubidium
-
(svn r11169) -Fix [FS#1255]: obiwan in Blitter::Drawline(), which caused it to clip too much at screen/viewport borders. Patch by frosch. draftWed, 26 Sep 2007 14:17:26 +0000, by rubidium
-
(svn r11168) -Fix [FS#1256]: assert on terraforming of industries. Patch by frosch. draftWed, 26 Sep 2007 14:14:51 +0000, by rubidium
-
(svn r11167) -Fix [FS#1260]: Electric trains were not shown as stopped in depots when converting it from elrail -> normal rail. Patch by smatz. draftWed, 26 Sep 2007 14:05:09 +0000, by rubidium
-
(svn r11165) -Fix(r11164): an unwelcome change in MSVC projects/openttd_vs80.vcproj, plus a fix in source.list draftWed, 26 Sep 2007 02:29:34 +0000, by belugas
-
(svn r11164) -Fix(r11161): a rogue space roaming in the night... removed draftWed, 26 Sep 2007 02:20:58 +0000, by belugas
-
(svn r11162) -Fix: Acceptance is not a cargo, but rather a level of... acceptance :) So don't need to get cargo name out of it (glx) draftWed, 26 Sep 2007 02:11:30 +0000, by belugas