aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/graphics.cpp
AgeCommit message (Collapse)Author
2018-02-25TUCKER: Fix theoretical out-of-bounds readAdrian Frühwirth
2018-02-24TUCKER: Work around background pixels being drawn in the foregroundAdrian Frühwirth
Some backgrounds use colors in the reserved range [0xE0-0xF8] in a walkable area which results in a number of pixels being falsely drawn in the foreground (on top of Bud). This fixes Trac#10423 to work around these original game bugs and also removes the workaround for location 14 which does not seem to be needed anymore.
2018-02-07TUCKER: Fix clipping handling when drawing textAdrian Frühwirth
Fixes Trac#10422.
2014-03-09TUCKER: Some renaming in GraphicsStrangerke
2014-02-18TUCKER: Make GPL headers consistent in themselves.Johannes Schickel
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-18TUCKER: fix #3106542 - Ego drawn behind backgroundGregory Montoir
Looks like an original game glitch, the location 14 background bitmap contains some pixels in range [0xE0-0xF8] which is usually reserved ; add workaround.
2009-10-17TUCKER: fix several issues in ending sequences (tracker item #2872355 - ↵Gregory Montoir
Minor bugs outro) svn-id: r45200
2009-09-27TUCKER: add clipping for text drawingGregory Montoir
svn-id: r44393
2009-01-18merged Graphics::copyTo640/Graphics::copyFrom640Gregory Montoir
svn-id: r35892
2009-01-18simplified Graphics::decode*()Gregory Montoir
svn-id: r35889
2008-12-16added polish version as reported on tracker item #2433494, removed english ↵Gregory Montoir
charset as default svn-id: r35401
2008-11-30added detection entries and charset selection for german versionGregory Montoir
svn-id: r35188
2008-11-28added support for kSupportsLoadingDuringRuntime & ↵Gregory Montoir
kSupportsSavingDuringRuntime, cleanup svn-id: r35171
2008-11-11enabled RTLGregory Montoir
fixed bad glyphs display for non french version got rid of Graphics::drawChar2 svn-id: r35006
2008-11-10add initial support for 'Bud Tucker in Double Trouble'Gregory Montoir
svn-id: r34990