aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2011-03-12SCI: Added proper fix for bug #3048054 - "LONGBOW: crash when opening hand code"md5
2011-03-12SCI: Added automatic detection for several selectorsmd5
2011-03-12SCI: Moved a heap patch from kScriptID() into script_patches.cppmd5
2011-03-11SCI: Clarify fix for KQ5 witch freeze bug #3034714Willem Jan Palenstijn
2011-03-11SCI: Fixed bug #3034714 - "KQ5CD: ScummVM freezes in dark forest"md5
2011-03-10SCI: kPurge is the SCI2+ version of kFlushResourcesmd5
2011-03-10SCI: Don't try to uninstantiate scripts marked as deletedmd5
2011-03-09SCI: Removed unnecessary parameter from deallocate()md5
2011-03-09SCI: Implement Mac iconbar event handling.Walter van Niftrik
2011-03-09Merge branch 'master' of github.com:scummvm/scummvmLars Skovlund
2011-03-09SCI32: Reroute kSave(5) to kGetSaveFiles(). Any differences to pre-SCI32Lars Skovlund
2011-03-09SCI: Save mouse position in SciEvent.Johannes Schickel
2011-03-08SCI: Remove unused argument to saidWillem Jan Palenstijn
2011-03-08SCI: Cleanupmd5
2011-03-08SCI: Fixed typosmd5
2011-03-08SCI: Cleanupmd5
2011-03-08SCI: Comparisons between pointers and numbers are also done in SCI1.1md5
2011-03-07SCI: Constify some codeMax Horn
2011-03-05SCI: Further clarify commentLars Skovlund
2011-03-05SCI: Added some support code for Longbow Amigamd5
2011-03-04SCI: Remove SCI version check from READ/WRITE_SCI1ENDIAN_UINT16.Walter van Niftrik
2011-03-04SCI: Use BE string handling for Mac games.Walter van Niftrik
2011-03-04SCI: Some palette related changesmd5
2011-03-04SCI: Fixed a issue with signed characters in setChar()md5
2011-03-04SCI: Removed warning from kReadNumbermd5
2011-03-04SCI21: kSave(1) is kRestoreGamemd5
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