rubidium [Sat, 30 Aug 2008 12:14:56 +0000] rev 10034
(svn r14193) -Fix (r14191): don't put an unsigned 0x80 in a signed int8 as that's not what you want.
rubidium [Sat, 30 Aug 2008 10:26:16 +0000] rev 10033
(svn r14192) -Fix [FS#2236]: properly update the current timetable's travel/wait times instead of only doing it for one vehicle in the shared order chain and only when some bit has not been set (PhilSophus)
rubidium [Sat, 30 Aug 2008 09:46:52 +0000] rev 10032
(svn r14191) -Codechange: unify the code to skip sprite payload (i.e. not the header).
-Fix: sprite payload skipping wouldn't skip enough bytes in a very small subset of compressed sprites.
rubidium [Sat, 30 Aug 2008 09:43:07 +0000] rev 10031
(svn r14190) -Codechange: use alloc instead of malloc+free when the allocated memory shouldn't be used after the function ended.
peter1138 [Sat, 30 Aug 2008 09:01:05 +0000] rev 10030
(svn r14189) -Fix (r14188): Accidental line removal
peter1138 [Sat, 30 Aug 2008 08:59:55 +0000] rev 10029
(svn r14188) -Codechange: [NewGRF] Cargo type of 0xFF is specified to be 'use first refittable cargo', so don't issue a warning for it.
rubidium [Fri, 29 Aug 2008 21:11:28 +0000] rev 10028
(svn r14187) -Fix (r14104): silence warning when compiling without networking enabled.
rubidium [Fri, 29 Aug 2008 21:07:26 +0000] rev 10027
(svn r14186) -Fix [FS#2255]: small typo (Jafinto)
rubidium [Fri, 29 Aug 2008 21:06:49 +0000] rev 10026
(svn r14185) -Fix (r14153): removing NewGRFs from the config file was impossible.
peter1138 [Fri, 29 Aug 2008 20:03:51 +0000] rev 10025
(svn r14184) -Codechange: [NewGRF] Since our NewGRF handling is better than it used to be, disable a NewGRF if unexpected sprites are reached.