aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.h
AgeCommit message (Expand)Author
2010-07-18SCI: adding room numbers to all workaroundsMartin Kiewitz
2010-07-14SCI: added signatures for kFileIO, some changes to actual kFileIO code, remov...Martin Kiewitz
2010-07-14TyposFilippos Karapetis
2010-07-14SCI:Filippos Karapetis
2010-07-12SCI: Remove dead codeMax Horn
2010-07-10SCI: added signatures for kGraph, removed isDummy boolean from KernelFunctionMartin Kiewitz
2010-07-10SCI: adding kPalette signatures, fixing 3 kPalVary calls, fixing kAssertPalet...Martin Kiewitz
2010-07-10SCI: added kPalVary signatures & mapping, removed debug-warningsMartin Kiewitz
2010-07-09SCI: removing origName from KernelFunction struct, adding debugCalls boolean ...Martin Kiewitz
2010-07-09SCI: implemented subsignatures for kDoSoundMartin Kiewitz
2010-07-08SCI: part of subfunction signature&mapping implemented, little cleanupMartin Kiewitz
2010-07-08SCI: sorted kernel map alphabeticallyMartin Kiewitz
2010-07-07SCI: adding support to kernel signatures that invalid references may also get...Martin Kiewitz
2010-07-06SCI: removing invalid reference error from signature checking, instead adding...Martin Kiewitz
2010-07-05SCI: fix compilation issues from r50678Martin Kiewitz
2010-07-05SCI: implemented new kernel call signature formatMartin Kiewitz
2010-07-03SCI: adding support to identify uninitialized values, when doing debug output...Martin Kiewitz
2010-07-01Support the CD kernel call (stub) and add the TRUE_REG constant.Lars Skovlund
2010-06-30SCI: Removed the FreeSCI music codeFilippos Karapetis
2010-06-30SCI: implementing workarounds for kernel calls, removing original code workar...Martin Kiewitz
2010-06-29SCI: print out actual and supposed parameter types when having a kernel call ...Martin Kiewitz
2010-06-25Removed all of the non-validating code - there's no real point in removing sc...Filippos Karapetis
2010-06-25Added the SCI2.1 kText kernel function (subop 0, kTextSize for now)Filippos Karapetis
2010-06-23Moved the SelectorCache struct inside selector.h, where it belongs, and fixed...Filippos Karapetis
2010-06-17SCI: Remove hack related to compiled kernel signatures.Max Horn
2010-06-17SCI: Remove selector_name function, some cleanupMax Horn
2010-06-16Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor...Filippos Karapetis
2010-06-16Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is...Filippos Karapetis
2010-06-14Hopefully fixed kOnMe (SCI2) and implemented kIsOnMe (SCI2.1). GK1 and the de...Filippos Karapetis
2010-06-11Added a new kernel function, kEmpty, for really empty (not dummy, i.e. unimpl...Filippos Karapetis
2010-06-10SCI: Fix some doxygen commentsMax Horn
2010-06-10SCI: Cleanup kernel signature code a bit.Max Horn
2010-06-10SCI: cleanupMax Horn
2010-06-09Fixed crash in SCI2.1 gamesFilippos Karapetis
2010-06-09Proper fix for kernel name loading (regression from commit #49537)Filippos Karapetis
2010-06-09Fixed regression from commit #49537Filippos Karapetis
2010-06-09Merged script_init_engine() and game_init() and cleaned up SciEngine::run() a...Filippos Karapetis
2010-05-28Added a stub for kMergePoly, to avoid crashing in QFG1VGA after killing a mon...Filippos Karapetis
2010-05-18- Moved kernel_lookup_text inside the Kernel classFilippos Karapetis
2010-05-18- Moved determine_reg_type() and kernel_matches_signature() inside the Kernel...Filippos Karapetis
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-02-20Removed dead codeFilippos Karapetis
2010-02-02Added a stub for kCreateTextBitmap, which shows the text that should be drawn...Filippos Karapetis
2010-02-01Added an initial implementation of kGetHighPlanePriFilippos Karapetis
2010-01-31SCI: Add stub for kIntersections()Walter van Niftrik
2010-01-31SCI: Implement kMemorySegment().Walter van Niftrik
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-28SCI: CleanupWalter van Niftrik
2010-01-28SCI2.1: Added a dummy function for kRobot (with some info on its parameters),...Filippos Karapetis
2010-01-28Detect whether to use the modified SCI2 or SCI2.1 kernel table based on the k...Matthew Hoops