aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-03TITANIC: Fix choosing correct vocab matches for wordsPaul Gilbert
2016-11-03SCI: Add QFG1 game version to detection tableColin Snover
Thanks @tsoliman for the data.
2016-11-03NEWS: Mention GMM save/load support in ComposerEugene Sandulenko
2016-11-03Merge pull request #851 from angstsmurf/composer-gmm-newEugene Sandulenko
COMPOSER: Support GMM saving/loading and load from launcher
2016-11-03NEWS: Mention GUI improvementsEugene Sandulenko
2016-11-03Merge pull request #859 from criezy/gui-applyEugene Sandulenko
GUI: apply changes functionality
2016-11-03SCI32: Allow SCI32 games to update speech & subtitles settingsColin Snover
Fixes Trac#9637.
2016-11-03I18N: Regenerate translations.datEugene Sandulenko
2016-11-03I18N: Update Russian translationEugene Sandulenko
2016-11-03I18N: Update Ukrainian translationEugene Sandulenko
2016-11-02SCI32: Fix incorrect text width calculation of non-ASCII stringsColin Snover
Fixes Trac#9639.
2016-11-02TITANIC: Parser fixesPaul Gilbert
2016-11-02TITANIC: Disable secondary spatial sources of speech playbackPaul Gilbert
2016-11-02TITANIC: Fix correctly getting the Deskbot's scriptPaul Gilbert
2016-11-02TITANIC: Change endTalking to setTalkingPaul Gilbert
2016-11-02SCI32: Fix missing digital audio playback on save game restoreColin Snover
Fixes Trac#9581.
2016-11-02SCI: Remove old SCI32 hires detection heuristicColin Snover
2016-11-02SCI32: Automate kNumCels workaroundColin Snover
2016-11-02SCI32: Remove incorrect palette.h #includeColin Snover
2016-11-02SCI: Add reference dump to disk in debuggerColin Snover
This allows references in memory to be dumped to disk for examination by other tools. In the case of SCI32 bitmaps, data is output in 8-bit TGA format without transparency, which allows the current palette to also be examined. (The alternative would be to use 32-bit TGA to display transparency, and lose the palette, or dump to a more complicated format that supports 1-bit transparency.)
2016-11-01TITANIC: Fix Deskbot startup animationPaul Gilbert
2016-11-01TITANIC: Cleanup calls to playMoviePaul Gilbert
2016-11-01TITANIC: Cleanup calls to playClipPaul Gilbert
2016-11-01TITANIC: Fix log heading for talking to DeskbotPaul Gilbert
2016-11-01TITANIC: Add support for mouse wheel scrolling conversations logPaul Gilbert
2016-11-01TITANIC: Fix loading of conversation logPaul Gilbert
2016-11-01TITANIC: Fix transparency handling for PET glyph selectionPaul Gilbert
2016-11-01CHEWY: Add additional version information to detection entriesrootfather
2016-11-01TITANIC: Fix loading of remote buttonsPaul Gilbert
2016-10-31TITANIC: Fix rendering PET glyphs when scrolledPaul Gilbert
2016-10-31TITANIC: Fix another compiler warningPaul Gilbert
2016-10-31GRAPHICS: Fix compiler warning in BdfFontPaul Gilbert
2016-10-31TITANIC: Fix compiler warningsPaul Gilbert
2016-10-31TITANIC: Remove dragged item image when dropped in PETPaul Gilbert
2016-10-31MADS: Fix spelling mistakePaul Gilbert
2016-10-31DIRECTOR: More debug ouptut to RIFX parsingEugene Sandulenko
2016-10-31Merge pull request #860 from a-detiste/masterEugene Sandulenko
JANITORIAL: Typos found by lintian
2016-10-31TITANIC: Implement manual mouse control used during introPaul Gilbert
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-30TITANIC: Renamings of mouse methodsPaul Gilbert
2016-10-30TITANIC: Support cutscene frame counting beyond end of videoPaul Gilbert
The intro credits cutscene at least, uses an end frame beyond the video as a way of adding an extra delay after the video finishes
2016-10-30DIRECTOR: More debug output on resource loadingEugene Sandulenko
2016-10-30TITANIC: Fix PET rendering in Embarkation LobbyPaul Gilbert
2016-10-30DM: Fix GCC warning (and potential bug)Strangerke
2016-10-30NEWS/DE: Mention recent additions/changesrootfather
2016-10-30NEWS: Mention recent additions/changesrootfather
2016-10-30README/DE: Mention --auto-detect feature in German READMErootfather
2016-10-30NEWS/DE: Mention recent bugfixes in the German NEWSrootfather
2016-10-30NEWS: Mention recent bugfixes in the NEWSrootfather
2016-10-30TITANIC: Add extra field initializationsPaul Gilbert