Age | Commit message (Expand) | Author |
2012-06-23 | SCI: Change the program counter (PC) to be a 32-bit variable | Filippos Karapetis |
2012-05-21 | SCI: Added two new debug commands, plane_list and plane_items | Filippos Karapetis |
2011-06-12 | SCI: Add saved_bits/show_saved_bits console commands | Willem Jan Palenstijn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-20 | SCI: Added a new console command "window_list" or "wl" | md5 |
2011-03-20 | SCI: Added a new console command, "animate_list" or "al" | md5 |
2011-03-12 | SCI: Continue disasm until no jumps go past the current opcode | Willem Jan Palenstijn |
2011-02-07 | SCI: Converted the robot decoder into a regular video decoder, and decoupled ... | Filippos Karapetis |
2011-02-04 | SCI: Rewrote the robot playing code in a way similar to other video decoders | Filippos Karapetis |
2011-01-22 | SCI: Added stub for playing robot audio from the console | Lars Skovlund |
2011-01-07 | SCI2/2.1: Improvements to the find_callk debug function, and some kernel func... | Filippos Karapetis |
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn |
2010-11-17 | SCI: Unified the functionality and parameters of the disasm and disasm_addr c... | Filippos Karapetis |
2010-11-17 | SCI: Added the ability to display original script bytecode in the "disasm" co... | Filippos Karapetis |
2010-10-31 | SCI: Play time related changes | Filippos Karapetis |
2010-10-28 | SCI: Several changes related to MT-32 -> GM mapping | Filippos Karapetis |
2010-10-20 | SCI: Added a new debug command, "find_callk" | Filippos Karapetis |
2010-09-10 | SCI: Some changes regarding resources | Filippos Karapetis |
2010-09-02 | SCI: adding "bpr" and "bpw" debug commands | Martin Kiewitz |
2010-08-03 | SCI: adding bpk debug command | Martin Kiewitz |
2010-07-31 | SCI: Don't include the time running the debugger in the game running time | Matthew Hoops |
2010-07-23 | SCI: adding new debug command logkernel | Martin Kiewitz |
2010-07-18 | SCI: Add basic debugging command for 'said' | Willem Jan Palenstijn |
2010-07-12 | SCI: Turn global object g_debugState into SciEngine member var | Max Horn |
2010-07-07 | SCI: accepting decimal/hexadecimal input on segment_info & kill_segment debug... | Martin Kiewitz |
2010-07-04 | Add a hexDumpReg function to view references that are not raw and fix SCI32 s... | Matthew Hoops |
2010-06-27 | SCI: added additional output to vmvars command | Martin Kiewitz |
2010-06-27 | SCI: removing debug command "set_acc", use "vmvars a" instead | Martin Kiewitz |
2010-06-27 | SCI: added new command "p" / "stepover" to execute one command, but skip send... | Martin Kiewitz |
2010-06-25 | Renamed some variables | Filippos Karapetis |
2010-06-11 | Renamed verify_midi to show_instruments (and fixed a bug with it at the same ... | Filippos Karapetis |
2010-06-11 | - Added a new debug command, verify_midi, which can be used to check all the ... | Filippos Karapetis |
2010-05-31 | Added a new console command, verify_scripts, used for sanity checking of SCI1... | Filippos Karapetis |
2010-02-03 | SCI: Renamed Console::_vm to _engine | Max Horn |
2010-01-28 | Introduced a new console command, diskdump, which is able to dump files from ... | Filippos Karapetis |
2010-01-27 | SCI: renamed exit console command to quit, so that systemwide "exit" works (e... | Martin Kiewitz |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-23 | Added song manipulation debug commands: songinfo, startsound, togglesound and... | Filippos Karapetis |
2010-01-09 | SCI: added new debug command "picture_visualize", which enables visualization... | Martin Kiewitz |
2010-01-06 | SCI: added a new class for robot resources | Martin Kiewitz |
2010-01-05 | SCI: implemented debug command "set_palette" | Martin Kiewitz |
2010-01-05 | SCI: implemented new debug command "draw_cel" | Martin Kiewitz |
2010-01-05 | SCI: Removed the old graphics code | Filippos Karapetis |
2010-01-02 | SCI: implemented new console command "listsaves" | Martin Kiewitz |
2009-10-30 | - Removed status_bar_foreground and status_bar_background variables from the ... | Filippos Karapetis |
2009-10-17 | Added a new console command, "play_video", which can play a SEQ or AVI file | Filippos Karapetis |
2009-10-07 | SCI: debug command undither implemented | Martin Kiewitz |
2009-10-04 | SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to c... | Max Horn |
2009-10-03 | SCI: Fix typo | Willem Jan Palenstijn |
2009-08-17 | Fix compilation of the SCI engine. It seems that all of the SCI header files ... | Johannes Schickel |