aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/script.cpp
AgeCommit message (Expand)Author
2009-10-08Started rewriting the check for the graphics functions type (still not finis...Filippos Karapetis
2009-09-27SCI: Fix scrolling in SCI1 list controls.Walter van Niftrik
2009-09-23- Moved the SCI version in a global variableFilippos Karapetis
2009-09-17SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCacheMax Horn
2009-09-02Some renaming:Filippos Karapetis
2009-08-30SCI: Add lofs detection.Walter van Niftrik
2009-08-30SCI: Add SetCursor detection. Cleanup.Walter van Niftrik
2009-08-28- Removed the unused selectors "prevSignal", "who" and "distance" from the qu...Filippos Karapetis
2009-08-28Removed the unused selectors (edgeHit, semanticFail and baseSetter)Filippos Karapetis
2009-08-26- Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo...Matthew Hoops
2009-08-26Committed a slight patch by clone2727, which contains debug code to dump the ...Filippos Karapetis
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
2009-07-07Cleanup: added an enum for the auto-detected features, removed the selectors ...Filippos Karapetis
2009-07-07- Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has...Filippos Karapetis
2009-07-07Removed unused defineFilippos Karapetis
2009-07-06Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGAFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-05- Fixed feature auto-detection for Conquests of CamelotFilippos Karapetis
2009-07-05SCI1 games with absolute parameters to lofs instructions are automatically de...Filippos Karapetis
2009-07-04- Merged the "early" and "late" SCI1 versions - these are functionally equiva...Filippos Karapetis
2009-07-04- Kernel function names are no longer loaded from vocab.999, but are construc...Filippos Karapetis
2009-07-04Newer DoSound() semantics are now detected automatically, by the existence of...Filippos Karapetis
2009-06-24SCI: Partial support for dual-language games.Walter van Niftrik
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-01Split the kernel functions away from the vocabulary functions (WIP, saving/lo...Filippos Karapetis
2009-05-31- Further objectification of the SCI vocabulary functionsFilippos Karapetis
2009-05-31More objectification of the Vocabulary functionsFilippos Karapetis
2009-05-30Started objectifying the vocabulary functions (WIP)Filippos Karapetis
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-14SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ...Max Horn
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-12Replaced sci_hexdump() with Common::hexdump()Filippos Karapetis
2009-04-25SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudioWalter van Niftrik
2009-04-20SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode...Max Horn
2009-03-24SCI: Rewrote vocabulary code to use a Common::HashMap<String,ResultWord>Max Horn
2009-03-09SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...Max Horn
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-03-04SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th...Max Horn