aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
2011-02-07SCI: Fixed compilationFilippos Karapetis
2011-02-07VIDEO: Rename VideoDecoder::load() to loadStream()Max Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-07SCI: Unified the SEQ and robot palette code, and fixed the include safeguard ...Filippos Karapetis
2011-02-07SCI: Converted the robot decoder into a regular video decoder, and decoupled ...Filippos Karapetis
2011-02-07SCI: v4 robots are only used in the PQ:SWAT demo, the full version uses v5. S...Filippos Karapetis
2011-02-07SCI: Add support for v4 robotsMatthew Hoops
2011-02-07SCI: Add support for Mac robot filesMatthew Hoops
2011-02-07SCI: Fix SCI1.1 Mac picture palettes furtherMatthew Hoops
2011-02-06SCI: Several changes related to robot filesFilippos Karapetis
2011-02-06SCI: Improve Mac SCI1.1+ cursor supportMatthew Hoops
2011-02-05SCI: Fix SCI32 Mac picture palettesMatthew Hoops
2011-02-05SCI: Fix Mac SCI32 subdirectoriesMatthew Hoops
2011-02-05SCI: Oops, fix compilationMatthew Hoops
2011-02-05SCI: Fix detectHires() for Mac SCI32 gamesMatthew Hoops
2011-02-05SCI: Add support for BE selector name tablesMatthew Hoops
2011-02-05SCI: Add detection for Phantasmagoria MacMatthew Hoops
2011-02-05SCI: Throw a warning when trying to play a Mac robot file (big endian)Matthew Hoops
2011-02-04SCI: Properly initialize a Robot variable so we don't segfault on quittingMatthew Hoops
2011-02-04SCI: Rewrote the robot playing code in a way similar to other video decodersFilippos Karapetis
2011-02-04COMMON: Only take the md5 of the resource fork data sectionMatthew Hoops
2011-02-03SCI: Robot v6 support. I _think_ this is complete.Lars Skovlund
2011-02-03SCI: updated comments concerning robot videosFilippos Karapetis
2011-02-03SCI: Robot related changesFilippos 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-03SCI: Fix a typo, the interpreter can handle robot video versions 3 - 5Filippos Karapetis
2011-02-03SCI21: Some robot related changesFilippos Karapetis
2011-02-03SCI: Fix KQ6 Mac audio resourcesMatthew Hoops
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: Fix GK1 Mac scalingMatthew Hoops
2011-02-02SCI: Fix memory leaks in GfxRobotLars Skovlund
2011-02-02SCI: Fix SCI32 Mac fontsMatthew Hoops
2011-02-02SCI: Fix SCI32 Mac picturesMatthew Hoops
2011-02-02SCI: Fix GK1 Mac views, the game now startsMatthew Hoops
2011-02-02SCI: Set Mac cursors as a non-compressable type tooMatthew Hoops
2011-02-02SCI: Add comment about GK1 Mac using kSetFontResMatthew Hoops
2011-02-02SCI: Fix Mac sync resource supportMatthew Hoops
2011-02-02SCI: Add support for Mac audio36/sync36 resources in resource forksMatthew Hoops
2011-02-01SCI: Make Hoyle4 workarounds without names so they work in the Mac version (t...Matthew Hoops
2011-02-01SCI: Mac SCI1.1+ games can use SYNC as the resource type for sync resources tooMatthew Hoops
2011-02-01SCI: Fix SCI1.1+ Mac views with uint16 rle lengths (thanks, Walter)Matthew Hoops
2011-01-31SCI: Update the Mac version detection commentsMatthew Hoops
2011-01-31SCI: Add support for Mac SCI1.1+ resource compressionMatthew Hoops
2011-01-31SCI: Add missing initializationsSven Hesse
2011-01-27SCI: Set the printLang and parseLang selectors again when restarting, if nece...Filippos Karapetis