Age | Commit message (Expand) | Author |
2012-06-26 | SCI: Rename a parameter in validateExportFunc() | 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-15 | SCI: Replace RAW_IS_OBJECT with a method | Filippos Karapetis |
2012-06-15 | Revert "SCI: Change Script::getObject() to accept a reg_t" | Filippos Karapetis |
2012-06-15 | SCI: Further cleanup of the script code | Filippos Karapetis |
2012-06-15 | SCI: Change Script::getObject() to accept a reg_t | Filippos Karapetis |
2012-06-14 | SCI: Change the script buffer size to be a size_t as well | Filippos Karapetis |
2011-11-11 | SCI: Fix const cast | Willem Jan Palenstijn |
2011-11-05 | SCI: Updated Script::getObjectMap() | Filippos Karapetis |
2011-11-05 | SCI: Made the object map hashmap of the Script class private | Filippos Karapetis |
2011-11-05 | SCI: Made more fields of the Script class private. Some cleanup. | Filippos Karapetis |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2010-11-27 | SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object" | Filippos Karapetis |
2010-11-18 | SCI3: Add proper support for the calle instruction | Lars Skovlund |
2010-11-17 | SCI3: relocate operand of the lofsa opcode | Lars Skovlund |
2010-11-17 | SCI: More work on SCI3, based on a patch by lskovlun | Filippos Karapetis |
2010-11-17 | SCI: Some more work on SCI3, based on a patch by lskovlun | Filippos Karapetis |
2010-11-17 | SCI: Added the SCI3 equivalent of initialiseObjects(), from a patch by lskovlun | Filippos Karapetis |
2010-11-08 | SCI: Some changes regarding the string heap in saved games | Filippos Karapetis |
2010-11-04 | SCI: Renamed findBlock() to findBlockSCI0() | Filippos Karapetis |
2010-09-13 | SCI: Proper fix for bug #3038837 - "HOYLE3: EGA/VGA Crashes" and some cleanup | Filippos Karapetis |
2010-08-06 | SCI: Split the new script patch code in a separate file | Filippos Karapetis |
2010-08-06 | SCI: Added support for scripts that have more than one export table. Fixes bu... | Filippos Karapetis |
2010-08-06 | SCI: adding script patching | Martin Kiewitz |
2010-08-06 | SCI: some work on the script patcher | Martin Kiewitz |
2010-06-28 | SCI: Clarify docs of GC related SegmentObj methods | Max Horn |
2010-06-28 | SCI: get rid of Script::allocateObject | Max Horn |
2010-06-28 | SCI: Revise GC interface: use Common::Array<reg_t> instead of callbacks | Max Horn |
2010-06-28 | SCI: Make Script member vars private; add const qualifiers | Max Horn |
2010-06-27 | Cleanup | Filippos Karapetis |
2010-06-27 | Made the script initialization/uninitialization methods part of the segment m... | Filippos Karapetis |
2010-06-27 | SCI: Made the code for initializing script classes, objects and locals part o... | Filippos Karapetis |
2010-06-27 | SCI: Moved all the script-related code inside script.cpp/.h, and all script o... | Filippos Karapetis |
2010-06-15 | Removed the now unused EngineState parameter of script_adjust_opcode_formats(... | Filippos Karapetis |
2010-02-02 | SCI: Use Common::List and Common::String to simplify breakpoint handling (unt... | Max Horn |
2010-01-28 | SCI: Add debug opcodes | Walter van Niftrik |
2010-01-28 | Changed run_vm() to use the sci_opcodes enum, and fixed several wrong opcodes... | Filippos Karapetis |
2009-08-30 | SCI: Add lofs detection. | Walter van Niftrik |
2009-08-16 | SCI: Stage 1 of the game detection overhaul. The end goal is to autodetect | Walter van Niftrik |
2009-07-07 | Removed unused define | Filippos Karapetis |
2009-05-31 | - Further objectification of the SCI vocabulary functions | Filippos Karapetis |
2009-05-31 | More objectification of the Vocabulary functions | Filippos Karapetis |
2009-05-30 | Started objectifying the vocabulary functions (WIP) | Filippos Karapetis |
2009-05-14 | SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ... | Max Horn |
2009-05-12 | Removed some unused code | Filippos Karapetis |
2009-04-20 | SCI: Renamed global array 'formats' to the slightly more descriptive g_opcode... | Max Horn |
2009-02-28 | Turned ResourceManager into a class, along with all related functions | Greg Frieger |
2009-02-28 | SCI: Renamed some kernel types and general cleanup | Jordi Vilalta Prat |