Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
D G Turner
3544fe355a
TUCKER: Fix Missing Default Switch Cases
...
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-09 17:54:34 +00:00
Adrian Frühwirth
9f1f5057c9
TUCKER: Fix theoretical out-of-bounds read
2018-02-25 16:21:37 +01:00
Adrian Frühwirth
394fcc8c84
TUCKER: Work around background pixels being drawn in the foreground
...
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-24 23:16:15 +01:00
Adrian Frühwirth
47eda4bcf7
TUCKER: Fix clipping handling when drawing text
...
Fixes Trac#10422.
2018-02-07 19:48:11 +01:00
Strangerke
3c76acf445
TUCKER: Some renaming in Graphics
2014-03-09 15:13:56 +01:00
Johannes Schickel
9e90dcd346
TUCKER: Make GPL headers consistent in themselves.
2014-02-18 02:39:39 +01:00
strangerke
69b1485a22
GIT: Clean up: Suppress SVN tags, now useless
2011-05-12 01:16:22 +02:00
Gregory Montoir
e552b5a8c3
TUCKER: fix #3106542 - Ego drawn behind background
...
Looks like an original game glitch, the location 14
background bitmap contains some pixels in range
[0xE0-0xF8] which is usually reserved ; add workaround.
2011-02-18 15:18:44 +01:00
Gregory Montoir
a85b22e092
TUCKER: fix several issues in ending sequences (tracker item #2872355 - Minor bugs outro)
...
svn-id: r45200
2009-10-17 20:06:46 +00:00
Gregory Montoir
0f564aad81
TUCKER: add clipping for text drawing
...
svn-id: r44393
2009-09-27 10:36:45 +00:00
Gregory Montoir
1511099a7b
merged Graphics::copyTo640/Graphics::copyFrom640
...
svn-id: r35892
2009-01-18 04:00:11 +00:00
Gregory Montoir
5a809e51be
simplified Graphics::decode*()
...
svn-id: r35889
2009-01-18 02:46:25 +00:00
Gregory Montoir
f18f79ebf7
added polish version as reported on tracker item #2433494 , removed english charset as default
...
svn-id: r35401
2008-12-16 22:05:16 +00:00
Gregory Montoir
d93413b99b
added detection entries and charset selection for german version
...
svn-id: r35188
2008-11-30 11:30:29 +00:00
Gregory Montoir
362bdf87d7
added support for kSupportsLoadingDuringRuntime & kSupportsSavingDuringRuntime, cleanup
...
svn-id: r35171
2008-11-28 23:56:25 +00:00
Gregory Montoir
b7c9958e82
enabled RTL
...
fixed bad glyphs display for non french version
got rid of Graphics::drawChar2
svn-id: r35006
2008-11-11 13:10:34 +00:00
Gregory Montoir
4a5d4ba94d
add initial support for 'Bud Tucker in Double Trouble'
...
svn-id: r34990
2008-11-10 20:38:54 +00:00