13492 Commits

Author SHA1 Message Date
Martin Kiewitz
bf4cf09eec SCI: kRandom behaviour fixed, fixes lsl5 patty random door code
svn-id: r45250
2009-10-19 19:38:42 +00:00
Martin Kiewitz
86c8bb6bbf SCI/newgui: SciGuiPicture - fix drawing of mirrored embedded cel-data in vectordata (fixes lsl5 scene)
svn-id: r45249
2009-10-19 18:06:33 +00:00
Johannes Schickel
2824e302ba Move LOL sub engine enabled check inside the KYRA check.
svn-id: r45246
2009-10-19 16:06:32 +00:00
Martin Kiewitz
9e8473de8a SCI/newgui: kAnimate comment changed on fastCast
svn-id: r45245
2009-10-19 14:40:48 +00:00
Filippos Karapetis
c1e7191bc9 Made the check for global var 84 more generic (checking for the fastCast object)
svn-id: r45244
2009-10-19 14:33:48 +00:00
Martin Kiewitz
4ac5e35125 SCI/newgui: kAnimate support for globalVar 84 in kq5 to fix cels drawn into talking boxes
svn-id: r45243
2009-10-19 13:26:13 +00:00
Filippos Karapetis
a4704352e4 Changed mapPointer() to accept a Common::Rect, thus removing the reference to gfx_widgets.h
svn-id: r45242
2009-10-19 09:56:11 +00:00
Torbjörn Andersson
22116b488e Fixed cppcheck warning.
svn-id: r45241
2009-10-19 04:19:11 +00:00
Martin Kiewitz
2f9d24f932 SCI: kDrawCel priority is signed
svn-id: r45239
2009-10-18 20:34:37 +00:00
Martin Kiewitz
c6d2086815 SCI: kDoSound typo fixed
svn-id: r45238
2009-10-18 20:33:02 +00:00
Martin Kiewitz
cdcd465a95 SCI: kDoSound doesnt reset nodePtr on fade anymore, fixes lsl5 endless music loop at patti exam scene
svn-id: r45237
2009-10-18 20:30:31 +00:00
Max Horn
9e64255bd1 SCI: Rename game_obj to _gameObj
svn-id: r45235
2009-10-18 19:43:27 +00:00
Max Horn
f3ab3051d8 SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit
svn-id: r45234
2009-10-18 19:42:56 +00:00
Max Horn
2bbf708dea Introduced new type Common::DisposeAfterUse::Flag
svn-id: r45233
2009-10-18 19:41:59 +00:00
Martin Kiewitz
64861f1e40 SCI/newgui: kDisplay fixme comment added for kq5 credits
svn-id: r45232
2009-10-18 19:29:50 +00:00
Filippos Karapetis
32810a30b5 Mark an old change made for SQ4 in updateMultiSong() in rev. #39347 as a workaround
svn-id: r45231
2009-10-18 19:07:22 +00:00
Matthew Hoops
c8853f0cc0 Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics because it's only used in Sci.
svn-id: r45230
2009-10-18 18:47:53 +00:00
Arnaud Boutonné
b7c6ae3f74 gob - Cleanup of previous modification
svn-id: r45228
2009-10-18 17:28:02 +00:00
Florian Kagerer
237b66beca LOL: - added some updateInputs to spell animation code
- improved sfx volume code

