Age | Commit message (Expand) | Author |
2014-01-27 | SCI: fix null pointer access in logKernelCall | Martin Kiewitz |
2013-02-23 | ALL: Fix typo (existant->existent) | Willem Jan Palenstijn |
2012-10-06 | SCI: Fix dissect_script crash with invalid object types | Willem Jan Palenstijn |
2012-10-06 | SCI: Fix some console output formatting | Willem Jan Palenstijn |
2012-06-23 | SCI: Change the program counter (PC) to be a 32-bit variable | Filippos Karapetis |
2012-06-23 | SCI: Add support for the debug opcode "file" in our script dissassembler | Filippos Karapetis |
2012-06-21 | SCI: Fix warnings | Filippos Karapetis |
2012-06-18 | SCI: Store script sizes in 32-bit integers | Filippos Karapetis |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-11-29 | SCI: Fix restarting SCI engine with different SCI version | Willem Jan Palenstijn |
2011-11-28 | SCI: Added handling of invalid jump offsets (e.g. QFG2, script 260) | Filippos Karapetis |
2011-09-22 | SCI: Fixed compilation with VM_DEBUG_SEND defined | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-12 | SCI: Fix sign in disasm of relative jumps | Willem Jan Palenstijn |
2011-05-13 | SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is defined | md5 |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-28 | SCI: Renamed restAdjust to r_rest (like r_acc and r_prev) | md5 |
2011-03-27 | SCI: Moved some debug functions from vm.cpp to scriptdebug.cpp | md5 |
2011-03-12 | SCI: Continue disasm until no jumps go past the current opcode | Willem Jan Palenstijn |
2011-01-23 | SCI: Fixed possible use of uninitialized variable in SCI Script Debugger. | David Turner |
2010-11-24 | SCI: Fixed a bug in the script disassembler | Filippos Karapetis |
2010-11-18 | SCI: Slight formatting fix and use \t instead of a tab character in debugN. | Johannes Schickel |
2010-11-18 | SCI: Fix debugger disassembly of property accesses in SCI3 | Lars Skovlund |
2010-11-17 | SCI: Updated dissectScript() to handle synonym blocks | Filippos Karapetis |
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-11-02 | SCI: Remove any use of printf | Max Horn |
2010-07-24 | SCI: fix warning and remove duplicate code | Martin Kiewitz |
2010-07-17 | SCI: fix debugging code of parser, add 0xffe special group into debug support | Martin Kiewitz |
2010-07-12 | SCI: Turn global object g_debugState into SciEngine member var | 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 | SCI: added new command "p" / "stepover" to execute one command, but skip send... | Martin Kiewitz |
2010-06-17 | SCI: Remove selector_name function, some cleanup | Max Horn |
2010-06-10 | Resolved a FIXME with getSciLanguage(), by creating a separate setter. Also, ... | Filippos Karapetis |
2010-06-09 | Merged restAdjust and restAdjustCur, as we don't save the restAdjust modifier... | Filippos Karapetis |
2010-06-07 | Fixed regression from commit #49465 - there are in fact two restAdjust variab... | Filippos Karapetis |
2010-06-06 | Now that EngineState is not deleted when loading games, we can move some more... | Filippos Karapetis |
2010-05-30 | Limit access to the _bufSize, _scriptSize and _heapSize members of the Script... | Filippos Karapetis |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-26 | SCI: Making various object and script related things const | Max Horn |
2010-05-26 | More work on controlling access to members of the Object class: | Filippos Karapetis |
2010-05-19 | Fixed signed/unsigned warning, changed to CamelCase | Filippos Karapetis |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |
2010-05-18 | Moved breakpointWasHit inside the DebugState struct, thus resolving a FIXME | Filippos Karapetis |
2010-05-18 | Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe... | Matthew Hoops |
2010-02-13 | SCI: Remove EngineState::_kernel, use SciEngine::_kernel instead | Max Horn |
2010-02-07 | SCI: Convert disassemble to use readPMachineInstruction. | Max Horn |
2010-02-02 | SCI: Move some code around (no code changes) | Max Horn |