aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2015-02-08ZVISION: Draw transparent text in original save dialogTorbjörn Andersson
Before this change, text was drawn in black boxes in Zork Nemesis, so while this does make it look better (and more like the original) this may actually make the text slightly harder to read. The original dialogs allowed only upper-case letters, but I think that it's better to leave that to the player.
2015-02-07SCUMM: Fix detection of the DoTT Maniac Mansion easter egg targetTorbjörn Andersson
It's the key, not the gameid, that is the proper target name. In my case, the key for that version of MM had the target name "maniac-old" and gameid "maniac" (can you tell I've messed around with this file a bit on my own?), so it tried to use "maniac" as the target, which happened to be the target name for the enhanced version instead.
2015-02-05HUGO: Avoid drawing text above screen (bug #6799)Torbjörn Andersson
When drawing cursor text, don't draw it above the top of the screen, since this would lead to memory corruption and crashes. I'm not quite sure this is all of bug #6799 since it also mentioned that "sometimes simply using a hotspot will be enough", but it's a start.
2015-02-03SCUMM: Adapt wording for the fix in commit f1c64c2afeFilippos Karapetis
2015-02-03ZVISION: Fix for script bug #6783 (no sound in the ZNem fist puzzle)Filippos Karapetis
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-03SCUMM: Fix handling of string resources in smash player for Steam mac gamesThierry Crozat
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-03ZVISION: Fix bug #6784 (wrong scaling in the fist control)Filippos Karapetis
2015-02-02ZVISION: Remove \n from debug messageTorbjörn Andersson
2015-02-01BBVS: Fix out-of-bounds array access in air guitar minigame as reported by ↵johndoe123
Coverity
2015-01-31ZVISION: Add detection for Italian Zork Nemeis (bug #6786)Torbjörn Andersson
2015-01-31MADS: Janitorial - fix some else statements with braces on separate lines or ↵Strangerke
extra tabs
2015-01-31MADS: Add a safeguard in doFrameStrangerke
2015-01-31MADS: Fix a bug in PaletteUsage::process, some renamingStrangerke
2015-01-31MADS: Fix signed/unsigned comparison warningStrangerke
2015-01-31MADS: Remove a useless variableStrangerke
2015-01-31MADS: Add safeguards in DialogsNebular::showStrangerke
2015-01-31Merge pull request #579 from chrilith/mortevielle_textposArnaud Boutonné
MORTEVIELLE: fixed text position
2015-01-29MORTEVIELLE: fixed text positionChris Apers
Checked against french and german versions. “Your are alone” text isn’t centred in original code.
2015-01-29BBVS: Implement loading and saving in the air guitar minigamejohndoe123
2015-01-28Merge pull request #576 from chrilith/masterArnaud Boutonné
MORTEVIELLE: added starting screen
2015-01-28MADE: Initialize some variablesStrangerke
2015-01-28ZVISION: Fix bug #6787 init lzss window by same values as in original gameMarisa-Chan
2015-01-27MORTEVIELLE: added starting screen string index constantChris Apers
2015-01-27MORTEVIELLE: added starting screenChris Apers
To give credits to the original authors and developers.
2015-01-27MADE: Initialize some more variables, remove an useless variableStrangerke
2015-01-27MADE: Initialize some variables, remove a useless variableStrangerke
2015-01-27ACCESS: Initialize some variablesStrangerke
2015-01-26Merge pull request #574 from chrilith/masterArnaud Boutonné
MORTEVIELLE: added missing inter screen messages
2015-01-26TSAGE: BF - Fix another color glitchStrangerke
2015-01-26TSAGE: BF - Fix a glitch in scene 935Strangerke
2015-01-26TSAGE: Fix 3 uninitialized variablesStrangerke
2015-01-26VOYEUR: Fix bug in vDoCycleIntStrangerke
2015-01-26TSAGE: Ringworld - Declare _sitFl as a booleanStrangerke
2015-01-26TSAGE: Ringworld - Fix unitialized variableStrangerke
2015-01-26TSAGE: Ringworld - Fix unitialized variableStrangerke
2015-01-26TSAGE: BF - Remove unused variableStrangerke
2015-01-26VOYEUR: Add missing breakStrangerke
2015-01-26ZVISION: Cleanup.Torbjörn Andersson
We usually don't check a pointer before deleting it.
2015-01-26ZVISION: Use ValueSlot for volume in ActionMusicTorbjörn Andersson
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-26MORTEVIELLE: added missing inter screen messagesChris Apers
2015-01-26ZVISION: Fix ActionMusic volumeTorbjörn Andersson
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-26Merge pull request #568 from Marisa-Chan/masterFilippos Karapetis
ZVISION: Fix sound bug #6767 by making pan_track code similar to origina...
2015-01-25MORTEVIELLE: 1sec seems to be far enough hereChris Apers
2015-01-25MORTEVIELLE: more drawBox() adjustmentsChris Apers
2015-01-24ZVISION: Delete stream if there is no audio stream to queue toTorbjörn Andersson
This probably never happens, but is consistent with our common AVI decoder.
2015-01-24ZVISION: Fix lag at beginning of cutscenesTorbjörn Andersson
We have to update _curChunk when decoding audio, otherwise it will decode the entire audio track on the first frame. For the ZGI intro this would take 700-800 ms, and since the audio started playing before the video it looked to me as if it had to play the first bit faster to catch up. Thanks to fuzzie for setting me on the right track with an off-hand remark about the Zork AVI decoder (I was looking at the standard AVI decoder), and for finding the cause a few seconds before I did.
2015-01-24Merge pull request #570 from chrilith/mortevielle_3rdintroArnaud Boutonné
MORTEVIELLE: Added missing mesgId handling for 3rd intro screen
2015-01-24MORTEVIELLE: alternatively we can make it local to delay()Chris Apers
2015-01-24MORTEVIELLE: Added missing mesgId handling for 3rd intro screenChris Apers
This message is displayed during disk access, so it is not visible as is in ScummVM version, a delay is required. Also delay should hide the mouse to prevent frozen screen.
2015-01-23MORTEVIELLE: Fixed read index parsing alert stringschrilith
because Pascal code is base 1