Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-01 | TITANIC: Fix Succubus greeting message when there's mail | Paul Gilbert | |
2016-12-01 | TITANIC: Renamings and clarifications for mail methods | Paul Gilbert | |
2016-12-01 | FULLPIPE: Remove obsolete TODO | Eugene Sandulenko | |
2016-12-01 | FULLPIPE: Cleanup | Eugene Sandulenko | |
2016-12-01 | FULLPIPE: Fix quitting game via menu | Eugene Sandulenko | |
2016-12-01 | FULLPIPE: Fix crash on scene switch | Eugene Sandulenko | |
2016-12-01 | FULLPIPE: Rename struct variables of MovGraphItem | Eugene Sandulenko | |
2016-11-30 | TITANIC: Fix caseless string contains checks | Paul Gilbert | |
2016-11-30 | TITANIC: Fix getting Succubus's NPC script | Paul Gilbert | |
2016-11-30 | TITANIC: Fix showing magazine ad on TV channel 3 | Paul Gilbert | |
2016-11-30 | TITANIC: Fix down channel remote button for television | Paul Gilbert | |
2016-11-30 | TITANIC: Field renamings in CTelevision | Paul Gilbert | |
2016-11-30 | TITANIC: Fix getting remote highlight indexes | Paul Gilbert | |
2016-11-30 | TITANIC: Handle 16-bit source movie frames | Paul Gilbert | |
2016-11-30 | TITANIC: Fix turning on chest of drawers in SGT stateroom | Paul Gilbert | |
2016-11-30 | FULLPIPE: Hide useless noisy warning | Eugene Sandulenko | |
2016-11-30 | FULLPIPE: Implement MovGraph destructor | Eugene Sandulenko | |
2016-11-30 | FULLPIPE: Restart SFX on request instead of skipping it. | Eugene Sandulenko | |
This matches the original and fixes the footstep sounds. | |||
2016-11-30 | FULLPIPE: Fix music looping in scene04. This completes this scene | Eugene Sandulenko | |
2016-11-29 | Merge pull request #864 from BenCastricum/editing | Eugene Sandulenko | |
ALL: Unify messages wording | |||
2016-11-29 | ALL: save file => saved game | Ben Castricum | |
2016-11-29 | ALL: Remove comma before the word 'instead' | Ben Castricum | |
2016-11-29 | ALL: game state => saved game | Ben Castricum | |
2016-11-29 | ALL: savegame => saved game | Ben Castricum | |
2016-11-29 | ALL: Fix usage of 'etc.' | Ben Castricum | |
2016-11-29 | FULLPIPE: Initial code for scene04 music | Eugene Sandulenko | |
2016-11-29 | FULLPIPE: Fix sound in scene04 | Eugene Sandulenko | |
2016-11-29 | FULLPIPE: Unstub setSceneMusicParameters() | Eugene Sandulenko | |
2016-11-29 | FULLPIPE: Implement track looping in sceneFinal | Eugene Sandulenko | |
2016-11-29 | FULLPIPE: Unstub StopAllSoundStreams() | Eugene Sandulenko | |
2016-11-28 | TITANIC: Transparency in movie frames now working | Paul 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-28 | FULLPIPE: Silence GCC warnings (mostly signed/unsigned ones) | Torbjörn Andersson | |
2016-11-27 | ENGINES: Simplify translation for advancedDetector.cpp | rootfather | |
Until now, we had three separate strings for the message about unsupported games. This commit merges them into one single string. | |||
2016-11-27 | SCUMM HE: Fix crash in Moonbase distrotion | Eugene Sandulenko | |
2016-11-27 | SCUMM: Fix dialog initialization | Eugene Sandulenko | |
2016-11-27 | SCUMM: Set initial EOS state in Scumm::File class | Eugene Sandulenko | |
2016-11-27 | SCUMM: Properly inint FM-TOWNS gfx code | Eugene Sandulenko | |
2016-11-27 | SCUMM HE: More class initializations | Eugene Sandulenko | |
2016-11-27 | Merge pull request #862 from rootfather/enhance-translations | Eugene Sandulenko | |
I18N: Update/add POTFILES, enable some more strings for translation | |||
2016-11-26 | TITANIC: Add support for 32-bit surfaces | Paul 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-26 | ZVISION: Enable translation for some more strings | rootfather | |
2016-11-26 | WAGE: Add POTFILES | rootfather | |
2016-11-26 | TOON: Enable translation for some strings | rootfather | |
2016-11-26 | SCUMM: Enable translation for the unknown game warning | rootfather | |
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-26 | SCI: Update POTFILES | rootfather | |
2016-11-26 | MADS: Update POTFILES | rootfather | |
2016-11-26 | KYRA: Update POTFILES | rootfather | |
2016-11-26 | GNAP: Add POTFILES | rootfather | |
2016-11-25 | FULLPIPE: Start final music | Eugene Sandulenko | |
2016-11-25 | FULLPIPE: Added 4 sound channels like in original | Eugene Sandulenko | |