Commit Graph

29789 Commits

Author SHA1 Message Date
tcarey
dc6b39d058 SCUMM: Clean-up of Roland GS code
1. Remove _sc55 bool. All Roland GS-capable devices have MT-32 sound/drum maps, so they should always be used when _enable_gs is set.
2. Always enable _native_mt32 if Roland GS mode is selected. I don't know why I never did this originally, since _enable_gs is automatically disabled for SCUMM v6+ games that use General MIDI tracks instead of MT-32 music.
3. Set master tune for GS devices to 442.0kHz. This is the master tune setting for the MT-32.
2013-05-11 19:18:11 +03:00
Strangerke
27346f8a08 HOPKINS: Courtesy of SylvainTV - Fix long diagonals to bottom left and right 2013-05-11 17:50:42 +02:00
Filippos Karapetis
bdd131450f QUEEN: Fix bug #3612408 - "QUEEN: Can't quit from ScummVM while ending cutscene"
We now check if the engine should quit in the loop of the end credits animation
2013-05-11 17:20:57 +03:00
Filippos Karapetis
5fadff59f9 AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game"
We now only test for events in testKeypressed() without updating the
game cycle at all (NAGI doesn't update the game cycle either). This
fixes the slowdowns in some animations where have.key() is issued,
like Manannan's lightnings in the intro of KQ3 and the bullets in the
intro of PQ1
2013-05-11 17:09:59 +03:00
Filippos Karapetis
c75480bf2f AGI: Remove obsolete TODO
We now set the play time - commit 5e10737015
2013-05-11 17:09:58 +03:00
Strangerke
5d546d4103 HOPKINS: Fix bug #3613068 - Detection of Hopkins Russian 2013-05-11 12:15:45 +02:00
Paul Gilbert
369f886477 HOPKINS: Added a zones debugger command 2013-05-10 17:33:03 +10:00
sylvaintv
43791c51c8 HOPKINS: Fix bug #3612566 - scaling glitch on Samantha 2013-05-08 02:23:44 +02:00
sylvaintv
4b6378f2e8 * HOPKINS: Fix bug #3611824 - problem when changing clothes 2013-05-08 02:21:45 +02:00
Strangerke
19a96699a4 HOPKINS: Fix bug #3611824 - music cut during dialogs after loading from launcher 2013-05-08 00:25:29 +02:00
Strangerke
823844f396 HOPKINS: Fix bug #3612115 - Courtesy of SylvainTV: Fix palette in thumbnails 2013-05-08 00:24:33 +02:00
Torbjörn Andersson
ba68b7b275 AGOS: Initialize _mouseToggle
This shouldn't actually be necessary since, as far as I can tell,
its only purpose is to toggle between true and false to slow down
some mouse cursor animations. But Valgrind doesn't know that.
2013-05-07 23:25:39 +02:00
Strangerke
6285509d64 HOPKINS: Fix bug #3612036 - partially broken thumbnail - Courtesy of SylvainTV 2013-05-07 07:49:30 +02:00
Eugene Sandulenko
4a62d6c25a Merge pull request #320 from johndoe123/sword25-gfx
SWORD25: Optimized graphics drawing
2013-05-06 03:49:21 -07:00
Strangerke
cc3f4a36b2 HOPKINS: Remove useless assert 2013-05-06 08:23:22 +02:00
Strangerke
b1dce29ee8 HOPKINS: Get rid of magic values 2013-05-06 08:21:50 +02:00
Strangerke
3d5b975c37 HOPKINS: Fix bug #3612483 - FadeOut length issue after lift animation 2013-05-05 22:59:10 +02:00
Willem Jan Palenstijn
38ac5854f4 LURE: Fix getNumGroats
This fixes bug #3612682
2013-05-05 13:31:27 +02:00
Matthew Hoops
fa0b38153d PEGASUS: Fix two missing frames in the globe game 2013-05-04 23:48:00 -04:00
Matthew Hoops
007e16dfd1 PEGASUS: Fix floor 2/3 elevator buttons not being shown pressed 2013-05-04 23:36:47 -04:00
Simon Sawatzki
7f3cbdba6b DREAMWEB: Changed Italian LOGON command
Changed REGISTRA to ACCEDI for better user convenience.
2013-05-04 22:13:53 +02:00
Strangerke
d2a97a409e HOPKINS: Hide the mouse cursor, which was still visible in some part of the intro of the OS/2 and Win95 versions 2013-05-04 20:31:44 +02:00
Strangerke
a2d28dcf0f HOPKINS: Add another workaround for the BeOS version, so it displays at least "The End" 2013-05-04 20:16:47 +02:00
Strangerke
b299481660 HOPKINS: Workaround for bug #3612611 - Missing credit file in BeOS version! 2013-05-04 19:41:58 +02:00
Strangerke
cc771cb692 HOPKINS: Search for alternate names for ending animations
Based on the BeOS executable.
2013-05-04 14:04:39 +02:00
Strangerke
2db9e27600 HOPKINS: Hide mouse before displaying credits 2013-05-04 13:28:04 +02:00
Strangerke
f286ae8f07 HOPKINS: Fix bug #3612482 - ending credits issues 2013-05-04 09:57:40 +02:00
Strangerke
874b96b409 HOPKINS: Fix bug #3612114 - Mouse accidentally enabled during intro, leading to graphic corruption 2013-05-03 08:22:56 +02:00
Matthew Hoops
0031c41db8 COMMON: Change kPlatformPC to kPlatformDOS
"PC" was very ambiguous and now it matches what we show in the GUI.

This also corrects sword2's platform to Windows.
2013-05-02 18:43:10 -04:00
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