aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
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
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
2011-01-22SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer...Filippos Karapetis
2011-01-21SCI: Add comment for GK1 workaround.Lars Skovlund
2011-01-21SCI: Fix GK1 breaking into the debugger when watching the introLars Skovlund
2011-01-21SCI: Partial robot support, currently disabled since it does not runLars Skovlund
2011-01-15SCI: Added a hack to fix bug #3122075 - "LB1: Game play freezes when taking s...Filippos Karapetis
2011-01-15SCI: cleaned up checkSelectorBreakpoint()Filippos Karapetis
2011-01-12SCI: Fixed bug #3155550 - "SQ4 Russian: Script error in Scate-o-rama"Filippos Karapetis
2011-01-12SCI: Added a workaround for script bug #3156472 - "King's Quest 5 cdrom versi...Filippos Karapetis
2011-01-12SCI: Simplified the kMoveCursor codeFilippos Karapetis
2011-01-09SCI2: Some documentation/stubsFilippos Karapetis
2011-01-08SCI2: Updated commentsFilippos Karapetis
2011-01-08SCI2.1: Added a comment with the SCI2.1 games using a SCI2 kernelFilippos Karapetis
2011-01-08SCI2.1: Added some information about kSetPalStyleRange, kNewRoom and kMorphOnFilippos Karapetis
2011-01-08SCI2.1: Some stubs used by SQ6Filippos Karapetis
2011-01-08SCI2.1: Some functionality for Phantasmagoria 1 and MUMG DeluxeFilippos Karapetis
2011-01-08SCI: Fixed typoFilippos Karapetis
2011-01-08SCI: Fixed a typoFilippos Karapetis
2011-01-08SCI2.1: Added/documented some functionality used by Shivers 1Filippos Karapetis
2011-01-07SCI: Moved the handling of the op_line debug opcode inside readPMachineInstru...Filippos Karapetis
2011-01-07SCI: Removed leftover end markers from the opcode formats arrayFilippos Karapetis
2011-01-07SCI2/2.1: Improvements to the find_callk debug function, and some kernel func...Filippos Karapetis
2011-01-07SCI2.1: Kernel function changes (after looking through all of the SCI2.1 games)Filippos Karapetis
2011-01-07SCI2.1: Added a sanity check for VMD video positioning, for the demo of Light...Filippos Karapetis
2011-01-04SCI: CleanupFilippos Karapetis
2011-01-04SCI: Fixed part of bug #3150767 - "KQ5 French crash on startup, only partial ...Filippos Karapetis
2011-01-04SCI: Slight cleanup to the garbage collectorFilippos Karapetis