67056 Commits

Author SHA1 Message Date
Filippos Karapetis
666a4f3a57 SCUMM: Adapt wording for the fix in commit f1c64c2afe 2015-02-03 12:35:17 +02:00
Filippos Karapetis
6c07f918c6 ZVISION: Fix for script bug #6783 (no sound in the ZNem fist puzzle)
This is a bug in the original game script of the Zork Nemesis fist
puzzle, which we now patch so that the sound checks are correct for the
left fist animation
2015-02-03 12:31:58 +02:00
Thierry Crozat
f1c64c2afe SCUMM: Fix handling of string resources in smash player for Steam mac games
The Dig Steam/mac uses LF instead of CRLF for end of line.
This fixes display of subtitles in that version. This also fixes the crash
described in bug #6796.
2015-02-03 08:51:06 +00:00
Filippos Karapetis
1adcb23d71 ZVISION: Fix bug #6784 (wrong scaling in the fist control) 2015-02-03 04:16:02 +02:00
Torbjörn Andersson
bc2c1c6a3c ZVISION: Remove \n from debug message 2015-02-02 01:11:53 +01:00
johndoe123
aa518306b8 BBVS: Fix out-of-bounds array access in air guitar minigame as reported by Coverity 2015-02-01 17:21:34 +01:00
clone2727
f1ec648e45 Merge pull request #584 from bgK/fft-getrevtab
COMMON: Add getRevTab to FFT
2015-02-01 05:02:41 -05:00
Bastien Bouclet
ed037a527c COMMON: Add getRevTab to FFT 2015-02-01 10:35:23 +01:00
Torbjörn Andersson
76eadc75e2 ZVISION: Add detection for Italian Zork Nemeis (bug #6786) 2015-01-31 19:43:57 +01:00
Strangerke
35c17d5066 MADS: Janitorial - fix some else statements with braces on separate lines or extra tabs 2015-01-31 13:01:23 +01:00
Strangerke
0fcd78391b MADS: Add a safeguard in doFrame 2015-01-31 12:53:35 +01:00
Strangerke
772cbc122d MADS: Fix a bug in PaletteUsage::process, some renaming 2015-01-31 12:42:36 +01:00
Strangerke
1c8ecb41bd MADS: Fix signed/unsigned comparison warning 2015-01-31 12:41:46 +01:00
Strangerke
15a10d2744 MADS: Remove a useless variable 2015-01-31 12:41:03 +01:00
Strangerke
c0b2d47f38 MADS: Add safeguards in DialogsNebular::show 2015-01-31 12:10:55 +01:00
Arnaud Boutonné
ba330e32be Merge pull request #579 from chrilith/mortevielle_textpos
MORTEVIELLE: fixed text position
2015-01-31 11:44:43 +01:00
David Turner
71e95fa340 Merge pull request #573 from raziel-/patch-3
AMIGAOS: Re-add a DosList feature
2015-01-30 12:50:58 +00:00
Chris Apers
ebc5c55ce3 MORTEVIELLE: fixed text position
Checked against french and german versions. “Your are alone” text isn’t
centred in original code.
2015-01-29 13:24:24 +01:00
johndoe123
a48a6ad30e BBVS: Implement loading and saving in the air guitar minigame 2015-01-29 13:11:03 +01:00
Arnaud Boutonné
f2fffeb17c Merge pull request #576 from chrilith/master
MORTEVIELLE: added starting screen
2015-01-28 07:50:02 +01:00
Strangerke
ae2ba18af3 MADE: Initialize some variables 2015-01-28 07:47:28 +01:00
Torbjörn Andersson
2d93a82e80 Merge pull request #577 from Marisa-Chan/master
ZVISION: Fix bug #6787 init lzss window by same values as in original game
2015-01-28 06:57:35 +01:00
Marisa-Chan
f46af2eded ZVISION: Fix bug #6787 init lzss window by same values as in original game 2015-01-28 09:26:45 +06:00
Chris Apers
58565c43da MORTEVIELLE: added starting screen string index constant 2015-01-27 20:55:47 +01:00
Chris Apers
d928871f7a MORTEVIELLE: added starting screen
To give credits to the original authors and developers.
2015-01-27 20:48:31 +01:00
Strangerke
a1a99745f6 MADE: Initialize some more variables, remove an useless variable 2015-01-27 07:21:52 +01:00
Strangerke
849f383169 MADE: Initialize some variables, remove a useless variable 2015-01-27 07:14:55 +01:00
Strangerke
77302c406f ACCESS: Initialize some variables 2015-01-27 07:04:18 +01:00
Matthew Hoops
d58f250918 AUDIO: Fix skipping samples when the skip length is greater than the first chunk 2015-01-26 19:54:32 -05:00
Arnaud Boutonné
5b9231ade6 Merge pull request #574 from chrilith/master
MORTEVIELLE: added missing inter screen messages
2015-01-26 23:43:02 +01:00
Strangerke
f2e3bdd2e8 TSAGE: BF - Fix another color glitch 2015-01-26 23:34:48 +01:00
Strangerke
50be542f9c TSAGE: BF - Fix a glitch in scene 935 2015-01-26 23:33:26 +01:00
Strangerke
e8c9a828da TSAGE: Fix 3 uninitialized variables 2015-01-26 23:14:42 +01:00
Strangerke
7ebd6c974c VOYEUR: Fix bug in vDoCycleInt 2015-01-26 23:14:16 +01:00
Strangerke
27febf8574 TSAGE: Ringworld - Declare _sitFl as a boolean 2015-01-26 23:13:40 +01:00
Strangerke
3e8456e0f8 TSAGE: Ringworld - Fix unitialized variable 2015-01-26 22:59:32 +01:00
Strangerke
46c3b8c318 TSAGE: Ringworld - Fix unitialized variable 2015-01-26 22:59:04 +01:00
Strangerke
b336e9b12c TSAGE: BF - Remove unused variable 2015-01-26 22:51:41 +01:00
Strangerke
21a6618919 VOYEUR: Add missing break 2015-01-26 22:31:34 +01:00
Torbjörn Andersson
8c8261aa2a ZVISION: Cleanup.
We usually don't check a pointer before deleting it.
2015-01-26 22:18:23 +01:00
Torbjörn Andersson
dd5cd42f2e ZVISION: Use ValueSlot for volume in ActionMusic
As suggested by Marisa-Chan. I had based my earlier implementation
on parseCritera(), and was unaware of this alternative. The good
thing is that the diff from the old code is now much smaller, which
should reduce the risk of regressions. (There is a lot I haven't
tested here...)
2015-01-26 22:18:23 +01:00
Chris Apers
bdd75f975d MORTEVIELLE: added missing inter screen messages 2015-01-26 22:16:31 +01:00
Strangerke
d0f95b40e8 AMIGAOS: Update icons to use glow and cleanup (Courtesy of Raziel^) 2015-01-26 19:45:08 +01:00
Torbjörn Andersson
51e90b2422 ZVISION: Fix ActionMusic volume
The volume can be either a constant or a state value. The latter is
used by ZGI to simulate a sound being heard at different distances,
e.g. the beehive in the Dungeon Master's hideout.
2015-01-26 19:34:21 +01:00
Hubert Maier
5eefa62899 AMIGAOS: Re-add a DosList feature
To keep consistency with the original code i re-added the DosList feature dol_Port (which was taken out due to a compiler error using SDK 53.24 and was named wrong anyway).
It offers a message port for the DosList.
2015-01-26 19:56:24 +02:00
Filippos Karapetis
8f551202f6 Merge pull request #568 from Marisa-Chan/master
ZVISION: Fix sound bug #6767 by making pan_track code similar to origina...
2015-01-26 02:11:52 +02:00
Arnaud Boutonné
4aa6f5caee Merge pull request #571 from chrilith/master
Small adjustments to match original code
2015-01-25 21:07:11 +01:00
Chris Apers
e695c01862 MORTEVIELLE: 1sec seems to be far enough here 2015-01-25 20:54:09 +01:00
Chris Apers
975b1cf7fb MORTEVIELLE: more drawBox() adjustments 2015-01-25 20:53:42 +01:00
chrilith
241f459582 Merge pull request #1 from scummvm/master
Latest changes including mines
2015-01-24 16:46:03 +01:00