Age | Commit message (Expand) | Author |
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 |
2011-11-28 | SCI: Added handling of invalid jump offsets (e.g. QFG2, script 260) | Filippos Karapetis |
2011-11-05 | SCI: Made more fields of the Script class private. Some cleanup. | Filippos Karapetis |
2011-10-16 | SCI: Script 64036 in Torin's passage contains an invalid export | Filippos Karapetis |
2011-09-22 | SCI: Fixed compilation with VM_DEBUG_SEND defined | Filippos Karapetis |
2011-06-25 | SCI: Fix incorrect usage of sizeof | Willem Jan Palenstijn |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-11 | SCI: Changed order of script and room in error messages | md5 |
2011-05-27 | Revert "SCI: Don't attempt to modify null/disposed objects." | Lars Skovlund |
2011-05-27 | SCI: Don't attempt to modify null/disposed objects. | md5 |
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-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-28 | SCI: Fix Compilation with --enable-release set. | D G Turner |
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-26 | SCI: Removed the READ_VAR and WRITE_VAR wrappers | md5 |
2011-03-26 | SCI: Refactored and cleaned up the VM call stack handling code | md5 |
2011-03-25 | SCI: Reordered some functions | md5 |
2011-03-25 | SCI: Cleaned up the BreakpointType enum and documented the bpe command | md5 |
2011-03-25 | SCI: Cleaned up send_selector() | md5 |
2011-03-04 | SCI: Improved debug output of validate_property() | md5 |
2011-02-28 | SCI: Fix crash with hunk refs in logkernel output | Willem Jan Palenstijn |
2011-02-22 | SCI: Added code to aid in detecting infinite loops in scripts | md5 |
2011-02-21 | SCI: Fixed script bug #3040722 in QFG3 | md5 |
2011-02-21 | SCI: Added a custom modulo reg_t operator | md5 |
2011-02-20 | SCI: Moved the gcCountdown() code inside the op_callk case, since that's the ... | md5 |
2011-02-19 | SCI: Refactored the reg_t related operations and comparisons | md5 |
2011-02-15 | SCI: Removed several redundant helper functions | md5 |
2011-01-15 | SCI: cleaned up checkSelectorBreakpoint() | Filippos Karapetis |
2011-01-07 | SCI: Moved the handling of the op_line debug opcode inside readPMachineInstru... | Filippos Karapetis |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-12-22 | SCI: Sync in-game speech/subtitle options with the ones from the ScummVM GUI. | Filippos Karapetis |
2010-11-21 | SCI: Removed incorrect pointer arithmetic support for SCI2 strings | Filippos Karapetis |
2010-11-19 | SCI: Only handle seg_type_string if ENABLE_SCI32 is defined | Lars Persson |
2010-11-19 | SCI3: Implement new opcode 0x4c. | Lars Skovlund |
2010-11-19 | SCI: Added pointer arithmetic support for SCI2 strings | Filippos Karapetis |
2010-11-19 | SCI: Moved the Object class in a separate file | Filippos Karapetis |
2010-11-18 | SCI3: Fix new opcode 0x4e | Lars Skovlund |
2010-11-18 | SCI3: Added another previously unused opcode (0x27 / 0x4e) | Filippos Karapetis |
2010-11-18 | SCI3: Add proper support for the calle instruction | Lars Skovlund |