Age | Commit message (Expand) | Author |
2010-11-24 | SCI: some changes to the way reverb is handled | Filippos Karapetis |
2010-11-19 | SCI: Implement the GetConfig call for LSL7 | Lars Skovlund |
2010-10-20 | SCI: Added a new debug command, "find_callk" | Filippos Karapetis |
2010-09-17 | SCI2: some very early work on kSetShowStyle | Filippos Karapetis |
2010-09-15 | SCI: Some very early work on kRemapColors (just comments/observations for now) | Filippos Karapetis |
2010-09-09 | SCI: Implemented the kPrintDebug SCI2.1 kernel function, used in Shivers (demo) | Filippos Karapetis |
2010-09-09 | SCI: kIsOnMe is kOnMe, merge both into kIsOnMe | Martin Kiewitz |
2010-09-09 | SCI: Kernel table changes | Filippos Karapetis |
2010-09-09 | SCI: SCI2/2.1 kernel table changes | Filippos Karapetis |
2010-08-22 | SCI: Reimplemented the kShow kernel command, used by the inbuilt SCI debugger... | Filippos Karapetis |
2010-08-03 | SCI: adding bpk debug command | Martin Kiewitz |
2010-08-02 | SCI: Silenced some sound related warnings. Added an empty function for kDoSou... | Filippos Karapetis |
2010-07-29 | SCI: some subfunction support for logkernel | Martin Kiewitz |
2010-07-27 | SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles | Matthew Hoops |
2010-07-25 | SCI: adding kAddPicAt dummy | Martin Kiewitz |
2010-07-25 | SCI: adding separate kCantBeHere32 (stub) | Martin Kiewitz |
2010-07-23 | SCI: adding new debug command logkernel | Martin Kiewitz |
2010-07-21 | SCI: More rest of the workaround defs to workarounds.h | Max Horn |
2010-07-21 | SCI: Moved all the static kernel-related tables in a separate file. Also, mov... | Filippos Karapetis |
2010-07-20 | SCI: clean up workaround tables/code | Martin Kiewitz |
2010-07-20 | SCI: adding uninit workarounds for cnick games | Martin Kiewitz |
2010-07-20 | SCI: renaming kDoSound(resume) to resumeAfterRestore | Martin Kiewitz |
2010-07-18 | SCI: adding room numbers to all workarounds | Martin Kiewitz |
2010-07-14 | SCI: added signatures for kFileIO, some changes to actual kFileIO code, remov... | Martin Kiewitz |
2010-07-14 | Typos | Filippos Karapetis |
2010-07-14 | SCI: | Filippos Karapetis |
2010-07-12 | SCI: Remove dead code | Max Horn |
2010-07-10 | SCI: added signatures for kGraph, removed isDummy boolean from KernelFunction | Martin Kiewitz |
2010-07-10 | SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing kAssertPalet... | Martin Kiewitz |
2010-07-10 | SCI: added kPalVary signatures & mapping, removed debug-warnings | Martin Kiewitz |
2010-07-09 | SCI: removing origName from KernelFunction struct, adding debugCalls boolean ... | Martin Kiewitz |
2010-07-09 | SCI: implemented subsignatures for kDoSound | Martin Kiewitz |
2010-07-08 | SCI: part of subfunction signature&mapping implemented, little cleanup | Martin Kiewitz |
2010-07-08 | SCI: sorted kernel map alphabetically | Martin Kiewitz |
2010-07-07 | SCI: adding support to kernel signatures that invalid references may also get... | Martin Kiewitz |
2010-07-06 | SCI: removing invalid reference error from signature checking, instead adding... | Martin Kiewitz |
2010-07-05 | SCI: fix compilation issues from r50678 | Martin Kiewitz |
2010-07-05 | SCI: implemented new kernel call signature format | Martin Kiewitz |
2010-07-03 | SCI: adding support to identify uninitialized values, when doing debug output... | Martin Kiewitz |
2010-07-01 | Support the CD kernel call (stub) and add the TRUE_REG constant. | Lars Skovlund |
2010-06-30 | SCI: Removed the FreeSCI music code | Filippos Karapetis |
2010-06-30 | SCI: implementing workarounds for kernel calls, removing original code workar... | Martin Kiewitz |
2010-06-29 | SCI: print out actual and supposed parameter types when having a kernel call ... | Martin Kiewitz |
2010-06-25 | Removed all of the non-validating code - there's no real point in removing sc... | Filippos Karapetis |
2010-06-25 | Added the SCI2.1 kText kernel function (subop 0, kTextSize for now) | Filippos Karapetis |
2010-06-23 | Moved the SelectorCache struct inside selector.h, where it belongs, and fixed... | Filippos Karapetis |
2010-06-17 | SCI: Remove hack related to compiled kernel signatures. | Max Horn |
2010-06-17 | SCI: Remove selector_name function, some cleanup | Max Horn |
2010-06-16 | Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor... | Filippos Karapetis |
2010-06-16 | Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is... | Filippos Karapetis |