14 Commits

Author SHA1 Message Date
Max Horn
d098334fe6 updated code to use type MutexRef; added class StackLock (from sdl backend, now in util.*)
svn-id: r8777
2003-07-05 15:19:11 +00:00
Torbjörn Andersson
cd269445f5 Initialize midiChannelNumber to 0. I don't know if this is always the right
thing to do, but leaving it unintialized isn't a good idea either since
that will cause stopMusic() to send bad commands to the MIDI driver in some
cases.

At least in the case of the ALSA driver, this will cause ScummVM to
terminate with an "Unknown Command" error.

svn-id: r8705
2003-07-02 06:43:24 +00:00
Robert Göffringmann
ec64f23f22 fixed race condition when loading different sections
svn-id: r8681
2003-07-01 01:27:50 +00:00
Robert Göffringmann
1785e0e305 some more loading & saving work (still unfinished)
svn-id: r8663
2003-06-27 02:54:05 +00:00
Max Horn
d3c7f26850 another warning
svn-id: r8637
2003-06-22 22:36:28 +00:00
Robert Göffringmann
a61fda9948 whoops
svn-id: r8633
2003-06-22 22:00:56 +00:00
Robert Göffringmann
f891aceee3 native mt32 support and basic control panel (incomplete)
doesn't work with all versions, probably file numbers were changed

svn-id: r8632
2003-06-22 21:42:59 +00:00
Robert Göffringmann
7f20bdfeba removed send(0) command.
svn-id: r8530
2003-06-17 12:34:56 +00:00
Robert Göffringmann
61491fb295 don't restart music if the same track is already playing
svn-id: r8528
2003-06-17 12:26:25 +00:00
Robert Göffringmann
5bb59b4755 cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG
svn-id: r8253
2003-06-01 21:21:10 +00:00
Oliver Kiehl
693b7126d6 add .cvsignore
svn-id: r8149
2003-05-30 16:08:21 +00:00
Robert Göffringmann
6f3d72e8b7 fixed wrong path
svn-id: r8075
2003-05-29 03:19:10 +00:00
Travis Howell
1c3b7dc883 Fix compile
svn-id: r8071
2003-05-28 23:44:11 +00:00
Robert Göffringmann
2186ad138b moved music drivers into seperated directory, added music support for diskdemo's adlib driver version.
(maybe other sky versions also have this older adlib driver?)

svn-id: r8069
2003-05-28 23:31:43 +00:00