Age | Commit message (Expand) | Author |
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 |
2010-07-01 | SCI: Simplify SegManager::findObjectByName | Max Horn |
2010-06-28 | SCI: Make various SegManager const | Max Horn |
2010-06-28 | SCI: Make Script member vars private; add const qualifiers | Max Horn |
2010-06-27 | Made the script initialization/uninitialization methods part of the segment m... | Filippos Karapetis |
2010-06-27 | SCI: Moved all the script-related code inside script.cpp/.h, and all script o... | Filippos Karapetis |
2010-06-25 | Renamed some variables | Filippos Karapetis |
2010-06-25 | Removed the getHunkPointer error - it's valid SCI behavior (e.g. when loading... | Filippos Karapetis |
2010-06-25 | When loading a game, stop all running VMs recursively, and also stop kAnimate... | Filippos Karapetis |
2010-06-24 | SCI: doing the exact opposite of r50236 code-wise now, as it was meant to be | Martin Kiewitz |
2010-06-24 | SCI: ignore segment 0xFFFF in segmanager getchar, when offset > 1 - so we don... | Martin Kiewitz |
2010-06-24 | SCI: reverting r50232, didnt make sense. thx @ wjp for noticing | Martin Kiewitz |
2010-06-24 | SCI: correctly put NUL inside SegManager::strncpy() even when using n = 0xFFF... | Martin Kiewitz |
2010-06-24 | Initialize the stack with 'S' or 's' characters, like SSCI does (ultimately, ... | Filippos Karapetis |
2010-06-18 | Fixed a problem in kAnimate which occurred when a list was modified by a call... | Filippos Karapetis |
2010-06-18 | Marked the KQ1 demo workaround as a workaround | Filippos Karapetis |
2010-06-18 | Added a workaround for the KQ1 demo (looks like a script bug) | Filippos Karapetis |
2010-06-17 | SCI: Update FIXME in SegmentManager | Max Horn |
2010-06-17 | Removed a now obsolete FIXME (spotted by Fingolfin) | Filippos Karapetis |
2010-06-15 | Cleanup of the savegame code: | Filippos Karapetis |
2010-06-14 | Some cleanup of the script locals code | Filippos Karapetis |
2010-06-01 | The system strings segment is a fixed segment of the segment manager, which d... | Filippos Karapetis |
2010-05-30 | Limit access to the _bufSize, _scriptSize and _heapSize members of the Script... | Filippos Karapetis |
2010-05-29 | Limit access to the _classTable array (now it's directly accessible only insi... | Filippos Karapetis |
2010-05-26 | Made _k_new_node() a method of the segment manager, and fixed a bug with the ... | Filippos Karapetis |
2010-05-26 | SCI: Making various object and script related things const | Max Horn |
2010-05-19 | Removed the exportsAreWide variable from the segment manager and save games, ... | Filippos Karapetis |
2010-05-18 | - Removed the wrapper kalloc, kmem and kfree functions. Now, the associated S... | Filippos Karapetis |