aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2010-07-09SCI: fixing signature for kDoSound(suspend)Martin Kiewitz
2010-07-09SCI: implemented subsignatures for kDoSoundMartin Kiewitz
2010-07-09SCI: getting signatures for subfunctions from previous entries, if neededMartin Kiewitz
2010-07-08SCI: part of subfunction signature&mapping implemented, little cleanupMartin Kiewitz
2010-07-08SCI: hopefully fix build :PMartin Kiewitz
2010-07-08SCI: sorted kernel map alphabeticallyMartin Kiewitz
2010-07-07SCI: Dropped support for the very old saved game versions 9 - 11. Rationale: ...Filippos Karapetis
2010-07-07SCI: adding support to kernel signatures that invalid references may also get...Martin Kiewitz
2010-07-06SCI: Add version to obsolete stringMax Horn
2010-07-06SCI: removing invalid reference error from signature checking, instead adding...Martin Kiewitz
2010-07-06SCI: fix regression of r50721 - pausing/resuming only on actual menu usageMartin Kiewitz
2010-07-06SCI: implemented pauseSound inside kMenuSelectMartin Kiewitz
2010-07-06SCI: Simplified op_div and op_mod, removed some variables and removed the poi...Filippos Karapetis
2010-07-05SCI: fixing signature of kDoSound (fading related) thx to CeriandMartin Kiewitz
2010-07-05SCI: fixing kDrawCel signature for kq6Martin Kiewitz
2010-07-05SCI: fix compilation issues from r50678Martin Kiewitz
2010-07-05SCI: implemented new kernel call signature formatMartin Kiewitz
2010-07-04SCI: Removed the unused line number parameter from validate_variable() and re...Filippos Karapetis
2010-07-04SCI: Added a short description for all opcodes, so that it's easier to unders...Filippos Karapetis
2010-07-03SCI: adding support to identify uninitialized values, when doing debug output...Martin Kiewitz
2010-07-03SCI: fixing #define SIGFOR_ALL, so that amiga games work again :PMartin Kiewitz
2010-07-02Add checks for null reference to strncpy() and strlen() - happens for example...Filippos Karapetis
2010-07-02Added handling for kLock called with resource id -1 (unlock all resources of ...Filippos Karapetis
2010-07-02getString() on a NULL pointer is an empty string (verified in SCI2.1)Filippos Karapetis
2010-07-01Only print the ambiguous object notice in findObjectByName if we didn't speci...Matthew Hoops
2010-07-01Fix code formattingMax Horn
2010-07-01Added a workaround for an unitialized variable in GK2Filippos Karapetis
2010-07-01Accidentally missed this file in commit 50577Lars Skovlund
2010-07-01Support the CD kernel call (stub) and add the TRUE_REG constant.Lars Skovlund
2010-07-01SCI: added another workaround for uninit temps, this time for jones/cdMartin Kiewitz
2010-07-01Added some slight fixes for the RAMA demo, which starts now, though it dies h...Filippos Karapetis
2010-07-01The Shivers demo calls the debug kernel function 0x83 (PrintDebug), thus it i...Filippos Karapetis
2010-07-01SCI: Mark the ShiftScreen, ListOps and ATan SCI1 kernel functions as unused (...Filippos Karapetis
2010-07-01SCI: Added workarounds for 2 uninitialized reads in Jones floppy (EGA and VGA...Filippos Karapetis
2010-07-01SCI: Invoke resetSegMan from SegManager::saveLoadWithSerializer, not from Eng...Max Horn
2010-07-01SCI: Rename some more stuffMax Horn
2010-07-01SCI: Make SegManager::_heap privateMax Horn
2010-07-01SCI: Make SegManager::_classTable private.Max Horn
2010-07-01SCI: Add SegManager::getSystemString() methodMax Horn
2010-07-01SCI: Rename some variables to match our naming conventionsMax Horn
2010-07-01SCI: Simplify SegManager::findObjectByNameMax Horn
2010-07-01Added a workaround for an uninitialized temp read in KQ6 floppy, when opening...Filippos Karapetis
2010-06-30SCI: Silenced a warning about a non game breaking script bug in Castle of Dr....Filippos Karapetis
2010-06-30Added support for kAddAfter with 4 parameters (used in Torin's Passage, for e...Filippos Karapetis
2010-06-30SCI: removing sq1 workaround for kUnLoad for now, maybe it was originally mea...Martin Kiewitz
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
2010-06-30Fixed the signature for kUnload (thanks m_kiewitz)Filippos Karapetis
2010-06-30SCI: fixed a typo, so that workarounds really trigger an ignore kernel call f...Martin Kiewitz
2010-06-30Changed an error back to a warning - Torin's Passage calls kAddAfter with 4 p...Filippos Karapetis
2010-06-30SCI: changing signature of kUnLoad, adding workaround for sq1 ulence flats bugMartin Kiewitz