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

Sun, 21 Jan 2007 14:21:31 +0000(svn r8308) [WinCE] -Revert r5764: in case of WinCE, use the code for FileExists as it was in pre-r5764 for Win32 (tnx Darkvater)
truelight [Sun, 21 Jan 2007 14:21:31 +0000] rev 6008
(svn r8308) [WinCE] -Revert r5764: in case of WinCE, use the code for FileExists as it was in pre-r5764 for Win32 (tnx Darkvater)

Sun, 21 Jan 2007 14:19:44 +0000(svn r8307) [WinCE] -Fix: for now disable sound and music. That will be done later.
truelight [Sun, 21 Jan 2007 14:19:44 +0000] rev 6007
(svn r8307) [WinCE] -Fix: for now disable sound and music. That will be done later.

Sun, 21 Jan 2007 14:19:18 +0000(svn r8306) [WinCE] -Fix: some functions don't exists in WinCE, so give an alternative where possible
truelight [Sun, 21 Jan 2007 14:19:18 +0000] rev 6006
(svn r8306) [WinCE] -Fix: some functions don't exists in WinCE, so give an alternative where possible

Sun, 21 Jan 2007 14:15:38 +0000(svn r8305) -Codechange: defining 'static const' in a header is a bit weird.
truelight [Sun, 21 Jan 2007 14:15:38 +0000] rev 6005
(svn r8305) -Codechange: defining 'static const' in a header is a bit weird.
Above that, wince-gcc gave "unused variable" on every file which included airport.h... pretty annoying ;)

Sun, 21 Jan 2007 14:14:27 +0000(svn r8304) [WinCE] -Add: added configure detection for WinCE.
truelight [Sun, 21 Jan 2007 14:14:27 +0000] rev 6004
(svn r8304) [WinCE] -Add: added configure detection for WinCE.
Compiling doesn't work, neither does running, but it is a first step in developing an official WinCE port

Sun, 21 Jan 2007 13:16:31 +0000(svn r8303) -Codechange (r8293): default is moved to the front of the switch in ShowVehicleListWindowLocal()
bjarni [Sun, 21 Jan 2007 13:16:31 +0000] rev 6003
(svn r8303) -Codechange (r8293): default is moved to the front of the switch in ShowVehicleListWindowLocal()

Sun, 21 Jan 2007 12:35:35 +0000(svn r8301) -Codechange: Move the code relating to the sign list window from graph_gui.cpp to a file of its own: signs_gui.cpp.
maedhros [Sun, 21 Jan 2007 12:35:35 +0000] rev 6002
(svn r8301) -Codechange: Move the code relating to the sign list window from graph_gui.cpp to a file of its own: signs_gui.cpp.

Sun, 21 Jan 2007 11:49:18 +0000(svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that
maedhros [Sun, 21 Jan 2007 11:49:18 +0000] rev 6001
(svn r8300) -Codechange: Add a prototype for DrawPlayerIcon to players.h and include that
instead of using externs. Also move DrawPlayerIcon from graph_gui.cpp to
players.cpp.

Sun, 21 Jan 2007 08:04:14 +0000(svn r8299) -Fix
tron [Sun, 21 Jan 2007 08:04:14 +0000] rev 6000
(svn r8299) -Fix

Remove unreachable code