aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_transitions.cpp
AgeCommit message (Collapse)Author
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
svn-id: r47007
2009-11-03SCI/newgui: fixes for statusbar and transitions, so menubar shows up in ↵Martin Kiewitz
intro of qfg1ega svn-id: r45635
2009-10-29Poll for events while performing screen transitions, so that ScummVM remains ↵Filippos Karapetis
responsive svn-id: r45509
2009-10-18SCI/newgui: Transitions workaround for lsl6 (till we find out what lsl6 ↵Martin Kiewitz
sierra sci really does), fixes menu not drawn to screen svn-id: r45218
2009-10-17SCI/newgui: setup default transition, also dont setup transition if no ↵Martin Kiewitz
transition-number was given by caller svn-id: r45199
2009-10-17SCI/newgui: SciGuiTransitions fixed fadeInMartin Kiewitz
svn-id: r45197
2009-10-17SCI/newgui: SciGuiTransitions::doit will warn about missing blackout-transitionsMartin Kiewitz
svn-id: r45193
2009-10-17SCI/newgui: Transitions - include terminator into blackoutTransitionsIDs tableMartin Kiewitz
svn-id: r45192
2009-10-17Silence gcc warnings.Matthew Hoops
svn-id: r45191
2009-10-17SCI/newgui: SciGuiTransitions now supports blackout flag as well (used in ↵Martin Kiewitz
e.g. sq1 intro) svn-id: r45187
2009-10-17SCI/newgui: SciGuiTransitions now all transitions are supported, blackout ↵Martin Kiewitz
flag support still missing svn-id: r45186
2009-10-16Moved sci_ffs() inside iterator.cpp, the only place where it's actually ↵Filippos Karapetis
used, and removed tools.*. Also, removed all the unused includes to tools.h from several places svn-id: r45176
2009-10-16SCI/newgui: SciGuiTransitions - removed debug delayMartin Kiewitz
svn-id: r45168
2009-10-16SCI/newgui: SciGuiTransitions now supports diagonal rolls as well (includes ↵Martin Kiewitz
bugfixes for other transitions) svn-id: r45167
2009-10-16SCI/newgui: SciGuiTransitions now supports "none" id used in longbowMartin Kiewitz
svn-id: r45157
2009-10-16SCI/newgui: SciGuiTransitions now supports vertical roll from/to center ↵Martin Kiewitz
(e.g. qfg1ega) svn-id: r45156
2009-10-15SCI/newgui: transition 100 (no transition at all) now also supportedMartin Kiewitz
svn-id: r45136
2009-10-15SCI/newgui: transitions now also support horizontalRoll (e.g. qfg1ega), ↵Martin Kiewitz
cleanup, oldIdTable now also supports blackoutFlag svn-id: r45134
2009-10-15Removed unused variable.Torbjörn Andersson
svn-id: r45129
2009-10-15SCI/newgui: SciGuiTransitions: now warns correctly about unsupported old IDsMartin Kiewitz
svn-id: r45117
2009-10-15SCI/newgui: SciGuiTransitions now also supports scrolling down (e.g. lsl1 ↵Martin Kiewitz
intro), cleanup svn-id: r45116
2009-10-15SCI/newgui: SciGuiTransitions now translates old IDs to new IDs, also ↵Martin Kiewitz
changed that new IDs will get used from SCI1_LATE upwards svn-id: r45115
2009-10-15SCI/newgui: SciGuiTransitions fadeIn now uses setIntensity() like sierra sci ↵Martin Kiewitz
does, fixes blackout in longbow and others svn-id: r45106
2009-10-15SCI/newgui: SciGuiTransitions now doesnt fade in/out color 255 anymoreMartin Kiewitz
svn-id: r45103
2009-10-14SCI: kDrawPic now reads out blackout flag for transitionsMartin Kiewitz
svn-id: r45089
2009-10-14SCI/newgui: SciGuiTransitions scroll left/right now supported (kq1)Martin Kiewitz
svn-id: r45086
2009-10-14SCI/newgui: woops, forgot to set new palette when scrolling upMartin Kiewitz
svn-id: r45085
2009-10-14SCI/newgui: SciGuiTransitions now also supports scrolling up (lsl6 intro)Martin Kiewitz
svn-id: r45084
2009-10-14SCI/newgui: SciGuiTransitions now supports block-pixelation as well (EGA and ↵Martin Kiewitz
VGA), e.g. qfg1/ega svn-id: r45079
2009-10-14SCI/newgui: SciGuiTransitions now supports pixelation effect (lsl5 intro)Martin Kiewitz
svn-id: r45077
2009-10-14SCI/newgui: changed step-count to half to minimize cpu loadMartin Kiewitz
svn-id: r45075
2009-10-14SCI/newgui: implemented code to differentiate between EGA and VGA transitionsMartin Kiewitz
svn-id: r45073
2009-10-14SCI/newgui: SciGuiTransitions now at least supports fadeIn/outMartin Kiewitz
svn-id: r45072
2009-10-14SCI/newgui: SciGuiTransitions receives SciGui nowMartin Kiewitz
svn-id: r45071
2009-10-14SCI/newgui: SciGuiTransitions now gets picRectMartin Kiewitz
svn-id: r45068
2009-10-13SCI/newgui: class SciGuiTransitions createdMartin Kiewitz
svn-id: r45051