aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui
AgeCommit message (Expand)Author
2009-10-22Moved the view loop counting code in the new GUIFilippos Karapetis
2009-10-21SCI/newgui: kAnimate added comment about fastCastMartin Kiewitz
2009-10-21SCI/newgui: kAnimate - fastCast change (again)Martin Kiewitz
2009-10-21Make the check for global variable 84 inside SciGuiAnimate::invoke() simpler ...Filippos Karapetis
2009-10-21Fixed animations in LSL1VGA againFilippos Karapetis
2009-10-21- Removed kShow() and the related code it uses - it's a debugging function, a...Filippos Karapetis
2009-10-21SCI/newgui: kAnimate - now reads out signal again in .dispose loop, just in c...Martin Kiewitz
2009-10-21SCI/newgui: updating flags separately to fix issue in sq1 (almost at the end)...Martin Kiewitz
2009-10-20SCI/newgui: palVary logic as comments (work in progress)Martin Kiewitz
2009-10-20SCI/newgui: textedit control also changed to draw text like sierra sciMartin Kiewitz
2009-10-20SCI/newgui: Listbox control now draws text up one pixel, so that it matches s...Martin 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: old cursor uses now hardcoded white, fixes cursor color changing ...Martin Kiewitz
2009-10-19SCI/newgui: SciGuiPicture - fix drawing of mirrored embedded cel-data in vect...Martin Kiewitz
2009-10-19SCI/newgui: kAnimate comment changed on fastCastMartin Kiewitz
2009-10-19Made the check for global var 84 more generic (checking for the fastCast object)Filippos Karapetis
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
2009-10-18SCI/newgui: kDisplay fixme comment added for kq5 creditsMartin Kiewitz
2009-10-18Remove unused variable.Johannes Schickel
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
2009-10-18SCI/newgui: Window manager cleanupMartin Kiewitz
2009-10-18SCI/newgui: listbox now finally working correctlyMartin Kiewitz
2009-10-18SCI/newgui: Transitions workaround for lsl6 (till we find out what lsl6 sierr...Martin 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: SciGuiAnimate::updateScreen() completedMartin Kiewitz
2009-10-17SCI/newgui: setup default transition, also dont setup transition if no transi...Martin Kiewitz
2009-10-17SCI: Fix delete/delete[] mismatchWillem Jan Palenstijn
2009-10-17SCI/newgui: SciGuiTransitions fixed fadeInMartin Kiewitz
2009-10-17SCI: Fix delete/free mismatchesWillem Jan Palenstijn
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: SciGuiTransitions::doit will warn about missing blackout-transitionsMartin Kiewitz
2009-10-17SCI/newgui: Transitions - include terminator into blackoutTransitionsIDs tableMartin Kiewitz
2009-10-17Silence gcc warnings.Matthew Hoops
2009-10-17SCI/newgui: Inserted comment about sq4 intro problemMartin Kiewitz
2009-10-17SCI/newgui: SciGuiTransitions now supports blackout flag as well (used in e.g...Martin Kiewitz
2009-10-17SCI/newgui: SciGuiTransitions now all transitions are supported, blackout fla...Martin Kiewitz
2009-10-17SCI/newgui: menuPort gets id 0xFFFF assigned, fixes kq5 mouse coordinationMartin Kiewitz
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,...Filippos Karapetis
2009-10-16SCI/newgui: WindowManager change so that WinMgrPort will get 0 and picWind wi...Martin Kiewitz
2009-10-16SCI/newgui: defined unused signal flagsMartin Kiewitz
2009-10-16SCI/newgui: SciGuiTransitions - removed debug delayMartin Kiewitz
2009-10-16SCI/newgui: SciGuiTransitions now supports diagonal rolls as well (includes b...Martin Kiewitz
2009-10-16SCI/newgui: changed commentMartin Kiewitz