bjarni [Thu, 28 Jul 2005 09:01:41 +0000] rev 2217
(svn r2735) -Fix: [OSX] fixed issue introduced in 2733 where dedicated servers on OSX included sdl.h even when WITH_SDL was not defined (oops)
celestar [Thu, 28 Jul 2005 08:49:29 +0000] rev 2216
(svn r2734) -Feature: The Main Toolbar Dropdown Menu can now display disabled items
bjarni [Thu, 28 Jul 2005 08:45:57 +0000] rev 2215
(svn r2733) -Fix: [OSX] solved include issue introduced in 2714, which prevented OSX from opening a window to run the game in (sdl.h was not included anymore)
celestar [Thu, 28 Jul 2005 06:09:15 +0000] rev 2214
(svn r2732) -Codechange: Cleaned the order flags some more. Hit some inconsistencies while trying to locate bug 1244167
celestar [Thu, 28 Jul 2005 05:47:54 +0000] rev 2213
(svn r2731) -Fix [ 1244171 ]: Hangar orders are now properly invalidated as soon as the airport is removed
tron [Wed, 27 Jul 2005 21:45:34 +0000] rev 2212
(svn r2730) -Fix: Fail if the sequencer can't play audio
Also check the return value of CreateThread()
tron [Wed, 27 Jul 2005 20:08:52 +0000] rev 2211
(svn r2729) Fix #include
tron [Wed, 27 Jul 2005 19:57:12 +0000] rev 2210
(svn r2728) -Fix/Feature: Change the driver probing algorithm
Instead of trying to start a single driver and bailing out if that fails, try to initialise one by one and use the first one which succeeds.
This should fix problems on machines with no sound card, where -s null had to be specified manually.
tron [Wed, 27 Jul 2005 19:26:53 +0000] rev 2209
(svn r2727) Fix last commit, don't ask
tron [Wed, 27 Jul 2005 19:25:50 +0000] rev 2208
(svn r2726) Fix last commit