Age | Commit message (Expand) | Author |
2010-07-10 | SCI: fixing kGraph(updateBox) signature for kq6 hires/lowres (allowing null r... | Martin Kiewitz |
2010-07-10 | SCI: adding to execstack only right before executing kernel call, otherwise i... | Martin Kiewitz |
2010-07-10 | SCI: adding workaround for kGraph(fillBoxAny) in sq4cd when accessing the gam... | Martin Kiewitz |
2010-07-10 | SCI: removing hoyle workaround from kAbs & signature and adding it into worka... | Martin Kiewitz |
2010-07-10 | SCI: adding descriptive comments for subop-tables | Martin Kiewitz |
2010-07-10 | SCI: adding workaround for script error when leaving ulence flats bar in sq1 | Martin Kiewitz |
2010-07-10 | SCI: added signatures for kGraph, removed isDummy boolean from KernelFunction | Martin Kiewitz |
2010-07-10 | SCI: allow invalid handles in kDisplay calls, fixes pq3 intro signature mismatch | Martin Kiewitz |
2010-07-10 | SCI: removed unused debug flags, changed fileio debug prints to only happen o... | Martin Kiewitz |
2010-07-10 | SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing kAssertPalet... | Martin Kiewitz |
2010-07-10 | Simplified the expression. | Torbjörn Andersson |
2010-07-10 | Fixed warning. | Torbjörn Andersson |
2010-07-10 | SCI: added kPalVary signatures & mapping, removed debug-warnings | Martin Kiewitz |
2010-07-09 | SCI: improve error message on subcall signature mismatch | Martin Kiewitz |
2010-07-09 | SCI: adding workaround support for kernel subcalls, cleanup | Martin Kiewitz |
2010-07-09 | SCI: removing origName from KernelFunction struct, adding debugCalls boolean ... | Martin Kiewitz |
2010-07-09 | SCI: actually all sound-sci0 games used a completely different kDoSoundPause ... | Martin Kiewitz |
2010-07-09 | SCI: added currently commented-out pauseSound implementation for some sci0 ga... | Martin Kiewitz |
2010-07-09 | SCI: fixing signature for kDoSound(suspend) | Martin Kiewitz |
2010-07-09 | SCI: implemented subsignatures for kDoSound | Martin Kiewitz |
2010-07-09 | SCI: getting signatures for subfunctions from previous entries, if needed | Martin Kiewitz |
2010-07-08 | SCI: part of subfunction signature&mapping implemented, little cleanup | Martin Kiewitz |
2010-07-08 | SCI: hopefully fix build :P | Martin Kiewitz |
2010-07-08 | SCI: sorted kernel map alphabetically | Martin Kiewitz |
2010-07-07 | SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ... | Filippos Karapetis |
2010-07-07 | SCI: adding support to kernel signatures that invalid references may also get... | Martin Kiewitz |
2010-07-06 | SCI: Add version to obsolete string | Max Horn |
2010-07-06 | SCI: removing invalid reference error from signature checking, instead adding... | Martin Kiewitz |
2010-07-06 | SCI: fix regression of r50721 - pausing/resuming only on actual menu usage | Martin Kiewitz |
2010-07-06 | SCI: implemented pauseSound inside kMenuSelect | Martin Kiewitz |
2010-07-06 | SCI: Simplified op_div and op_mod, removed some variables and removed the poi... | Filippos Karapetis |
2010-07-05 | SCI: fixing signature of kDoSound (fading related) thx to Ceriand | Martin Kiewitz |
2010-07-05 | SCI: fixing kDrawCel signature for kq6 | 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-04 | SCI: Removed the unused line number parameter from validate_variable() and re... | Filippos Karapetis |
2010-07-04 | SCI: Added a short description for all opcodes, so that it's easier to unders... | Filippos Karapetis |
2010-07-03 | SCI: adding support to identify uninitialized values, when doing debug output... | Martin Kiewitz |
2010-07-03 | SCI: fixing #define SIGFOR_ALL, so that amiga games work again :P | Martin Kiewitz |
2010-07-02 | Add checks for null reference to strncpy() and strlen() - happens for example... | Filippos Karapetis |
2010-07-02 | Added handling for kLock called with resource id -1 (unlock all resources of ... | 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 | Fix code formatting | Max Horn |
2010-07-01 | Added a workaround for an unitialized variable in GK2 | Filippos Karapetis |
2010-07-01 | Accidentally missed this file in commit 50577 | Lars Skovlund |
2010-07-01 | Support the CD kernel call (stub) and add the TRUE_REG constant. | Lars Skovlund |
2010-07-01 | SCI: added another workaround for uninit temps, this time for jones/cd | Martin Kiewitz |
2010-07-01 | Added some slight fixes for the RAMA demo, which starts now, though it dies h... | Filippos Karapetis |
2010-07-01 | The Shivers demo calls the debug kernel function 0x83 (PrintDebug), thus it i... | Filippos Karapetis |