aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/gui
AgeCommit message (Collapse)Author
2009-10-18SCI/newgui: kDisplay fixme comment added for kq5 creditsMartin Kiewitz
svn-id: r45232
2009-10-18Remove unused variable.Johannes Schickel
svn-id: r45225
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
svn-id: r45224
2009-10-18SCI/newgui: Window manager cleanupMartin Kiewitz
svn-id: r45222
2009-10-18SCI/newgui: listbox now finally working correctlyMartin Kiewitz
svn-id: r45220
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-18SCI/newgui: kDrawStatus now does BitsShow() a little earlier, so rect wont ↵Martin Kiewitz
get messed up by oldPort (fixes status bar in qfg1ega, etc.) svn-id: r45214
2009-10-17Removed obsolete/resolved FIXMEFilippos Karapetis
svn-id: r45205
2009-10-17SCI/newgui: kDisplay restoreUnder completedMartin Kiewitz
svn-id: r45202
2009-10-17SCI/newgui: SciGuiAnimate::updateScreen() completedMartin Kiewitz
svn-id: r45201
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: Fix delete/delete[] mismatchWillem Jan Palenstijn
svn-id: r45198
2009-10-17SCI/newgui: SciGuiTransitions fixed fadeInMartin Kiewitz
svn-id: r45197
2009-10-17SCI: Fix delete/free mismatchesWillem Jan Palenstijn
svn-id: r45196
2009-10-17SCI/newgui: fix bug in kCanBeHere, fixes sq4 intro roger hanging not fallingMartin Kiewitz
svn-id: r45195
2009-10-17SCI/newgui: set amiga palette immediately at game start and stop ↵Martin Kiewitz
kPalette/animate to do anything on Amiga svn-id: r45194
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: Inserted comment about sq4 intro problemMartin Kiewitz
svn-id: r45188
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-17SCI/newgui: menuPort gets id 0xFFFF assigned, fixes kq5 mouse coordinationMartin Kiewitz
svn-id: r45179
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: WindowManager change so that WinMgrPort will get 0 and picWind ↵Martin Kiewitz
will get 1 svn-id: r45175
2009-10-16SCI/newgui: defined unused signal flagsMartin Kiewitz
svn-id: r45174
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: changed commentMartin Kiewitz
svn-id: r45164
2009-10-16SCI/newgui: addToPic priority issue fixed (lsl5 dream sequences)Martin Kiewitz
svn-id: r45162
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: Do textcodeprocessing only for SCI1.1+Martin Kiewitz
svn-id: r45126
2009-10-15SCI/newgui: undithering now enabled by defaultMartin Kiewitz
svn-id: r45125
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-15Changed palette initialization depending on the findings of the resource ↵Filippos Karapetis
manager. Fixes the palette in several SCI1 EGA games svn-id: r45114
2009-10-15SCI/newgui: SciGuiPicture now supports embedded ega cel dataMartin Kiewitz
svn-id: r45112
2009-10-15SCI/newgui: longbow palette 999 doesnt have mapping, so palette was detected ↵Martin Kiewitz
as SCI1.1, changed detection. fixes black windows svn-id: r45110
2009-10-15SCI: Don't cache squaresWillem Jan Palenstijn
svn-id: r45109
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: within transitions mouse cursor is now hiddenMartin Kiewitz
svn-id: r45104
2009-10-15SCI/newgui: SciGuiTransitions now doesnt fade in/out color 255 anymoreMartin Kiewitz
svn-id: r45103
2009-10-14SCI: removed speed throttler (cause of kAnimate change)Martin Kiewitz
svn-id: r45094
2009-10-14SCI/newgui: kPalette / setIntensity / reimplemented setPalette optional ↵Martin Kiewitz
parameter, fixed memory corruption in setIntensity svn-id: r45091
2009-10-14SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we ↵Martin Kiewitz
had it wrong) also changed nonsense clipping svn-id: r45090