aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Collapse)Author
2017-08-21SCUMM: Update MD5 include fileBen Castricum
2017-08-21SCUMM: Add detection for German version of Spy Fox 1, fixes bug #9732Ben Castricum
2017-08-17SCUMM: Prevent darkenPallete() in Room 0 in FT, fixes bug #9871Ben Castricum
2017-08-11SCUMM: Moonbase: Mark original bug as fall through to silence GCC 7 warningEugene Sandulenko
2017-08-11SCUMM: Add missing return statementEugene Sandulenko
2017-08-11SCUMM: Add missing break to INSANE code. Thanks to eriktorbjorn and GCC7Eugene Sandulenko
2017-08-10SCUMM: Don't list Amiga version of The Secret of Monkey Island as VGA, as it ↵Kirben
leads to confusion.
2017-08-06JANITORIAL: Silence some more GCC 7 fall through warningsTorbjörn Andersson
2017-08-06JANITORIAL: Increase buffer size to fix potential overflowTorbjörn Andersson
Caught by GCC 7 (though the warning seemed misleading to me). Since SoundDesc->name can potentially be 14 characters "%s_reg%03d.fla" can be 25 characters, plus the terminating \0.
2017-08-06JANITORIAL: Silence GCC warningTorbjörn Andersson
Since case 64 was added for "MM C64 Costume Animation", and considering the way it's written to only affect game version 0, it is clearly an intentional fall through.
2017-08-04SCUMM: Fix Typo in Detection Table Comment.D G Turner
No functional change.
2017-07-30SCUMM: MI2 kill tune 113 on start of next, Fixes bug #1410 / Booty IslandBen Castricum
Fix the "MI2: Two soundtracks playing at once" bug from the bug tracker. It's triggered when the player enters the kiosk for the second time and leaves before tune 113 is started.
2017-07-30SCUMM: MI2 kill tune 107 on start of next, Fixes bug #1410 / Scabb IslandBen Castricum
Fix the "MI2: Two soundtracks playing at once" bug from the forum. It's triggered when the player is moving faster then the scripts expect causing the "stop tune 117" command be executed before the start of the tune. Effectily creating a hanging tune 107. This patch kills the tune when this sitation is detected.
2017-02-21Merge pull request #902 from segrax/Fix_4556Eugene Sandulenko
SCUMM: Fix bug #4556 (Maniac: Purple Tentacle appears in Lab after being chased out)
2017-02-21Merge pull request #903 from segrax/Fix_4112Eugene Sandulenko
SCUMM: Fix bug #4112 (MANIAC: Power never returns)
2017-02-21SCUMM: MM V0: Fix actors skipping between certain walk-boxesRobert Crossfield
2017-02-15SCUMM: MM V0: Fix an issue with Sandy appearing to slide across a walkboxRobert Crossfield
2017-02-14SCUMM: Cleanup Maniac Mansion workaroundsRobert Crossfield
2017-02-14SCUMM: Fix bug #4112. If you enter the lab while Dr. Fred has the power off, ↵Robert Crossfield
the power won't be turned back on as the script is killed
2017-02-13SCUMM: Fix bug #4556 (Maniac C64/V1/V2: Purple Tentacle appears in Lab Entry ↵Robert Crossfield
after being chased out)
2017-01-13Merge pull request #877 from segrax/Fix_2285Eugene Sandulenko
SCUMM: Fix bug #2285 (ZAK C64/V1/V2 Caponians dont disguise after using crystal)
2016-12-28SCUMM: Fix bug #2285 (ZAK C64/V1/V2 Caponians don't disguise after using ↵Robert Crossfield
blue crystal)
2016-12-27SCUMM: Fix bug #6817 (V1 Actors drawn 1 line too high)Robert Crossfield
2016-12-27SCUMM: Fix bug #4515 (Dr. Fred facing wrong way in lab cutscene)Robert Crossfield
2016-12-06SCUMM HE: Silence GCC indentation warningTorbjörn Andersson
2016-11-29ALL: game state => saved gameBen Castricum
2016-11-29ALL: Fix usage of 'etc.'Ben Castricum
2016-11-27SCUMM HE: Fix crash in Moonbase distrotionEugene Sandulenko
2016-11-27SCUMM: Fix dialog initializationEugene Sandulenko
2016-11-27SCUMM: Set initial EOS state in Scumm::File classEugene Sandulenko
2016-11-27SCUMM: Properly inint FM-TOWNS gfx codeEugene Sandulenko
2016-11-27SCUMM HE: More class initializationsEugene Sandulenko
2016-11-26SCUMM: Enable translation for the unknown game warningrootfather
We have translations enabled for the warning created by advancedDetector.cpp, so I think it would be neat to have translations enabled here too. This also enables the message about the "Lite" version of Putt-Putt Saves the Zoo being unsupported to the translation database.
2016-11-24SCUMM HE: Fix Football logic initializationEugene Sandulenko
2016-11-20SCUMM HE: Hid noisy Moonbase AI warnings under debug channelEugene Sandulenko
2016-11-19SCUMM: Fix IMUSE initializationEugene Sandulenko
2016-11-19SCUMM: Fix class initalizationEugene Sandulenko
2016-11-19SCUMM: Fix more initializationEugene Sandulenko
2016-11-19SCUMM: Fix CMS player initializationEugene Sandulenko
2016-11-19SCUMM: Fix some class initializationsEugene Sandulenko
2016-10-31JANITORIAL: TyposAlexandre Detiste
I've not fixed this one, maybe it's on purpose: RELASE -> RELEASE engines/mads/staticres.cpp:const char *const kGameReleaseTitleStr = "GAME RELASE VERSION INFO";
2016-10-09SCUMM: Fix crash on exit in FT demoEugene Sandulenko
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-10-01SCUMM: Move detection entries for Steam versions to end of listThierry Crozat
For some games the Steam Mac version and Mac CD version have the same executable name and since we use the executable name to detect the Steam version it becomes a candidate for the CD version as well. Moving it at the end of the list ensures that the CD version entry takes precedence. This fixes bug #7060.
2016-10-01SCUMM: Use platform from candidate to generate unknown version messageThierry Crozat
If we don't provide the platform and the candidate is a Steam version it errors out with 'Unable to find Steam executable from detection pattern!' message.
2016-09-03JANITORIAL: Fix include statementsEugene Sandulenko
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2016-09-03SCUMM HE: Constify string parameterOri Avtalion
2016-09-02Merge pull request #821 from BenCastricum/bugfixesEugene Sandulenko
SCUMM: Bugfixes
2016-08-30SCUMM HE: Add remote scripts-related kludgesAlexander Tkachev
Those are the last ones. Now Net stubs must be handled.