aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui.cpp
AgeCommit message (Expand)Author
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
2009-10-25SCI/newgui: kAddToPic - behaviour is different between SCI1EARLY and SCI1MIDD...Martin Kiewitz
2009-10-25SCI/newgui: removed list parameter from addToPicDrawCels()Martin Kiewitz
2009-10-24SCI/newgui: dont react on paletteSet when playing an EGA game (fixes Xmas car...Martin Kiewitz
2009-10-22Moved the view loop counting code in the new GUIFilippos Karapetis
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, a...Filippos Karapetis
2009-10-20SCI/newgui: textedit control also changed to draw text like sierra sciMartin Kiewitz
2009-10-20SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlagsMartin Kiewitz
2009-10-20SCI/newgui: kPalette/animate - accidentally changed speed to uint16 in prev. ...Martin Kiewitz
2009-10-20SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate supportMartin Kiewitz
2009-10-20SCI/newgui: kDisplay fixed so text centering will work correctly (based on si...Martin Kiewitz
2009-10-19SCI/newgui: kAnimate support for globalVar 84 in kq5 to fix cels drawn into t...Martin Kiewitz
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn