aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2011-10-22SCI: fix thread lockup issue when loading savegames using a sound driver whic...athrxx
2011-10-19SCI: Added a detection for the second kSetShowStyle variantFilippos Karapetis
2011-10-19SCI: Changed the kUnload workaround for the LB2 demo to apply to all scenesFilippos Karapetis
2011-10-19SCI: Merged all the code to get/set the NS rectFilippos Karapetis
2011-10-19SCI: Updated comments in kShowStyle() and kCelInfo()Filippos Karapetis
2011-10-19SCI: Implemented kObjectIntersect()Filippos Karapetis
2011-10-18SCI: Duck videos are 16bpp, so we need to change the active pixel formatFilippos Karapetis
2011-10-18SCI: Added some hacks related to new functionality in Phantasmagoria 2Filippos Karapetis
2011-10-18SCI: Initial implementation of kPlayDuck for Phantasmagoria 2Filippos Karapetis
2011-10-18SCI: Set the correct number of kernel functions for SCI3Filippos Karapetis
2011-10-16SCI: Script 64036 in Torin's passage contains an invalid exportFilippos Karapetis
2011-10-14SCI: Silenced warningsFilippos Karapetis
2011-10-14SCI: More work on kBitmap (still WIP)Filippos Karapetis
2011-10-13SCI: Extended the detection of certain selectors to work in SCI2Filippos Karapetis
2011-10-13SCI: Implemented kBitmap(3) and kBitmap(5). Some cleanupFilippos Karapetis
2011-10-12SCI: Marked functions that have been changed into dummy ones in SCI3Filippos Karapetis
2011-10-12SCI: kSave(3) is kCheckSaveGame() and kSave(6) is kFileIOUnlink()Filippos Karapetis
2011-10-12SCI: Implementation of kCelInfo subop 4Heather Douglass
2011-10-12SCI: 3 Uninitialized read workarounds for ShiversHeather Douglass
2011-10-12SCI: Added proper handling of duplicate items in kAddScreenItemFilippos Karapetis
2011-10-11SCI: Some work on the SCI32 bitmap / font codeFilippos Karapetis
2011-10-11SCI: kBitmap(1) is kDisposeTextBitmapFilippos Karapetis
2011-10-11SCI: Changed a warning about wrong object variable count into a debugCFilippos Karapetis
2011-10-11SCI: Proper implementation of text drawing for SCI2+Filippos Karapetis
2011-10-10SCI: SCI32 kernel functions kRepaintPlane and kInputText are unusedFilippos Karapetis
2011-10-09SCI: CreateTextBitmap should return a pointer. Also, silenced a warningFilippos Karapetis
2011-10-09SCI: Fix formatting in kRobot.Johannes Schickel
2011-10-09SCI32: Marked/updated several unused/still not needed kernel functionsFilippos Karapetis
2011-10-09SCI32: Documented the extra 2 params in kCreateTextBitmap(0)Filippos Karapetis
2011-10-09SCI: Removed the old kDoAvoider codeFilippos Karapetis
2011-10-09SCI2+: Added info for the extra parameter used in kGetSaveDir in SCI32Filippos Karapetis
2011-10-09SCI21: Moved kRobot() together with the other video functionsFilippos Karapetis
2011-10-09SCI2+: Added a workaround for an uninitialized temp in PQ4Filippos Karapetis
2011-10-08SCI2+: Fixed the implementation of kTextSize(), removing some hacksFilippos Karapetis
2011-10-08SCI2+: Some groundwork for kTextSize()Filippos Karapetis
2011-10-07SCI: Fix comment in kCelInfoLars Skovlund
2011-10-07SCI21: Some initial work on kBitmapFilippos Karapetis
2011-10-07SCI: Added some extra static selectorsFilippos Karapetis
2011-09-30Merge pull request #88 from tsoliman/savegame-timestamp-rebaseEugene Sandulenko
2011-09-26SCI: Changes to the sound resource initialization codeFilippos Karapetis
2011-09-25SCI2: kString(Format) uses %d for unsigned integers. Some cleanupFilippos Karapetis
2011-09-23SCI: change savegame default description day format to YYYY.MM.DDTarek Soliman
2011-09-24SCI: Fixed timer bug #3127824 - "SCI: speed problem - Castle of Dr Brain"Filippos Karapetis
2011-09-23SCI21: Added some skeleton code for offsetting pictures vertically (not worki...Filippos Karapetis
2011-09-23SCI21: Marked kNewRoom as a debug functionFilippos Karapetis
2011-09-23SCI: Fixed bug #3413020 - "SCI: Longbow: Robin is stuck in the final monk cha...Filippos Karapetis
2011-09-22SCI: Ignore invalid pointers if the kernel function signature specifies itFilippos Karapetis
2011-09-22SCI: Fixed compilation with VM_DEBUG_SEND definedFilippos Karapetis
2011-09-08SCI: Made some static data const.Johannes Schickel
2011-09-03SCI32: Added an initial skeleton structure for the SCI2 text drawing codeFilippos Karapetis