aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/features.cpp
AgeCommit message (Expand)Author
2019-07-09SCI: Implement early GetLongest() behavior, bug #10000sluicebox
2019-07-09SCI32: Remove some Hoyle 5 TODOsFilippos Karapetis
2018-12-28SCI32: Add feature detection for plane id baseLars Skovlund
2018-08-30SCI32: Add audio volume sync support for Hoyle5Filippos Karapetis
2017-11-28SCI32: Fix crash starting KQ7 demoColin Snover
2017-09-30SCI32: Fix support for RAMA demoColin Snover
2017-09-28SCI32: Add audio volume sync support for RAMAColin Snover
2017-09-10SCI: Remove dead codeColin Snover
2017-07-30SCI32: Implement guest additions volume sync for Phant2Colin Snover
2017-07-17SCI32: Add guest additions support for LSL7Colin Snover
2017-07-07SCI32: Force General MIDI for games that support nothing elseColin Snover
2017-06-18SCI: Switch SCI2 games to use Audio32Colin Snover
2017-05-20SCI: Add more support for >16-bit SCI3 offsetsColin Snover
2017-05-06SCI32: Fix missing/incorrect game features detectionColin Snover
2017-04-21SCI: Improve audio volume & settings sync codeColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2016-08-13SCI: Fix pseudo mouse in various SCI1 games like e.g. Larry5Martin Kiewitz
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2014-08-08SCI: Fix wrong game features heuristic for Hoyle 1/2 - bug #6606Filippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-20SCI: Add support for the King's Questions mini-gameFilippos Karapetis
2013-04-28SCI: Fix Phantasmagoria Mac's kDoSoundMatthew Hoops
2012-10-22SCI: Add the Inside the Chest / Benind the Developer's Shield demoFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-04-29SCI: Fix for bug #3522046 "Detection of SQ4CD as Windows breaks Music"Filippos Karapetis
2012-03-31ENGINES: Return all available custom GUI options if no target is specifiedFilippos Karapetis
2012-03-25SCI: Hook up the digital SFX and CD audio optionsFilippos Karapetis
2012-01-15SCI: Clean up some memory management and loopsWillem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-28SCI: Cleanup of the save/load dialog patching code and the lofs type detectio...md5
2010-11-25SCI: Added support for the alternate Windows MIDI soundtracks of the CD versi...Filippos Karapetis
2010-11-21SCI: Added a heuristic to detect the modified late SCI2.1/SCI3 kString/kArray...Filippos Karapetis
2010-11-17SCI1.1 and newer games always ignore move count. The "version" command works ...Filippos Karapetis
2010-11-17SCI: lofsa/lofss functionality for SCI3Filippos Karapetis
2010-09-04SCI: doing detectDoSoundType() properly sci0earlyMartin Kiewitz
2010-09-04SCI: lsl2 early uses sci0late soundMartin Kiewitz
2010-08-23SCI: storing game super class address now inside SciEngineMartin Kiewitz
2010-08-02SCI: Fix leaks in ResourceManager::listResources caller code.Johannes Schickel
2010-07-31SCI: fix lofs autodetectionMartin Kiewitz
2010-07-27SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitlesMatthew Hoops
2010-07-14SCI: adding sound version 2.1, to properly add sci2.1 signature for kDoSound(...Martin Kiewitz
2010-07-01Added some slight fixes for the RAMA demo, which starts now, though it dies h...Filippos Karapetis
2010-06-28SCI: More comment rewrappingMax Horn
2010-06-28SCI: Make Script member vars private; add const qualifiersMax Horn
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-06-17Strict mode: Turned several severe errors (almost all detection related) into...Filippos Karapetis
2010-06-10Use the SELECTOR() macro for readabilityFilippos Karapetis
2010-05-31CleanupFilippos Karapetis
2010-05-30Limit access to the _bufSize, _scriptSize and _heapSize members of the Script...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis