rubidium [Sat, 04 Aug 2007 01:25:44 +0000] rev 7903
(svn r10780) -Fix: assertion when opening the advanced vehicle list with the shortcut when being a spectator.
rubidium [Sat, 04 Aug 2007 00:45:53 +0000] rev 7902
(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.
truelight [Fri, 03 Aug 2007 23:26:12 +0000] rev 7901
(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
truelight [Fri, 03 Aug 2007 23:19:29 +0000] rev 7900
(svn r10777) -Fix: don't put the ctor debug on lvl3, it is more a lvl5 debug
rubidium [Fri, 03 Aug 2007 23:18:56 +0000] rev 7899
(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 20:46:59 +0000] rev 7898
(svn r10774) -Fix (r10768): obiwan pleased us with a visit.
rubidium [Fri, 03 Aug 2007 20:18:38 +0000] rev 7897
(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and similarly for AddBlock*.
rubidium [Fri, 03 Aug 2007 20:17:26 +0000] rev 7896
(svn r10772) -Codechange: also make use of the generic clean and destroy pool callback functions for vehicle.
rubidium [Fri, 03 Aug 2007 20:07:43 +0000] rev 7895
(svn r10771) -Codechange: remove some code duplication from the old loader.
rubidium [Fri, 03 Aug 2007 19:36:00 +0000] rev 7894
(svn r10770) -Codechange: use the pool item class as super class for the vehicle struct.
-Codechange: do not force "special" vehicles to be allocated in the low 1024 vehicle slots and non "special" vehicles in the rest of the slots.