aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
2011-02-20SCI: Cache all icon bar images from the startMatthew Hoops
2011-02-20SCI: Slight cleanupmd5
2011-02-20GRAPHICS: Switch PICT's palette from RGBA to RGBMatthew Hoops
2011-02-19Merge branch 'osystem-palette' of https://github.com/lordhoto/scummvm into ma...Johannes Schickel
2011-02-18SCI: Fix compilation using MSVC 9strangerke
2011-02-18SCI: Fix window height for some Mac SCI1/1.1 gamesMatthew Hoops
2011-02-17SCI: Fix Mac icon bar vertical positioningMatthew Hoops
2011-02-17SCI: Fix Mac icon bar palettesMatthew Hoops
2011-02-15Merge branch 'master' into osystem-paletteJohannes Schickel
2011-02-14SCI: Fix loading SCI32 gamesMatthew Hoops
2011-02-14SCI2+: Point out that there is a hack in the text splitting codemd5
2011-02-14SCI: Adapt to setPalette/grabPalette RGBA->RGB change.Johannes Schickel
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