Mon, 24 Oct 2005 19:40:48 +0000(svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace
bjarni [Mon, 24 Oct 2005 19:40:48 +0000] rev 2552
(svn r3081) -Codechange: [autoreplace] complete rewrite of autoreplace
this is a complete rewrite, that makes use of existing commands like build and sell
this means that multiheaded train engines are replaced correctly

Mon, 24 Oct 2005 05:51:23 +0000(svn r3080) byte -> PlayerID, int -> EngineID, -1 -> INVALID_ENGINE
tron [Mon, 24 Oct 2005 05:51:23 +0000] rev 2551
(svn r3080) byte -> PlayerID, int -> EngineID, -1 -> INVALID_ENGINE

Sun, 23 Oct 2005 14:38:09 +0000(svn r3079) Determine the type of the "first arrival" message for road vehicles using the cargo type and not a magic engine number
tron [Sun, 23 Oct 2005 14:38:09 +0000] rev 2550
(svn r3079) Determine the type of the "first arrival" message for road vehicles using the cargo type and not a magic engine number

Sun, 23 Oct 2005 13:04:44 +0000(svn r3078) Some more stuff, which piled up:
tron [Sun, 23 Oct 2005 13:04:44 +0000] rev 2549
(svn r3078) Some more stuff, which piled up:
- const, whitespace, indentation, bracing, GB/SB, pointless casts
- use the trinary operator where appropriate
- data types (uint[] -> AcceptedCargo, ...)
- if cascade -> switch
- if (ptr) -> if (ptr != NULL)
- DeMorgan's Law
- Fix some comments
- 0 -> '\0', change magic numbers to symbolic constants

Sat, 22 Oct 2005 06:39:32 +0000(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes
tron [Sat, 22 Oct 2005 06:39:32 +0000] rev 2548
(svn r3077) static, const, bracing, indentation, 0 -> '\0'/NULL, typos in comments, excess empty lines, minor other changes
nothing spectacular, just some stuff, which piled up

Fri, 21 Oct 2005 12:24:55 +0000(svn r3076) s/OSX/OS X/
tron [Fri, 21 Oct 2005 12:24:55 +0000] rev 2547
(svn r3076) s/OSX/OS X/
and Unix is spelled "Unix", not "Linux"

Fri, 21 Oct 2005 06:04:17 +0000(svn r3075) -PBS: Keep track reservation state while building and removing a waypoint.
peter1138 [Fri, 21 Oct 2005 06:04:17 +0000] rev 2546
(svn r3075) -PBS: Keep track reservation state while building and removing a waypoint.

Thu, 20 Oct 2005 19:44:41 +0000(svn r3074) -NewGrf: Fix stupid typo in weight setting.
peter1138 [Thu, 20 Oct 2005 19:44:41 +0000] rev 2545
(svn r3074) -NewGrf: Fix stupid typo in weight setting.

Thu, 20 Oct 2005 17:43:13 +0000(svn r3073) int/byte -> EngineID/PlayerID/VehicleID
tron [Thu, 20 Oct 2005 17:43:13 +0000] rev 2544
(svn r3073) int/byte -> EngineID/PlayerID/VehicleID
0/-1 -> INVALID_ENGINE
0x10 -> OWNER_NONE

Thu, 20 Oct 2005 17:23:33 +0000(svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so don't pass them
tron [Thu, 20 Oct 2005 17:23:33 +0000] rev 2543
(svn r3072) CMD_RENAME_STATION isn't interested in the tile coordinates, so don't pass them