Age | Commit message (Expand) | Author |
2019-05-27 | SCI: Fix MSVC warnings | Filippos Karapetis |
2019-03-18 | SCI: Fix disassembler crash on invalid property | sluicebox |
2018-11-13 | SCI: Fix Fall Through Compiler Warnings. | D G Turner |
2018-08-25 | SCI32: Remove reg32_t and use reg_t in all cases | Filippos Karapetis |
2017-10-21 | SCI: Allow lofsa string printing in disasm for all SCI versions | Willem Jan Palenstijn |
2017-10-21 | SCI: Fix offsets in disasm for multi-param opcodes | Willem Jan Palenstijn |
2017-09-30 | SCI: Fix printing of super calls on clones in debugger | Colin Snover |
2017-09-27 | SCI: Fix use-after-free when kernel call debugging is active during a save ga... | Colin Snover |
2017-07-30 | SCI: Show inherited methods when viewing an object in the debugger | Colin Snover |
2017-07-30 | SCI32: Fix breakpoints on reading/writing selectors in SCI3 | Colin Snover |
2017-07-26 | SCI32: Fix lofsa/lofss of strings in SCI3 disassembly | Colin Snover |
2017-07-23 | SCI: Resolve offset names when disassembling object methods | Colin Snover |
2017-06-10 | SCI: Expand kernel breakpoint pattern matching for negative matches | Willem Jan Palenstijn |
2017-06-10 | SCI: Clean up breakpoint code (indentation, consistency) | Willem Jan Palenstijn |
2017-06-10 | SCI: Move bpk/logkernel to main breakpoint infrastructure | Willem Jan Palenstijn |
2017-06-10 | SCI: Allow multiple breakpoints with same trigger but different action | Willem Jan Palenstijn |
2017-06-10 | SCI: Add inspect, none breakpoint actions | Willem Jan Palenstijn |
2017-06-10 | SCI: Move printObject from console to scriptdebug | Willem Jan Palenstijn |
2017-06-10 | SCI: Add break/log/backtrace actions for triggered breakpoints | Willem Jan Palenstijn |
2017-06-10 | SCI: Add underscores to Breakpoint member variables | Willem Jan Palenstijn |
2017-06-10 | SCI: Move backtrace output to scriptdebug.cpp | Willem Jan Palenstijn |
2017-06-10 | SCI: Handle selector read/write breakpoints from opcodes | Willem Jan Palenstijn |
2017-06-10 | SCI: Fix wildcard selector breakpoints | Willem Jan Palenstijn |
2017-04-23 | SCI32: Improve disassembly output of SCI3 property opcodes | Colin Snover |
2017-04-23 | SCI: Fix support for 32-bit SCI3 script offsets | Colin Snover |
2017-04-23 | SCI: Fix whitespace errors | Colin Snover |
2017-04-23 | SCI: Remove dead code in Script_Offset disassembler | Colin Snover |
2017-04-23 | SCI: Fix bad offsets in disassembly for SCI3 lofsa/lofss | Colin Snover |
2017-04-22 | SCI: Avoid crashing when disassembling a call with a bad object | Colin Snover |
2017-04-22 | SCI: Display class names in disassembly | Colin Snover |
2017-03-30 | SCI: Replace magic numbers in reg_t handling with symbols | Colin Snover |
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover |
2017-02-05 | SCI: Fix more unsafe C-string usage | Colin Snover |
2016-12-12 | SCI: Ensure bytecode/BWT for "file" op is also printed | Colin Snover |
2016-11-20 | SCI: Improve disassembly output | Colin Snover |
2016-11-20 | SCI: Add code-address breakpoints to debugger | Colin Snover |
2016-03-25 | SCI: Introduce accessors for SegmentObjTable entries. | Johannes Schickel |
2016-03-01 | SCI: Use uint32 instead of unsigned int | Filippos Karapetis |
2014-05-27 | ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. | Johannes Schickel |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
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 |