Commit Graph

56094 Commits

Author SHA1 Message Date
Filippos Karapetis
d500845de3 NEWS: Mention support for the Mac version of Discworld 1 2013-04-12 19:34:49 +03:00
Filippos Karapetis
95f92ed9de TINSEL: Add support for enhanced music in the Mac version of DW1 2013-04-12 19:31:11 +03:00
uruk
cfeda28885 MOHAWK: Prevent left mouse click handling if the cursor isn't visible.
This fixes bug #3488327 - "LB: Mouse events processed when they
shouldn't be".
2013-04-12 15:57:40 +01:00
Filippos Karapetis
687e47d332 TINSEL: Remove the unused ghost palette 2013-04-12 07:19:53 +03:00
Filippos Karapetis
94b328fa7f TINSEL: Fix black/white colors in the Mac version of DW1 2013-04-12 07:19:53 +03:00
Filippos Karapetis
53e82436e6 TINSEL: Simplify overflow calculation inside MacDrawTiles()
Thanks to wjp for noticing this
2013-04-12 07:19:52 +03:00
Filippos Karapetis
a9886f1c26 TINSEL: Fix typo 2013-04-12 07:19:52 +03:00
Filippos Karapetis
d45534d29d TINSEL: Remove the unused noFadeTable parameter from the fader functions 2013-04-12 07:19:52 +03:00
Eugene Sandulenko
8b315aeb49 HOPKINS: Fix warning 2013-04-11 14:58:07 +03:00
Strangerke
54e3df0140 HOPKINS: Constify some functions and members 2013-04-11 12:17:06 +02:00
Strangerke
e56123b18f HOPKINS: Make ObjectsManager even more readable 2013-04-11 00:15:10 +02:00
Strangerke
caa90241ad HOPKINS: Make ObjectsManager a bit more readable 2013-04-10 20:38:48 +02:00
Strangerke
531b3cb376 HOPKINS: Fix crash when skipping intro animations (regression in one of the lock/unlock commits) 2013-04-10 18:16:21 +02:00
Strangerke
2709ac9fcb HOPKINS: Reduce verbosity of displaySprite() 2013-04-10 15:15:31 +02:00
Strangerke
c09e0c26ec HOPKINS: Remove some magic values used by _eventMode checks 2013-04-10 13:26:26 +02:00
Strangerke
9149f363a6 HOPKINS: Finish lock/unlockScreen() cleanup. Set them as private. 2013-04-10 13:03:53 +02:00
Strangerke
bccb460e36 HOPKINS: Add lockScreen() and unlockScreen() in copyVideoVbe16() 2013-04-10 12:59:39 +02:00
Strangerke
094a0617ac HOPKINS: Add lockScreen() and unlockScreen() in copy16bFromSurfaceScaleX2() 2013-04-10 12:55:20 +02:00
Strangerke
1b081457c9 HOPKINS: Remove some useless lockScreen() and unlockScreen() around copy16BitRect() 2013-04-10 12:51:13 +02:00
Strangerke
1ac0c06bf6 HOPKINS: Reduce the use of lockScreen() and unlockScreen() by adding them in clearScreen() 2013-04-10 12:25:36 +02:00
Strangerke
5ae15d1e10 HOPKINS: Make the use of _mouseCursorId less verbose 2013-04-10 11:57:48 +02:00
Strangerke
55938b3975 HOPKINS: Make engine less verbose by reducing some object names 2013-04-10 10:27:06 +02:00
Strangerke
ef12ba27e5 HOPKINS: Janitorial: Remove useless code 2013-04-10 09:02:37 +02:00
Strangerke
f7771844f1 HOPKINS: Remove useless object reference in DialogsManager 2013-04-10 09:01:35 +02:00
Strangerke
9f4a35b011 HOPKINS: Move _oldInventoryPosX to DialogsManager, remove a useless variable 2013-04-10 09:00:08 +02:00
Strangerke
9e956d888e HOPKINS: Improve readability in DialogsManager 2013-04-10 00:24:27 +02:00
Strangerke
3e9068bb5b HOPKINS: Janitorial: Remove useless line of code 2013-04-09 23:25:24 +02:00
Paul Gilbert
260a6bbc24 HOPKINS: Renamed remaining GraphicsManager methods 2013-04-09 09:47:48 -04:00
Paul Gilbert
bfe63b71e9 HOPKINS: Renaming some of the remaining graphics methods 2013-04-09 09:17:11 -04:00
Strangerke
4d3748fb24 HOPKINS: Make Hopkins sleep a bit in order to reduce CPU usage 2013-04-09 08:31:47 +02:00
Strangerke
11183ee982 HOPKINS: Fix initialization of timers in EventsManager 2013-04-09 08:31:46 +02:00
Sven Hesse
3e1622d68a GOB: Add another Spanish DOS version of Geisha
As supplied by alestedx in bug report #3610207
2013-04-08 11:05:50 +02:00
Strangerke
5516357a8e HOPKINS: Fix glitch in Ocean Maze initialization 2013-04-08 08:07:29 +02:00
sylvaintv
9e44cd6641 HOPKINS: Add French Win95 version detection 2013-04-07 23:48:19 +02:00
Torbjörn Andersson
e08ddf70b2 KYRA: Don't restore music volume right after it has faded down
Since the music volume is set in playTrack(), it shouldn't be
necessary to set it back to the default level when a fade out has
been completed.

