Sun, 31 Aug 2008 11:51:09 +0000(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments!
rubidium [Sun, 31 Aug 2008 11:51:09 +0000] rev 10040
(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments!

Sun, 31 Aug 2008 10:50:05 +0000(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
rubidium [Sun, 31 Aug 2008 10:50:05 +0000] rev 10039
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.

Sun, 31 Aug 2008 09:52:47 +0000(svn r14198) -Codechange: [NewGRF] Simplify handling of common vehicle properties.
peter1138 [Sun, 31 Aug 2008 09:52:47 +0000] rev 10038
(svn r14198) -Codechange: [NewGRF] Simplify handling of common vehicle properties.

Sun, 31 Aug 2008 08:46:43 +0000(svn r14197) -Codechange: rework (original) base graphics determination methods. This yields in the following:
rubidium [Sun, 31 Aug 2008 08:46:43 +0000] rev 10037
(svn r14197) -Codechange: rework (original) base graphics determination methods. This yields in the following:
-Feature: make configuring the to-be-used base graphics via openttd.cfg and the command line possible.
-Feature: allow both the German as well as non-German toyland graphics as "correct" and official graphics.
-Feature: allow people to create their own base graphics easily and without requiring code changes.

Sun, 31 Aug 2008 08:38:30 +0000(svn r14196) -Codechange: make the searching for files with a specific extension extendable.
rubidium [Sun, 31 Aug 2008 08:38:30 +0000] rev 10036
(svn r14196) -Codechange: make the searching for files with a specific extension extendable.

Sat, 30 Aug 2008 13:15:36 +0000(svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':').
glx [Sat, 30 Aug 2008 13:15:36 +0000] rev 10035
(svn r14194) -Fix: don't use hardcoded character offsets to get hg revision. This make it similar to svn and git (ie without the ':').

Sat, 30 Aug 2008 12:14:56 +0000(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 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.

Sat, 30 Aug 2008 10:26:16 +0000(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 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)

Sat, 30 Aug 2008 09:46:52 +0000(svn r14191) -Codechange: unify the code to skip sprite payload (i.e. not the header).
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.

Sat, 30 Aug 2008 09:43:07 +0000(svn r14190) -Codechange: use alloc instead of malloc+free when the allocated memory shouldn't be used after the function ended.
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.