Sat, 09 Dec 2006 18:37:26 +0000(svn r7457) WebTranslator2 update to 2006-12-09 19:35:23
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)

Sat, 09 Dec 2006 17:43:04 +0000(svn r7456) [Namegen] Fixed hungarian characters in namegen as well
miham [Sat, 09 Dec 2006 17:43:04 +0000] rev 5300
(svn r7456) [Namegen] Fixed hungarian characters in namegen as well

Sat, 09 Dec 2006 14:18:08 +0000(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: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.

Sat, 09 Dec 2006 14:14:51 +0000(svn r7451) -Fix (7372): GetNum(Towns|Industries) should return the actual number of towns and industries.
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.

Sat, 09 Dec 2006 10:57:05 +0000(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: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)

Sat, 09 Dec 2006 10:56:12 +0000(svn r7449) -Codechange: Rename _path to _paths as it is technically more correct, but mainly because
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)

Sat, 09 Dec 2006 08:37:15 +0000(svn r7448) -Fix (r5794): use the height of the edge of the map for effect vehicles that are outside the map.
rubidium [Sat, 09 Dec 2006 08:37:15 +0000] rev 5295
(svn r7448) -Fix (r5794): use the height of the edge of the map for effect vehicles that are outside the map.

Sat, 09 Dec 2006 06:57:22 +0000(svn r7447) WebTranslator2 update to 2006-12-09 07:56:50
miham [Sat, 09 Dec 2006 06:57:22 +0000] rev 5294
(svn r7447) WebTranslator2 update to 2006-12-09 07:56:50
brazilian_portuguese - 8 fixed by tucalipe (8)
catalan - 159 changed by arnaullv (159)

Sat, 09 Dec 2006 00:46:02 +0000(svn r7446) -Feature: Double the length of the cargo and rating indicators in the station list window,
Darkvater [Sat, 09 Dec 2006 00:46:02 +0000] rev 5293
(svn r7446) -Feature: Double the length of the cargo and rating indicators in the station list window,
thanks for the inspiration Rince. Workings of the small 1-pixel wide bar have changed a
little. Up till now it was pretty random, now it is only drawn for stations with minimal
amount of cargo (<=30) and 1-pixel height is 5 units.

Sat, 09 Dec 2006 00:41:25 +0000(svn r7445) -Codechange (r4822): Properly draw the cargo colours in the station list and centre the
Darkvater [Sat, 09 Dec 2006 00:41:25 +0000] rev 5292
(svn r7445) -Codechange (r4822): Properly draw the cargo colours in the station list and centre the
cargo abbreviations. The window at least looks a lot better this way.