tron [Tue, 25 Oct 2005 18:29:32 +0000] rev 2554
(svn r3087) Rewrite GetPlayerRailtypes() so it doesn't depend on magical numbers to sort out wagons
bjarni [Mon, 24 Oct 2005 20:12:39 +0000] rev 2553
(svn r3082) made ChangeVehicleViewWindow() more readable (added in last commit)
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
tron [Mon, 24 Oct 2005 05:51:23 +0000] rev 2551
(svn r3080) byte -> PlayerID, int -> EngineID, -1 -> INVALID_ENGINE
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
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
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
tron [Fri, 21 Oct 2005 12:24:55 +0000] rev 2547
(svn r3076) s/OSX/OS X/
and Unix is spelled "Unix", not "Linux"
peter1138 [Fri, 21 Oct 2005 06:04:17 +0000] rev 2546
(svn r3075) -PBS: Keep track reservation state while building and removing a waypoint.
peter1138 [Thu, 20 Oct 2005 19:44:41 +0000] rev 2545
(svn r3074) -NewGrf: Fix stupid typo in weight setting.