aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/sciconsole.cpp
AgeCommit message (Expand)Author
2009-05-30SCI: Moved the rest of the console code out of sciconsole.cpp and into consol...Filippos Karapetis
2009-05-29- Added brief Doxygen comments to the ResourceSync and AudioResource classes ...Filippos Karapetis
2009-05-29- Moved some debug code into console.cpp, adding 3 console commands: resource...Filippos Karapetis
2009-05-29Moved the "size" console debugger command to console.cpp and silenced a warningFilippos Karapetis
2009-05-28SCI: cleanupMax Horn
2009-05-23Moved the "dump" and "dissectscript" commands to console.cpp and renamed them...Filippos Karapetis
2009-05-21Removed the PREG, PSTK, IS_NULL_REG and REG_EQ definesFilippos Karapetis
2009-05-19SCI: Some debugger fixes and cleanup.Walter van Niftrik
2009-05-18SCI: Got rid of EngineState::execution_stack_pos; overally, the resulting cod...Max Horn
2009-05-18SCI: Removed ENTRY_IS_VALID macroMax Horn
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis