aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/view.cpp
AgeCommit message (Expand)Author
2017-05-15SCI: Ignore priority and transparency for KQ6 hi-res viewsWillem Jan Palenstijn
2017-03-27SCI: Remove old SCI32 check from SCI16 drawing codeColin Snover
2017-03-27SCI: Use containers in GfxView and remove some SCI32 codeColin Snover
2017-03-27SCI: Implement bounds-checked reads of game resourcesColin Snover
2016-08-19SCI32: Remove CoordAdjuster32, at least for the momentColin Snover
2016-03-16SCI32: Remove getColorAtCoordinate()Filippos Karapetis
2016-03-08SCI: Split color remapping functionality into a separate classFilippos Karapetis
2016-02-23SCI: Improve kAnimate fastcast detection, Remove EQ1 hackMartin Kiewitz
2015-12-29SCI32: split up SCI2.1 into EARLY/MIDDLE/LATEMartin Kiewitz
2014-10-28SCI: Remove trailing whitespaceFilippos Karapetis
2014-10-18SCI: Hopefully fix bug #6718 in LSL6 PolishFilippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2013-12-24SCI: injecting "dual" view into King's Quest 6 CDMartin Kiewitz
2013-12-24SCI: injecting "dual" view into Laura Bow 2 CDMartin Kiewitz
2012-07-25SCI: Rewrite the color remapping code to support simultaneous effectsFilippos Karapetis
2012-07-24SCI: More work on color remappingFilippos Karapetis
2012-07-24SCI: Initial implementation of kRemapColors(kRemapByPercent)Filippos Karapetis
2012-05-11SCI: Fix bug #3040625 - "SCI: ECOQUEST French/German: Speech balloon graphic ...Filippos Karapetis
2011-11-16SCI: Add support for slater macMatthew Hoops
2011-10-20SCI: Added a hack to fix bug #3035693 - "SCI: QFG3 demo: Rope swinging more h...Filippos Karapetis
2011-10-12SCI: Implementation of kCelInfo subop 4Heather Douglass
2011-09-26SCI: Code formattingFilippos Karapetis
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-12SCI: Treat all priorities above 15 as noneWillem Jan Palenstijn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-30SCI: Minor cleanupMatthew Hoops
2011-03-30SCI32: Support for views with 640x400 native resolutionLars Skovlund
2011-03-29SCI: Limit SCI32 view scaling to when we're actually scalingMatthew Hoops
2011-03-10SCI: Fix uncompressed SCI1.1 viewsMatthew Hoops
2011-03-10SCI: Made some checks inside unditherBitmap() more understandablemd5
2011-03-10SCI: Some renaming related to the undithering codemd5
2011-03-09SCI: Whitespace fixesmd5
2011-03-09SCI: Some cleanup and fixes to the view unpacking codemd5
2011-03-07SCI: Initial handling of the views in Longbow Amiga. Still not rightmd5
2011-03-06SCI: Fix Mac SCI1.1 view decompressionMatthew Hoops
2011-03-06SCI: Merged the cel data unpacking code for views and picturesmd5
2011-03-04SCI: Cleaned up some view type checksmd5
2011-03-04SCI: Added support for 16/32 color view and picture patchesmd5
2011-02-27SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLYmd5
2011-02-26SCI: Added a TODO concerning the workaround for SQ1EGA, as we don't know if i...md5
2011-02-24SCI: Added a workaround for script bug #3044500 - "SQ1EGA: Skimmer-Buyer Dial...md5
2011-02-20SCI: Slight cleanupmd5
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-02SCI: Fix GK1 Mac scalingMatthew 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
2010-12-15SCI: Fixed View Cel RLE Decoding when RLE Code 0x40 is used (Corrects Bug #31...David Turner