aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
2011-02-13SCI: Add support for Phantasmagoria 2 CLUT resourcesMatthew Hoops
2011-02-10SCI: Don't fallback to views in SCI1.1+ Mac gamesMatthew Hoops
2011-02-10SCI: Fix Mac SCI1 view transparencyMatthew Hoops
2011-02-08SCI: Add detection for Freddy Pharkas MacMatthew Hoops
2011-02-08SCI: Do not flip clearKey for Mac SCI1.1+ views.Walter van Niftrik
2011-02-08SCI: Fix Mac SCI1.1+ view white/black/transparencyMatthew Hoops
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07SCI: Fixed compilationFilippos Karapetis
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
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: 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-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 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: 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-01SCI: Fix SCI1.1+ Mac views with uint16 rle lengths (thanks, Walter)Matthew Hoops
2011-01-31SCI: Add missing initializationsSven Hesse
2011-01-24SCI/Robot: Simplify ::setPalette()Lars Skovlund
2011-01-24SCI/Robot: Fix typoLars Skovlund
2011-01-22SCI/Robot:Don't ifdef out ::playAudio, since it is only used for debuggingLars Skovlund
2011-01-22SCI: Moved the robot audio playing test code inside GfxRobot::playAudio()Filippos Karapetis
2011-01-22SCI/robot: Correct detection of null preloadLars Skovlund
2011-01-22SCI: Added stub for playing robot audio from the consoleLars Skovlund
2011-01-22SCI21: Allow the game scripts to sync robot videos, like in SSCI. Also, refer...Filippos Karapetis
2011-01-22SCI: Changed the expensive and inaccurate floating-point divisions to integer...Filippos Karapetis
2011-01-22SCI: Code formattingFilippos Karapetis
2011-01-21SCI: Fix robot palette activationLars Skovlund
2011-01-21SCI: Fix robot memory leakLars Skovlund
2011-01-21SCI: Partial robot support, currently disabled since it does not runLars Skovlund
2011-01-15SCI: Plugged 2 memory leaks, reported by digitallFilippos Karapetis
2011-01-09SCI2.1: Some further work on robot filesFilippos Karapetis
2011-01-09SCI2: Implemented proper text splittingFilippos Karapetis
2011-01-09SCI: CleanupFilippos Karapetis