truelight [Sun, 21 Jan 2007 14:36:08 +0000] rev 5759
(svn r8310) -Fix r8309: it is wise to put #endifs in the right place ;)
truelight [Sun, 21 Jan 2007 14:32:40 +0000] rev 5758
(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
truelight [Sun, 21 Jan 2007 14:21:31 +0000] rev 5757
(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:19:44 +0000] rev 5756
(svn r8307) [WinCE] -Fix: for now disable sound and music. That will be done later.
truelight [Sun, 21 Jan 2007 14:19:18 +0000] rev 5755
(svn r8306) [WinCE] -Fix: some functions don't exists in WinCE, so give an alternative where possible
truelight [Sun, 21 Jan 2007 14:15:38 +0000] rev 5754
(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 ;)
truelight [Sun, 21 Jan 2007 14:14:27 +0000] rev 5753
(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
bjarni [Sun, 21 Jan 2007 13:16:31 +0000] rev 5752
(svn r8303) -Codechange (r8293): default is moved to the front of the switch in ShowVehicleListWindowLocal()
maedhros [Sun, 21 Jan 2007 12:35:35 +0000] rev 5751
(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 11:49:18 +0000] rev 5750
(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.