Commit Graph

29756 Commits

Author SHA1 Message Date
Thierry Crozat
8942a96baf DREAMWEB: Change Spanish LOGON command to ACCESO 2013-05-02 21:37:52 +01:00
Eugene Sandulenko
eddf8cba93 AGI: Fix unitialized variables. CID 1002922 2013-05-02 14:17:46 +03:00
Strangerke
bef4610dcb HOPKINS: Fix bug #3612406 - New version not detected 2013-05-01 23:57:40 +02:00
Strangerke
7b34c68158 HOPKINS: Remove a hack for T421 animation, rework playAnim2() to accept an alternate animation file name 2013-05-01 23:20:36 +02:00
Strangerke
a11f579a3f HOPKINS: Remove an incomplete hack in playAnim(), rework related code to avoid low/high res missing files 2013-05-01 23:14:00 +02:00
Strangerke
7c4a421276 HOPKINS: Remove double comma in animation sequences 2013-05-01 20:23:08 +02:00
Strangerke
7e0ff980f4 HOPKINS: Fix bug #3612409 - Crash due to original bug in animation sequence 2013-05-01 20:14:19 +02:00
Strangerke
0d1b821197 HOPKINS: Fix bug#3612423 - Crash while playing 421 using the OS2 Version 2013-05-01 19:10:50 +02:00
Torbjörn Andersson
95601de6d7 KYRA: Fix loading from the Kyrandia 2 title menu 2013-05-01 16:54:25 +02:00
Strangerke
2fcca389f2 HOPKINS: Remove debug warning, fix code alignment 2013-05-01 15:42:45 +02:00
Strangerke
fad30af045 HOPKINS: Fix bug#3612110 - Script bug in FBI lab 2013-05-01 15:38:59 +02:00
Johannes Schickel
da9e27361a KYRA: Fix missing music in Kyra 1 DOS intro.
This is a regression from 93e69aa4da.
Thanks to eriktorbjorn to noticing that the music is missing.
2013-05-01 15:07:15 +02:00
Torbjörn Andersson
ce79ff4f2e SCUMM: Change NUM_SCRIPT_LOCALS to NUM_SCRIPT_LOCAL
For consistency with NUM_SCRIPT_SLOT.
2013-05-01 07:47:56 +02:00
Torbjörn Andersson
f70087dc90 SCUMM: Fix out-of-bounds access in runScript() debug messages
I believe this fixes CID 1003954, 1003957, 1003958, 1003962 and
1003966.
2013-05-01 07:33:05 +02:00
Filippos Karapetis
f3f3d5bcbf TINSEL: Clear the screen with the correct color in DW1 Mac 2013-05-01 03:53:00 +03:00
Filippos Karapetis
5692c378ec TINSEL: Simplify palette endianess conversions 2013-05-01 03:50:29 +03:00
Filippos Karapetis
0d53b7f628 SAGA: Fix some non-initialized variables in the Music class - CID 1003131 2013-05-01 02:01:23 +03:00
Filippos Karapetis
b8eaefbf8a SCI: Silence some false positive warnings - CID 1003539, 1003540, 1003541, 1003542 2013-05-01 01:51:12 +03:00
Filippos Karapetis
5b25c40c40 SCI: Fix a non-initialized variable in GfxScreen - CID 1003105 2013-05-01 01:51:12 +03:00
Filippos Karapetis
012a5ef040 SCI: Fix a non-initialized variable in GfxCursor - CID 1003112 2013-05-01 01:51:12 +03:00
Filippos Karapetis
3012aaa14f SCI: Fix a non-initialized variable in GfxControls16 - CID 1003114 2013-05-01 01:51:11 +03:00
Filippos Karapetis
66fce6d156 SCI: Fix some non-initialized variables in SegManager - CID 1003116 2013-05-01 01:51:11 +03:00
Filippos Karapetis
70f1c4d315 SCI: Fix a non-initialized variable in MessageState - CID 1003119 2013-05-01 01:51:11 +03:00
Filippos Karapetis
abef7f64bd SCI: Fix a non-initialized variable in MessageReader - CID 1003120 2013-05-01 01:51:11 +03:00
Filippos Karapetis
2d90cc4ac3 SCI: Fix a non-initialized variable in GfxMenu - CID 1003110 2013-05-01 01:51:11 +03:00
Filippos Karapetis
619baf67ae SCI: Initialize some members of GfxPaint16 - CID 1010057 2013-05-01 01:51:10 +03:00
Torbjörn Andersson
0638d85ada SCUMM: Cleanup
We only need to initialize 'args' in runInventoryScript() when we
are actually using them.
2013-04-30 22:46:36 +02:00
Torbjörn Andersson
2284aba719 SCUMM: Use correct array size when calling initializeLocals()
The initializeLocals() function assumes that it can copy 25
elements when being provided an array of values. But this array
was frequently a lot smaller than that. I've introduced a constant
for the number of locals (though VirtualMachineState has one more
for some reason), and fixed the array sizes in a number of places.