svn-id: r45227
2009-10-18 17:28:00 +00:00
Arnaud Boutonné
e392f939b6 gob - "Windows" Gob3 has errors in scripts, calling .IMD videos instead of .VMD ones. This modification fixes that.
svn-id: r45226
2009-10-18 16:59:33 +00:00
Johannes Schickel
4b06d7be8b Remove unused variable.
svn-id: r45225
2009-10-18 16:44:14 +00:00
Martin Kiewitz
2ab93510d3 SCI: cleanup text alignment
svn-id: r45224
2009-10-18 15:38:49 +00:00
Walter van Niftrik
b7b32cfe26 SCI: AvoidPath: skip polygons without vertices
svn-id: r45223
2009-10-18 14:35:36 +00:00
Martin Kiewitz
dc1637b6fb SCI/newgui: Window manager cleanup
svn-id: r45222
2009-10-18 13:47:42 +00:00
Florian Kagerer
8b993ce863 LOL: this should fix a valgrind warning
svn-id: r45221
2009-10-18 12:47:54 +00:00
Martin Kiewitz
0fd3a2f842 SCI/newgui: listbox now finally working correctly
svn-id: r45220
2009-10-18 12:44:51 +00:00
Vladimir Menshakov
343bd3fb4d added thumbnails for the save states. removed snprintf's.
svn-id: r45219
2009-10-18 12:13:58 +00:00
Martin Kiewitz
783198941e SCI/newgui: Transitions workaround for lsl6 (till we find out what lsl6 sierra sci really does), fixes menu not drawn to screen
svn-id: r45218
2009-10-18 11:44:17 +00:00
Filippos Karapetis
f5b7f85593 Removed unused references to operations.h
svn-id: r45217
2009-10-18 10:50:07 +00:00
Vladimir Menshakov
3a8a872a8f fixed long standing bug with empty messages being processed
svn-id: r45216
2009-10-18 10:46:42 +00:00
Filippos Karapetis
a10929594d Re-enabled the speed throttler for SCI1.1 games again, as disabling it makes 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-18 10:40:36 +00:00
Martin Kiewitz
cdf6ea603f SCI/newgui: kDrawStatus now does BitsShow() a little earlier, so rect wont get messed up by oldPort (fixes status bar in qfg1ega, etc.)
svn-id: r45214
2009-10-18 10:39:50 +00:00
Filippos Karapetis
6d5f1e4403 Added a sanity check in kStrAt()
svn-id: r45213
2009-10-18 10:39:10 +00:00
Vladimir Menshakov
c7e5c9f0ed better actor positioning
svn-id: r45212
2009-10-18 10:32:08 +00:00
Filippos Karapetis
6dc95abcfa Limited the speed throttler in kAnimate to work on SCI0-SCI1. SCI1.1 games 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-18 10:21:53 +00:00
Florian Kagerer
4b1f310f2d LOL: this (hopefully) fixes a minor glitch that might occur when using the freeze spell
svn-id: r45210
2009-10-17 23:52:57 +00:00
Johannes Schickel
bcac203098 Fix memory leak.
svn-id: r45208
2009-10-17 22:47:42 +00:00
Johannes Schickel
f62f3eea89 Fix valgrind warning.
svn-id: r45207
2009-10-17 22:47:21 +00:00
Filippos Karapetis
7fed4643e2 Removed the obsolete and bitrotted testing code for the old SCI GUI
svn-id: r45206
2009-10-17 22:00:33 +00:00
Filippos Karapetis
3f3a166e66 Removed obsolete/resolved FIXME
svn-id: r45205
2009-10-17 21:56:40 +00:00
Willem Jan Palenstijn
bc8cf7e98d SCI: Add FIXME
svn-id: r45204
2009-10-17 21:54:44 +00:00
Martin Kiewitz
b1c35d548d SCI: kStrAt added fixme comment
svn-id: r45203
2009-10-17 21:22:27 +00:00
Martin Kiewitz
0af29fa746 SCI/newgui: kDisplay restoreUnder completed
svn-id: r45202
2009-10-17 21:11:56 +00:00
Martin Kiewitz
d807d259b9 SCI/newgui: SciGuiAnimate::updateScreen() completed
svn-id: r45201
2009-10-17 20:42:19 +00:00
Gregory Montoir
a85b22e092 TUCKER: fix several issues in ending sequences (tracker item #2872355 - Minor bugs outro)
svn-id: r45200
2009-10-17 20:06:46 +00:00
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
Willem Jan Palenstijn
ed964efe3d SCI: Fix delete/delete[] mismatch
svn-id: r45198
2009-10-17 18:59:13 +00:00
Martin Kiewitz
2e73b6472f SCI/newgui: SciGuiTransitions fixed fadeIn
svn-id: r45197
2009-10-17 18:03:31 +00:00
Willem Jan Palenstijn
a74fd21847 SCI: Fix delete/free mismatches
svn-id: r45196
2009-10-17 17:59:09 +00:00
Martin Kiewitz
42dffcdcb9 SCI/newgui: fix bug in kCanBeHere, fixes sq4 intro roger hanging not falling
svn-id: r45195
2009-10-17 17:46:48 +00:00