aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui.cpp
AgeCommit message (Expand)Author
2009-10-18SCI/newgui: kDisplay fixme comment added for kq5 creditsMartin Kiewitz
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
2009-10-18SCI/newgui: listbox now finally working correctlyMartin Kiewitz
2009-10-18SCI/newgui: kDrawStatus now does BitsShow() a little earlier, so rect wont ge...Martin Kiewitz
2009-10-17Removed obsolete/resolved FIXMEFilippos Karapetis
2009-10-17SCI/newgui: kDisplay restoreUnder completedMartin Kiewitz
2009-10-17SCI/newgui: fix bug in kCanBeHere, fixes sq4 intro roger hanging not fallingMartin Kiewitz
2009-10-17SCI/newgui: set amiga palette immediately at game start and stop kPalette/ani...Martin Kiewitz
2009-10-17SCI/newgui: Inserted comment about sq4 intro problemMartin Kiewitz
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-15SCI/newgui: within transitions mouse cursor is now hiddenMartin Kiewitz
2009-10-14SCI: removed speed throttler (cause of kAnimate change)Martin 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 also supports scrolling up (lsl6 intro)Martin Kiewitz
2009-10-14SCI/newgui: implemented code to differentiate between EGA and VGA transitionsMartin Kiewitz
2009-10-14SCI/newgui: SciGuiTransitions now at least supports fadeIn/outMartin Kiewitz
2009-10-14SCI/newgui: SciGuiTransitions receives SciGui nowMartin Kiewitz
2009-10-14SCI/newgui: SciGuiTransitions now gets picRectMartin Kiewitz
2009-10-14Proper variable namingFilippos Karapetis
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-13SCI/newgui: canBeHere fixed, walk-anywhere in sq3 is not possible anymoreMartin Kiewitz
2009-10-13Merged the rest of the cursor codeFilippos Karapetis
2009-10-13SCI/newgui: kSetPort() now also supporting 7 parametersMartin Kiewitz
2009-10-13SCI/newgui: implemented resetEngineState() in SciGuiAnimateMartin 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: kDrawControl (icon) now also calls BitsShow()Martin Kiewitz
2009-10-12Move the line drawing code to SciGuiScreen()Filippos Karapetis
2009-10-12SCI/newgui: implemented kPicNotValidMartin Kiewitz
2009-10-12SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil...Martin Kiewitz
2009-10-11SCI/newgui: support for textedit control (mouse support not yet implemented)Martin Kiewitz
2009-10-11fix compilationJoost Peters
2009-10-11Use BitsShow() for partial screen updatesFilippos Karapetis
2009-10-11Fill box routines do not translate the fill box coordinatesFilippos Karapetis
2009-10-11Optimized some screen updates in the new GUI to only update the changed recta...Filippos Karapetis
2009-10-11Reset the EngineState pointer in the SciGuiGfx class when loading. Fixes load...Filippos Karapetis
2009-10-11Stop passing the engine state to SciGuiWindowMgrFilippos 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
2009-10-11SCI/newgui: SciGuiGfx::BitsFree() implemented, currently used in kAnimate, Bi...Martin Kiewitz
2009-10-11SCI/newgui: comment change on SciGui::moveCursor()Martin Kiewitz
2009-10-11SCI/newgui: kDisplay restoreUnder/saveUnder implemented, fixes previously sti...Martin Kiewitz
2009-10-11SCI/newgui: kShakeScreen partially implementedMartin Kiewitz