aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kernel32.cpp
AgeCommit message (Expand)Author
2010-07-14Update comments about the SCI2/2.1 kernel table. The SCI3 table is also diffe...Matthew Hoops
2010-07-01Fix code formattingMax Horn
2010-07-01Support the CD kernel call (stub) and add the TRUE_REG constant.Lars Skovlund
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: Add SegManager::getSystemString() methodMax Horn
2010-07-01SCI: Rename some variables to match our naming conventionsMax Horn
2010-06-25Some more info on kText(), removed dead codeFilippos Karapetis
2010-06-25Added the SCI2.1 kText kernel function (subop 0, kTextSize for now)Filippos Karapetis
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-06-17Don't translate both x and y of the rect in kOnMe if only one of the variable...Matthew Hoops
2010-06-17Moved kMulDiv together with the rest of the math functions, and kPlayVMD toge...Filippos Karapetis
2010-06-17Only hide/show cursor when playing a VMD if it was visible in the first place.Matthew Hoops
2010-06-16Hooked the VMD player in kPlayVMD. The VMD videos in the demo of Phantasmagor...Filippos Karapetis
2010-06-16Added a sanity check inside kMulDivFilippos Karapetis
2010-06-16Implemented the SCI2.1 kMulDiv kernel function. Walking in Torin's Passage is...Filippos Karapetis
2010-06-15Don't adjust the object's coordinates if the object does not belong to a plan...Filippos Karapetis
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15Fixed commentsFilippos Karapetis
2010-06-15Fixed detective Mosely's hotspot in GK1 (day 1)Filippos Karapetis
2010-06-14Fixed GK1 again, including the inventory screenFilippos Karapetis
2010-06-14Hopefully fixed kOnMe (SCI2) and implemented kIsOnMe (SCI2.1). GK1 and the de...Filippos Karapetis
2010-06-09Fixed crash in SCI2.1 gamesFilippos Karapetis
2010-06-07SCI: Relax signature of kCreateTextBitmap.Walter van Niftrik
2010-06-07Change some kString subops to use the raw string directly instead of through ...Matthew Hoops
2010-06-06Throw a warning in kString(At) if the index is out-of-bounds instead of havin...Matthew Hoops
2010-06-01SCI: Fix malloc<->new mismatch in SysStrings, try to increase readabilityMax Horn
2010-06-01The system strings segment is a fixed segment of the segment manager, which d...Filippos Karapetis
2010-05-29Mass renaming of selector-related functions, and removed some defines which w...Filippos Karapetis
2010-05-18- Moved determine_reg_type() and kernel_matches_signature() inside the Kernel...Filippos Karapetis
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-02-17SCI: Cleanup resource.hMax Horn
2010-02-13SCI: Move GameFeatures from EngineState to SciEngineMax Horn
2010-02-13SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngineMax Horn
2010-02-08Search through arrays for outgoing references to fix possible garbage collect...Matthew Hoops
2010-02-05SCI: Add a 'SELECTOR' macroMax Horn
2010-02-05SCI: frameout sci32 stuff now gets called directly w/o SciGui/32Martin Kiewitz
2010-02-03Placed all the game feature detection code in a separate classFilippos Karapetis
2010-02-03Initial implementation of text drawing for SCI2 (it's a hack for now, done th...Filippos Karapetis
2010-02-02Add support in kString(Cpy) for copying to system strings. Also, stubbing kFi...Matthew Hoops
2010-02-02Try to make drmccoy happy again (is that even possible? :P )Filippos 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-02-01Fix bug in kString(Printf)Lars Skovlund
2010-01-30Implement kString(Printf) and resizing of SCI32 strings in kFormat().Matthew Hoops
2010-01-30Added support for String types to kFormat (seems to work but needs testing...)Filippos Karapetis
2010-01-30Ignore kString(printBuf) calls with more parameters than 3 - a list is probab...Filippos Karapetis
2010-01-30Implemented kString case 12 - it was really kFormat in disguise :)Filippos Karapetis
2010-01-29SCI: added new SciGui32 class, Gfx class needs some work though and hopefully...Martin Kiewitz