Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-25 | SCI/new music code: Some initial code for saving/loading the sound state | Filippos Karapetis | |
svn-id: r46549 | |||
2009-12-25 | SCI/newmusic: _signalSet, _signalToSet init, debug output added for signals | Martin Kiewitz | |
svn-id: r46548 | |||
2009-12-25 | SCI/newmusic: ignore vol selector for games prior sci1late, fixes amiga ↵ | Martin Kiewitz | |
music in sq3 svn-id: r46547 | |||
2009-12-25 | Another readability change | Filippos Karapetis | |
svn-id: r46546 | |||
2009-12-25 | Slight code readability cleanup | Filippos Karapetis | |
svn-id: r46545 | |||
2009-12-25 | SCI/newmusic: Filter was processing one byte too much | Martin Kiewitz | |
svn-id: r46544 | |||
2009-12-24 | SCI/newmusic: Set signal after waiting for delta and not immediately (fixes ↵ | Martin Kiewitz | |
iceman intro) svn-id: r46539 | |||
2009-12-24 | SCI/newmusic: support for 0xF8 delta in parseNextEvent, changes to channel ↵ | Martin Kiewitz | |
filtering (including temporary debug output) svn-id: r46538 | |||
2009-12-24 | Silence some gcc warnings. | Matthew Hoops | |
svn-id: r46535 | |||
2009-12-24 | SCI: new music code / signals now almost correctly triggered | Martin Kiewitz | |
svn-id: r46532 | |||
2009-12-24 | Obtain channel mask from music drivers. Also, added a warning in cmdReverb() ↵ | Filippos Karapetis | |
to indicate that it's a stub function svn-id: r46531 | |||
2009-12-24 | SCI: channels are now filtered for sci0 (fixes garbled music) | Martin Kiewitz | |
svn-id: r46525 | |||
2009-12-23 | SCI/new music code: Song handles are now unique (as SCI0 relies on them, ↵ | Filippos Karapetis | |
rather than on nodePtr) svn-id: r46512 | |||
2009-12-23 | Fixed compilation | Filippos Karapetis | |
svn-id: r46511 | |||
2009-12-23 | SCI/new music code: Some fixes for SCI0 music, and removed a duplicate enum | Filippos Karapetis | |
svn-id: r46510 | |||
2009-12-23 | SCI/new music code: Added a sanity check to avoid changing some selectors ↵ | Filippos Karapetis | |
that don't exist in SCI0 svn-id: r46505 | |||
2009-12-23 | SCI/new music code: Removed the checks for the nodePtr selector, as we ↵ | Filippos Karapetis | |
already have equivalent sanity checks (so that it's easier to add SCI0 functionality, which doesn't have a nodePtr selector) svn-id: r46504 | |||
2009-12-23 | SCI: new music code / variable-names changed to make it more verbose | Martin Kiewitz | |
svn-id: r46502 | |||
2009-12-23 | SCI/new music code: Do not cache the signal selector, as it needs to be ↵ | Filippos Karapetis | |
always updated, so that animations can be synced properly by the game scripts. Fixes KQ6 svn-id: r46496 | |||
2009-12-22 | Disabled some currently unused code | Filippos Karapetis | |
svn-id: r46488 | |||
2009-12-22 | SCI/new music code: | Filippos Karapetis | |
- Reverted the code to use local copies of certain sound object selectors, like what was done before - Simplified and fixed the SCI1.1 digital sound effect playing code - Removed some duplicate code - Renamed some sound commands svn-id: r46487 | |||
2009-12-22 | Silenced some warnings to protect DrMcCoy from incoming Borg | Filippos Karapetis | |
svn-id: r46482 | |||
2009-12-22 | Initial implementation of music fading in the new music code. Added warnings ↵ | Filippos Karapetis | |
to all unimplemented/stub sound commands svn-id: r46481 | |||
2009-12-22 | Started implementing SCI1.1 digital sound effect playing in the new music code | Filippos Karapetis | |
svn-id: r46479 | |||
2009-12-22 | The detectMusicDriver() function returns MD_-something, not MDT_-something. | Torbjörn Andersson | |
svn-id: r46478 | |||
2009-12-22 | Fixed looping sounds in the new sound code | Filippos Karapetis | |
svn-id: r46477 | |||
2009-12-22 | Some bugfixes to the new music code | Filippos Karapetis | |
svn-id: r46473 | |||
2009-12-21 | Some updates to the new music code | Filippos Karapetis | |
svn-id: r46467 | |||
2009-12-21 | Restored sound volume functionality in the old music code | Filippos Karapetis | |
svn-id: r46466 | |||
2009-12-21 | Silenced some warnings to make DrMcCoy happier :) | Filippos Karapetis | |
svn-id: r46464 | |||
2009-12-20 | Implemented cmdUpdateCues() in the new sound code and fixed a crash when ↵ | Filippos Karapetis | |
loading music with a resource number of zero svn-id: r46435 | |||
2009-12-20 | Started integrating the new sound code in the SoundCommandParser class. Some ↵ | Filippos Karapetis | |
cleanup svn-id: r46432 | |||
2009-12-20 | Moved all of the sound iterator code in its own directory, and added a ↵ | Filippos Karapetis | |
slight hack to the SoundCommandParser constructor svn-id: r46430 | |||
2009-12-20 | Directly modify the sound objects, instead of modifying a local copy. Remove ↵ | Filippos Karapetis | |
duplicate code (which now resides in resource.*) svn-id: r46427 | |||
2009-12-19 | - Removed unused includes | Filippos Karapetis | |
- Added a new method for constructing a new MidiDriver in the Adlib driver - Added a hack to obtain the resource manager in the default open() method of the overriden Adlib MIDI driver (used in the new sound code) svn-id: r46420 | |||
2009-12-19 | Removed unused include | Filippos Karapetis | |
svn-id: r46419 | |||
2009-12-19 | Silence some gcc 3.4.5 warnings. | Matthew Hoops | |
svn-id: r46415 | |||
2009-12-18 | Moved the interface class for the the custom SCI MIDI drivers together with ↵ | Filippos Karapetis | |
the actual driver implementation code svn-id: r46414 | |||
2009-12-18 | Moved the midi_writer struct into the place where it's actually used, and ↵ | Filippos Karapetis | |
named the header file appropriately svn-id: r46413 | |||
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn | |
svn-id: r46316 | |||
2009-12-09 | Fixed some simple cppcheck warnings. | Torbjörn Andersson | |
svn-id: r46303 | |||
2009-12-08 | Attempt to fix MSVC warning C4121. | Johannes Schickel | |
svn-id: r46300 | |||
2009-12-07 | Slight cleanup/simplification of the TimerSongIterator | Filippos Karapetis | |
svn-id: r46276 | |||
2009-12-03 | SCI: Don't call SciMusic for volume changes when using old code | Martin Kiewitz | |
svn-id: r46247 | |||
2009-12-03 | SCI: Dont init sound when using old sfx code (fixes assert) | Martin Kiewitz | |
svn-id: r46246 | |||
2009-11-29 | Comment out unused variables. | Johannes Schickel | |
svn-id: r46198 | |||
2009-11-29 | Started assigning the code from Greg's SCI engine to our sound commands - ↵ | Filippos Karapetis | |
still WIP svn-id: r46197 | |||
2009-11-29 | Properly update the sound state in the sound command parser when loading a game | Filippos Karapetis | |
svn-id: r46196 | |||
2009-11-29 | Removed unused code | Filippos Karapetis | |
svn-id: r46192 | |||
2009-11-29 | Removed unused code | Filippos Karapetis | |
svn-id: r46183 |