aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/view.cpp
AgeCommit message (Expand)Author
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
2010-11-20SCI: Some minor fixes for Phantasmagoria 2 (which doesn't work at all, since ...Filippos Karapetis
2010-10-26SCI: fix gfx issues when giving out cards hoyle4Martin Kiewitz
2010-10-15SCI: fixing iceman undithering door close-upMartin Kiewitz
2010-10-15SCI: updating comment for r53515Martin Kiewitz
2010-10-15SCI: fixing view-undithering for laura bow 1Martin Kiewitz
2010-08-19SCI: disabling EGA mapping after sci1egaMartin Kiewitz
2010-08-10SCI: improving comment about r51955Martin Kiewitz
2010-08-10SCI: adding displaceY adjust for sci1.1 viewsMartin Kiewitz
2010-08-02SCI: adding non-scaleable view capabilityMartin Kiewitz
2010-08-01SCI: fixing regression of r51520Martin Kiewitz
2010-07-31SCI: adjusting inside view::getCelRect for sci0earlyMartin Kiewitz
2010-07-31SCI: fixing stupid typoMartin Kiewitz
2010-07-30SCI: fixing view scaling codeMartin Kiewitz
2010-07-25SCI: using coordadjuster in GfxViewMartin Kiewitz
2010-07-24SCI: kCelWide/kCelHigh now adjust on hires viewsMartin Kiewitz
2010-06-30SCI: remove some duplicate codeMartin Kiewitz
2010-06-30SCI: support for hires views in gk1Martin Kiewitz
2010-06-29Handle empty clip rectangles in GfxView::drawScaled(). Fixes an assert in the...Filippos Karapetis
2010-06-28SCI: updated comment about transparent pixels in viewsMartin Kiewitz
2010-06-28SCI: fix regression of r50422, please no refactoring without proper testing -...Martin Kiewitz
2010-06-28SCI: Cleanup GfxView code (formatting etc.); also insert some asserts to prot...Max Horn
2010-06-28SCI: Remove GfxView::getLoopInfo; add assert to GfxView::getCelInfoMax Horn
2010-06-28SCI: Add const qualifiers to many GfxView methods and their return values.Max Horn
2010-06-27SCI: Fix for large views in GK2. At least it does not segfault now.Lars Skovlund
2010-06-23SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 has...Martin Kiewitz