Sat, 01 Oct 2005 12:43:34 +0000(svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts)
tron [Sat, 01 Oct 2005 12:43:34 +0000] rev 2477
(svn r3003) Change int, uint, uin16 and byte to EngineID where appropriate, plus some related changes (mostly casts)

Fri, 30 Sep 2005 20:51:20 +0000(svn r3002) -Fix, Newgrf: Max speed of 0xFFFF means no max speed.
peter1138 [Fri, 30 Sep 2005 20:51:20 +0000] rev 2476
(svn r3002) -Fix, Newgrf: Max speed of 0xFFFF means no max speed.
-Fix, Newgrf: Don't mark an engine as a wagon after setting speed -- wagons can have speed limits.

Fri, 30 Sep 2005 20:37:25 +0000(svn r3001) s/Player*/const Player*/
tron [Fri, 30 Sep 2005 20:37:25 +0000] rev 2475
(svn r3001) s/Player*/const Player*/
s/byte/PlayerID/
s/int/PlayerID/
and related changes

Fri, 30 Sep 2005 09:58:59 +0000(svn r3000) [Translations] Updating translations to 2005-09-30 {@457} (15 langs changed)
miham [Fri, 30 Sep 2005 09:58:59 +0000] rev 2474
(svn r3000) [Translations] Updating translations to 2005-09-30 {@457} (15 langs changed)

Fri, 30 Sep 2005 08:57:12 +0000(svn r2999) Do not pass if the HQ gets built for the first time or gets relocated as parameter - the command function has to check this anyway
tron [Fri, 30 Sep 2005 08:57:12 +0000] rev 2473
(svn r2999) Do not pass if the HQ gets built for the first time or gets relocated as parameter - the command function has to check this anyway

Thu, 29 Sep 2005 20:20:34 +0000(svn r2998) -Codechange: Split rail drawing code off from DrawTile_Rail into a separate function to be used elsewhere. (Deja vu?)
peter1138 [Thu, 29 Sep 2005 20:20:34 +0000] rev 2472
(svn r2998) -Codechange: Split rail drawing code off from DrawTile_Rail into a separate function to be used elsewhere. (Deja vu?)

Thu, 29 Sep 2005 19:59:57 +0000(svn r2997) -Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere.
peter1138 [Thu, 29 Sep 2005 19:59:57 +0000] rev 2471
(svn r2997) -Codechange: Split road drawing code off from DrawTile_Road into a separate function to be used elsewhere.

Wed, 28 Sep 2005 21:49:55 +0000(svn r2996) 0xFFFF -> INVALID_STRING_ID
tron [Wed, 28 Sep 2005 21:49:55 +0000] rev 2470
(svn r2996) 0xFFFF -> INVALID_STRING_ID

Wed, 28 Sep 2005 19:35:36 +0000(svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATION where appropriate
tron [Wed, 28 Sep 2005 19:35:36 +0000] rev 2469
(svn r2995) Replace 0xFF/0xFFFF with CT_INVALID/OWNER_SPECTATOR/INVALID_STATION where appropriate

Tue, 27 Sep 2005 20:55:42 +0000(svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability
tron [Tue, 27 Sep 2005 20:55:42 +0000] rev 2468
(svn r2994) Another small hack regarding currencies: add a #define to emulate a variable, that holds the current currency; again this should increase readability