Sun, 25 May 2008 11:18:57 +0000(svn r13241) -Codechange: Simplify CmdDepotSellAllVehicles() a bit
peter1138 [Sun, 25 May 2008 11:18:57 +0000] rev 10694
(svn r13241) -Codechange: Simplify CmdDepotSellAllVehicles() a bit

Sun, 25 May 2008 09:40:44 +0000(svn r13240) -Codechange: More const-ness for GUI code.
peter1138 [Sun, 25 May 2008 09:40:44 +0000] rev 10693
(svn r13240) -Codechange: More const-ness for GUI code.

Sat, 24 May 2008 23:18:21 +0000(svn r13239) -Fix: certain compilers give false warning about uninitialized variable
smatz [Sat, 24 May 2008 23:18:21 +0000] rev 10692
(svn r13239) -Fix: certain compilers give false warning about uninitialized variable

Sat, 24 May 2008 22:48:46 +0000(svn r13235) [NoAI] -Change [API CHANGE]: AITunnel.GetOtherTunnelEnd() now returns INVALID_TILE if no other end is found noai
glx [Sat, 24 May 2008 22:48:46 +0000] rev 10691
(svn r13235) [NoAI] -Change [API CHANGE]: AITunnel.GetOtherTunnelEnd() now returns INVALID_TILE if no other end is found
[NoAI] -Add [FS#2028]: added AIBridge.GetOtherBridgeEnd() which allows you to find the other end of a bridge

Sat, 24 May 2008 22:15:10 +0000(svn r13234) -Fix: Check/affect town rating when removing/bulldozing town-owned road under drivethrough stops.
frosch [Sat, 24 May 2008 22:15:10 +0000] rev 10690
(svn r13234) -Fix: Check/affect town rating when removing/bulldozing town-owned road under drivethrough stops.
-Fix: Reset the 'town-owned-road'-flag when removing and rebuilding road under drivethrough stops.

Sat, 24 May 2008 19:36:20 +0000(svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadOwner.
frosch [Sat, 24 May 2008 19:36:20 +0000] rev 10689
(svn r13233) -Fix: Replace some (incorrect) evaluations of TileOwner by RoadOwner.
-Fix: Before evaluating RoadOwner, check if the roadtype is present.
-Fix: Some places assumed that MP_ROAD means normal street.

Sat, 24 May 2008 12:12:02 +0000(svn r13232) -Codechange: Simplify BuildDepotVehicleList()
peter1138 [Sat, 24 May 2008 12:12:02 +0000] rev 10688
(svn r13232) -Codechange: Simplify BuildDepotVehicleList()

Sat, 24 May 2008 11:55:25 +0000(svn r13231) -Codechange: split the core console code and the console GUI.
rubidium [Sat, 24 May 2008 11:55:25 +0000] rev 10687
(svn r13231) -Codechange: split the core console code and the console GUI.

Sat, 24 May 2008 11:19:30 +0000(svn r13230) -Fix [FS#2030](r13171): When closing toolbars, also close their PickerWindows.
frosch [Sat, 24 May 2008 11:19:30 +0000] rev 10686
(svn r13230) -Fix [FS#2030](r13171): When closing toolbars, also close their PickerWindows.

Sat, 24 May 2008 10:35:15 +0000(svn r13229) -Codechange: replace some global variables that are only initialised once and always with the same value with enums.
rubidium [Sat, 24 May 2008 10:35:15 +0000] rev 10685
(svn r13229) -Codechange: replace some global variables that are only initialised once and always with the same value with enums.