Age | Commit message (Expand) | Author |
2019-06-08 | SCI: Do not apply script patches when checking for static selectors | Filippos Karapetis |
2018-08-25 | SCI32: Remove reg32_t and use reg_t in all cases | Filippos Karapetis |
2018-08-21 | SCI: Update comment | Filippos Karapetis |
2017-09-23 | SCI32: Fix relocation of locals in SCI3 | Colin Snover |
2017-08-25 | JANITORIAL: Remove unnecessary semicolon | Torbjörn Andersson |
2017-07-15 | SCI: Stop double-initialization of SCI0/1 objects | Colin Snover |
2017-06-10 | SCI: Tidy Script errors & ensure script number exists in all of them | Colin Snover |
2017-05-20 | SCI: Stop leaking locals segments during script reuse | Colin Snover |
2017-05-20 | SCI: Find and store the original static names of objects | Colin Snover |
2017-05-20 | SCI: Refactor relocation code | Colin Snover |
2017-05-20 | SCI: Remove duplicate relocateBlock function | Colin Snover |
2017-04-30 | SCI: Hold script data as mutable internally | Colin Snover |
2017-04-24 | SCI: Add var count sanity checking to object initialization | Colin Snover |
2017-04-23 | SCI: Improve error messages in Script::validateExportFunc | Colin Snover |
2017-04-23 | SCI32: Exclude SCI3 code from compilation when SCI32 is disabled | Colin Snover |
2017-04-23 | SCI: Fix SCI3 exports | Colin Snover |
2017-04-23 | SCI: Fix support for 32-bit SCI3 script offsets | Colin Snover |
2017-04-23 | SCI: Fix whitespace errors | Colin Snover |
2017-04-23 | SCI32: Fix bad relocations of SCI3 objects | Colin Snover |
2017-04-23 | SCI32: Fix locals offset in SCI3 | Colin Snover |
2017-04-23 | SCI32: Remove TODO from relocateOffsetSci3 | Colin Snover |
2017-04-23 | SCI: Remove unused commented code | Colin Snover |
2017-04-18 | SCI: Fix handling of buggy SCI0 export tables | Colin Snover |
2017-03-30 | SCI: Fix remaining format string warning | Willem Jan Palenstijn |
2017-03-30 | SCI: Update formatting strings to match updated Span API | Colin Snover |
2017-03-27 | SCI: Simplify calculation of locals size in SCI0/1 | Colin Snover |
2017-03-27 | SCI: Implement bounds-checked reads of game resources | Colin Snover |
2016-11-20 | SCI: Improve disassembly output | Colin Snover |
2016-10-20 | SCI32: Fix zero-offset exports | Colin Snover |
2016-10-14 | SCI: Make -propDict- unique for each class | Willem Jan Palenstijn |
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 |