aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/sfx
AgeCommit message (Expand)Author
2009-12-25SCI/new music code: Some initial code for saving/loading the sound stateFilippos Karapetis
2009-12-25SCI/newmusic: _signalSet, _signalToSet init, debug output added for signalsMartin Kiewitz
2009-12-25SCI/newmusic: ignore vol selector for games prior sci1late, fixes amiga music...Martin Kiewitz
2009-12-25Another readability changeFilippos Karapetis
2009-12-25Slight code readability cleanupFilippos Karapetis
2009-12-25SCI/newmusic: Filter was processing one byte too muchMartin Kiewitz
2009-12-24SCI/newmusic: Set signal after waiting for delta and not immediately (fixes i...Martin Kiewitz
2009-12-24SCI/newmusic: support for 0xF8 delta in parseNextEvent, changes to channel fi...Martin Kiewitz
2009-12-24Silence some gcc warnings.Matthew Hoops
2009-12-24SCI: new music code / signals now almost correctly triggeredMartin Kiewitz
2009-12-24Obtain channel mask from music drivers. Also, added a warning in cmdReverb() ...Filippos Karapetis
2009-12-24SCI: channels are now filtered for sci0 (fixes garbled music)Martin Kiewitz
2009-12-23SCI/new music code: Song handles are now unique (as SCI0 relies on them, rath...Filippos Karapetis
2009-12-23Fixed compilationFilippos Karapetis
2009-12-23SCI/new music code: Some fixes for SCI0 music, and removed a duplicate enumFilippos Karapetis
2009-12-23SCI/new music code: Added a sanity check to avoid changing some selectors tha...Filippos Karapetis
2009-12-23SCI/new music code: Removed the checks for the nodePtr selector, as we alread...Filippos Karapetis
2009-12-23SCI: new music code / variable-names changed to make it more verboseMartin Kiewitz
2009-12-23SCI/new music code: Do not cache the signal selector, as it needs to be alway...Filippos Karapetis
2009-12-22Disabled some currently unused codeFilippos Karapetis
2009-12-22SCI/new music code:Filippos Karapetis
2009-12-22Silenced some warnings to protect DrMcCoy from incoming BorgFilippos Karapetis
2009-12-22Initial implementation of music fading in the new music code. Added warnings ...Filippos Karapetis
2009-12-22Started implementing SCI1.1 digital sound effect playing in the new music codeFilippos Karapetis
2009-12-22The detectMusicDriver() function returns MD_-something, not MDT_-something.Torbjörn Andersson
2009-12-22Fixed looping sounds in the new sound codeFilippos Karapetis
2009-12-22Some bugfixes to the new music codeFilippos Karapetis
2009-12-21Some updates to the new music codeFilippos Karapetis
2009-12-21Restored sound volume functionality in the old music codeFilippos Karapetis
2009-12-21Silenced some warnings to make DrMcCoy happier :)Filippos Karapetis
2009-12-20Implemented cmdUpdateCues() in the new sound code and fixed a crash when load...Filippos Karapetis
2009-12-20Started integrating the new sound code in the SoundCommandParser class. Some ...Filippos Karapetis
2009-12-20Moved all of the sound iterator code in its own directory, and added a slight...Filippos Karapetis
2009-12-20Directly modify the sound objects, instead of modifying a local copy. Remove ...Filippos Karapetis
2009-12-19- Removed unused includesFilippos Karapetis
2009-12-19Removed unused includeFilippos Karapetis
2009-12-19Silence some gcc 3.4.5 warnings.Matthew Hoops
2009-12-18Moved the interface class for the the custom SCI MIDI drivers together with t...Filippos Karapetis
2009-12-18Moved the midi_writer struct into the place where it's actually used, and nam...Filippos Karapetis
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-09Fixed some simple cppcheck warnings.Torbjörn Andersson
2009-12-08Attempt to fix MSVC warning C4121.Johannes Schickel
2009-12-07Slight cleanup/simplification of the TimerSongIteratorFilippos Karapetis
2009-12-03SCI: Don't call SciMusic for volume changes when using old codeMartin Kiewitz
2009-12-03SCI: Dont init sound when using old sfx code (fixes assert)Martin Kiewitz
2009-11-29Comment out unused variables.Johannes Schickel
2009-11-29Started assigning the code from Greg's SCI engine to our sound commands - sti...Filippos Karapetis
2009-11-29Properly update the sound state in the sound command parser when loading a gameFilippos Karapetis
2009-11-29Removed unused codeFilippos Karapetis
2009-11-29Removed unused codeFilippos Karapetis