aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics
AgeCommit message (Expand)Author
2010-02-04SCI: fixing header of paint32Martin Kiewitz
2010-02-04SCI: adding GfxPaint32 class, adding back support for planes, minor change in...Martin Kiewitz
2010-02-04SCI: also adjusting bottom/right coordinate of plane rectMartin Kiewitz
2010-02-04SCI: added clipping inside frameout (fixes torin)Martin Kiewitz
2010-02-04SCI: support for resX, resY inside frameoutMartin Kiewitz
2010-02-04SCI: fix support for cels that are larger than 64k (sierra logo animation in ...Martin Kiewitz
2010-02-03SCI: some work on robot REing (still comments only)Martin Kiewitz
2010-02-03SCI: fixing picture corruption in sci32 (e.g. sq6 picture 430, kq7 after intro)Martin Kiewitz
2010-02-03Initial implementation of text drawing for SCI2 (it's a hack for now, done th...Filippos Karapetis
2010-02-02Try to make drmccoy happy again (is that even possible? :P )Filippos Karapetis
2010-02-02Silenced warningFilippos Karapetis
2010-02-02SCI: frameout ignoring 0xFFFE for picture id as well (must be some other magi...Martin Kiewitz
2010-02-02SCI: some sort of priority support for sci32 (not working right, but at least...Martin Kiewitz
2010-02-02SCI: moving structs/enums from helpers to animate/controlsMartin Kiewitz
2010-02-01Fixed silly typos (priority is a byte in SCI32)Filippos Karapetis
2010-02-01Added an initial implementation of kGetHighPlanePriFilippos Karapetis
2010-02-01SCI: implemented reset for GfxMenu, not recreating object anymoreMartin Kiewitz
2010-02-01SCI: class menu renamed to GfxMenu - now getting called directly, also fix fo...Martin Kiewitz
2010-02-01Skip extra pixels at the end of each row in the cel so that they don't carry ...Matthew Hoops
2010-02-01SCI: fixing scaling for sci32Martin Kiewitz
2010-01-31mothergoose SCI1 starts at the top of the screen, so set offTop to 0 for that...Matthew Hoops
2010-01-31SCI: rename Controls to GfxControls, gets directly called nowMartin Kiewitz
2010-01-31SCI: syncWithFramebuffer() is now called directly w/o SciGui/SciGui32Martin Kiewitz
2010-01-31SCI: renamed Text class to GfxText16Martin Kiewitz
2010-01-31getFont() should check _cachedFonts and not _cachedViews. Fixes segfaults whe...Matthew Hoops
2010-01-31SCI: display object name when addScreenItem is calledMartin Kiewitz
2010-01-31SCI: removing unused DrawChar()/StdChar() from text classMartin Kiewitz
2010-01-31SCI: dont delete _font inside text class, its already deleted inside cacheMartin Kiewitz
2010-01-31SCI: implemented font cachingMartin Kiewitz
2010-01-31Silence gcc warnings.Matthew Hoops
2010-01-31SCI: GfxCache is now also called directly w/o SciGui nor SciGui32Martin Kiewitz
2010-01-31SCI: changed the way font class is initializedMartin Kiewitz
2010-01-31Fix possible memory leaks.Johannes Schickel
2010-01-31SCI: remove classname from header to fix buildMartin Kiewitz
2010-01-31SCI: renamed kernelFind() to kernelFindColor, so that it isnt that confusing :PMartin Kiewitz
2010-01-31SCI: renamed SciPalette to GfxPalette, Screen to GfxScreen, GfxPalette is now...Martin Kiewitz
2010-01-31SCI: renamed SciGuiAnimate to GfxAnimate, moved code from SciGui into this cl...Martin Kiewitz
2010-01-31SCI: cleaned up graphics classes, removed gfx&windowmgr, added gfxports, gfxc...Martin Kiewitz
2010-01-30Added a sanity check to baseSetter() - Torin's demo progresses a bit further nowFilippos Karapetis
2010-01-29SCI: adding shakeScreen() for gui32 for lsl6Martin Kiewitz
2010-01-29Silence gcc warnings, have gui32.cpp only build when ENABLE_SCI32 is defined.Matthew Hoops
2010-01-29SCI: added new SciGui32 class, Gfx class needs some work though and hopefully...Martin Kiewitz
2010-01-29SCI: removing bit 1 support (was introduced because of problems in sci1.1 gam...Martin Kiewitz
2010-01-29SCI: calculating celRect the right way for sci32Martin Kiewitz
2010-01-29SCI: fixing cursor in sci32 for clone ;)Martin Kiewitz
2010-01-29SCI: hacked up a bit sci32 graphics to support (theoretically) scalingMartin Kiewitz
2010-01-29SCI: little hack so that old views are erased in sci32Martin Kiewitz
2010-01-29SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo...Max Horn
2010-01-29SCI: view class fix for hires views that are larger than 64k (fixes kq7 cel c...Martin Kiewitz
2010-01-28SCI: some progress on REing robot files (99% comments only)Martin Kiewitz