aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Collapse)Author
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
svn-id: r45234
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
svn-id: r45233
2009-10-18SCI/newgui: kDisplay fixme comment added for kq5 creditsMartin Kiewitz
svn-id: r45232
2009-10-18Mark an old change made for SQ4 in updateMultiSong() in rev. #39347 as a ↵Filippos Karapetis
workaround svn-id: r45231
2009-10-18Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics ↵Matthew Hoops
because it's only used in Sci. svn-id: r45230
2009-10-18Remove unused variable.Johannes Schickel
svn-id: r45225
2009-10-18SCI: cleanup text alignmentMartin Kiewitz
svn-id: r45224
2009-10-18SCI: AvoidPath: skip polygons without verticesWalter van Niftrik
svn-id: r45223
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-18Removed unused references to operations.hFilippos Karapetis
svn-id: r45217
2009-10-18Re-enabled the speed throttler for SCI1.1 games again, as disabling it makes ↵Filippos Karapetis
CPU load spike up in some of them (e.g. LSL6). Added a workaround for the Sierra logo scene in QFG3, too svn-id: r45215
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-18Added a sanity check in kStrAt()Filippos Karapetis
svn-id: r45213
2009-10-18Limited the speed throttler in kAnimate to work on SCI0-SCI1. SCI1.1 games ↵Filippos Karapetis
seem to work fine without it, and disabling it removes the very long delay at the Sierra logo in QFG3 svn-id: r45211
2009-10-17Removed the obsolete and bitrotted testing code for the old SCI GUIFilippos Karapetis
svn-id: r45206
2009-10-17Removed obsolete/resolved FIXMEFilippos Karapetis
svn-id: r45205
2009-10-17SCI: Add FIXMEWillem Jan Palenstijn
svn-id: r45204
2009-10-17SCI: kStrAt added fixme commentMartin Kiewitz
svn-id: r45203
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-17Include common/endian.h for SWAP_BYTES_32. Should fix compile on BE systems.Matthew Hoops
svn-id: r45190
2009-10-17SCI: kAnimate comment added about qfg3Martin Kiewitz
svn-id: r45189
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-17Started moving some of the old GUI code inside /gui32Filippos Karapetis
svn-id: r45185
2009-10-17SCI/newgui: menuPort gets id 0xFFFF assigned, fixes kq5 mouse coordinationMartin Kiewitz
svn-id: r45179
2009-10-17Added a new console command, "play_video", which can play a SEQ or AVI fileFilippos Karapetis
svn-id: r45178
2009-10-16Reverted an accidental change in the last commitFilippos Karapetis
svn-id: r45177
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: kAnimate now delays the first few calls less, otherwise sq3 will remove ↵Martin Kiewitz
details graphicwise. Walter please check, if this creates a regression with lsl3. svn-id: r45173
2009-10-16Hide the mouse cursor when showing a videoFilippos Karapetis
svn-id: r45171
2009-10-16Converting AVIPlayer into a class that inherits from VideoDecoder and adapt ↵Matthew Hoops
SCI to use this. Also, moving the codec and Codec class into their own folder. (Based on a patch by md5) svn-id: r45170
2009-10-16Fix for bug #2874489 - "SCI: Larry 3 crashes at startup"Filippos Karapetis
svn-id: r45169
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