aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
AgeCommit message (Expand)Author
2010-11-17SCI: Added sanity checks for SCI3 scripts bigger than 64KBFilippos Karapetis
2010-11-17SCI: Added the SCI3 equivalent of initialiseObjects(), from a patch by lskovlunFilippos Karapetis
2010-11-17SCI: The heap was a separate resource in SCI1.1 - SCI2.1 games only. It was l...Filippos Karapetis
2010-11-17SCI: Specify that -1 means "all maps" when listing base36-encoded resourcesFilippos Karapetis
2010-11-17SCI: Unified the functionality and parameters of the disasm and disasm_addr c...Filippos Karapetis
2010-11-17SCI: Added the ability to display original script bytecode in the "disasm" co...Filippos Karapetis
2010-11-11SCI: Some video related changesFilippos Karapetis
2010-11-11SCI: Allow duck videos to be played from the consoleMatthew Hoops
2010-11-10SCI: Add missing new lineMatthew Hoops
2010-11-02SCI: Remove any use of printfMax Horn
2010-11-01GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warningsMax Horn
2010-10-31SCI: Play time related changesFilippos Karapetis
2010-10-28SCI: Updated help page on the new console command "map_instrument"Filippos Karapetis
2010-10-28SCI: Fixed typoFilippos Karapetis
2010-10-28SCI: Fixed compilation and added include safeguards to map-mt32-to-gm.hFilippos Karapetis
2010-10-28SCI: Improved the description of the "map_instrument" console command a bit. ...Filippos Karapetis
2010-10-28SCI: Several changes related to MT-32 -> GM mappingFilippos Karapetis
2010-10-27SCI: Cleanup, invoking pauseEngine() on Console::preEnter() and Console::post...Filippos Karapetis
2010-10-27SCI: Proper pausing/resuming of MIDI music in SciEngine::pauseEngineIntern(),...Filippos Karapetis
2010-10-21SCI: Added the ability to filter out results of the "class_table" commandFilippos Karapetis
2010-10-20SCI: Silence GCC warningTorbjörn Andersson
2010-10-20SCI: Added a new debug command, "find_callk"Filippos Karapetis
2010-10-12JANITORIAL: Cleanup (mostly whitespace)Torbjörn Andersson
2010-10-03SCI: Allow multiple word groups in parserWillem Jan Palenstijn
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-10SCI: Some changes regarding resourcesFilippos Karapetis
2010-09-09SCI/Debugger: Show class names in addition to addresses in class_table output.Lars Skovlund
2010-09-02SCI: adding "bpr" and "bpw" debug commandsMartin Kiewitz
2010-08-12SCI: "version" now shows cantBeHere selectorMartin Kiewitz
2010-08-08SCI: Directly use the new Graphics::VMDDecoder classSven Hesse
2010-08-03SCI: adding bpk debug commandMartin Kiewitz
2010-08-02SCI: Fix leaks in ResourceManager::listResources caller code.Johannes Schickel
2010-07-31SCI: Don't include the time running the debugger in the game running timeMatthew Hoops
2010-07-24SCI: added said spec dump ability to logkernelMartin Kiewitz
2010-07-23SCI: logkernel changesMartin Kiewitz
2010-07-23SCI: adding new debug command logkernelMartin Kiewitz
2010-07-22Extended the "version" console command to also show the game version found in...Filippos Karapetis
2010-07-20SCI: Removed the restoring parameter of the run_vm() functionFilippos Karapetis
2010-07-18SCI: Fix order of characters when using hexDumpReg.Matthew Hoops
2010-07-18SCI: Add basic debugging command for 'said'Willem Jan Palenstijn
2010-07-17SCI: Fix 'parse' debug command parameter handlingWillem Jan Palenstijn
2010-07-16SCI: fix console commands so that console gets detached correctlyMartin Kiewitz
2010-07-12SCI: Turn global object g_debugState into SciEngine member varMax Horn
2010-07-09SCI: implemented subsignatures for kDoSoundMartin Kiewitz
2010-07-07SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ...Filippos Karapetis
2010-07-07SCI: adding support to kernel signatures that invalid references may also get...Martin Kiewitz
2010-07-07SCI: accepting decimal/hexadecimal input on segment_info & kill_segment debug...Martin Kiewitz
2010-07-06SCI: removing invalid reference error from signature checking, instead adding...Martin Kiewitz
2010-07-05SCI: implemented new kernel call signature formatMartin Kiewitz
2010-07-04Add a hexDumpReg function to view references that are not raw and fix SCI32 s...Matthew Hoops