peter1138 [Sun, 10 Dec 2006 11:29:14 +0000] rev 5308
(svn r7464) -Codechange: move BuildParamList from newgrf_gui to newgrf_config and
prefix with GRF.
peter1138 [Sun, 10 Dec 2006 10:12:54 +0000] rev 5307
(svn r7463) -Codechange: Don't load invalid NewGRF files from the configuration file; instead show a warning.
glx [Sun, 10 Dec 2006 00:48:50 +0000] rev 5306
(svn r7462) -Fix: when doing comparison in action 7/9, mask the param value so it has the 'same' size as the value it is compared to
Darkvater [Sun, 10 Dec 2006 00:20:26 +0000] rev 5305
(svn r7461) -Fix: [FS#262] Add support for building with GCC on OS/2 (psmedley)
Darkvater [Sat, 09 Dec 2006 23:55:56 +0000] rev 5304
(svn r7460) -Fix (r7337): [win32] If the underlying OS didn't have support for SHGetFolderPath the
application failed to run. Now test if the function exists and if not try a different
approach using our own OTTDSHGetFolderPath wrapper.
glx [Sat, 09 Dec 2006 20:14:26 +0000] rev 5303
(svn r7459) -Fix: make sure TrainConsistChanged() is called for the first vehicle of a chain after reffiting
because free wagons present in depot can have the same type as the one bought and refitted by autoreplace
miham [Sat, 09 Dec 2006 19:53:56 +0000] rev 5302
(svn r7458) WebTranslator2 update to 2006-12-09 20:53:05
american - 1 fixed by WhiteRabbit (1)
german - 1 changed by Neonox (1)
hungarian - 3 fixed, 5 changed by miham (8)
portuguese - 29 fixed by izhirahider (29)
miham [Sat, 09 Dec 2006 18:37:26 +0000] rev 5301
(svn r7457) WebTranslator2 update to 2006-12-09 19:35:23
esperanto - 191 fixed, 2 changed by LaPingvino (193)
french - 1 fixed by glx (1)
german - 27 fixed by Neonox (27)
italian - 1 fixed by sidew (1)
polish - 8 fixed by meush (8)
turkish - 8 fixed by jnmbk (8)
miham [Sat, 09 Dec 2006 17:43:04 +0000] rev 5300
(svn r7456) [Namegen] Fixed hungarian characters in namegen as well
rubidium [Sat, 09 Dec 2006 14:18:08 +0000] rev 5299
(svn r7452) -Fix: GetRandom(Industry|Town) must return a valid industry/town and should not need to loop over the pool for a second time.