aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/script.h
AgeCommit message (Expand)Author
2011-11-11SCI: Fix const castWillem Jan Palenstijn
2011-11-05SCI: Updated Script::getObjectMap()Filippos Karapetis
2011-11-05SCI: Made the object map hashmap of the Script class privateFilippos Karapetis
2011-11-05SCI: Made more fields of the Script class private. Some cleanup.Filippos Karapetis
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-27SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object"Filippos Karapetis
2010-11-18SCI3: Add proper support for the calle instructionLars Skovlund
2010-11-17SCI3: relocate operand of the lofsa opcodeLars Skovlund
2010-11-17SCI: More work on SCI3, based on a patch by lskovlunFilippos Karapetis
2010-11-17SCI: Some more work on SCI3, based on a patch by lskovlunFilippos Karapetis
2010-11-17SCI: Added the SCI3 equivalent of initialiseObjects(), from a patch by lskovlunFilippos Karapetis
2010-11-08SCI: Some changes regarding the string heap in saved gamesFilippos Karapetis
2010-11-04SCI: Renamed findBlock() to findBlockSCI0()Filippos Karapetis
2010-09-13SCI: Proper fix for bug #3038837 - "HOYLE3: EGA/VGA Crashes" and some cleanupFilippos Karapetis
2010-08-06SCI: Split the new script patch code in a separate fileFilippos Karapetis
2010-08-06SCI: Added support for scripts that have more than one export table. Fixes bu...Filippos Karapetis
2010-08-06SCI: adding script patchingMartin Kiewitz
2010-08-06SCI: some work on the script patcherMartin Kiewitz
2010-06-28SCI: Clarify docs of GC related SegmentObj methodsMax Horn
2010-06-28SCI: get rid of Script::allocateObjectMax Horn
2010-06-28SCI: Revise GC interface: use Common::Array<reg_t> instead of callbacksMax Horn
2010-06-28SCI: Make Script member vars private; add const qualifiersMax Horn
2010-06-27CleanupFilippos Karapetis
2010-06-27Made the script initialization/uninitialization methods part of the segment m...Filippos Karapetis
2010-06-27SCI: Made the code for initializing script classes, objects and locals part o...Filippos Karapetis
2010-06-27SCI: Moved all the script-related code inside script.cpp/.h, and all script o...Filippos Karapetis
2010-06-15Removed the now unused EngineState parameter of script_adjust_opcode_formats(...Filippos Karapetis
2010-02-02SCI: Use Common::List and Common::String to simplify breakpoint handling (unt...Max Horn
2010-01-28SCI: Add debug opcodesWalter van Niftrik
2010-01-28Changed run_vm() to use the sci_opcodes enum, and fixed several wrong opcodes...Filippos Karapetis
2009-08-30SCI: Add lofs detection.Walter van Niftrik
2009-08-16SCI: Stage 1 of the game detection overhaul. The end goal is to autodetectWalter van Niftrik
2009-07-07Removed unused defineFilippos 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-14SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ...Max Horn
2009-05-12Removed some unused codeFilippos Karapetis
2009-04-20SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode...Max Horn
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn