Commit Graph

32 Commits

Author SHA1 Message Date
Martin Kiewitz
b66d989554 SCI/newgui: setup default transition, also dont setup transition if no transition-number was given by caller
svn-id: r45199
2009-10-17 19:46:27 +00:00
Martin Kiewitz
2e73b6472f SCI/newgui: SciGuiTransitions fixed fadeIn
svn-id: r45197
2009-10-17 18:03:31 +00:00
Martin Kiewitz
a19cfb4862 SCI/newgui: SciGuiTransitions::doit will warn about missing blackout-transitions
svn-id: r45193
2009-10-17 16:56:33 +00:00
Martin Kiewitz
ebd3a72626 SCI/newgui: Transitions - include terminator into blackoutTransitionsIDs table
svn-id: r45192
2009-10-17 16:54:39 +00:00
Matthew Hoops
d87d41802c Silence gcc warnings.
svn-id: r45191
2009-10-17 15:37:16 +00:00
Martin Kiewitz
cada567491 SCI/newgui: SciGuiTransitions now supports blackout flag as well (used in e.g. sq1 intro)
svn-id: r45187
2009-10-17 14:12:42 +00:00
Martin Kiewitz
4bc8d919d8 SCI/newgui: SciGuiTransitions now all transitions are supported, blackout flag support still missing
svn-id: r45186
2009-10-17 13:01:28 +00:00
Filippos Karapetis
e4c23834dd Moved sci_ffs() inside iterator.cpp, the only place where it's actually used, and removed tools.*. Also, removed all the unused includes to tools.h from several places
svn-id: r45176
2009-10-16 23:29:00 +00:00
Martin Kiewitz
ef05105961 SCI/newgui: SciGuiTransitions - removed debug delay
svn-id: r45168
2009-10-16 16:13:57 +00:00
Martin Kiewitz
2924dca088 SCI/newgui: SciGuiTransitions now supports diagonal rolls as well (includes bugfixes for other transitions)
svn-id: r45167
2009-10-16 16:03:32 +00:00
Martin Kiewitz
0ea65c6d92 SCI/newgui: SciGuiTransitions now supports "none" id used in longbow
svn-id: r45157
2009-10-16 09:55:14 +00:00
Martin Kiewitz
af60e6761d SCI/newgui: SciGuiTransitions now supports vertical roll from/to center (e.g. qfg1ega)
svn-id: r45156
2009-10-16 09:44:00 +00:00
Martin Kiewitz
71d4d12a82 SCI/newgui: transition 100 (no transition at all) now also supported
svn-id: r45136
2009-10-15 22:09:15 +00:00
Martin Kiewitz
6ade594794 SCI/newgui: transitions now also support horizontalRoll (e.g. qfg1ega), cleanup, oldIdTable now also supports blackoutFlag
svn-id: r45134
2009-10-15 22:01:57 +00:00
Torbjörn Andersson
59649759b8 Removed unused variable.
svn-id: r45129
2009-10-15 19:57:46 +00:00
Martin Kiewitz
4587b9bed8 SCI/newgui: SciGuiTransitions: now warns correctly about unsupported old IDs
svn-id: r45117
2009-10-15 13:00:18 +00:00
Martin Kiewitz
f1a981cb49 SCI/newgui: SciGuiTransitions now also supports scrolling down (e.g. lsl1 intro), cleanup
svn-id: r45116
2009-10-15 12:55:12 +00:00
Martin Kiewitz
f351295ebe SCI/newgui: SciGuiTransitions now translates old IDs to new IDs, also changed that new IDs will get used from SCI1_LATE upwards
svn-id: r45115
2009-10-15 12:48:47 +00:00
Martin Kiewitz
1259c3ded7 SCI/newgui: SciGuiTransitions fadeIn now uses setIntensity() like sierra sci does, fixes blackout in longbow and others
svn-id: r45106
2009-10-15 08:03:01 +00:00
Martin Kiewitz
1fe5233c31 SCI/newgui: SciGuiTransitions now doesnt fade in/out color 255 anymore
svn-id: r45103
2009-10-15 06:50:42 +00:00
Martin Kiewitz
8e58d5ef80 SCI: kDrawPic now reads out blackout flag for transitions
svn-id: r45089
2009-10-14 18:09:54 +00:00
Martin Kiewitz
c10052865d SCI/newgui: SciGuiTransitions scroll left/right now supported (kq1)
svn-id: r45086
2009-10-14 16:57:16 +00:00
Martin Kiewitz
07b73f6ea8 SCI/newgui: woops, forgot to set new palette when scrolling up
svn-id: r45085
2009-10-14 15:46:59 +00:00
Martin Kiewitz
e074792616 SCI/newgui: SciGuiTransitions now also supports scrolling up (lsl6 intro)
svn-id: r45084
2009-10-14 15:43:58 +00:00
Martin Kiewitz
f286a6d5b9 SCI/newgui: SciGuiTransitions now supports block-pixelation as well (EGA and VGA), e.g. qfg1/ega
svn-id: r45079
2009-10-14 13:58:37 +00:00
Martin Kiewitz
8df9514b79 SCI/newgui: SciGuiTransitions now supports pixelation effect (lsl5 intro)
svn-id: r45077
2009-10-14 13:23:37 +00:00
Martin Kiewitz
2284932e35 SCI/newgui: changed step-count to half to minimize cpu load
svn-id: r45075
2009-10-14 12:53:57 +00:00
Martin Kiewitz
7ba018898e SCI/newgui: implemented code to differentiate between EGA and VGA transitions
svn-id: r45073
2009-10-14 12:47:51 +00:00
Martin Kiewitz
9dff5c53b4 SCI/newgui: SciGuiTransitions now at least supports fadeIn/out
svn-id: r45072
2009-10-14 12:39:39 +00:00
Martin Kiewitz
060980c502 SCI/newgui: SciGuiTransitions receives SciGui now
svn-id: r45071
2009-10-14 11:34:02 +00:00
Martin Kiewitz
d6d2b0b6bb SCI/newgui: SciGuiTransitions now gets picRect
svn-id: r45068
2009-10-14 11:23:46 +00:00
Martin Kiewitz
724e7a873a SCI/newgui: class SciGuiTransitions created
svn-id: r45051
2009-10-13 21:18:47 +00:00