Sun, 31 Aug 2008 17:34:03 +0000(svn r14204) -Fix (r7475): when determining length of a string with limited size, first check if we are not out of bounds already
smatz [Sun, 31 Aug 2008 17:34:03 +0000] rev 10044
(svn r14204) -Fix (r7475): when determining length of a string with limited size, first check if we are not out of bounds already

Sun, 31 Aug 2008 16:41:27 +0000(svn r14203) -Codechange: [NewGRF] Disable a GRF if it contains an unknown property, or tries to assign an invalid ID.
peter1138 [Sun, 31 Aug 2008 16:41:27 +0000] rev 10043
(svn r14203) -Codechange: [NewGRF] Disable a GRF if it contains an unknown property, or tries to assign an invalid ID.

Sun, 31 Aug 2008 15:46:14 +0000(svn r14202) -Codechange: [NewGRF] Give more meaningful output if a house/industry/industrytile is undefined in action 3, and continue processing remaining IDs.
peter1138 [Sun, 31 Aug 2008 15:46:14 +0000] rev 10042
(svn r14202) -Codechange: [NewGRF] Give more meaningful output if a house/industry/industrytile is undefined in action 3, and continue processing remaining IDs.

Sun, 31 Aug 2008 15:26:46 +0000(svn r14201) -Codechange: [NewGRF] Don't continue processing an Action 0 if we didn't read the data for a property -- the data will be wrong for subsequent reads.
peter1138 [Sun, 31 Aug 2008 15:26:46 +0000] rev 10041
(svn r14201) -Codechange: [NewGRF] Don't continue processing an Action 0 if we didn't read the data for a property -- the data will be wrong for subsequent reads.
-Codechange: [NewGRF] *Do* continue processing if the value of a property is invalid, however.

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 ':').