aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
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
2016-12-01FULLPIPE: Remove obsolete TODOEugene Sandulenko
2016-12-01FULLPIPE: CleanupEugene Sandulenko
2016-12-01FULLPIPE: Fix quitting game via menuEugene Sandulenko
2016-12-01FULLPIPE: Fix crash on scene switchEugene Sandulenko
2016-12-01FULLPIPE: Rename struct variables of MovGraphItemEugene Sandulenko
2016-11-30TITANIC: Fix caseless string contains checksPaul Gilbert
2016-11-30TITANIC: Fix getting Succubus's NPC scriptPaul Gilbert
2016-11-30TITANIC: Fix showing magazine ad on TV channel 3Paul Gilbert
2016-11-30TITANIC: Fix down channel remote button for televisionPaul Gilbert
2016-11-30TITANIC: Field renamings in CTelevisionPaul Gilbert
2016-11-30TITANIC: Fix getting remote highlight indexesPaul Gilbert
2016-11-30TITANIC: Handle 16-bit source movie framesPaul Gilbert
2016-11-30TITANIC: Fix turning on chest of drawers in SGT stateroomPaul Gilbert
2016-11-30FULLPIPE: Hide useless noisy warningEugene Sandulenko
2016-11-30FULLPIPE: Implement MovGraph destructorEugene Sandulenko
2016-11-30FULLPIPE: Restart SFX on request instead of skipping it.Eugene Sandulenko
This matches the original and fixes the footstep sounds.
2016-11-30FULLPIPE: Fix music looping in scene04. This completes this sceneEugene Sandulenko
2016-11-29Merge pull request #864 from BenCastricum/editingEugene Sandulenko
ALL: Unify messages wording
2016-11-29ALL: save file => saved gameBen Castricum
2016-11-29ALL: Remove comma before the word 'instead'Ben Castricum
2016-11-29ALL: game state => saved gameBen Castricum
2016-11-29ALL: savegame => saved gameBen Castricum
2016-11-29ALL: Fix usage of 'etc.'Ben Castricum
2016-11-29FULLPIPE: Initial code for scene04 musicEugene Sandulenko
2016-11-29FULLPIPE: Fix sound in scene04Eugene Sandulenko
2016-11-29FULLPIPE: Unstub setSceneMusicParameters()Eugene Sandulenko
2016-11-29FULLPIPE: Implement track looping in sceneFinalEugene Sandulenko
2016-11-29FULLPIPE: Unstub StopAllSoundStreams()Eugene Sandulenko
2016-11-28TITANIC: Transparency in movie frames now workingPaul Gilbert
Turns out the movie frames didn't need to be 32-bit, it just needed custom copying code to replace transparent pixels with the transparency color, so when blitted to the screen, the pixels aren't drawn.
2016-11-28FULLPIPE: Silence GCC warnings (mostly signed/unsigned ones)Torbjörn Andersson
2016-11-27ENGINES: Simplify translation for advancedDetector.cpprootfather
Until now, we had three separate strings for the message about unsupported games. This commit merges them into one single string.
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-27Merge pull request #862 from rootfather/enhance-translationsEugene Sandulenko
I18N: Update/add POTFILES, enable some more strings for translation
2016-11-26TITANIC: Add support for 32-bit surfacesPaul Gilbert
Some of the game videos have alpha levels, which are lost if the surfaces are converted to 16-bit. This adds better support for creating 32-bit video surfaces, so the information won't be lost
2016-11-26ZVISION: Enable translation for some more stringsrootfather
2016-11-26WAGE: Add POTFILESrootfather
2016-11-26TOON: Enable translation for some stringsrootfather
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-26SCI: Update POTFILESrootfather
2016-11-26MADS: Update POTFILESrootfather