Age | Commit message (Expand) | Author |
2010-06-24 | Changed a warning which seems like regular SCI behavior into a debugC | Filippos Karapetis |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-06-18 | Added several unimplemented kDisplay subops, as well as a new sound command, ... | Filippos Karapetis |
2010-06-17 | Strict mode: Turned several severe errors (almost all detection related) into... | Filippos Karapetis |
2010-06-17 | SCI: implemented channel muting for sci1, finally fixes lsl5 paino scene with... | Martin Kiewitz |
2010-06-17 | SCI: decreasing channel given to us on cmdSendMidi by one, so mute command no... | Martin Kiewitz |
2010-06-15 | Cleanup of the savegame code: | Filippos Karapetis |
2010-06-12 | Added debug output to kDoAudio and some music commands. Also added a warning ... | Filippos Karapetis |
2010-06-10 | Use the SELECTOR() macro for readability | Filippos Karapetis |
2010-06-08 | SCI: if song isn't playing, set signal and don't set fadeout/fadein variables... | Martin Kiewitz |
2010-05-30 | Cleanup | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-28 | SCI: read out vol selector on initSound/playSound for sci1early (soundversion... | Martin Kiewitz |
2010-05-27 | SCI: fixing resuming samples - fixes hang when ship is flying away happening ... | Martin Kiewitz |
2010-05-23 | SCI: reenabling "stopAllSounds" code disabled in r49101 - isn't called anymor... | Martin Kiewitz |
2010-05-23 | SCI: fix regression of r49156 - if multiple songs are stored for resume-play,... | Martin Kiewitz |
2010-05-19 | SCI: sound code now queues up music in sci0, wip-code: not reacting on priori... | Martin Kiewitz |
2010-05-19 | SCI: updated comment on kDoSound(12) | Martin Kiewitz |
2010-05-19 | SCI: removed cmdStopAllSounds(), can't be right - added FIXME - fixes iceman ... | Martin Kiewitz |
2010-05-19 | SCI: cleanup soundcode - number renamed to resourceId, prio renamed to priority | Martin Kiewitz |
2010-05-18 | SCI: set signal on fadeOut and also set signal when fade is requested but sou... | Martin Kiewitz |
2010-05-11 | SCI: remove unneeded _mutex lock to fix deadlock issue | Martin Kiewitz |
2010-05-10 | SCI: set signal to SIGNAL_OFFSET, when a music slot is played that doesn't co... | Martin Kiewitz |
2010-05-03 | SCI: set signal in SCI0/SCI01 games, when samples have been played only. fixe... | Martin Kiewitz |
2010-05-03 | SCI: reverting r48805 - caused regression in sq3new/kq1 | Martin Kiewitz |
2010-04-26 | SCI: changing comment slightly about setting signal selector in stopSound for... | Martin Kiewitz |
2010-04-26 | SCI: also set signal selector when stopping sounds for SCI0 as well - fixes s... | Martin Kiewitz |
2010-02-15 | SCI: Remove sound/audio.h include from engine/state.h | Max Horn |
2010-02-13 | SCI: Fix compiling with USE_OLD_MUSIC_FUNCTIONS enabled | Max Horn |
2010-02-13 | SCI: Add global g_sci pointer to the active SciEngine instance | Max Horn |
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
2010-01-30 | SCI: Remove extra '\n's in debugC messages | Willem Jan Palenstijn |
2010-01-29 | Reverting incorrect rev. 47675. The actual problem was that SCI0 doesn't clea... | Filippos Karapetis |
2010-01-29 | Wording | Filippos Karapetis |
2010-01-29 | Don't modify the objects of sound slots that are already stopped, as the asso... | Filippos Karapetis |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
2010-01-27 | Fixed the demo version of Longbow - speech was not played at all with the new... | Filippos Karapetis |
2010-01-26 | Fixed loading of old saved games | Filippos Karapetis |
2010-01-26 | SCI: Add driver for Yamaha FB-01. Cleanup. | Walter van Niftrik |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Added song manipulation debug commands: songinfo, startsound, togglesound and... | Filippos Karapetis |
2010-01-21 | - Fixed pausing of all sounds in the playlist | Filippos Karapetis |
2010-01-19 | - Removed the resetDriver() hack. The reason why notes stopped being played s... | Filippos Karapetis |
2010-01-18 | SCI: dont set dataInc selector inside updateCues when dataInc is not available | Martin Kiewitz |
2010-01-13 | SCI: DoSound: when setting volume return previous value, fixes KQ6CD intro. | Walter van Niftrik |
2010-01-12 | Fix some memory leaks caused by never deleting the objects inside SoundComman... | Johannes Schickel |
2010-01-12 | SCI: deleting _music in destructor | Martin Kiewitz |
2010-01-12 | SCI: Handle master volume inside music drivers | Walter van Niftrik |
2010-01-11 | New music code: Implemented sound stopping after fading, and disabled MIDI so... | Filippos Karapetis |
2010-01-08 | SCI: fixing sq3 again (state selector wasnt updated anymore) | Martin Kiewitz |