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
tron [Wed, 27 Jul 2005 19:22:38 +0000] rev 2207
(svn r2725) Move MyShowCursor() back into win32.c, it fits better there
bjarni [Wed, 27 Jul 2005 10:11:45 +0000] rev 2206
(svn r2724) -Fix: [Autoreplace] made the pulldown menu read GetPlayer(_local_player)->avail_railtypes - this removes the need for updating this code if we add more railtypes and it also allows the menu to show maglev when monorail is not available
tron [Wed, 27 Jul 2005 07:19:28 +0000] rev 2205
(svn r2723) Make the manual page more informative
tron [Tue, 26 Jul 2005 19:34:03 +0000] rev 2204
(svn r2720) Remove unused declarations and definitions
orudge [Tue, 26 Jul 2005 19:31:05 +0000] rev 2203
(svn r2719) - Update MSVC 2003 project (AsterixMG)