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