aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-08SCI: Fix QFG3 combat speed throttling patchVhati
Replaces an earlier patch that had a bad byte. Original instruction: 0x80, 0xd2, // lsg global[D2h]. The op byte does not match the expected length or opcode comment. 0x80 would be: lag uint16. 0x89 is: lsg byte. This new patch also does not disturb the logic of a nearby IF block.
2019-02-08SCI: Fix out of bounds issue in getFrameSizeJean-Christophe Rona
If there is no item at all, returns a (0,0,0,0) Rect.
2019-02-07BLADERUNNER: Cleanup for drive away endings scriptsPeter Kohaut
All ending are achievable
2019-02-07BLADERUNNER: Cleanup of Mutants scriptsPeter Kohaut
2019-02-07BLADERUNNER: Cleanup of Clovis scripts for chapter 5Peter Kohaut
2019-02-07GIT: Add a .gitattributes fileCameron Cawley
2019-02-06GLK: FROTZ: Fix drawing position of pillars in Zork ZeroPaul Gilbert
2019-02-06I18N: Update translations templatesThierry Crozat
2019-02-06I18N: Regenerate translations data fileThierry Crozat
2019-02-06I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1059 of 1059 strings)
2019-02-06I18N: Regenerate translations data fileThierry Crozat
2019-02-06I18N: Update translation (Italian)Paolo Bossi
Currently translated at 100.0% (1059 of 1059 strings)
2019-02-06I18N: Update translation (Italian)Paolo Bossi
Currently translated at 98.2% (1040 of 1059 strings)
2019-02-06I18N: Regenerate translations data fileThierry Crozat
2019-02-06I18N: Update translation (Greek)Antoniou Athanasios
Currently translated at 100.0% (1059 of 1059 strings)
2019-02-06I18N: Update translation (German)Lothar Serra Mari
Currently translated at 99.6% (1055 of 1059 strings)
2019-02-06I18N: Regenerate translations data fileThierry Crozat
2019-02-06SUPERNOVA: Fixes possible OOB readJoseph-Eugene Winzer
2019-02-06SUPERNOVA: Fixes OOB readJoseph-Eugene Winzer
2019-02-06SUPERNOVA: Adds missing initializationsJoseph-Eugene Winzer
2019-02-06SUPERNOVA: Fixing header file includesJoseph-Eugene Winzer
2019-02-06SUPERNOVA: Stops time and animations when reading the newspaperJoseph-Eugene Winzer
After leaving the cell on Arsano there's a desk you need to attach your watch to and set the alarm to attract the guard in the next room. If the alarm goes off while reading the newspaper, the game glitches out with wrong palette colors, scene, ..
2019-02-06SUPERNOVA: Uses setCurrentImage in renderImageJoseph-Eugene Winzer
Although renderImage for ImageId doesn't use _currentImage, it needs to be set for compatibility with the section based renderImage function. The functionality doesn't change with this commit, except that the palette brightness gets updated if the image is in a different file.
2019-02-06SUPERNOVA: Removes invalid ImageId entryJoseph-Eugene Winzer
2019-02-06SUPERNOVA: Removes GameManager dependency for ScreenJoseph-Eugene Winzer
All calls from Screen member functions to the GameManager instance are relocated to the wrapper functions in SupernovaEngine.
2019-02-06SUPERNOVA: Updates NOTESJoseph-Eugene Winzer
The audio samples' offset and corresponding file number are better described in sound.h. Also the variable timer2 was renamed quite a while ago and served only as a reference to the original source code.
2019-02-06SUPERNOVA: Adds Outro imageJoseph-Eugene Winzer
msn_data.055 that stores the outro image was missed to be added to imageInfo and thus not loaded during the engine init/
2019-02-06SUPERNOVA: Adds renderImage overload for ImageIdJoseph-Eugene Winzer
2019-02-06SUPERNOVA: Moves function definitions from rooms.hJoseph-Eugene Winzer
2019-02-06SUPERNOVA: Adds missing image idJoseph-Eugene Winzer
2019-02-06SUPERNOVA: Adds 'Image' prefix for ImageId constantsJoseph-Eugene Winzer
2019-02-05GLK: Fix local types in Attribute color methodsPaul Gilbert
2019-02-05BLADERUNNER: Added debugger command "friend"Peter Kohaut
It can be used for querying and changing friendliness between actors.
2019-02-05BLADERUNNER: Cleanup of Maggie scriptPeter Kohaut
2019-02-05BLADERUNNER: Cleanup Steele scripts for endingPeter Kohaut
2019-02-05BLADERUNNER: Gaff scripts cleanupPeter Kohaut
2019-02-04SCI32: Cleanup QFG4 Remove a commented workaroundVhati
It was superseded by commit aa9a1ab.
2019-02-03MUTATIONOFJB: Fix play animation command.Ľubomír Remák
2019-02-03SAGA: Fix potential crash when talking to Sist (bug #10365)Torbjörn Andersson
When Rif puts on the rat disguise, he is swapped out for a different actor. When he takes off the disguise, after reaching Sist's office, the old actor is swapped back in again. At that point, original Rif's actor will have a _lastZone pointer which not only is for the wrong room, it was deleted when Rif in disguise left the room. To fix this, we also swap the actors's _lastZone pointers.
2019-02-03GUI: Flush debugger prompts on text consoleVhati
When built with enable-text-console and disable-readline, flushing output immediately after printing the debugger prompt, before waiting for input, ensures that external tools can spawn ScummVM, detect the prompt, and pipe in automated responses (e.g., expect scripts). Explicit flushing was necessary at least on Windows, where support for automating terminal input is less sophisticated. Otherwise, the prompt string doesn't make it through the pipe, and both the script and ScummVM get stuck waiting for input.
2019-02-03SCI: Fix LB1 left staircase lockup, bug #10879sluicebox
Fixes a lockup in the original
2019-02-03SCI: Fix ECO1CD giving Superfluous the oily shellsluicebox
Fixes a script bug in the CD version, bug #10881
2019-02-03BLADERUNNER: Fixed end creditsPeter Kohaut
Game is completable for blade runner path
2019-02-03BLADERUNNER: Cleanup of KP03 bomb related scriptsPeter Kohaut
2019-02-03SCI: Fix inconsistent debugger breakpoint messagesVhati
Fixes bp_function and bp_address not printing the created breakpoint, as happens with the other bp_ commands.
2019-02-03SCI: Cleanup Hoyle patchesVhati
2019-02-03SCI: Cleanup SQ6,Torin patchesVhati
2019-02-03SCI: Cleanup RAMA,Shivers patchesVhati
2019-02-03SCI: Cleanup SpaceQuest 1-5 patchesVhati
2019-02-03SCI: Cleanup QFG4 patchesVhati