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.

Fri, 03 Aug 2007 23:26:12 +0000(svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or anyway, a step towards that goal)
truelight [Fri, 03 Aug 2007 23:26:12 +0000] rev 7405
(svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or anyway, a step towards that goal)
-Fix: put DEBUG lines under WINCE via a function designed for just that under WINCE

Fri, 03 Aug 2007 23:19:29 +0000(svn r10777) -Fix: don't put the ctor debug on lvl3, it is more a lvl5 debug
truelight [Fri, 03 Aug 2007 23:19:29 +0000] rev 7404
(svn r10777) -Fix: don't put the ctor debug on lvl3, it is more a lvl5 debug

Fri, 03 Aug 2007 23:18:56 +0000(svn r10776) -Fix [FS#1081]: you would not pay for some foundations of bridges whereas you would pay for others.
rubidium [Fri, 03 Aug 2007 23:18:56 +0000] rev 7403
(svn r10776) -Fix [FS#1081]: you would not pay for some foundations of bridges whereas you would pay for others.

Fri, 03 Aug 2007 20:46:59 +0000(svn r10774) -Fix (r10768): obiwan pleased us with a visit.
rubidium [Fri, 03 Aug 2007 20:46:59 +0000] rev 7402
(svn r10774) -Fix (r10768): obiwan pleased us with a visit.

Fri, 03 Aug 2007 20:18:38 +0000(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*.
rubidium [Fri, 03 Aug 2007 20:18:38 +0000] rev 7401
(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*.