Sun, 21 Jan 2007 18:30:21 +0000(svn r8318) -Update: WebTranslator2 update to 2007-01-21 19:29:35
miham [Sun, 21 Jan 2007 18:30:21 +0000] rev 6018
(svn r8318) -Update: WebTranslator2 update to 2007-01-21 19:29:35
brazilian_portuguese - 10 changed by fukumori (10)
polish - 5 fixed by meush (5)
simplified_chinese - 9 fixed, 191 changed by Fishingsnow (200)
slovak - 1 fixed by lengyel (1)
slovenian - 1 changed by ThePianoGuy (1)

Sun, 21 Jan 2007 18:07:35 +0000(svn r8317) -Codechange: Remove GraphDrawer::bg_line_color since it was the same everywhere it was set.
maedhros [Sun, 21 Jan 2007 18:07:35 +0000] rev 6017
(svn r8317) -Codechange: Remove GraphDrawer::bg_line_color since it was the same everywhere it was set.

Sun, 21 Jan 2007 17:29:38 +0000(svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to GRFIdentifier so it can be reused.
rubidium [Sun, 21 Jan 2007 17:29:38 +0000] rev 6016
(svn r8316) -Codechange: move the GRF ID and MD5 checksum from GRFConfig to GRFIdentifier so it can be reused.

Sun, 21 Jan 2007 17:09:32 +0000(svn r8315) -Fix: use ShowInfo over fprintf(stderr, as Windows doesn't always have a stderr visible/available
truelight [Sun, 21 Jan 2007 17:09:32 +0000] rev 6015
(svn r8315) -Fix: use ShowInfo over fprintf(stderr, as Windows doesn't always have a stderr visible/available

Sun, 21 Jan 2007 16:08:18 +0000(svn r8314) -Fix
tron [Sun, 21 Jan 2007 16:08:18 +0000] rev 6014
(svn r8314) -Fix

-Codechange: Move the railtype from EngineInfo to RailVehicleInfo, because having a railtype for non-rail vehicles isn't that useful

Sun, 21 Jan 2007 15:18:36 +0000(svn r8313) [WinCE] -Fix: -lws2 wasn't included in libraries, so network couldn't be linked
truelight [Sun, 21 Jan 2007 15:18:36 +0000] rev 6013
(svn r8313) [WinCE] -Fix: -lws2 wasn't included in libraries, so network couldn't be linked

Sun, 21 Jan 2007 15:03:37 +0000(svn r8312) -Fix (r8038, sort of): Operating profit and the company value can be negative,
maedhros [Sun, 21 Jan 2007 15:03:37 +0000] rev 6012
(svn r8312) -Fix (r8038, sort of): Operating profit and the company value can be negative,
so don't put them in an unsigned variable before drawing them in the various
graphs. Although the code didn't change, this only seems to have broken since
we started compiling it as C++.

Sun, 21 Jan 2007 14:44:25 +0000(svn r8311) [WinCE] -Fix r8304: GDI wasn't enabled by default on WinCE
truelight [Sun, 21 Jan 2007 14:44:25 +0000] rev 6011
(svn r8311) [WinCE] -Fix r8304: GDI wasn't enabled by default on WinCE

Sun, 21 Jan 2007 14:36:08 +0000(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)
truelight [Sun, 21 Jan 2007 14:36:08 +0000] rev 6010
(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)

Sun, 21 Jan 2007 14:32:40 +0000(svn r8309) [WinCE] -Fix: WinCE doesn't know resolution changing
truelight [Sun, 21 Jan 2007 14:32:40 +0000] rev 6009
(svn r8309) [WinCE] -Fix: WinCE doesn't know resolution changing
-Fix: WinCE doesn't know GetKeyboardState
-Fix: made a replacement of GetCurrentDirectory, where CurDir is assumed to be the dir the executable is located (esoftinteractive.com)
-Fix: the GCC compiler is more happy if the WinMain is called that
-Fix: a really old typo (missing ')') ;)
-Fix: GdiFlush() isn't supported on WinCE