aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2016-12-10CRUISE: Fix font space widthDaniel Plakhotich
2016-12-10FULLPIPE: Implement wide scene autoscrollingEugene Sandulenko
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-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-08FULLPIPE: Implement ModalMap::findMapSceneId() and plug new map code inEugene Sandulenko
2016-12-08FULLPIPE: Implement ModalMap::init2()Eugene Sandulenko
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-07FULLPIPE: Implement isSaveAllowed()Eugene Sandulenko
2016-12-07FULLPIPE: Implement ModalMap::isSceneEnabled()Eugene Sandulenko
2016-12-07FULLPIPE: Implement ModalMap::checkScenePass()Eugene Sandulenko
2016-12-06SCUMM HE: Silence GCC indentation warningTorbjörn Andersson
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-05TITANIC: In progress code for reverse playback in AVISurfacePaul Gilbert
2016-12-05FULLPIPE: Implemented ModalMap::getSceneHPicture()Eugene Sandulenko
2016-12-04FULLPIPE: Enable engine by defaultEugene Sandulenko
2016-12-04FULLPIPE: Fix another warningEugene Sandulenko
2016-12-04FULLPIPE: Fix warningsEugene Sandulenko
2016-12-04FULLPIPE: Added detection for Russian demo version.Eugene Sandulenko
Crashes as startup
2016-12-04FULLPIPE: Add detection for Estonian versionEugene Sandulenko
2016-12-03FULLPIPE: Added detection for German Demo and using different file for ↵Eugene Sandulenko
version detection
2016-12-03SCI: Remove unnecessary duplicate shadowing variableColin Snover
2016-12-03SCI: Fix invalid read of LB2 audio map 448Colin Snover
2016-12-03SCI: Update engine status commentColin Snover
2016-12-03SCI: Remove unnecessary lock in SegManagerColin Snover
2016-12-03SCI: Remove use of snprintfColin Snover
2016-12-03SCI: Deduplicate text-reading code in kGetFarTextColin Snover
2016-12-03SCI: Remove unnecessary indirection in Resource::loadPatchColin Snover
2016-12-03SCI: Clean up some commentsColin Snover
2016-12-03SCI: Fix buffer overflow in AmigaMac sound driverColin Snover
2016-12-03SCI: Fix non-responsive application warning during sysex transfersColin Snover
This also fixes the display of the startup LCD message, which had been delayed until after the sysex transfer was finished.
2016-12-03SCI32: Fix LSL6hires text speed sliderColin Snover
For whatever reason, this game uses a different global for specifying the text speed.
2016-12-02TITANIC: Fix changing inventory glyphs positions when dragging onePaul Gilbert
2016-12-02TITANIC: Fix dragging inventory items onto the viewPaul Gilbert
2016-12-02TITANIC: Fix dragging magazine to inventoryPaul Gilbert
2016-12-02FULLPIPE: Fix detected language for German versionEugene Sandulenko
2016-12-01TITANIC: Field renaming for CSuccubusDeliveryGlyphPaul Gilbert
2016-12-01TITANIC: Fix succubus registering mail receiptPaul Gilbert
2016-12-01TITANIC: Fix Succubus greeting message when there's mailPaul Gilbert
2016-12-01TITANIC: Renamings and clarifications for mail methodsPaul Gilbert