aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/gui32.cpp
AgeCommit message (Expand)Author
2010-02-23SCI: Move SciGui::wait to EngineState::waitMax Horn
2010-02-23SCI: Stop storing EngineState in SciGui32Max Horn
2010-02-13SCI: Remove EngineState::_kernel, use SciEngine::_kernel insteadMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-13SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngineMax Horn
2010-02-06SCI: added plane coordinate adjustment code for sci32 when drawing pictures, ...Martin Kiewitz
2010-02-06SCI: put kShakeScreen into GfxPaint, called directly nowMartin Kiewitz
2010-02-05SCI: remaining cursor functions now also directly calledMartin Kiewitz
2010-02-05SCI: moved onControl etc. into GfxCompare, now getting called directly. also ...Martin Kiewitz
2010-02-05SCI: GfxCoordAdjuster class added, local2Global and global2Local use that cla...Martin Kiewitz
2010-02-05SCI: frameout sci32 stuff now gets called directly w/o SciGui/32Martin Kiewitz
2010-02-05SCI: removing debugShowMap from SciGui32Martin Kiewitz
2010-02-05SCI: calling most of the cursor functions directly via _gfxCursor instead of ...Martin Kiewitz
2010-02-05SCI: renamed class Cursor to GfxCursorMartin Kiewitz
2010-02-04SCI: renaming class View to GfxViewMartin Kiewitz
2010-02-04SCI: cleaning up deleting of graphic objectsMartin Kiewitz
2010-02-04SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 and...Martin Kiewitz
2010-02-04SCI: adding GfxPaint32 class, adding back support for planes, minor change in...Martin Kiewitz
2010-02-04SCI: support for resX, resY inside frameoutMartin Kiewitz
2010-02-02SCI: some sort of priority support for sci32 (not working right, but at least...Martin 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: fixing scaling for sci32Martin 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-31SCI: display object name when addScreenItem is calledMartin Kiewitz
2010-01-31SCI: GfxCache is now also called directly w/o SciGui nor SciGui32Martin 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-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