CID 1003951, 1003952, 1003953, 1003955, 1003956, 1003959, 1003960,
1003961, 1003963, 100394, 1003965
2013-04-30 22:26:51 +02:00
Thierry Crozat
6936f830ea DREAMWEB: Add commands in Spanish for the Network Terminal
Also changed the German HELP command to HILF at the translator
request (which means both HILF and HILFE work since the parser
only matches the start of the string).
2013-04-29 22:35:51 +01:00
Eugene Sandulenko
e629de317f TOON: Fix logical branch error. CID 1004062 2013-04-29 23:23:45 +03:00
Eugene Sandulenko
b1893bc5f7 SCUMM HE: fix crash introduced in a10ad272a8 2013-04-29 23:16:55 +03:00
Matthew Hoops
c7aceeb08e SCUMM: Fix o100_videoOps subOp 0
football2002 endzone videos now display
2013-04-29 15:35:14 -04:00
Strangerke
9d9f9712ce TSAGE: Fix some non-initialized variables. CID 1002415, 1002416, 1002417, 1002418 2013-04-29 10:41:28 +02:00
Strangerke
b4f5a1a93c TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002102, 1002399, 1002400, 1002402 2013-04-29 10:01:01 +02:00
Strangerke
a1c4203fe8 TSAGE: Fix some non-initialized variables. CID 1002367, 1002368, 1002369, 1002370 2013-04-29 09:35:44 +02:00
Strangerke
4a8b0866c4 TSAGE: Fix some non-initialized variables and missing va_end(). CID 1002103, 100214, 1002403, 1002404, 1002405, 1002406, 1002407, 1002408, 1002409, 1002410, 1002411, 1002412, 1002413, 1002414, 2013-04-29 08:01:59 +02:00
Eugene Sandulenko
ebf2ac5448 TSAGE: Fix nesting level. CID 1003633 2013-04-28 23:59:21 +03:00
Eugene Sandulenko
c5ba90f988 TSAGE: Fix nesting level. CID 1003634 2013-04-28 23:59:21 +03:00
Eugene Sandulenko
bddd889058 TSAGE: Fix nexting level. CID 1003635 2013-04-28 23:59:21 +03:00
Eugene Sandulenko
30f78b3f4e TSAGE: Fixed nesting level. CID 1003636 2013-04-28 23:59:21 +03:00
Eugene Sandulenko
717281734d TSAGE: Fixed nesting level. CID 1003637 2013-04-28 23:59:21 +03:00
Eugene Sandulenko
18413bc0b3 LASTEXPRESS: Fix multiline macros. CID 1003638 2013-04-28 23:59:21 +03:00
Eugene Sandulenko
6ca845b9ea LASTEXPRESS: Fix nasty bug with multiline macro. CID 1003640 2013-04-28 23:59:21 +03:00
Eugene Sandulenko
a10ad272a8 SCUMM HE: Plug memory leak. CID 1003582 2013-04-28 23:59:20 +03:00
Eugene Sandulenko
0f9f268314 SAGA: Null terminate string. CID 1003869 2013-04-28 23:59:20 +03:00
Eugene Sandulenko
759dc8e978 SAGA: Fix potentially unitialized pointer. CID 1003186, CID 1003187, CID 1003188, CID 1003189 2013-04-28 23:59:20 +03:00
Eugene Sandulenko
aa8638db6a SAGA: Null terminate string. CID 1003870 2013-04-28 23:59:20 +03:00
Eugene Sandulenko
e2cd02bb5e SAGA: Null terminate string. CID 1003868 2013-04-28 23:59:20 +03:00
Eugene Sandulenko
2a4bf37aab MOHAWK: Fix use after free. CID 1002114 2013-04-28 23:59:20 +03:00
Eugene Sandulenko
e37bcb8884 MADE: Null terminate string. CID 1003874 2013-04-28 23:59:20 +03:00