aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-12-11FULLPIPE: Beginnings of support of Russian demoEugene Sandulenko
2016-12-10TITANIC: Renaming of parrot met flag methodsPaul Gilbert
2016-12-10MOHAWK: Poll the events while drawing Myst transitionsBastien Bouclet
Fixes #9594, the mouse cursor was hanging while transitions were drawn.
2016-12-10FULLPIPE: Implemented support for German demoEugene Sandulenko
2016-12-10FULLPIPE: Clarify null callback usage across the scenesEugene Sandulenko
2016-12-10FULLPIPE: Fix clock handle in scene08Eugene Sandulenko
2016-12-10Merge pull request #869 from danpla/cruise-fix-font-spaceEugene Sandulenko
CRUISE: Fix font space width
2016-12-10CRUISE: Fix font space widthDaniel Plakhotich
2016-12-10FULLPIPE: Implement wide scene autoscrollingEugene Sandulenko
2016-12-09Merge pull request #868 from danpla/cruise-fix-fontEugene Sandulenko
CRUISE: font: Don't overwrite transparent pixels
2016-12-09CRUISE: font: Don't overwrite transparent pixelsDaniel Plakhotich
2016-12-09FULLPIPE: Implement switching scenes from the mapEugene Sandulenko
2016-12-09ADL: Support wrapped sectors in NIB files.Alyssa Milburn
2016-12-08TITANIC: Don't allow GMM Loading/Saving if the PET area is lockedPaul Gilbert
2016-12-08TITANIC: Fix elements for Television Control remote glyphPaul Gilbert
2016-12-08TITANIC: Fix leaving 2nd class suitesPaul Gilbert
2016-12-08TITANIC: Fix setting floor numbers for PET Rooms glyphsPaul Gilbert
2016-12-08NEWS: Move Drascula fix to 1.9.1 versionThierry Crozat
2016-12-08NEWS: Mention Drascula drunkard talk bug fixThierry Crozat
2016-12-08DRASCULA: Fix bug when talking to drunkard in chapter 2Thierry Crozat
The bug made it possible to only talk once to the drunkard. Any further attempt to talk to him did nothing. This led to a dead end if we did not ask about Von Braun the first time around. This was a bug in ScummVM. The original game did not have the bug.
2016-12-08DRASCULA: Increase debug level for copyBackgroundThierry Crozat
This function is called a lot, and having a debug level of 1 made it very difficult to find any other debug prints.
2016-12-08I18N: Update translation (German)Michael D
Currently translated at 100.0% (928 of 928 strings)
2016-12-08FULLPIPE: Implement ModalMap::findMapSceneId() and plug new map code inEugene Sandulenko
2016-12-08FULLPIPE: Implement ModalMap::init2()Eugene Sandulenko
2016-12-08ALL: Leave out instructions for engine data issuesBen Castricum
2016-12-07TITANIC: Fix lift passenger class transitioningPaul Gilbert
2016-12-07TITANIC: Cleanup and fixes for CTurnOnTurnOff classPaul Gilbert
2016-12-07TITANIC: Further AVISurface fixes for reverse movie playbackPaul Gilbert
2016-12-07README: Update TOCBen Castricum
2016-12-07FULLPIPE: Implement isSaveAllowed()Eugene Sandulenko
2016-12-07FULLPIPE: Implement ModalMap::isSceneEnabled()Eugene Sandulenko
2016-12-07I18N: Update translation (Spanish)Eugene Sandulenko
Currently translated at 99.4% (923 of 928 strings)
2016-12-07FULLPIPE: Implement ModalMap::checkScenePass()Eugene Sandulenko
2016-12-06I18N: Update translation (Danish)Eugene Sandulenko
Currently translated at 82.7% (768 of 928 strings)
2016-12-06I18N: Update translation (Spanish)Timofonic
Currently translated at 99.4% (923 of 928 strings)
2016-12-06I18N: Update translation (Spanish)Sergio Carmona
Currently translated at 98.3% (913 of 928 strings)
2016-12-06I18N: Update translation (Spanish)Timofonic
Currently translated at 98.2% (912 of 928 strings)
2016-12-06I18N: Update translation (Spanish)Eugene Sandulenko
Currently translated at 97.4% (904 of 928 strings)
2016-12-06I18N: Update translation (Spanish)Timofonic
Currently translated at 97.4% (904 of 928 strings)
2016-12-06SCUMM HE: Silence GCC indentation warningTorbjörn Andersson
2016-12-06I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (928 of 928 strings)
2016-12-06FULLPIPE: Renames in ModalMapEugene Sandulenko
2016-12-06FULLPIPE: Map code difference for German versionEugene Sandulenko
2016-12-06FULLPIPE: Added detection for English Steam versionEugene Sandulenko
2016-12-06ALL: replace 2 more 'download engine data' instructionsBen Castricum
2016-12-06ALL: Change instructions for engine data file issuesBen Castricum
The engine data files should be included in the package, so downloading may not be the best suggestion. Instead refer to the README.
2016-12-06ALL: Unify 'wrong version of engine data' messageBen Castricum
2016-12-06ALL: Unify 'corrupted engine data' messageBen Castricum
2016-12-05TITANIC: In progress code for reverse playback in AVISurfacePaul Gilbert
2016-12-05VIDEO: Add reverse playback support to AviDecoderPaul Gilbert