aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui.h
AgeCommit message (Expand)Author
2010-01-04SCI: kPalette / animate adjustments to behave more like sierra sci, also does...Martin Kiewitz
2009-12-30SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t...Filippos Karapetis
2009-12-26SCI/newgui: Added support for draw_pic commandMartin Kiewitz
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-11-11SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2Martin Kiewitz
2009-11-04SCI/newgui: SciGuiMenu - set()/get() implementedMartin Kiewitz
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: SciGuiMenu partially implementedMartin Kiewitz
2009-11-02SCI: SciGuiMenu created, kMenu-related stuff now using SciGuiMartin 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-31- Added some TODOsFilippos Karapetis
2009-10-31SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if coordinate...Martin Kiewitz
2009-10-30Fixed a crash in the old graphics code from commit #45542Filippos Karapetis
2009-10-30Rewrote the avoidpath debug code to use new graphics functionsFilippos 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: 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-22Moved the view loop counting code in the new GUIFilippos Karapetis
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-18SCI: cleanup text alignmentMartin Kiewitz
2009-10-14SCI/newgui: kPalette / setIntensity / reimplemented setPalette optional param...Martin Kiewitz
2009-10-14SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we h...Martin Kiewitz
2009-10-14SCI: kDrawPic now reads out blackout flag for transitionsMartin Kiewitz
2009-10-14SCI/newgui: SciGuiTransitions now gets picRectMartin Kiewitz
2009-10-14- Moved cel width and height calculation in the GUIFilippos Karapetis
2009-10-13SCI/newgui: class SciGuiTransitions createdMartin Kiewitz
2009-10-13SCI/newgui: DrawControl type 10 is actually just a dummy in qfg1ega, we dont ...Martin Kiewitz
2009-10-13SCI/newgui: K_CONTROL_* renamed to SCI_CONTROLS_TYPE_*Martin Kiewitz
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
2009-10-13Merged the cursor manipulation code - cursor views are still not doneFilippos Karapetis
2009-10-13SCI/newgui: kSetPort() now also supporting 7 parametersMartin Kiewitz
2009-10-13SCI/newgui: SciGuiAnimate class createdMartin Kiewitz
2009-10-12SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function...Martin Kiewitz
2009-10-12SCI/newgui: implemented kPicNotValidMartin Kiewitz
2009-10-12SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil...Martin Kiewitz
2009-10-11Reset the EngineState pointer in the SciGuiGfx class when loading. Fixes load...Filippos Karapetis
2009-10-11SCI/newgui: list control implementedMartin Kiewitz
2009-10-11SCI: kDrawControl for list and textedit controls also using gui classMartin Kiewitz
2009-10-11Fixed compilation with the current GUIFilippos Karapetis
2009-10-11SCI: made kEditControl use SciGui class, not currently implemented in newguiMartin Kiewitz