Mercurial > hg > openttd
graph
-
(svn r11264) -Codechange: replace a lot of magic numbers with enums for the rail and road GUIs. Patch by skidd13. draftSun, 14 Oct 2007 20:24:42 +0000, by rubidium
-
(svn r11263) -Codechange: Reduce code duplication between DrawBridgePillars and HasFoundation{NW|NE}. Patch by frosch. draftSun, 14 Oct 2007 20:16:44 +0000, by rubidium
-
(svn r11262) -Fix [FS#1330]: do not check for vehicles that are not on the ground when removing owned land, furthermore do not check for shadows (of aircraft). draftSun, 14 Oct 2007 20:12:51 +0000, by rubidium
-
(svn r11261) -Codechange: Draw selection sprites (HT_RECT, HT_POINT, HT_RAIL) on foundations as ChildSprite of the foundation, not as single ParentSprite. Patch by frosch. draftSun, 14 Oct 2007 19:57:15 +0000, by rubidium
-
(svn r11260) -Codechange: replace a magic number by a less magic enumified constant. Patch by ammler. draftSun, 14 Oct 2007 19:48:48 +0000, by rubidium
-
(svn r11259) -Fix [FS#1331]: the wrong song was played in the first intro game of a single OTTD session. draftSun, 14 Oct 2007 19:46:00 +0000, by rubidium
-
(svn r11258) -Fix [FS#1325]: if a Load Amount callback returns 0, it means (according to TTDP's source code, not "the" specs) that it should take the "default" one. draftSun, 14 Oct 2007 19:13:38 +0000, by rubidium
-
(svn r11257) -Fix (r11145): wrong endian used when preparing text ref stack draftSun, 14 Oct 2007 14:50:07 +0000, by glx
-
(svn r11256) -Codechange: Make opening a new toolbar not overlapping its parent one, by locating it under the parent, and aligned with the left side of it. draftSun, 14 Oct 2007 00:26:24 +0000, by belugas
-
(svn r11255) -Fix [FS#1332]: industry counter was not updated on TTD savegame loading draftSat, 13 Oct 2007 16:56:29 +0000, by glx
-
(svn r11254) -Fix: Link with -lpthread on FreeBSD. draftSat, 13 Oct 2007 12:04:07 +0000, by maedhros
-
(svn r11253) -Fix (r9411): industries can still use cargo they define, even if these cargo are disabled by a grf loaded later draftSat, 13 Oct 2007 02:49:05 +0000, by glx
-
(svn r11252) -Revert r11239, Fix r9620: cargo translation was not done correctly draftSat, 13 Oct 2007 02:23:11 +0000, by glx
-
(svn r11251) -Fix[FS#1318]: Newindustries must not rely on the old check placement functions. It is the the job of callbacks. Therefor, upon substitution, disable the said check. draftSat, 13 Oct 2007 00:49:13 +0000, by belugas
-
(svn r11249) -Update: WebTranslator2 update to 2007-10-12 22:42:24 draftFri, 12 Oct 2007 20:43:01 +0000, by miham
-
(svn r11248) -Fix[FS#1314]: The logic behind industry slot allocation was implying that the only condition an override could be placed in a slot is that there were no previous override. draftFri, 12 Oct 2007 15:54:49 +0000, by belugas
-
(svn r11247) -Fix: The Industry's name to fund could be larger than the window itself. Now, it fits within the physical allowed space draftFri, 12 Oct 2007 00:43:18 +0000, by belugas
-
(svn r11246) -Codechange: beautify some conditions from "if else" into trinary operator draftThu, 11 Oct 2007 15:40:53 +0000, by belugas
-
(svn r11245) -Fix r11228: the moreanimation feature made loading TTD(p) games impossible (Csaboka) draftThu, 11 Oct 2007 11:32:43 +0000, by truelight
-
(svn r11244) -Fix: trees can now be planted on bare land without making it grassy (Csaboka) draftThu, 11 Oct 2007 11:06:04 +0000, by truelight
-
(svn r11243) -Fix: update waypoint signs when renaming a town draftWed, 10 Oct 2007 01:36:15 +0000, by glx
-
(svn r11242) -Codechange: When displaying the industry funding gui, present the industries in the same order as they are available. draftWed, 10 Oct 2007 01:15:07 +0000, by belugas
-
(svn r11241) -Fix: Obiwan error on industry animated tiles. Spotted and fixed by Csaboka draftWed, 10 Oct 2007 00:42:52 +0000, by belugas
-
(svn r11240) -Fix [FS#1323] (r11152): forgot to invert a test draftWed, 10 Oct 2007 00:01:41 +0000, by glx
-
(svn r11238) -Fix [FS#1316]: the orders of trains going to a waypoint where not updated when the waypoint would be moved. draftTue, 09 Oct 2007 21:29:34 +0000, by rubidium
-
(svn r11237) -Codechange: reduce code duplication between GetRailFoundation() and CheckRailSlope(). Patch by frosch. draftTue, 09 Oct 2007 21:11:23 +0000, by rubidium
-
(svn r11236) -Fix [FS#1322]: DeleteVehicleChain can just work as good for all vehicles, instead of not allowing trains to use it (enforced by an assert), but actually using it for trains. Patch by SmatZ. draftTue, 09 Oct 2007 20:53:25 +0000, by rubidium
-
(svn r11235) -Update: WebTranslator2 update to 2007-10-09 19:28:02 draftTue, 09 Oct 2007 17:28:37 +0000, by miham
-
(svn r11234) -Fix [FS#1312]: the explosion vehicles were placed too far to the south. draftTue, 09 Oct 2007 15:48:41 +0000, by rubidium