Age | Commit message (Expand) | Author |
2010-01-02 | SCI/newmusic: fading signal handling changed... fixes lsl1demo and gk1demo | Martin Kiewitz |
2010-01-02 | SCI/new music code: don't stop a music track if the fading effect has just fi... | Filippos Karapetis |
2010-01-02 | SCI/new music code: Properly implemented cmdSetSoundHold, with the help of wj... | Filippos Karapetis |
2010-01-02 | SCI/new music code: Implemented cmdSetSoundHold. Larry now exits the limo nor... | Filippos Karapetis |
2010-01-02 | SCI/newmusic: set default volume on MusicEntry creation, use volume selector ... | Martin Kiewitz |
2010-01-01 | SCI/newmusic: changed setting volume from fade logic, implemented updating lo... | Martin Kiewitz |
2010-01-01 | SCI/newmusic: now clips volume against MUSIC_VOLUME_MAX (127) instead of the ... | Martin Kiewitz |
2010-01-01 | SCI: volume for sci0 now set to 127, now using constant instead of value | Martin Kiewitz |
2010-01-01 | SCI/newmusic: set speech soundtype for audio resources played by kDoSound, cm... | Martin Kiewitz |
2010-01-01 | SCI/new music code: Moved processing of digital sound effects outside the MID... | Filippos Karapetis |
2010-01-01 | SCI/newmusic: better solution for volume - using int16 during fade, volume is... | Martin Kiewitz |
2010-01-01 | SCI: changing volume to int16 again, fixes fadeOut of music and samples | Martin Kiewitz |
2010-01-01 | SCI/newmusic: added fade and loop capability to samples (looping doesnt work ... | Martin Kiewitz |
2010-01-01 | SCI/new music code: | Filippos Karapetis |
2009-12-31 | SCI/new music code: removed some hacks | Filippos Karapetis |
2009-12-31 | SCI/new music code: The loop selector for each music score is no longer cache... | Filippos Karapetis |
2009-12-30 | SCI/newmusic: fix loop logic | Martin Kiewitz |
2009-12-29 | SCI/new music code: Fixed loading of saved games. Also, stopped sounds are no... | Filippos Karapetis |
2009-12-28 | SCI/newmusic: Added pausecounter cause sierra sci also does this | Martin Kiewitz |
2009-12-28 | SCI/new music code: Implemented cmdSendMidi, and removed access to _argc from... | Filippos Karapetis |
2009-12-28 | SCI/newmusic: Accept object 0:0 in cmdPauseHandle, pause the whole playlist t... | Martin Kiewitz |
2009-12-28 | SCI: Further objectify MusicEntry | Max Horn |
2009-12-28 | SCI: Start objectifying MusicEntry | Max Horn |
2009-12-28 | cleanup | Max Horn |
2009-12-28 | SCI: Make some code comply to our naming conventions | Max Horn |
2009-12-28 | SCI/new sound code: | Filippos Karapetis |
2009-12-28 | SCI/new music code: Implemented the "songlib" debug command | Filippos Karapetis |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | SCI/newmusic: Fixed fading (fixes intro of castle of brain) | Martin Kiewitz |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | Really fixed compilation | Filippos Karapetis |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | SCI/new music code: split the MidiParser class into a separate file | Filippos Karapetis |
2009-12-26 | Hopefully fixed the freezes/deadlocks in the new music code (e.g. in LSL5 and... | Filippos Karapetis |
2009-12-26 | - Made the music playlist private | Filippos Karapetis |
2009-12-25 | Fixed variable capitalization | Filippos Karapetis |
2009-12-25 | Another readability change | Filippos Karapetis |
2009-12-24 | SCI/newmusic: Set signal after waiting for delta and not immediately (fixes i... | Martin Kiewitz |
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: Some fixes for SCI0 music, and removed a duplicate enum | 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-20 | Directly modify the sound objects, instead of modifying a local copy. Remove ... | Filippos Karapetis |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-11-15 | Some more work on music code | Filippos Karapetis |
2009-11-15 | - Started importing the music code from Greg's SCI engine | Filippos Karapetis |