Age | Commit message (Expand) | Author |
2015-12-29 | SCI32: split up SCI2.1 into EARLY/MIDDLE/LATE | Martin Kiewitz |
2015-07-13 | SCI: Fix object init in SCI3 scripts which are larger than 64kb | Filippos Karapetis |
2015-05-17 | SCI: identifyOffsets() counter variables | Martin Kiewitz |
2015-05-15 | SCI: adjust SCI3 offset identify thx lskovlun | Martin Kiewitz |
2015-05-14 | SCI: add SCI3 support for debug cmd scro | Martin Kiewitz |
2015-05-14 | SCI: add said-details to script_said debug cmd | Martin Kiewitz |
2015-05-14 | SCI: debug commands scro, scrs and script_said | Martin Kiewitz |
2015-05-04 | SCI: fix bug in new string identifying code | Martin Kiewitz |
2015-05-04 | SCI: Scripts: identify strings + debug command | Martin Kiewitz |
2015-04-16 | SCI: QFG3 fix priority of chief in hut bug #5173 | Martin Kiewitz |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-12-04 | SCI: script patcher is now a separate class | Martin Kiewitz |
2013-11-03 | SCI: improved script patcher | Martin Kiewitz |
2012-10-07 | SCI: Flip assert | Willem Jan Palenstijn |
2012-06-28 | SCI: Remove an incorrect error check in validateExportFunc() | Filippos Karapetis |
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-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-06-15 | SCI: Replace RAW_IS_OBJECT with a method | Filippos Karapetis |
2012-06-15 | SCI: Fix warnings | 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: _propertyOffsetsSci3 and classpos should be 32-bit integers | Filippos Karapetis |
2012-06-15 | SCI: Clean up the script initialization code | Filippos Karapetis |
2012-06-15 | SCI: Change Script::getObject() to accept a reg_t | Filippos Karapetis |
2012-06-14 | SCI: Add known large SCI3 scripts | Filippos Karapetis |
2011-11-05 | SCI: Made more fields of the Script class private. Some cleanup. | Filippos Karapetis |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-13 | SCI: Avoid incrementing lockers of deleted script | Willem Jan Palenstijn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-20 | SCI: Fix precedence (bug #3087872) | Willem Jan Palenstijn |
2011-03-14 | SCI: Got rid of VERIFY() and removed some newlines in error messages | md5 |
2011-03-02 | SCI: Fixed script bug #3059871 - "SCI Fanmade - Ocean Battle: Crash while pla... | md5 |
2011-01-04 | SCI: Cleanup | Filippos Karapetis |
2011-01-04 | SCI: Fixed part of bug #3150767 - "KQ5 French crash on startup, only partial ... | Filippos Karapetis |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-12-21 | Simplify SCI3 relocation code, also making it correct. | Lars Skovlund |
2010-11-27 | SCI: Fixed bug #3034713 - "ICEMAN Demo: Fails to find base object" | Filippos Karapetis |
2010-11-24 | SCI: Some slight changes to get the "find_callk" console command working in KQ5 | Filippos Karapetis |
2010-11-18 | SCI: Slight formatting fix. | Johannes Schickel |
2010-11-18 | SCI3: Add proper support for the calle instruction | Lars Skovlund |
2010-11-18 | Fix operator precedence problem | Lars Skovlund |
2010-11-17 | SCI: Added sanity checks for SCI3 scripts bigger than 64KB | Filippos Karapetis |
2010-11-17 | SCI3: Handle script exports correctly | Lars Skovlund |
2010-11-17 | SCI: Make class table size OB1 workaround slightly more readable | Max Horn |
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 |