Age | Commit message (Expand) | Author |
2018-09-04 | SCI32: Add more workarounds for Hoyle Classic Games | Filippos Karapetis |
2018-09-01 | SCI32: Add a game option to double the videos in KQ7 by default | Filippos Karapetis |
2018-08-30 | SCI32: Add audio volume sync support for Hoyle5 | Filippos Karapetis |
2018-08-25 | SCI32: Remove reg32_t and use reg_t in all cases | Filippos Karapetis |
2017-09-28 | SCI32: Add audio volume sync support for RAMA | Colin Snover |
2017-09-23 | SCI32: Support RAMA's custom save games through kFileIO | Colin Snover |
2017-09-09 | SCI32: Fix Phant2 movie-vs-game playback volumes | Colin Snover |
2017-09-08 | SCI32: Toggle Phant2 content censoring from game options | Colin Snover |
2017-07-30 | SCI32: Implement Phant2 save/load integration | Colin Snover |
2017-07-30 | SCI32: Implement guest additions volume sync for Phant2 | Colin Snover |
2017-04-21 | SCI: Improve audio volume & settings sync code | Colin Snover |
2017-03-30 | SCI: Whitespace alignment | 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 | SCI32: Fix LSL6hires text speed slider | Colin Snover |
2016-11-20 | SCI: Improve disassembly output | Colin Snover |
2016-09-30 | SCI32: Sync subtitle text speed with ScummVM GUI | Colin Snover |
2016-09-29 | SCI: Add prefix to global variable constants | Colin Snover |
2016-09-29 | SCI32: Emulate Shivers 1 game score metadata | Colin Snover |
2016-09-29 | SCI: Replace magic numbers for globals with named constants | Colin Snover |
2016-07-02 | SCI: Remove unexpected side effect from ExecStack constructor | Willem Jan Palenstijn |
2016-07-02 | SCI: Improve kernel subfunction logging | Willem Jan Palenstijn |
2016-02-05 | SCI: Clean up the op_infoToa and op_superToa SCI3 opcodes | Filippos Karapetis |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-07-04 | SCI: make g_base_opcode_formats and SciOpcodes a bit more readable | Filippos Karapetis |
2012-06-23 | SCI: Change the program counter (PC) to be a 32-bit variable | Filippos Karapetis |
2012-06-18 | SCI: Add setter/getter methods to reg_t's | Filippos Karapetis |
2012-06-15 | SCI: Replace RAW_IS_OBJECT with a method | Filippos Karapetis |
2012-05-20 | SCI: Fix case of the SciOpcodes enum | Filippos Karapetis |
2012-05-20 | SCI: Change sci_opcodes to CamelCase | Filippos Karapetis |
2011-11-29 | SCI: Fix restarting SCI engine with different SCI version | Willem Jan Palenstijn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-28 | SCI: Set the GC_INTERVAL define to its hexadecimal equivalent | md5 |
2011-03-26 | SCI: Refactored and cleaned up the VM call stack handling code | md5 |
2010-07-20 | SCI: Removed the restoring parameter of the run_vm() function | Filippos Karapetis |
2010-06-28 | SCI: cleanup of execstack, output of backtrace slightly modified, is now also... | Martin Kiewitz |
2010-06-28 | SCI: Make Script member vars private; add const qualifiers | Max Horn |
2010-06-27 | SCI: Moved all the script-related code inside script.cpp/.h, and all script o... | Filippos Karapetis |
2010-06-26 | Removed the misleading getHeap() function (only valid for SCI0-SCI1), plus re... | Filippos Karapetis |
2010-06-26 | SCI: adding capability to resolve local calls as well for valgrind-sci, addin... | Martin Kiewitz |
2010-06-25 | SCI: adding capability for detecting export-calls into valgrind-sci, adding w... | Martin Kiewitz |
2010-06-24 | Cleanup uninitialized read workaround(s). | Matthew Hoops |
2010-06-24 | SCI: created a workaround table for uninitialized reads, removing old comment... | Martin Kiewitz |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-06-23 | SCI: adding some more global scaling code, adding vanishingY and vanishingX a... | Martin Kiewitz |
2010-06-23 | SCI: some initial work on global scaling | Martin Kiewitz |
2010-06-10 | Moved all of the game init/run/exit logic inside the SciEngine class | Filippos Karapetis |
2010-06-09 | Merged script_init_engine() and game_init() and cleaned up SciEngine::run() a... | Filippos Karapetis |
2010-06-08 | Merged _game_run() inside game_run(). Some cleanup | Filippos Karapetis |
2010-06-06 | Now that EngineState is not deleted when loading games, we can move some more... | Filippos Karapetis |