aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/state.cpp
AgeCommit message (Expand)Author
2019-07-21SCI: Implement full kWait behaviorsluicebox
2017-12-01SCI: Partially clean up SCI16 video playback codeColin Snover
2017-09-19SCI: Stop EngineState::wait mutating r_accColin Snover
2017-09-14SCI32: Fix Phant2 "auto-save"Colin Snover
2017-05-06SCI32: Add missing ifdef for EngineState::_eventCounterColin Snover
2017-05-06SCI32: Detect and handle tight loops around kGetEventColin Snover
2017-04-22SCI: Clean up unnecessary delayed restore flagsColin Snover
2017-04-21SCI: Improve audio volume & settings sync codeColin Snover
2017-03-30SCI: Stop getCurrentCallOrigin from mutating stack framesColin Snover
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-09-29SCI: Add prefix to global variable constantsColin Snover
2016-09-29SCI: Replace magic numbers for globals with named constantsColin Snover
2016-09-29SCI: Generalize code for getting information on the current callColin Snover
2016-08-19SCI: Remove references to SCI32 features from SCI16 video playerColin Snover
2016-07-06SCI32: Add SaveFileRewriteStream for read/write access to filesWillem Jan Palenstijn
2016-03-02SCI32: Don't do a syncWithScripts on restore from launcherMartin Kiewitz
2016-01-07SCI: Remove unused member property _palCycleToColorColin Snover
2015-04-26SCI: implement delayed restore via ScummVM menuMartin Kiewitz
2014-12-27SCI: Fix warningWillem Jan Palenstijn
2014-11-04SCI: fix Japanese Space Quest 4 (intro + buttons)Martin Kiewitz
2014-11-02SCI: add support for \n and \r in Japanese textMartin Kiewitz
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2014-01-29SCI: fix typo in getSciLanguageString CID 1003556Martin Kiewitz
2012-07-05SCI: Some updates to SCI32 kernel graphics functionsFilippos Karapetis
2012-06-23SCI: Implement kPlayVMD subop 23 (set palette range)Filippos Karapetis
2012-06-13SCI: Implement the file operations needed for the save dialog in PhantasmagoriaFilippos Karapetis
2011-11-05SCI: Made more fields of the Script class private. Some cleanup.Filippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-03SCI: Switch some char* to Common::String&Max Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-28SCI: Renamed restAdjust to r_rest (like r_acc and r_prev)md5
2010-12-26SCI: A more efficient solution for bug #3037874 (SCI high CPU usage), which w...Filippos Karapetis
2010-12-22SCI: VMD video related changesFilippos Karapetis
2010-11-17SCI: Added some SCI3 selector related informationFilippos Karapetis
2010-08-31SCI: adding workaround for platform-specificMartin Kiewitz
2010-08-29SCI: adding virtual lists for qfg-import roomsMartin Kiewitz
2010-08-23SCI: storing game super class address now inside SciEngineMartin Kiewitz
2010-07-19SCI: fix regression of r51027Martin Kiewitz
2010-07-19SCI: implement foreign vocabulary supportMartin Kiewitz
2010-07-12SCI: changing how savegame ids are handled internally. Using range 0-999 so t...Martin Kiewitz
2010-07-10SCI: calling speed throttler as well from kPalette(setIntensity) if needed - ...Martin Kiewitz
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
2010-06-29SCI: Made the SoundCommandParser a member of the SciEngine class and removed ...Filippos Karapetis
2010-06-27SCI: Removed the hack for loading games from the launcher from run_vm(). This...Filippos Karapetis
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-06-17Strict mode: Changed several warnings due to logic bugs into errors. If an er...Filippos Karapetis
2010-06-17SCI: Moved the event code a little bit around.Max Horn
2010-06-15Properly reconstruct the running stack when restoring (a regression from comm...Filippos Karapetis
2010-06-10Don't attempt to modify the printLang selector if it doesn't existFilippos Karapetis
2010-06-10camelCase changesFilippos Karapetis