Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-30 | SCI: Add missing parentheses to SIG/PATCH macros | Willem Jan Palenstijn | |
2016-02-23 | SCI: Improve kAnimate fastcast detection, Remove EQ1 hack | Martin Kiewitz | |
- Add "kAnimate fast cast state" to "version" debug command - Make it possible for script patcher signatures to get fully used outside of the regular script patcher - Remove previous fastcast detections and replace them with a signature heuristic - Remove object name checking, when fastcast global is set - Heuristic detects "fast cast" support incorrectly for multilingual KQ5, but it seems the game never sets the global, so it won't matter. KQ5 CD (also SCI1 late) has fastcast support. - Remove hack in GfxView::draw - Add lots of comments to ScriptPatcher class This fixes EcoQuest 1 Floppy showing the anemone on top of the message box (see bug #5170) | |||
2015-04-18 | SCI: add signatures for workaround local-calls | Martin Kiewitz | |
instead of using hardcoded offsets, we can now use regular script patcher signatures. only 1 qfg3 workaround has been migrated, the others will follow. | |||
2014-10-28 | SCI: Remove trailing whitespace | Filippos Karapetis | |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-12-20 | SCI: final script patcher cleanup | Martin Kiewitz | |
2013-12-20 | SCI: script patcher comment adjust | Martin Kiewitz | |
2013-12-20 | SCI: even more script patcher cleanup | Martin Kiewitz | |
2013-12-20 | SCI: script patcher cleanup | Martin Kiewitz | |
2013-12-08 | SCI: Make all global script patch signatures const. | Johannes Schickel | |
2013-12-04 | SCI: script patcher is now a separate class | Martin Kiewitz | |