aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/view.cpp
AgeCommit message (Expand)Author
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
2010-06-22SCI: implemented kAssertPalette and a palvary fix for ::set, fixes erana's pl...Martin Kiewitz
2010-06-19SCI: cleanup view decompression codeMartin Kiewitz
2010-06-18SCI: fixing detection of vga sci11 views for ega games (original change in r5...Martin Kiewitz
2010-06-18SCI: added more description about changes in r50025Martin Kiewitz
2010-06-18SCI: making vga views work in ega games :PMartin Kiewitz
2010-05-18Add initial support for KQ6 Mac. Wrapper functions for read/writing to pointe...Matthew Hoops
2010-05-15SCI: adding upscaled hires mode 640x480 for kq6 and gk1, fixing valgrind erro...Martin Kiewitz
2010-05-15SCI: SCI_SCREEN_MASK_* now GFX_SCREEN_MASK_*, using enum - added new enum GFX...Martin Kiewitz
2010-05-13SCI: removing one assert() from view loading, cause view 260 in kq6 really co...Martin Kiewitz
2010-05-13SCI: adding some more assert()s in view data loading for clone :DMartin Kiewitz
2010-05-13SCI: figured out weird special mac sci1.1 view decompression (currently comme...Martin Kiewitz
2010-05-12SCI: header size within sci1.1+ views doesn't include the actual header size ...Martin 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-27SCI: removing duplicate comment line that isnt right there (it documents the ...Martin Kiewitz
2010-01-26SCI: changed flags (uint16) to force (bool) for set/merge palette methodsMartin Kiewitz
2010-01-25SCI: created isAmiga32color(), using this method instead of comparing against...Martin Kiewitz
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-16SCI: added TODO inside kAnimate for scalesignal bit 1, added comment about sc...Martin Kiewitz
2010-01-16SCI: view scaling - dont fill left-over bytes if there are no left-over bytes :PMartin Kiewitz
2010-01-16SCI: support for upscaling implemented, included clippingMartin Kiewitz
2010-01-16SCI: scaling support, upscaling not yet supported - not really tested, so the...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