This change prevents the volume from spiking right before quitting
the game. I hope it doesn't cause regressions.
2013-04-07 22:10:48 +02:00
Willem Jan Palenstijn
cdf1900ce0 SCI: Add signal/fade related CHECKME 2013-04-07 18:22:41 +02:00
Strangerke
0a4494a760 HOPKINS: Fix glitch when exiting computer in FBI rooms 2013-04-07 09:16:13 +02:00
Willem Jan Palenstijn
6f3c83bd51 SCI: Minor cleanup
(Thanks waltervn)
2013-04-06 22:28:42 +02:00
Willem Jan Palenstijn
1e1cc7309f SCI: Further clarify comment 2013-04-06 22:11:15 +02:00
Willem Jan Palenstijn
173a022f91 SCI: Clarify comment 2013-04-06 20:48:52 +02:00
Willem Jan Palenstijn
d0d9894b22 SCI: Revert "Fixed fading-related bugs #3267956 and #3041738"
This reverts commit bfef0f5a6f.
2013-04-06 20:46:15 +02:00
Willem Jan Palenstijn
6f3716ae74 SCI: Re-initialize more of MusicEntry on play
This fixes bug #3267956.
2013-04-06 20:31:34 +02:00
Willem Jan Palenstijn
18feefbe40 SCI: Notify scripts of completed fade when aborting it
This tweaks a fix/workaround (commit 96540686) for bugs #3266480 and #3041738.
Also add CHECKME to verify the accuracy of this workaround further.

This fixes the regressions #3291115, #3555404, #3596335 and #3610063.
2013-04-06 20:31:34 +02:00
Willem Jan Palenstijn
eb48325248 SCI: Revert "Added a more specific workaround for bug #3267956.[...]"
This reverts commit 5654e12575.

Conflicts:
	engines/sci/sound/soundcmd.cpp
2013-04-06 20:31:34 +02:00
Willem Jan Palenstijn
da3583f569 SCI: Revert "Clarify comment from rev 5654e12 further"
This reverts commit 9f74a6eda2.
2013-04-06 20:31:34 +02:00
Willem Jan Palenstijn
5a2ef39335 SCI: Revert "Fix script bug #3555404 - "SCI: KQ6 Spider Scene Game Freeze""
This reverts commit 8524ebd699.
2013-04-06 20:31:34 +02:00
Willem Jan Palenstijn
9155e8e1a1 SCI: Revert "Properly fix bugs #3267956 and #3605377"
This reverts commit 17ca8d14b1,
except for a minor unrelated change to the workaround for bug #3605269

Conflicts:
	engines/sci/sound/soundcmd.cpp
2013-04-06 20:31:34 +02:00
Willem Jan Palenstijn
0f2fae14cc SCI: Revert "Add a hack to fix bug #3596335"
This reverts commit f019d5a488.
2013-04-06 20:31:34 +02:00
Strangerke
a0d34fd294 HOPKINS: Partially revert 63b669cfc4 as it causes a regression in ComputerManager 2013-04-06 08:23:14 +02:00
Kirben
7e290c963f SCUMM: Add Italian Windows version of Freddi Fish 4. 2013-04-06 08:10:28 +11:00