aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/view.h
AgeCommit message (Expand)Author
2019-06-23SCI: Split out duplicated color remapping codeKawa-oneechan
2018-12-02SCI: Add support for The Dating Pool (#1403)Kawa
2017-09-27SCI: Remove old SCI32 view scaling code from SCI16 graphics 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-06-26SCI32: Fix broken Remap implementationColin Snover
2016-03-16SCI32: Remove getColorAtCoordinate()Filippos Karapetis
2014-02-18SCI: Make GPL headers consistent in themselves.Johannes Schickel
2011-10-12SCI: Implementation of kCelInfo subop 4Heather Douglass
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-30SCI32: Support for views with 640x400 native resolutionLars Skovlund
2010-10-26SCI: fix gfx issues when giving out cards hoyle4Martin Kiewitz
2010-08-02SCI: adding non-scaleable view capabilityMartin Kiewitz
2010-07-31SCI: adjusting inside view::getCelRect for sci0earlyMartin Kiewitz
2010-07-25SCI: using coordadjuster in GfxViewMartin Kiewitz
2010-07-24SCI: kCelWide/kCelHigh now adjust on hires viewsMartin Kiewitz
2010-06-30SCI: support for hires views in gk1Martin Kiewitz
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-23SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 has...Martin Kiewitz
2010-02-05SCI: adding some minor documentation for the various graphic classesMartin Kiewitz
2010-02-04SCI: renaming class View to GfxViewMartin Kiewitz
2010-02-04SCI: fix support for cels that are larger than 64k (sierra logo animation in ...Martin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz
2010-01-29SCI: view class fix for hires views that are larger than 64k (fixes kq7 cel c...Martin Kiewitz
2010-01-16SCI: View::drawScaled() created (doesnt do scaling yet), removed scaling vari...Martin Kiewitz
2010-01-16SCI: created getCelScaledRect() inside view classMartin Kiewitz
2010-01-12SCI: View::getCelCount now validates inputMartin Kiewitz
2010-01-11SCI: changed displaceY and displaceX for cels to int16, also inserted cast to...Martin Kiewitz
2010-01-07SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ...Martin Kiewitz
2010-01-06- Some work on kLocalToGlobal and kGlobalToLocal for SCI2+Filippos Karapetis
2010-01-05Some initial work on SCI1.1 view scaling (not working yet)Filippos Karapetis
2010-01-05More renamingFilippos Karapetis