miham [Wed, 17 Jan 2007 20:37:25 +0000] rev 5965
(svn r8204) -Fix: reverted r8202, since it did not solve all the problems, since ALL language changes done today are garbage due to a quick bugfix in WT2 which introduced another, much more serious bug: put an utf8_to_htmlcode() call to a wrong place
I will fix the affected language files soon (20-30 minutes)
Please excuse me for this whole problem :-(
tron [Wed, 17 Jan 2007 20:34:29 +0000] rev 5964
(svn r8203) -Fix:
Use initialisers, reduce variable scope, remove spurious whitespace, fix format string to make it readable
miham [Wed, 17 Jan 2007 20:29:45 +0000] rev 5963
(svn r8202) -Fix: r8193: russian.txt changes somehow became garbage
rubidium [Wed, 17 Jan 2007 19:55:18 +0000] rev 5962
(svn r8198) -Codechange: two global variables are not needed when network is disabled.
miham [Wed, 17 Jan 2007 18:43:03 +0000] rev 5961
(svn r8193) -Update: WebTranslator2 update to 2007-01-17 19:42:11
brazilian_portuguese - 3 changed by fukumori (3)
danish - 21 changed by MiR (21)
german - 1 fixed by Neonox (1)
japanese - 24 changed by ickoonite (24)
norwegian_nynorsk - 1 changed by pollux (1)
russian - 5 fixed, 75 changed by DarkFenX (80)
slovenian - 57 changed by Necrolyte (57)
swedish - 1 fixed by daishan (1)
peter1138 [Wed, 17 Jan 2007 12:57:35 +0000] rev 5960
(svn r8186) -Fix (FS#557): Apply railtype offset to station graphics if no custom station is in use.
celestar [Wed, 17 Jan 2007 11:15:51 +0000] rev 5959
(svn r8185) -Codechange: Equipped Roadstops with new/delete operators and gave them proper constructors/destructors (Thanks to KUDr for a nice interactive C++ lesson)
tron [Wed, 17 Jan 2007 06:54:03 +0000] rev 5958
(svn r8184) if cascade -> switch
tron [Wed, 17 Jan 2007 06:33:23 +0000] rev 5957
(svn r8183) When iterating over the map in AfterLoadGame() do it the same way for all loops
rubidium [Wed, 17 Jan 2007 00:01:55 +0000] rev 5956
(svn r8171) -Fix (FS#556): return SL_ERROR when unthreaded saves failed, to make sure we do not try to send zero-byte savegames.