aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui
AgeCommit message (Expand)Author
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-08Fix some MSVC warnings (part of patch #2909981)Max Horn
2009-12-07Stop using variables named "byte", as byte is a variable type in ScummVM, and...Filippos Karapetis
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-12-02SCI: Reverting 46242, wasn't a bug at allMartin Kiewitz
2009-12-02SCI: WindowMgr init correctionMartin Kiewitz
2009-12-02SCI: Do clipping on celNo for case when celNo is below 0 (fixes crash in isla...Martin Kiewitz
2009-12-01Removed unnecessary semi-colons.Torbjörn Andersson
2009-11-30SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s...Martin Kiewitz
2009-11-29SCI/newgui: handling of right aligned menu text changedMartin Kiewitz
2009-11-20Added a sanity check to prevent a crash in LB1 and KQ4 (needs proper fixing)Filippos Karapetis
2009-11-12SCI/newgui: SciGuiMenu forgot to reset memory handles after restoringMartin Kiewitz
2009-11-12SCI/newgui: SciGuiFont fixing deleteMartin Kiewitz
2009-11-12SCI/newgui: support for disabled menu entries, changed textface (int) to grey...Martin Kiewitz
2009-11-12SCI/newgui: SciGuiMenu adjustment, when no right aligned text is available at...Martin Kiewitz
2009-11-12SCI/newgui: SciGuiMenu now has said support (used in at least codename iceman)Martin Kiewitz
2009-11-12SCI/newgui: changed behaviour of menu when left/right to follow sierra. Added...Martin Kiewitz
2009-11-11SCI/newgui: inserted comment about not following sierra completely here in in...Martin Kiewitz
2009-11-11SCI/newgui: if left/right walks into a separator line, do down instead of rep...Martin Kiewitz
2009-11-11SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2Martin Kiewitz
2009-11-11SCI/newgui: menu done, separator line adjusted slightly, menu is now inverted...Martin Kiewitz
2009-11-11SCI/newgui: separator line support for menu, also fixed item adjustmentMartin Kiewitz
2009-11-11SCI/newgui: menu now only missing: menu invert, separatorsMartin Kiewitz
2009-11-11SCI/newgui: Almost done with menu supportMartin Kiewitz
2009-11-05Fixed compilation when INCLUDE_OLDGFX isn't definedFilippos Karapetis
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: Fix warning (declaration of 'FOO' shadows a member of 'this')Max Horn
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-03Fixed the deletion of cursorBitmapFilippos Karapetis
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-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-11-02SCI/newgui: Removed GuiCast structureMartin Kiewitz
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