Age | Commit message (Expand) | Author |
2010-01-01 | Implemented setNumLoops() for common audio streams. | Eugene Sandulenko |
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 | Extend doxygen comment for setNumLoops() | Eugene Sandulenko |
2010-01-01 | SCI/newmusic: doing version check before looking for audio resource | Martin Kiewitz |
2010-01-01 | aligned zoomed picture to the top and fixed actor head animation in zoomed state | Vladimir Menshakov |
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 | removed debug output | Vladimir Menshakov |
2010-01-01 | Updated the notes about Broken Sword cutscenes to that which I posted to | Torbjörn Andersson |
2010-01-01 | found zoom tables, added original zoom support. | Vladimir Menshakov |
2010-01-01 | removed commented out debug | Vladimir Menshakov |
2010-01-01 | Added setNumLoops() for linear memory streams, enables looping of samples in sci | Martin Kiewitz |
2010-01-01 | SCI/newmusic: added fade and loop capability to samples (looping doesnt work ... | Martin Kiewitz |
2010-01-01 | Adding setNumLoops() to AudioStream class | Martin Kiewitz |
2010-01-01 | removed first point from path to avoid zero delta | Vladimir Menshakov |
2010-01-01 | removed position zeroing in varia resources | Vladimir Menshakov |
2010-01-01 | minor sizeof cleanup | Vladimir Menshakov |
2010-01-01 | Add Polish Windows 4CD version of The Feeble Files. | Travis Howell |
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 | PSP: added keypad to d-pad. Allows control of AGI,SCI0, and Indy3 | Yotam Barnoy |
2009-12-31 | PSP: added disable_dosbox_opl to custom makefile | Yotam Barnoy |
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 | removed magic first frame from actor | Vladimir Menshakov |
2009-12-31 | Add support for Chinese translated games. | Eugene Sandulenko |
2009-12-31 | Reading the whole buffer at once should be more efficient than reading it one | Torbjörn Andersson |
2009-12-31 | SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb... | Martin Kiewitz |
2009-12-31 | Remove obsolete comment about Myst ME not working. | Matthew Hoops |
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 | N64: some cleanup in osystem | Fabio Battaglia |
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 | Fix gcc warning | Eugene Sandulenko |
2009-12-31 | Worked around what appears to be a bad JPEG image in the Masterpiece edition of | Torbjörn Andersson |
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-31 | Add the Mohawk crew to the credits. | Matthew Hoops |
2009-12-31 | Remove the getBeginOffset() hack from Common::SeekableReadStream and introduc... | Matthew Hoops |
2009-12-31 | Make sure that enough data is read out of the script | Sven Hesse |
2009-12-30 | Fixing an out of array bounds read | Sven Hesse |