aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
AgeCommit message (Expand)Author
2009-09-17SCI: Rename selector_map_t -> SelectorCache and _selectorMap -> _selectorCacheMax Horn
2009-09-17SCI: Move parts of struct ScriptState into a new struct DebugStateMax Horn
2009-09-17Changed the way object selectors are accessed, by removing the relevant defin...Filippos Karapetis
2009-09-17SCI: Rename MemObject -> SegmentObjMax Horn
2009-09-16SCI: Rename Script class members, change Script from struct to classMax Horn
2009-09-14SCI: Misc cleanupMax Horn
2009-09-12- Made obj_get and obj_get_name methods of SegManager (getObject and getObjec...Filippos Karapetis
2009-09-07SCI: Replace GET_SEGMENT_ANY and GET_OBJECT_SEGMENT macros by new segman methodsMax Horn
2009-09-06SCI: Replace "IntMapper *id_seg_map" in SegManager with a Common::HashMap<int...Max Horn
2009-09-06SCI: cleanupMax Horn
2009-09-06SCI: Cleanup for some SegManager internalsMax Horn
2009-09-06SCI: Rename resManager -> resMan; segManager -> segManMax Horn
2009-09-04Removed the bilinear and trilinear FreeSCI scalers, and only left the unfilte...Filippos Karapetis
2009-09-02Some renaming:Filippos Karapetis
2009-09-01Re-enabled custom graphics options, and read the cursor, view, pic and text f...Filippos Karapetis
2009-08-31Some adjustments to the output of the "selector" and "selectors" console comm...Filippos Karapetis
2009-08-30SCI: CleanupWalter van Niftrik
2009-08-27Stop loading opcodes from vocab.998. They are the same in all SCI games and a...Filippos Karapetis
2009-08-25- Replaced more cases of EngineState parametersFilippos Karapetis
2009-08-25- Simplified the parameters of some functionsFilippos Karapetis
2009-08-17- Simplified some functions to accept only the parts of the EngineState they ...Filippos Karapetis
2009-08-15SCI: Added enum for map and volume versions. Removed res_version setting fromWalter van Niftrik
2009-08-10SCI: Added several debug command aliases.Walter van Niftrik
2009-08-10SCI: Fix vmvars debug command.Walter van Niftrik
2009-07-18SCI: Fix disasm_addr option parsingWillem Jan Palenstijn
2009-07-18SCI: don't leave debugger after btWillem Jan Palenstijn
2009-07-18SCI: Fix stepping in debuggerWillem Jan Palenstijn
2009-07-11Moved the kernel and the vocabulary outside of the engine state (they're stat...Filippos Karapetis
2009-07-11Fixed regression in the script parser from commit 42260Filippos Karapetis
2009-07-08- Moved printObject inside the Console classFilippos Karapetis
2009-07-08Some cleanup for the script debugger code:Filippos Karapetis
2009-07-07Removed the superfluous sci_version_types array (it's essentially the same as...Filippos Karapetis
2009-07-07Prevent a crash when the engine errors out before the game state is initializedFilippos Karapetis
2009-07-06Replaced sciprintf() calls with printf, DebugPrintf, warning and error callsFilippos Karapetis
2009-07-05Removed validity check for atoi, which prevented console commands from intera...Filippos Karapetis
2009-07-04Added a new console command, "selector", which attempts to find a selector by...Filippos Karapetis
2009-07-03- Pushed debugstate into debug.hFilippos Karapetis
2009-07-02Moved some more debug state related variables in the DebugState structFilippos Karapetis
2009-07-02Moved all the debug state variables in a separate struct and re-enabled sever...Filippos Karapetis
2009-06-21CleanupFilippos Karapetis
2009-06-15Added aliases for the script/breakpoint related commands and added the debugf...Filippos Karapetis
2009-06-08Moved some more debug commands to ScummVM's consoleFilippos Karapetis
2009-06-07SCI: Got rid of g_EngineStateMax Horn
2009-06-07SCI: Moved resource36 handling into resource manager.Walter van Niftrik
2009-06-07SCI: Simplified SongLibrary code a bitMax Horn
2009-06-07SCI: Renamed various song/songlib related structs and membersMax Horn
2009-06-07Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...Filippos Karapetis
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-06Moved some more debug commands to ScummVM's coneoleFilippos Karapetis
2009-06-06Objectified the graphics driverFilippos Karapetis