Age | Commit message (Expand) | Author |
2012-06-15 | SCI: Change Script::getObject() to accept a reg_t | Filippos Karapetis |
2011-11-29 | SCI: Fix restarting SCI engine with different SCI version | Willem Jan Palenstijn |
2011-11-29 | SCI: Add RtL FIXME | Willem Jan Palenstijn |
2011-10-18 | SCI: Set the correct number of kernel functions for SCI3 | Filippos Karapetis |
2011-09-22 | SCI: Ignore invalid pointers if the kernel function signature specifies it | Filippos Karapetis |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-02-16 | SCI: Add support for the KQ5 FM Towns resource format | Matthew Hoops |
2011-02-05 | SCI: Add support for BE selector name tables | Matthew Hoops |
2011-01-08 | SCI2.1: Added a comment with the SCI2.1 games using a SCI2 kernel | Filippos Karapetis |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-12-07 | SCI: Removed the system strings code and replaced it with a much more simplif... | Filippos Karapetis |
2010-11-18 | SCI3: Added another previously unused opcode (0x27 / 0x4e) | Filippos Karapetis |
2010-11-17 | SCI3: Implement opcode to retrieve the info selector. | Lars Skovlund |
2010-11-12 | SCI: Don't check for SCI2/SCI2.1 kernel types in SCI3 games. | Filippos Karapetis |
2010-11-02 | SCI: Remove any use of printf | Max Horn |
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn |
2010-10-20 | SCI: Added a new debug command, "find_callk" | Filippos Karapetis |
2010-09-04 | SCI: Updated comment concerning kCantBeHere and removed a wrong check for Hoy... | Filippos Karapetis |
2010-08-04 | SCI: Add kDisplay workarounds for the Hero's Quest demo | Matthew Hoops |
2010-08-03 | SCI: adding bpk debug command | Martin Kiewitz |
2010-08-02 | SCI: fixing leak kernel subfunctions | Martin Kiewitz |
2010-08-01 | SCI: Cleanup. | Johannes Schickel |
2010-08-01 | SCI: changing noname selector names | Martin Kiewitz |
2010-07-29 | SCI: fixing hoyle 3 | Martin Kiewitz |
2010-07-29 | SCI: finished logkernel command | Martin Kiewitz |
2010-07-29 | SCI: midi hold behaviour fixed | Martin Kiewitz |
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-23 | SCI: logkernel changes | Martin Kiewitz |
2010-07-23 | SCI: adding new debug command logkernel | Martin Kiewitz |
2010-07-21 | SCI: Moved all the static kernel-related tables in a separate file. Also, mov... | Filippos Karapetis |
2010-07-21 | SCI: Moved all the workaround tables in a separate file, to keep them apart f... | Filippos Karapetis |
2010-07-20 | SCI: some sci32 fixes | Martin Kiewitz |
2010-07-20 | SCI: clean up workaround tables/code | Martin Kiewitz |
2010-07-20 | SCI: adding workaround for sq1 in bar | Martin Kiewitz |
2010-07-20 | SCI: adding uninit workarounds for cnick games | Martin Kiewitz |
2010-07-20 | SCI: change the workaround-types | Martin Kiewitz |
2010-07-20 | SCI: added workaround for kq1 kDoSound(fade) | Martin Kiewitz |
2010-07-20 | SCI: renaming kDoSound(resume) to resumeAfterRestore | Martin Kiewitz |
2010-07-19 | SCI: lsl6 workaround switched on for all rooms | Martin Kiewitz |
2010-07-19 | SCI: fixing signature for kDoSound(setReverb) | Martin Kiewitz |
2010-07-18 | SCI : Corrected valgrind error on engine exit | David Turner |
2010-07-18 | SCI: Add Mac signature for kTextSize which can have an extra integer parameter. | Matthew Hoops |
2010-07-18 | SCI: adding room numbers to all workarounds | Martin Kiewitz |
2010-07-17 | SCI: removing kSetPort 4 argument support from r44938, which was wrong - addi... | Martin Kiewitz |
2010-07-16 | SCI: adding signatures for 4-parameter variant of kDoSound(sendMidi), needs t... | Martin Kiewitz |
2010-07-14 | SCI: removing #ifdef ENABLE_SCI32 from one single line (just a waste) and add... | Martin Kiewitz |
2010-07-14 | SCI: added signatures for kFileIO, some changes to actual kFileIO code, remov... | Martin Kiewitz |
2010-07-14 | SCI: changing kList(18) into StubNull, so that torin demo works a little more... | Martin Kiewitz |
2010-07-14 | SCI: changing signature of kDoSound(play) in SCI2.1 to "o(i)" now, because qf... | Martin Kiewitz |