peter1138 [Sun, 31 Aug 2008 20:08:24 +0000] rev 10048
(svn r14208) -Fix (r14197): Crash if no .obg files are found.
rubidium [Sun, 31 Aug 2008 19:56:52 +0000] rev 10047
(svn r14207) -Fix [FS#2262] (r14191): warning about non-virtual destructor in class with virtual functions.
rubidium [Sun, 31 Aug 2008 19:46:04 +0000] rev 10046
(svn r14206) -Fix (r14197): why don't people just compile a trunk checkout and do we have to think about adding everything to those pesky precompiled binaries?
translators [Sun, 31 Aug 2008 17:48:17 +0000] rev 10045
(svn r14205) -Update: WebTranslator2 update to 2008-08-31 19:47:56
bulgarian - 12 fixed by thetitan (12)
catalan - 49 fixed by arnaullv (49)
czech - 4 fixed, 15 changed by Hadez (19)
dutch - 2 fixed, 5 changed by habell (7)
french - 2 fixed, 1 changed by belugas (1), glx (2)
galician - 75 fixed, 54 changed by Condex (129)
german - 10 fixed, 1 changed by dih (11)
italian - 5 fixed, 5 changed by lorenzodv (10)
korean - 14 fixed by leejaeuk5 (14)
slovenian - 6 fixed by Necrolyte (6)
turkish - 18 fixed by jnmbk (18)
ukrainian - 2 fixed by mad (2)
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
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.
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.
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.
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!
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.