Joost Peters
effc207b69
- added 'song' debugger command
...
- restore music after loading game
- fix for bug in Roland Floda Corridor music
- added LE struct reading methods (and renamed the old BE ones) for future compatibility with original DOS savegames
svn-id: r11985
2003-12-28 01:17:29 +00:00
Max Horn
e9269257f3
turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, mainly because people kept (accidentally and sometimes on purpose :-) misusing them
...
svn-id: r11881
2003-12-24 00:25:18 +00:00
Max Horn
e439eb5129
added convenience SoundMixer::playVorbis variant which calls through to playSfxSound_Vorbis; made scumm/queen engines use it
...
svn-id: r11812
2003-12-21 15:47:52 +00:00
Max Horn
9a994bf2f2
cleanup
...
svn-id: r11795
2003-12-21 00:07:16 +00:00
Gregory Montoir
33ca6ecfa5
some code to play the 'room background sfx' (equivalent to sfxplay(NULLstr))
...
svn-id: r11786
2003-12-20 16:54:46 +00:00
Travis Howell
97f1b78905
Make music_mute take effect.
...
svn-id: r11624
2003-12-14 04:07:22 +00:00
Travis Howell
6f2217dcb2
Fixproblem of fotaq attempting to play sfx as music, when sfx are disabled.
...
svn-id: r11623
2003-12-14 03:36:47 +00:00
Joost Peters
1de28a2931
Initial (Roland) Music support; a lot of stuff is still missing and/or incomplete.
...
svn-id: r11621
2003-12-14 00:33:21 +00:00
Gregory Montoir
c2be8ed45d
constructors cleanup
...
svn-id: r11589
2003-12-11 22:16:35 +00:00
Gregory Montoir
3befded402
cleanup header includes
...
svn-id: r11449
2003-12-01 20:48:41 +00:00
Torbjörn Andersson
ab066c41e0
Fixed warning
...
svn-id: r11308
2003-11-16 14:12:53 +00:00
Joost Peters
f979f185af
- Enabled missing calls to _sound->playSong, now it should *really* play all SFX
...
- Moved sound/music related toggle variables to Sound class
- Changed "Couldn't find file.." warning() to debug(7, ..)
svn-id: r11303
2003-11-15 21:33:04 +00:00
Joost Peters
2d3f4ef831
Play all sfx now, instead of only amiga ones + some music preparation
...
svn-id: r11288
2003-11-14 00:45:44 +00:00
Paweł Kołodziejski
8f130401a1
cleanup whitespaces
...
svn-id: r11224
2003-11-08 23:45:45 +00:00
Joost Peters
aa655b95e4
Apparantly, this cast is not needed for it to work properly
...
svn-id: r11202
2003-11-08 11:00:36 +00:00
Torbjörn Andersson
e01ab4599d
Fixed warning. (I've only seen these warnings when compiling under MinGW,
...
and to be honest I never understood why the compiler wars for it.)
svn-id: r11184
2003-11-07 10:38:45 +00:00
Joost Peters
e9581dda6e
Added partial playSong() implementation
...
svn-id: r11179
2003-11-07 02:33:20 +00:00
Joost Peters
0ba347414d
forgot this
...
svn-id: r10994
2003-10-28 15:33:45 +00:00
Joost Peters
ee276b12b8
add OGG playback to queen
...
svn-id: r10993
2003-10-28 15:26:05 +00:00
Joost Peters
e02fe63f2e
added loadFileMalloc() method
...
svn-id: r10988
2003-10-28 12:42:35 +00:00
Joost Peters
6fc0cd7913
whatever
...
svn-id: r10959
2003-10-25 01:11:14 +00:00
Joost Peters
3ad14b06f5
added extra flag to mixer so we don't use free() on new'd pointers
...
svn-id: r10958
2003-10-24 23:09:01 +00:00
David Eriksson
ad98347eb0
Initial version of the Input class. Some things still missing.
...
svn-id: r10944
2003-10-23 06:44:35 +00:00
Joost Peters
5bcf5a901e
add Sound class + call it from Talk::speakSegment
...
svn-id: r10933
2003-10-21 12:29:37 +00:00