aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui.cpp
AgeCommit message (Expand)Author
2010-01-04SCI: kPalette / animate adjustments to behave more like sierra sci, also does...Martin Kiewitz
2010-01-02SCI: adjusted kDisplay change to occur SCI1lateMartin Kiewitz
2010-01-02SCI: kDisplay difference in SCI0 (fixes colonels bequest copy protection screen)Martin Kiewitz
2009-12-30SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t...Filippos Karapetis
2009-12-27Renamed gameName -> gameId, to keep the same vocabulary everywhereFilippos Karapetis
2009-12-09SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 (...Martin Kiewitz
2009-12-08SCI: SciGui::getPortPic now uses byrefMartin Kiewitz
2009-12-08SCI: Saving picPort now (fixes loading saved games in castle of dr. brain)Martin Kiewitz
2009-12-04SCI: Make event constants more verboseMartin Kiewitz
2009-12-04SCI: SciEvent created, kernel_sleep() createdMartin Kiewitz
2009-12-04SCI: Fixed kSetCursor (fixes qfg1vga menu immediately disappearing after open...Martin Kiewitz
2009-11-30SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s...Martin Kiewitz
2009-11-12SCI/newgui: support for disabled menu entries, changed textface (int) to grey...Martin Kiewitz
2009-11-11SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2Martin Kiewitz
2009-11-11SCI/newgui: Almost done with menu supportMartin Kiewitz
2009-11-05SCI/newgui: SciGuiMenu interactive keyboard support added (menu drawing still...Martin Kiewitz
2009-11-04SCI/newgui: select() implemented (interactive modes not done yet)Martin Kiewitz
2009-11-04SCI/newgui: SciGuiMenu select() created, little cleanupMartin Kiewitz
2009-11-04SCI/newgui: SciGuiMenu - set()/get() implementedMartin Kiewitz
2009-11-04- Changed the segment manager to be a static part of the engine, and stopped ...Filippos Karapetis
2009-11-04Removed the reference to EngineState from the SciGuiGfx classFilippos Karapetis
2009-11-04SCI/newgui: kGraph / InitPriority changed to reflect sci0 implementation, als...Martin Kiewitz
2009-11-04Removed the reference to SciGuiCursor from EngineStateFilippos Karapetis
2009-11-04priority_first and priority_last are not used by the new drawing code, thus t...Filippos Karapetis
2009-11-03SCI/newgui: fixes for statusbar and transitions, so menubar shows up in intro...Martin Kiewitz
2009-11-03SCI/newgui: SciGuiMenu partially implementedMartin Kiewitz
2009-11-03Remove the SegManager-related hacks for the selector defines, as the segMan p...Filippos Karapetis
2009-11-03Plugged a memory leakFilippos Karapetis
2009-11-03Don't keep a reference to SegManager, as it gets deleted when loading. Fixes ...Filippos Karapetis
2009-11-02SCI: SciGuiMenu created, kMenu-related stuff now using SciGuiMartin Kiewitz
2009-11-01SCI/newgui: kBaseSetter ported from gregs engine, kq5 pathfinding works now c...Martin Kiewitz
2009-10-31SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called (fixe...Martin Kiewitz
2009-10-31SCI/newgui: SciGuiPortrait createdMartin Kiewitz
2009-10-31SCI/newgui: Changed code for graphSaveUpscaledHiresBox to not scale the posit...Martin Kiewitz
2009-10-31- Added some TODOsFilippos Karapetis
2009-10-31SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if coordinate...Martin Kiewitz
2009-10-30Plugged some memory leaks in the new graphics codeFilippos Karapetis
2009-10-30Added caching of viewsFilippos Karapetis
2009-10-30- Removed status_bar_foreground and status_bar_background variables from the ...Filippos Karapetis
2009-10-30Restore the pen color after changing it in graphFrameBox()Filippos Karapetis
2009-10-30Rewrote the avoidpath debug code to use new graphics functionsFilippos Karapetis
2009-10-30SCI/newgui: Reanimate implementedMartin Kiewitz
2009-10-28Changed some of the menu code to use new graphics functionsFilippos Karapetis
2009-10-28Wording. Added warnings for unimplemented menu-related functions in the new G...Filippos Karapetis
2009-10-28SCI/newgui: BaseSetter moved to SciGuiMartin Kiewitz
2009-10-28SCI/newgui: IsItSkip moved into SciGuiMartin Kiewitz
2009-10-28SCI/newgui: CleanupMartin Kiewitz
2009-10-28SCI/newgui: Jones windowMgr Port adjustment, added explanatory commentMartin Kiewitz
2009-10-28SCI/newgui: SciGuiControls created, SciGuiText now activeMartin Kiewitz
2009-10-25Moved the cel count calculation to the new graphics codeFilippos Karapetis