aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel.h
AgeCommit message (Expand)Author
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
2010-01-27Oops.... actually close the defgroup :)Filippos Karapetis
2010-01-27Fixed comment about vocabulary, so that it doesn't refer to the line below itFilippos Karapetis
2010-01-26Added information about all the vocabularies used in SCIFilippos Karapetis
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Separated the parser codeFilippos Karapetis
2010-01-12Fix some memory leaks caused by never freeing the allocated memory, which is ...Johannes Schickel
2010-01-03Fixed compilation with DISABLE_VALIDATIONS, and fixed a bug in kPrevNodeFilippos Karapetis
2010-01-03Implement kInPolygon for SCI32. GK1 now responds when you click on things.Matthew Hoops
2009-12-30SCI32:Matthew Hoops
2009-12-30Initial implementation of the SCI21 kList kernel function (which calls all th...Filippos Karapetis
2009-12-30SCI32: Moved all the list related kernel functions inside klists.cpp, and imp...Filippos Karapetis
2009-12-30Implemented ListFirstTrue(), thanks to the help of waltervn. Now, buttons can...Filippos Karapetis
2009-12-30SCI32: added some of clone2727's changes to kArray and kString, and implement...Filippos Karapetis
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-12-26SCI2: Implemented kListEachElementDo (a more advanced version of SciGuiAnimat...Filippos Karapetis
2009-12-26Removed the file and line parameters from the selector handling functionsFilippos Karapetis
2009-12-26Kernel function 0x26 is empty in SCI1.1 games, and it has been set to kPortra...Filippos Karapetis
2009-12-24Stub SCI32's kOnMe to give better debugging info (used when clicking in the G...Matthew Hoops
2009-12-24SCI32: Added some more stubs for picture manipulation, screen update and anim...Filippos Karapetis
2009-12-24SCI32: The view related functions pass a view object as parameter, and the en...Filippos Karapetis
2009-12-24SCI32:Matthew Hoops
2009-12-21SCI32:Matthew Hoops
2009-12-20Removed dead codeFilippos Karapetis
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz