aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2011-03-04SCI: Improved debug output of validate_property()md5
2011-03-03SCI: Fixed comment in pointerComparisonWithInteger()md5
2011-03-03SCI: Simplified arithmetic reg_t operations, based on fingolfin's commentsmd5
2011-03-03SCI: Fixed path finding in Amiga SCI1 gamesmd5
2011-03-03SCI: Make some reg_t methods private resp. inlineMax Horn
2011-03-02SCI: Fixed text positioning in the credits screen of Dr. Brain Amigamd5
2011-03-02SCI: Fix garbage collection for SCI32Matthew Hoops
2011-03-02SCI: Bug fixes to the reg_t addition operatormd5
2011-03-02SCI: Fixed script bug #3059871 - "SCI Fanmade - Ocean Battle: Crash while pla...md5
2011-03-02SCI: Cleanupmd5
2011-03-01SCI: Fixed the background color of the status bar in Amiga versionsmd5
2011-02-28SCI: Skip Ports when iterating over Windows in GCWillem Jan Palenstijn
2011-02-28SCI: Fix crash with hunk refs in logkernel outputWillem Jan Palenstijn
2011-02-28SCI: Removed the script patch for the scrubbing scene. The crash no longer oc...md5
2011-02-28SCI: Removed several workarounds which are no longer needed, after the change...md5
2011-02-28SCI: Add workaround for PQ:SWAT.Lars Skovlund
2011-02-28SCI: Moved hunk pointer handling to the GC, and removed some related workaroundsmd5
2011-02-28SCI: Add FIXME comment to workaroundWillem Jan Palenstijn
2011-02-28SCI: Cleanup of the save/load dialog patching code and the lofs type detectio...md5
2011-02-27SCI: Remove kDoBresen special case for SCI_VERSION_1_EGA_ONLYWillem Jan Palenstijn
2011-02-27SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLYmd5
2011-02-27SCI: Improved the readability of the kDoBresen code a bitmd5
2011-02-27SCI: Don't set b_movCnt to moveSpeed while walkingWillem Jan Palenstijn
2011-02-26SCI: Fixed a memory leak. Thanks to digitall for finding this using Valgrindmd5
2011-02-26SCI2+: Mention that the actual problem with text wrapping happens because of ...md5
2011-02-24SCI: Added an initial implementation of RemapByPercent, which fixes the palet...md5
2011-02-24SCI: Added a patch for script bug #3034579 - "KQ6CD: Missing speech"md5
2011-02-22SCI: Some work on kRemapColors, and added a note that it operates on an RGBAmd5
2011-02-22SCI: Added code to aid in detecting infinite loops in scriptsmd5
2011-02-21SCI: Spell 'canister' correctlyMatthew Hoops
2011-02-21SCI: Fixed script bug #3040722 in QFG3md5
2011-02-21SCI: Throw a warning instead of an error if there ever is a modulus calculationmd5
2011-02-21SCI: SCI1.1 script also compare pointers with integers (e.g. QFG3, room 440)md5
2011-02-21SCI: Added a custom modulo reg_t operatormd5
2011-02-20SCI: Add support for enabling/disabling Mac icon bar imagesMatthew Hoops
2011-02-20SCI: Fix KQ6 Mac video positioningMatthew Hoops
2011-02-20SCI: Moved the gcCountdown() code inside the op_callk case, since that's the ...md5
2011-02-19SCI: Some spacing fixes and typosmd5
2011-02-19SCI: Refactored the reg_t related operations and comparisonsmd5
2011-02-16SCI: Add workaround for uninitialized read in KQ5 FM TownsMatthew Hoops
2011-02-16SCI: Add support for the KQ5 FM Towns resource formatMatthew Hoops
2011-02-15SCI: Fill in the remaining Mac-specific kPlatform subopsMatthew Hoops
2011-02-15SCI: Cleaned up kMapKeyToDir and removed an incorrect heuristicmd5
2011-02-15SCI: Removed several redundant helper functionsmd5
2011-02-14SCI: Fix loading SCI32 gamesMatthew Hoops
2011-02-15SCI2+: Set the correct segment for SCI32 strings/arrays when loadingmd5
2011-02-14SCI: Fix loading pre-version 28 saved gamesMatthew Hoops
2011-02-13Remove erroneous comment. It reflected a false belief resulting fromLars Skovlund
2011-02-13SCI: Switch to true color mode for the GK2 demo Indeo3 videoMatthew Hoops
2011-02-13SCI: Fix VMD coordinatesMatthew Hoops