Age | Commit message (Expand) | Author |
2010-07-31 | SCI: Don't include the time running the debugger in the game running time | Matthew Hoops |
2010-07-24 | SCI: added said spec dump ability to logkernel | Martin Kiewitz |
2010-07-23 | SCI: logkernel changes | Martin Kiewitz |
2010-07-23 | SCI: adding new debug command logkernel | Martin Kiewitz |
2010-07-22 | Extended the "version" console command to also show the game version found in... | Filippos Karapetis |
2010-07-20 | SCI: Removed the restoring parameter of the run_vm() function | Filippos Karapetis |
2010-07-18 | SCI: Fix order of characters when using hexDumpReg. | Matthew Hoops |
2010-07-18 | SCI: Add basic debugging command for 'said' | Willem Jan Palenstijn |
2010-07-17 | SCI: Fix 'parse' debug command parameter handling | Willem Jan Palenstijn |
2010-07-16 | SCI: fix console commands so that console gets detached correctly | Martin Kiewitz |
2010-07-12 | SCI: Turn global object g_debugState into SciEngine member var | Max Horn |
2010-07-09 | SCI: implemented subsignatures for kDoSound | Martin Kiewitz |
2010-07-07 | SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ... | Filippos Karapetis |
2010-07-07 | SCI: adding support to kernel signatures that invalid references may also get... | Martin Kiewitz |
2010-07-07 | SCI: accepting decimal/hexadecimal input on segment_info & kill_segment debug... | Martin Kiewitz |
2010-07-06 | SCI: removing invalid reference error from signature checking, instead adding... | Martin Kiewitz |
2010-07-05 | SCI: implemented new kernel call signature format | Martin Kiewitz |
2010-07-04 | Add a hexDumpReg function to view references that are not raw and fix SCI32 s... | Matthew Hoops |
2010-07-01 | SCI: Rename some more stuff | Max Horn |
2010-06-30 | SCI: Removed the FreeSCI music code | Filippos Karapetis |
2010-06-29 | SCI: Made the SoundCommandParser a member of the SciEngine class and removed ... | Filippos Karapetis |
2010-06-28 | SCI: cleanup of execstack, output of backtrace slightly modified, is now also... | Martin Kiewitz |
2010-06-28 | SCI: Revise GC interface: use Common::Array<reg_t> instead of callbacks | Max Horn |
2010-06-28 | SCI: Make Script member vars private; add const qualifiers | Max Horn |
2010-06-27 | Cleanup, remove unused/obsolete code | Filippos Karapetis |
2010-06-27 | Escape a "?" character to prevent "??)" to be interpreted as trigraph and thu... | Johannes Schickel |
2010-06-27 | SCI: adding alias for vmvars ("vv") and vmvarlist ("vl") | Martin Kiewitz |
2010-06-27 | SCI: added additional output to vmvars command | Martin Kiewitz |
2010-06-27 | SCI: added alias for bplist ("bl") and bpdel ("bc"), added capability of dele... | 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-27 | SCI: debug command vmvars - adding acc support | Martin Kiewitz |
2010-06-25 | Renamed some variables | Filippos Karapetis |
2010-06-25 | SCI: Introduce SciGameId enum | Max Horn |
2010-06-25 | SCI: detect, if SCI1.1 game is merging or copying palette instead of using ga... | Martin Kiewitz |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-06-18 | Fixed show_instruments to ignore instruments in Sierra's special MIDI channel... | Filippos Karapetis |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |
2010-06-17 | SCI: Remove selector_name function, some cleanup | Max Horn |
2010-06-17 | Fixed the selector console command (don't change the selector name to lowerca... | Filippos Karapetis |
2010-06-16 | Added back the functionality to skip videos | Filippos Karapetis |
2010-06-16 | SCI: fix debug command "show_instruments", got broken by r49905 on purpose | Martin Kiewitz |
2010-06-16 | SCI: implement channel remapping for SCI1 | Martin Kiewitz |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-06-15 | SCI: OOpify class ResourceId | Max Horn |
2010-06-15 | Fixed compilation when SCI32 code is not enabled | Filippos Karapetis |
2010-06-15 | - Swapped the return value of gamestate_save (false = failed, true = succeeded) | Filippos Karapetis |
2010-06-15 | Add support for SCI32 segment types to seg_table and vr debug commands | Lars Skovlund |
2010-06-13 | Fixed compilation with the old music code | Filippos Karapetis |
2010-06-12 | Extended show_instruments to show the songs where each instrument is used in | Filippos Karapetis |