Sun, 25 May 2008 16:22:34 +0000(svn r13246) -Fix (r13245): incorrect parameters to memcpy
peter1138 [Sun, 25 May 2008 16:22:34 +0000] rev 10698
(svn r13246) -Fix (r13245): incorrect parameters to memcpy

Sun, 25 May 2008 16:12:13 +0000(svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simplifying calling code somewhat.
peter1138 [Sun, 25 May 2008 16:12:13 +0000] rev 10697
(svn r13245) -Codechange: Use SmallVectors for generating vehicle lists, simplifying calling code somewhat.

Sun, 25 May 2008 15:57:45 +0000(svn r13244) -Fix: allow only one town directory window to be opened
smatz [Sun, 25 May 2008 15:57:45 +0000] rev 10696
(svn r13244) -Fix: allow only one town directory window to be opened

Sun, 25 May 2008 12:57:39 +0000(svn r13242) -Codechange: remove _opt_ptr.
rubidium [Sun, 25 May 2008 12:57:39 +0000] rev 10695
(svn r13242) -Codechange: remove _opt_ptr.

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.