Mon, 06 Aug 2007 11:58:15 +0000(svn r10808) -Fix (r10353): Make sure spectators can't open infrastructure building menus.
maedhros [Mon, 06 Aug 2007 11:58:15 +0000] rev 7415
(svn r10808) -Fix (r10353): Make sure spectators can't open infrastructure building menus.

Mon, 06 Aug 2007 06:23:44 +0000(svn r10807) -Fix [FS#1108]: keep_all_autosaves always got ".sav" as filename, which basically means that it only kept the last autosave.
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.

Sun, 05 Aug 2007 21:20:55 +0000(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 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.

Sun, 05 Aug 2007 17:43:04 +0000(svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(.
rubidium [Sun, 05 Aug 2007 17:43:04 +0000] rev 7412
(svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(.

Sun, 05 Aug 2007 14:08:38 +0000(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.
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.

Sat, 04 Aug 2007 23:35:27 +0000(svn r10787) -Fix r10755: _total_towns was not increased when placing town manually in scenario editor
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

Sat, 04 Aug 2007 13:51:41 +0000(svn r10782) -Fix: wrongly places #endif a long time ago broke WinCE compiling for sure
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

Sat, 04 Aug 2007 12:53:41 +0000(svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit more
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)

Sat, 04 Aug 2007 01:25:44 +0000(svn r10780) -Fix: assertion when opening the advanced vehicle list with the shortcut when being a spectator.
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.

Sat, 04 Aug 2007 00:45:53 +0000(svn r10779) -Fix: GCC 4.2 makes (by default for -O2, -O3 and -Os) an assumption that signed integers do not overflow, whereas it is very likely that some of the legacy code does so. It furthermore breaks with the assumed standard (the behaviour is not actually defined in the standard) about the behaviour when signed integers wrap.
rubidium [Sat, 04 Aug 2007 00:45:53 +0000] rev 7406
(svn r10779) -Fix: GCC 4.2 makes (by default for -O2, -O3 and -Os) an assumption that signed integers do not overflow, whereas it is very likely that some of the legacy code does so. It furthermore breaks with the assumed standard (the behaviour is not actually defined in the standard) about the behaviour when signed integers wrap.