rubidium [Mon, 07 Jan 2008 14:23:25 +0000] rev 8214
(svn r11777) -Codechange: split the string header and make do not include it when it's not necessary.
rubidium [Mon, 07 Jan 2008 14:02:26 +0000] rev 8213
(svn r11776) -Codechange: more header splittings to reduce the dependencies.
rubidium [Mon, 07 Jan 2008 09:19:53 +0000] rev 8212
(svn r11775) -Codechange: move all autoreplace/autorenew functions to a single location.
rubidium [Mon, 07 Jan 2008 00:57:19 +0000] rev 8211
(svn r11774) -Change: do not include variables.h in a header when it is not needed.
rubidium [Mon, 07 Jan 2008 00:45:05 +0000] rev 8210
(svn r11773) -Codechange: move some non-clear-land functions from clear_cmd.cpp to a more correct location.
glx [Mon, 07 Jan 2008 00:43:03 +0000] rev 8209
(svn r11772) -Change: add some extra checking in the hope to find the cause of FS#1335
rubidium [Mon, 07 Jan 2008 00:19:09 +0000] rev 8208
(svn r11771) -Codechange: split settings.h into better separated headers.
peter1138 [Sun, 06 Jan 2008 20:54:55 +0000] rev 8207
(svn r11770) -Codechange: An engine type's type is EngineID, not byte.
miham [Sun, 06 Jan 2008 18:58:55 +0000] rev 8206
(svn r11769) -Update: WebTranslator2 update to 2008-01-06 19:58:01
brazilian_portuguese - 2 fixed, 15 changed by fukumori (17)
bulgarian - 29 fixed, 10 changed by groupsky (39)
croatian - 13 fixed by knovak (13)
czech - 2 fixed by Hadez (2)
dutch - 1 fixed by habell (1)
estonian - 1 fixed by kristjans (1)
french - 1 fixed, 1 changed by glx (2)
galician - 38 fixed by Condex (38)
italian - 1 fixed by lorenzodv (1)
japanese - 1 fixed by ickoonite (1)
norwegian_bokmal - 1 fixed by brygge_2 (1)
romanian - 1 fixed by kneekoo (1)
slovak - 1 fixed by lengyel (1)
swedish - 2 fixed by daishan (2)
ukrainian - 2 fixed by mad (2)
rubidium [Sun, 06 Jan 2008 18:56:43 +0000] rev 8205
(svn r11768) -Codechange: move some terraform related gui stuff from main_gui.cpp to terraform_gui.cpp (and introduce terraform_gui.h). Based on a patch by Roujin.