Age | Commit message (Expand) | Author |
2010-01-02 | SCI/new music code: Implemented cmdSetSoundPriority | Filippos Karapetis |
2010-01-02 | SCI/new sound code: disabled some unused code and named a previously unknown ... | Filippos Karapetis |
2010-01-02 | Changed wording from "handle" to "sound", as we're dealing with sound objects... | Filippos Karapetis |
2010-01-02 | SCI/new music code: Fixed some mutex-related issues | Filippos Karapetis |
2010-01-01 | SCI: Adlib: Fix bug in master volume handling. | Walter van Niftrik |
2010-01-01 | SCI: Fix segfault in dual-language KQ5. | Walter van Niftrik |
2010-01-01 | SCI/newmusic: removed TODO | Martin Kiewitz |
2010-01-01 | SCI/newmusic: changed setting volume from fade logic, implemented updating lo... | Martin Kiewitz |
2010-01-01 | SCI: fix build | Martin Kiewitz |
2010-01-01 | SCI/newmusic: changed fade volume setting for digital fx to onTimer() again, ... | Martin Kiewitz |
2010-01-01 | SCI: kDoAudio now also clips volume and adjusts to mixer volume | 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: Added TODO within kDoAudio | Martin Kiewitz |
2010-01-01 | SCI: fixing bad sorting of saved games due MMDDYYYY date saving | Martin Kiewitz |
2010-01-01 | SCI/new music code: The MIDI driver is now reset whenever the game's VM respa... | Filippos Karapetis |
2010-01-01 | SCI/newmusic: set speech soundtype for audio resources played by kDoSound, cm... | Martin Kiewitz |
2010-01-01 | SCI/newmusic: adding debug output to setVolume | Martin Kiewitz |
2010-01-01 | SCI/new music code: Center pitch wheel when unloading music tracks | Filippos Karapetis |
2010-01-01 | Fixed KQ5CD (regression from rev. 46656) | Filippos Karapetis |
2010-01-01 | Fixed broken savegames when saving with the new music code | Filippos Karapetis |
2010-01-01 | SCI: syncing loop selector... again... fixes qfg1 ending... again... now sci0... | Martin Kiewitz |
2010-01-01 | SCI/new music code: Moved processing of digital sound effects outside the MID... | Filippos Karapetis |
2010-01-01 | Added a comment for the reason updateSci0Cues() is called within kAnimate() | Filippos Karapetis |
2010-01-01 | SCI/newmusic: doing version check before looking for audio resource | Martin Kiewitz |
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: fixing saved game compatibility | Martin Kiewitz |
2010-01-01 | SCI/newmusic: added fade and loop capability to samples (looping doesnt work ... | Martin Kiewitz |
2010-01-01 | SCI: implement kFOpen (OPEN_OR_CREATE), makes it possible to save character d... | Martin Kiewitz |
2010-01-01 | SCI: switch to previous gameid, when importing character data in qfg series | Martin Kiewitz |
2010-01-01 | SCI/new music code: | Filippos Karapetis |
2009-12-31 | SCI: kFileIO findFirst/findNext returns only game-specific prefixed files | Martin Kiewitz |
2009-12-31 | Minor additions: added full keypad support to GUI and SCI | Yotam Barnoy |
2009-12-31 | SCI: fixed typo in unwrapFilename | Martin Kiewitz |
2009-12-31 | SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb... | Martin Kiewitz |
2009-12-31 | SCI: keyboard events now dont use scancode anymore, fixing compatibility with... | Martin Kiewitz |
2009-12-31 | Changed kValidPath() to always return true, regardless of the value of savePa... | Filippos Karapetis |
2009-12-31 | SCI/new music: trigger signal when fade is completed, fixes lsl1 dance with girl | Martin Kiewitz |
2009-12-31 | Mention the fact that we derive from SSCI by not caching the loop selector | 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-31 | SCI/new music code: Slight cleanup | Filippos Karapetis |
2009-12-31 | kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal sibling... | Matthew Hoops |
2009-12-31 | Overload the = operator for SciArray which fixes the setType errors in GK1. S... | Matthew Hoops |
2009-12-30 | SCI/newmusic: cmdSendMidi / removed weird midiCmd code - fixes lsl5 des rever... | Martin Kiewitz |
2009-12-30 | Rename Common::Stream::readLine_NEW to readLine | Max Horn |
2009-12-30 | SCI: palette merging / comment addition | Martin Kiewitz |
2009-12-30 | SCI: fix palette merging (fixes lsl1demo right at the beginning and sq5 wilco... | Martin Kiewitz |
2009-12-30 | SCI/newmusic: fix loop logic | Martin Kiewitz |