aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
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
2011-02-12JANITORIAL: Remove extraneous parenthesesOri Avtalion
2011-02-11SCI: Simplify SegManager::saveLoadWithSerializer, cleanupMax Horn
2011-02-10SCI: Added a workaround for MUMG DeluxeFilippos Karapetis
2011-02-10SCI: Added resource manager support for changing the audio directory dynamica...Filippos Karapetis
2011-02-10SCI: Fix (rare) leak in kSaveGame, tweak kFileIOFindNext, cleanupMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-09SCI: Do not try to dereference object name when it's not a pointer.Walter van Niftrik
2011-02-08SCI: Changed the warning when applying script patches into a debug output callFilippos Karapetis
2011-02-08SCI: Some work on robot videosFilippos Karapetis
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2011-02-07SCI: Converted the robot decoder into a regular video decoder, and decoupled ...Filippos Karapetis
2011-02-06SCI: Improve Mac SCI1.1+ cursor supportMatthew Hoops
2011-02-05SCI: Add support for BE selector name tablesMatthew Hoops
2011-02-04SCI: Rewrote the robot playing code in a way similar to other video decodersFilippos Karapetis
2011-02-03SCI: Add a stub for kFont which calls kSetFontRes as a subopMatthew Hoops
2011-02-03SCI: Add support for GK1 Mac high-res fontsMatthew Hoops
2011-02-03SCI21: Some robot related changesFilippos Karapetis
2011-02-03SCI: Fix GK1 Mac messagesMatthew Hoops
2011-02-03SCI: Properly reset the array/string segment idsMatthew Hoops
2011-02-03SCI: Disable the special QFG1 Mac icon barMatthew Hoops
2011-02-02SCI: Add comment about GK1 Mac using kSetFontResMatthew Hoops
2011-02-01SCI: Make Hoyle4 workarounds without names so they work in the Mac version (t...Matthew Hoops
2011-01-26SCI: Make SCI3 propertyId endianness hack a bit cleanerWillem Jan Palenstijn
2011-01-25SCI: cleanupMax Horn
2011-01-25SCI3: Fix script abort during startup on Big Endian platformsLars Skovlund
2011-01-23SCI: Fixed possible use of uninitialized variable in SCI Script Debugger.David Turner