Age | Commit message (Expand) | Author |
2018-08-25 | SCI32: Remove reg32_t and use reg_t in all cases | Filippos Karapetis |
2018-08-23 | SCI32: Add workarounds for OOB reads for parameters | Filippos Karapetis |
2017-09-28 | SCI: Remove resolved TODO | Colin Snover |
2017-09-19 | SCI32: Put superclass address in r_acc for SCI3 super calls | Colin Snover |
2017-06-10 | SCI: Move bpk/logkernel to main breakpoint infrastructure | Willem Jan Palenstijn |
2017-06-10 | SCI: Handle selector read/write breakpoints from opcodes | Willem Jan Palenstijn |
2017-06-10 | SCI: Move scriptdebug declarations to separate header | Willem Jan Palenstijn |
2017-06-09 | SCI: Remove some unused #includes | Colin Snover |
2017-05-20 | SCI: Refactor relocation code | Colin Snover |
2017-04-23 | SCI32: Exclude SCI3 code from compilation when SCI32 is disabled | Colin Snover |
2017-04-23 | SCI32: Fix mustSetViewVisible for SCI3 | Colin Snover |
2017-04-22 | SCI: Improve message when crashing due to a bad selector | Colin Snover |
2017-04-21 | SCI: Improve audio volume & settings sync code | Colin Snover |
2017-03-30 | SCI: Add clarifying comment to op_rest | Colin Snover |
2017-03-30 | SCI: Give kernel calls a valid stack pointer | Colin Snover |
2017-03-30 | SCI: Replace magic numbers in reg_t handling with symbols | Colin Snover |
2017-01-09 | SCI32: Clean up SCI3-only opcodes | Colin Snover |
2016-12-03 | SCI: Remove unnecessary duplicate shadowing variable | Colin Snover |
2016-12-03 | SCI32: Fix LSL6hires text speed slider | Colin Snover |
2016-11-20 | SCI: Improve disassembly output | Colin Snover |
2016-11-20 | SCI: Add code-address breakpoints to debugger | Colin Snover |
2016-11-19 | SCI: Warn more loudly about uninitialised parameter reads | Colin Snover |
2016-11-19 | SCI32: Add missing updateInfoFlagViewVisible call | Willem Jan Palenstijn |
2016-10-14 | SCI: Ensure export breakpoints always trigger on export calls | Colin Snover |
2016-09-30 | SCI32: Sync subtitle text speed with ScummVM GUI | Colin Snover |
2016-09-29 | SCI: Deduplicate call origin formatting | Colin Snover |
2016-09-29 | SCI: Add prefix to global variable constants | Colin Snover |
2016-09-29 | SCI: Replace magic numbers for globals with named constants | Colin Snover |
2016-09-29 | SCI: Generalize code for getting information on the current call | Colin Snover |
2016-08-12 | SCI32: Implement kShowMovie | Colin Snover |
2016-08-11 | SCI32: Temporarily revert kShowMovie due to buildbot failures | Colin Snover |
2016-08-11 | SCI32: Implement kShowMovie | Colin Snover |
2016-07-02 | SCI: Remove unexpected side effect from ExecStack constructor | Willem Jan Palenstijn |
2016-07-02 | SCI: Remove unclear &rest handling | Willem Jan Palenstijn |
2016-07-02 | SCI: Improve kernel subfunction logging | Willem Jan Palenstijn |
2016-03-01 | SCI32: Fix index/offset mixup in updateInfoFlagViewVisible | Willem Jan Palenstijn |
2016-02-27 | SCI32: Update InfoFlagViewVisible from send_selector | Willem Jan Palenstijn |
2016-02-27 | SCI32: Update InfoFlagViewVisible in VM opcodes | Willem Jan Palenstijn |
2016-02-05 | SCI: Clean up the op_infoToa and op_superToa SCI3 opcodes | Filippos Karapetis |
2015-03-20 | SCI: improve debug output for signature mismatch | Martin Kiewitz |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-10-31 | SCI: Update ScummVM's game audio options for SCI1.1 CD games | Filippos Karapetis |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-07-26 | SCI: Add some debug code to op_line | Filippos Karapetis |
2012-06-23 | SCI: Change the program counter (PC) to be a 32-bit variable | Filippos Karapetis |
2012-06-23 | SCI: Clean up validateExportFunc() and related functions | Filippos Karapetis |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-06-15 | SCI: Change getClassAddress() to only require the caller segment | Filippos Karapetis |
2012-01-15 | SCI: Ignore an invalid export in a script in the demo of RAMA | Filippos Karapetis |
2011-11-29 | SCI: Fix restarting SCI engine with different SCI version | Willem Jan Palenstijn |