aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
2011-02-26SCI: Removed the SCI32 version of kernelDrawCel() and placed its code inside ...md5
2011-02-26SCI: Added a TODO concerning the workaround for SQ1EGA, as we don't know if i...md5
2011-02-26SCI2+: Mention that the actual problem with text wrapping happens because of ...md5
2011-02-26SCI: Slight cleanup in the animate codemd5
2011-02-24SCI: Added a workaround for script bug #3044500 - "SQ1EGA: Skimmer-Buyer Dial...md5
2011-02-23SCI: Don't name a variable the same as its functionMatthew Hoops
2011-02-23SCI: Added a workaround for bug #3036763 - "HOYLE3 Demo: Bad Dialog Priorities"md5
2011-02-23SCI: Cleaned up and segmented the animate code in order to make it a bit more...md5
2011-02-23SCI: Fixed bug #3049515 - "MOTHERGOOSE CD: Tommy Tucker lock-up"md5
2011-02-21SCI: Fixed freddy's Mac icon bar palettesMatthew Hoops
2011-02-21SCI: Fix disabled Mac icon pseudo-shadingMatthew Hoops
2011-02-20SCI: Add support for enabling/disabling Mac icon bar imagesMatthew Hoops
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