aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2010-01-01Fixed broken savegames when saving with the new music codeFilippos Karapetis
2010-01-01SCI: syncing loop selector... again... fixes qfg1 ending... again... now sci0...Martin Kiewitz
2010-01-01SCI/new music code: Moved processing of digital sound effects outside the MID...Filippos Karapetis
2010-01-01Added a comment for the reason updateSci0Cues() is called within kAnimate()Filippos Karapetis
2010-01-01SCI/newmusic: doing version check before looking for audio resourceMartin Kiewitz
2010-01-01SCI/newmusic: better solution for volume - using int16 during fade, volume is...Martin Kiewitz
2010-01-01SCI: changing volume to int16 again, fixes fadeOut of music and samplesMartin Kiewitz
2010-01-01SCI: fixing saved game compatibilityMartin Kiewitz
2010-01-01SCI/newmusic: added fade and loop capability to samples (looping doesnt work ...Martin Kiewitz
2010-01-01SCI: implement kFOpen (OPEN_OR_CREATE), makes it possible to save character d...Martin Kiewitz
2010-01-01SCI: switch to previous gameid, when importing character data in qfg seriesMartin Kiewitz
2010-01-01SCI/new music code:Filippos Karapetis
2009-12-31SCI: kFileIO findFirst/findNext returns only game-specific prefixed filesMartin Kiewitz
2009-12-31Minor additions: added full keypad support to GUI and SCIYotam Barnoy
2009-12-31SCI: fixed typo in unwrapFilenameMartin Kiewitz
2009-12-31SCI: keyboard change cleanup, fixed Ctrl and Alt related keys on foreign keyb...Martin Kiewitz
2009-12-31SCI: keyboard events now dont use scancode anymore, fixing compatibility with...Martin Kiewitz
2009-12-31Changed kValidPath() to always return true, regardless of the value of savePa...Filippos Karapetis
2009-12-31SCI/new music: trigger signal when fade is completed, fixes lsl1 dance with girlMartin Kiewitz
2009-12-31Mention the fact that we derive from SSCI by not caching the loop selectorFilippos Karapetis
2009-12-31SCI/new music code: removed some hacksFilippos Karapetis
2009-12-31SCI/new music code: The loop selector for each music score is no longer cache...Filippos Karapetis
2009-12-31SCI/new music code: Slight cleanupFilippos Karapetis
2009-12-31kLocalToGlobal has a 'Plane' variant in SCI32 like its kGlobalToLocal sibling...Matthew Hoops
2009-12-31Overload the = operator for SciArray which fixes the setType errors in GK1. S...Matthew Hoops
2009-12-30SCI/newmusic: cmdSendMidi / removed weird midiCmd code - fixes lsl5 des rever...Martin Kiewitz
2009-12-30Rename Common::Stream::readLine_NEW to readLineMax Horn
2009-12-30SCI: palette merging / comment additionMartin Kiewitz
2009-12-30SCI: fix palette merging (fixes lsl1demo right at the beginning and sq5 wilco...Martin Kiewitz
2009-12-30SCI/newmusic: fix loop logicMartin Kiewitz
2009-12-30SCI/newmusic: update loop selector when track is finished (fixes hq1 ending, ...Martin Kiewitz
2009-12-30SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t...Filippos Karapetis
2009-12-30SCI/new sound code:Filippos Karapetis
2009-12-30SCI32:Matthew Hoops
2009-12-30Formatting.Johannes Schickel
2009-12-30Switched to the new pathfinding code, after talking with waltervnFilippos Karapetis
2009-12-30Fixed warningsFilippos Karapetis
2009-12-30Initial implementation of the SCI21 kList kernel function (which calls all th...Filippos Karapetis
2009-12-30SCI: support for uncompressed sci1 views (fixes qfg3 demo)Martin Kiewitz
2009-12-30SCI32: Moved all the list related kernel functions inside klists.cpp, and imp...Filippos Karapetis
2009-12-30Implemented ListFirstTrue(), thanks to the help of waltervn. Now, buttons can...Filippos Karapetis
2009-12-30SCI32: added handling of variable selectors in kListEachElementDo() and silen...Filippos Karapetis
2009-12-30SCI32: added some of clone2727's changes to kArray and kString, and implement...Filippos Karapetis
2009-12-30Updated documentation of the VMD decoder to indicate which SCI32 games used V...Filippos Karapetis
2009-12-30The wrapper for the VMD decoder is only used in the SCI engine for SCI32 game...Filippos Karapetis
2009-12-29SCI/newmusic: fixed fading (fixes gk1 demo, park area)Martin Kiewitz
2009-12-29SCI: returning back raw == 0, when script trying to access invalid memoryMartin Kiewitz
2009-12-29SCI: dont crash when scripts are trying to access invalid memory (fixes intro...Martin Kiewitz
2009-12-29SCI/newmusic: Removed playlist-feature from cmdResumeHandle cause that is sci...Martin Kiewitz
2009-12-29SCI/newmusic: dont do pause/resume on the whole playlist prior sci1late (soun...Martin Kiewitz