Age | Commit message (Expand) | Author |
2014-08-08 | SCI: Show the address segment when trying to free hunks from an invalid | Filippos Karapetis |
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-10-30 | SCI: Fix script bug #3615119 - "SCI: Crazy Nick Laura Bow - Uninitialized rea... | Filippos Karapetis |
2013-05-01 | SCI: Fix some non-initialized variables in SegManager - CID 1003116 | Filippos Karapetis |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel |
2012-07-03 | SCI: Remove an unnecessary warning and related FIXME comments | Filippos Karapetis |
2012-07-02 | SCI: Add a hack for a bug in the script handling code | 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 | 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-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman |
2011-11-11 | SCI: Fix style | Willem Jan Palenstijn |
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-08-08 | SCI: Remove dead code | Max Horn |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-14 | SCI: Got rid of VERIFY() and removed some newlines in error messages | md5 |
2011-03-10 | SCI: Don't try to uninstantiate scripts marked as deleted | md5 |
2011-03-09 | SCI: Removed unnecessary parameter from deallocate() | md5 |
2011-03-04 | SCI: Use BE string handling for Mac games. | Walter van Niftrik |
2011-03-04 | SCI: Fixed a issue with signed characters in setChar() | md5 |
2011-02-28 | SCI: Moved hunk pointer handling to the GC, and removed some related workarounds | md5 |
2011-02-09 | SCI: Do not try to dereference object name when it's not a pointer. | Walter van Niftrik |
2011-02-03 | SCI: Properly reset the array/string segment ids | Matthew Hoops |
2010-12-15 | SCI: Slight cleanup | Filippos Karapetis |
2010-12-07 | SCI: Removed the system strings code and replaced it with a much more simplif... | Filippos Karapetis |
2010-11-28 | SCI: Fixed bug #3034471 - "SCI, Castlebrain/Amiga: Invisible text in word sea... | Filippos Karapetis |
2010-11-09 | SCI: Removed the Shivers 2 hack from the segment manager (it isn't SCI) | Filippos Karapetis |
2010-11-09 | SCI: Some slight work on SCI3 | Filippos Karapetis |
2010-11-02 | SCI: Remove any use of printf | Max Horn |
2010-09-13 | SCI: Changed the script protection code to be a hack for Hoyle 3 only | Filippos Karapetis |
2010-09-13 | SCI: Proper fix for bug #3038837 - "HOYLE3: EGA/VGA Crashes" and some cleanup | Filippos Karapetis |
2010-09-04 | SCI: Janitorial - fixed spaces and typos | Filippos Karapetis |
2010-08-01 | SCI: removing pirated sq4 version from detection | Martin Kiewitz |
2010-08-01 | SCI: Ignoring non-critical script bug in QFG1VGA, when closing any conversati... | Filippos Karapetis |
2010-07-22 | SCI: Fixed the crash in LSL2, room 42 (when arriving at the island). kAnimate... | Filippos Karapetis |
2010-07-02 | Add checks for null reference to strncpy() and strlen() - happens for example... | Filippos Karapetis |
2010-07-02 | getString() on a NULL pointer is an empty string (verified in SCI2.1) | Filippos Karapetis |
2010-07-01 | Only print the ambiguous object notice in findObjectByName if we didn't speci... | Matthew Hoops |
2010-07-01 | SCI: Make SegManager::_heap private | Max Horn |
2010-07-01 | SCI: Add SegManager::getSystemString() method | Max Horn |
2010-07-01 | SCI: Rename some variables to match our naming conventions | Max Horn |