maedhros [Mon, 06 Aug 2007 12:46:49 +0000] rev 7416
(svn r10809) -Fix (r10097): When reversing, articulated parts of road vehicles should not attempt to do their own pathfinding.
maedhros [Mon, 06 Aug 2007 11:58:15 +0000] rev 7415
(svn r10808) -Fix (r10353): Make sure spectators can't open infrastructure building menus.
rubidium [Mon, 06 Aug 2007 06:23:44 +0000] rev 7414
(svn r10807) -Fix [FS#1108]: keep_all_autosaves always got ".sav" as filename, which basically means that it only kept the last autosave.
rubidium [Sun, 05 Aug 2007 21:20:55 +0000] rev 7413
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool cleanups might cause memory leaks due to the way C++ works.
rubidium [Sun, 05 Aug 2007 17:43:04 +0000] rev 7412
(svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(.
rubidium [Sun, 05 Aug 2007 14:08:38 +0000] rev 7411
(svn r10792) -Fix [FS#1104]: when determining the gender of a string, do not assume that the gender is in the front of the string when there can be case switching code at that location.
glx [Sat, 04 Aug 2007 23:35:27 +0000] rev 7410
(svn r10787) -Fix r10755: _total_towns was not increased when placing town manually in scenario editor
truelight [Sat, 04 Aug 2007 13:51:41 +0000] rev 7409
(svn r10782) -Fix: wrongly places #endif a long time ago broke WinCE compiling for sure
truelight [Sat, 04 Aug 2007 12:53:41 +0000] rev 7408
(svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit more
-Fix: WinCE doesn't support console
-Fix: Set debug lvl4 when running a debug WinCE build (as you can't give parameters any easy way)
rubidium [Sat, 04 Aug 2007 01:25:44 +0000] rev 7407
(svn r10780) -Fix: assertion when opening the advanced vehicle list with the shortcut when being a spectator.