bjarni [Wed, 07 Feb 2007 19:10:19 +0000] rev 5955
(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that VEH_Train is 0, VEH_Road is 1 and so on
This means that "v->type" can be used as array indexes instead of VehTypeToIndex() (or "v->type - VEH_Train/0x10 as the code still used in some places)
Surprisingly this can be done without changing the savegame format
rubidium [Wed, 07 Feb 2007 18:01:26 +0000] rev 5954
(svn r8620) -Fix: buoys on canal tiles do not flood anymore (Maedhros).
rubidium [Wed, 07 Feb 2007 17:52:21 +0000] rev 5953
(svn r8619) -Fix: store the ownership of a water tile in the buoy tile and set the ownership of the water tile when the buoy is removed. This solves the issue of removing ownership from canal tiles thus making is possible for other players to remove the canal tile.
tron [Wed, 07 Feb 2007 13:46:28 +0000] rev 5952
(svn r8618) -Fix
Remove redundant assignments. The function call just before already does it
tron [Wed, 07 Feb 2007 08:36:53 +0000] rev 5951
(svn r8617) -Fix
Fix harmless typo: s/,/;/
miham [Tue, 06 Feb 2007 21:31:55 +0000] rev 5950
(svn r8616) -Update: WebTranslator2 update to 2007-02-06 22:31:04
american - 6 fixed by WhiteRabbit (6)
brazilian_portuguese - 11 changed by fukumori (11)
croatian - 29 fixed, 1 changed by tperic (30)
danish - 2 fixed by MiR (2)
dutch - 4 fixed by habell (4)
french - 1 fixed by glx (1)
korean - 18 changed by leejaeuk5 (4), darkttd (14)
russian - 4 fixed, 31 changed by DarkFenX (35)
slovak - 7 fixed by lengyel (7)
traditional_chinese - 2806 fixed by sam0737 (93), cylau0 (412), xbddc (109), thomasau (440), tiberiusteng (1752)
ukrainian - 4 fixed, 1 deleted, 3 changed by mad (8)
miham [Tue, 06 Feb 2007 21:30:40 +0000] rev 5949
(svn r8615) [Translations] -Prepare: added traditional chinese to project files as well
miham [Tue, 06 Feb 2007 21:26:54 +0000] rev 5948
(svn r8614) [Translations] -Prepare: prepare committing traditional chinese
KUDr [Tue, 06 Feb 2007 19:16:38 +0000] rev 5947
(svn r8613) -Fix [MorphOS]: offsetof() macro undefined for MorphOS build
maedhros [Tue, 06 Feb 2007 15:50:15 +0000] rev 5946
(svn r8612) -Fix (r117) [FS#582]: When the currently selected player in the performance
details window is no longer active, choose the first active player instead of
the first player as that may also be inactive.