aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
AgeCommit message (Expand)Author
2013-12-04SCI: script patcher is now a separate classMartin Kiewitz
2013-10-30SCI: Handle objects with a dot in their nameFilippos Karapetis
2013-04-17SCI: Fix memory leakWillem Jan Palenstijn
2013-04-15SCI: Add missing breakWillem Jan Palenstijn
2013-04-15SCI: Remove useless checksWillem Jan Palenstijn
2013-04-15SCI: Fix uninitialized variablesWillem Jan Palenstijn
2013-01-22SCI: Add documentation for underscores in object names and fix a warningFilippos Karapetis
2013-01-22SCI: Use underscores as substitute characters for spaces in object namesFilippos Karapetis
2012-10-06SCI: Fix some console output formattingWillem Jan Palenstijn
2012-08-16VIDEO: Merge AdvancedVideoDecoder into VideoDecoderMatthew Hoops
2012-08-16VIDEO: Remove the Coktel video code from using the VideoDecoder APIMatthew Hoops
2012-07-22SCI: Rewrite RobotDecoder to use the AdvancedVideoDecoder APIMatthew Hoops
2012-07-22VIDEO: Rewrite the AVI code to use AdvancedVideoDecoderMatthew Hoops
2012-07-20SCI: Move the SEQ code to the new VideoDecoder APIMatthew Hoops
2012-07-08SCI: Ignore another leftover script from KQ7 in the debuggerFilippos Karapetis
2012-06-23SCI: Change the program counter (PC) to be a 32-bit variableFilippos Karapetis
2012-06-21SCI: Fix warningsFilippos Karapetis
2012-06-18SCI: Store script sizes in 32-bit integersFilippos Karapetis
2012-06-18SCI: Add setter/getter methods to reg_t'sFilippos Karapetis
2012-06-14SCI: Add missing documentation for the plane_items / pi console commandFilippos Karapetis
2012-06-13SCI: Move all file-related functions in file.*Filippos Karapetis
2012-05-21SCI: Added two new debug commands, plane_list and plane_itemsFilippos Karapetis
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2012-01-15SCI: Clean up some memory management and loopsWillem Jan Palenstijn
2011-11-28SCI: Added handling of invalid jump offsets (e.g. QFG2, script 260)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-10-19SCI: The draw_pic console command now works in SCI32Filippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-12SCI: Some fixes for the find_callk commandmd5
2011-06-12SCI: Fixed the show_saved_bits console commandmd5
2011-06-12SCI: Add saved_bits/show_saved_bits console commandsWillem Jan Palenstijn
2011-05-29SCI: Make 'quit' an alias for 'quit game' in the consoleWillem Jan Palenstijn
2011-05-27SCI: Fix access to variables (gc_interval etc.) from the consoleLars Skovlund
2011-05-23COMMON: Add exit() to list of forbidden symbolsMax Horn
2011-05-13SCI: Fix crash in vo with unloaded superclassWillem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-09SCI: Slight cleanup to undithering codeMax Horn
2011-04-26SCI: Updated the view type descriptions in the "version" console commandmd5
2011-03-28SCI: Renamed restAdjust to r_rest (like r_acc and r_prev)md5
2011-03-25SCI: Cleaned up the BreakpointType enum and documented the bpe commandmd5
2011-03-20SCI: Added a new console command "window_list" or "wl"md5
2011-03-20SCI: Added a new console command, "animate_list" or "al"md5
2011-03-19SCI: Added another leftover debug script in the find_callk console commandmd5
2011-03-14SCI: Fixed find_callkmd5
2011-03-14SCI: Ignore some more leftovers scripts in the find_callk console commandmd5
2011-03-13SCI: Fix warningWillem Jan Palenstijn
2011-03-12SCI: Continue disasm until no jumps go past the current opcodeWillem Jan Palenstijn
2011-03-12SCI: Some changes to the "dissassemble" commandmd5
2011-03-08SCI: Remove unused argument to saidWillem Jan Palenstijn