rubidium [Fri, 02 Mar 2007 00:17:35 +0000] rev 6187
(svn r8966) -Codechange: replace some if-cascades by switches.
rubidium [Thu, 01 Mar 2007 23:37:05 +0000] rev 6186
(svn r8964) -Codechange: use grf_load_string to read action 8 strings instead of trying to do the same manually.
miham [Thu, 01 Mar 2007 20:12:41 +0000] rev 6185
(svn r8957) -Update: WebTranslator2 update to 2007-03-01 21:03:45
afrikaans - 69 fixed, 24 changed by TrueTenacity (93)
american - 1 fixed by WhiteRabbit (1)
brazilian_portuguese - 14 fixed, 9 changed by tucalipe (11), fukumori (12)
catalan - 13 fixed by arnaullv (13)
czech - 13 fixed by Hadez (13)
dutch - 13 fixed by habell (13)
esperanto - 13 fixed by LaPingvino (13)
french - 13 fixed, 1 changed by glx (14)
german - 13 fixed by Neonox (13)
hungarian - 13 fixed by miham (13)
icelandic - 1 fixed by scrooge (1)
italian - 13 fixed by sidew (13)
japanese - 4 fixed by ickoonite (4)
korean - 3 fixed by darkttd (3)
norwegian_bokmal - 1 fixed by oletk (1)
polish - 14 fixed by meush (14)
portuguese - 11 fixed by izhirahider (11)
russian - 13 fixed, 25 changed by DarkFenX (38)
slovak - 16 fixed, 33 changed by lengyel (49)
slovenian - 13 fixed by Necrolyte (13)
spanish - 13 fixed by eusebio (13)
swedish - 13 fixed by daishan (13)
traditional_chinese - 9 fixed, 3 changed by thomasau (12)
turkish - 13 fixed by jnmbk (13)
ukrainian - 15 fixed, 29 changed by mad (32), znikoz (12)
belugas [Thu, 01 Mar 2007 20:10:49 +0000] rev 6184
(svn r8956) -Documentation : complete reference of m6 usage is now available.
A few little cleanups here and there.
rubidium [Thu, 01 Mar 2007 18:28:55 +0000] rev 6183
(svn r8955) -Fix: crash on loading savegames with GRFs that do not have their GRF info/name set.
rubidium [Thu, 01 Mar 2007 13:35:40 +0000] rev 6182
(svn r8954) -Codechange: remove direct map accesses from non-map-accessor headers.
rubidium [Thu, 01 Mar 2007 13:27:51 +0000] rev 6181
(svn r8953) -Codechange: make the names of enums of WaterTileType consistent with respect to RailTileType and RoadTileType.
belugas [Thu, 01 Mar 2007 04:24:19 +0000] rev 6180
(svn r8951) -Cleanup: Another bunch of re-formating and re-ordering.
Among which, tiles area now read m1..m6, while the bits are always enumerated from 7 to 0
Hoping it will stay that way...
belugas [Thu, 01 Mar 2007 01:24:44 +0000] rev 6179
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
rubidium [Thu, 01 Mar 2007 00:58:09 +0000] rev 6178
(svn r8949) -Codechange: only test the first NETWORK_REVISION_LENGTH - 1 characters when determining network compatability. This makes it possible to have 'long' branch names while still being able to play network games.