aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui/gui_transitions.h
AgeCommit message (Collapse)Author
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-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-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-14SCI: kDrawPic now reads out blackout flag for transitionsMartin Kiewitz
svn-id: r45089
2009-10-14SCI/newgui: fix header of transitionsMartin Kiewitz
svn-id: r45087
2009-10-14SCI/newgui: SciGuiTransitions scroll left/right now supported (kq1)Martin Kiewitz
svn-id: r45086
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-14fix compilationJoost Peters
svn-id: r45074
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