Age | Commit message (Expand) | Author |
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 |
2010-07-14 | SCI: adding sound version 2.1, to properly add sci2.1 signature for kDoSound(... | Martin Kiewitz |
2010-07-14 | SCI: replacing some tabs with spaces | Martin Kiewitz |
2010-07-14 | SCI: changing SIG_SCI2 back to SIG_SCI32, because all those signatures are me... | Martin Kiewitz |
2010-07-14 | SCI: replacing fixme with todo | Martin Kiewitz |
2010-07-14 | SCI: moving hack signature for kDoSound(play) to SCI1LATE only, adding commen... | Martin Kiewitz |
2010-07-14 | Oops... whitespace/layout again (I'm tired...) | Filippos Karapetis |
2010-07-14 | Whitespace/layout | Filippos Karapetis |
2010-07-14 | SCI: Fixed script bug (invalid call to kStrCpy) in Island of Dr. Brain, room ... | Filippos Karapetis |
2010-07-14 | SCI: | Filippos Karapetis |
2010-07-13 | Fixed the signature check for DoSound (play) for SCI2.1 games, so that they s... | Filippos Karapetis |
2010-07-13 | SCI: removing old kernel signature stuff | Martin Kiewitz |
2010-07-12 | SCI: fixing typo | Martin Kiewitz |
2010-07-12 | SCI: adding kUnLoad workaround for lsl6 (during end kUnLoad is called with ad... | Martin Kiewitz |
2010-07-12 | SCI: adding workaround for signature mismatch when giving merrily the key to ... | Martin Kiewitz |
2010-07-12 | SCI: adding another restore workaround for lsl6 | Martin Kiewitz |