aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/graphics/gui.h
AgeCommit message (Expand)Author
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-06-15SCI: putting SciGui::init into SciEngine, removing it from SciGui(32)Martin Kiewitz
2010-06-15SCI: calling wait() directly and removing it from SciGuiMartin Kiewitz
2010-06-15SCI: move textSize and textFonts and textColors inside gfxText16Martin Kiewitz
2010-06-15SCI: move portrait methods to gfxPaint16Martin Kiewitz
2010-06-09The EngineState is no longer recreated when a game is restored, thus we don't...Filippos Karapetis
2010-05-24SCI: leave console open for pic_visualize/undither commands - also don't use ...Martin Kiewitz
2010-04-24SCI: reverting r48787 port updates were actually introduced (heard that befor...Martin Kiewitz
2010-04-24SCI: r48786 port updates were actually introduced during SCI01, qfg2 and xmas...Martin Kiewitz
2010-02-06SCI: put kShakeScreen into GfxPaint, called directly nowMartin Kiewitz
2010-02-05SCI: moving kDisplay into GfxPaint16, now getting called directly as wellMartin Kiewitz
2010-02-05SCI: priority band specific stuff now gets called directly w/o SciGuiMartin Kiewitz
2010-02-05SCI: moved control type enumMartin Kiewitz
2010-02-05SCI: remaining cursor functions now also directly calledMartin Kiewitz
2010-02-05SCI: drawMenuBar, drawStatus now called directly and w/o SciGuiMartin 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: screen specific debug functions are now called directly w/o SciGui/32Martin 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-04Moved the PalVary code inside the GfxPalette classFilippos Karapetis
2010-02-04SCI: renaming Transitions to GfxTransitionsMartin Kiewitz
2010-02-04SCI: kPicNotValid now uses GfxScreen directly and not SciGui/32Martin Kiewitz
2010-02-04SCI: putting most kGraph functions into GfxPaint16Martin Kiewitz
2010-02-04SCI: putting kDrawCel info GfxPaint class, debug is using GfxPaint class as w...Martin Kiewitz
2010-02-04SCI: adding GfxPaint class, implementing kernelDrawPicture for GfxPaint16 and...Martin Kiewitz
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-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-31Silence gcc warnings.Matthew Hoops
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: 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-29SCI: added new SciGui32 class, Gfx class needs some work though and hopefully...Martin Kiewitz
2010-01-28SCI: some progress on REing robot files (99% comments only)Martin Kiewitz
2010-01-27Only reshow the cursor after playing a video if it was originally showing bef...Matthew Hoops
2010-01-26SCI: changed flags (uint16) to force (bool) for set/merge palette methodsMartin Kiewitz
2010-01-23Added some skeleton code for kPalVary()Filippos Karapetis
2010-01-22SCI: restoring r47412, we were right all along but this "hack" was done on th...Martin Kiewitz
2010-01-22SCI: reverting r47412, change was incorrect and also resulted in broken anima...Martin Kiewitz
2010-01-20SCI: control icons now use objects priority selector instead of hardcoded pri...Martin Kiewitz
2010-01-10SCI: updateBox now also supports hires modeMartin Kiewitz
2010-01-10SCI: switching to hires kDrawCel when 8th parameter is passed, fixed kDrawCel...Martin Kiewitz
2010-01-09SCI: adding audio support to kPortrait, audio is now playing when portraits a...Martin Kiewitz
2010-01-09SCI: added new debug command "picture_visualize", which enables visualization...Martin Kiewitz
2010-01-07SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ...Martin Kiewitz
2010-01-07SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co...Martin Kiewitz