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.
rubidium [Sat, 09 Dec 2006 14:14:51 +0000] rev 5298
(svn r7451) -Fix (7372): GetNum(Towns|Industries) should return the actual number of towns and industries.
-Fix (6055): GetMax(Town|Industry)Index should not return the number of towns or industries - 1, but the size of the pool - 1.
Darkvater [Sat, 09 Dec 2006 10:57:05 +0000] rev 5297
(svn r7450) -Codechange: Remove dead code, caption is set in the next switch block of vehicle list for all cases (Tron)
Darkvater [Sat, 09 Dec 2006 10:56:12 +0000] rev 5296
(svn r7449) -Codechange: Rename _path to _paths as it is technically more correct, but mainly because
it interferes with OS/2 symbol in libc (psmedley)