aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-13SLUDGE: Fix png displayingyinsimei
2017-07-13SLUDGE: code formattingyinsimei
2017-07-13SLUDGE: Use PNGDecoder to read backdropyinsimei
2017-07-13SLUDGE: Refactor png specific functions in backdropyinsimei
2017-07-13SLUDGE: Refactor background loading codeyinsimei
2017-07-13SLUDGE: Replace stream writing functions id backdrop and formattingyinsimei
2017-07-13SLUDGE: Replace standard file reading functions by Common functionsyinsimei
2017-07-13SLUDGE: Remove inner include of vorbis libraryyinsimei
2017-07-13SLUDGE: Add namespace for file version.hyinsimei
2017-07-13SLUDGE: Add new debug channelsyinsimei
2017-07-13SLUDGE: Add namespaceyinsimei
2017-07-13SLUDGE: Add sludge files and make it compileyinsimei
2017-07-13SLUDGE: Add first classes in scummvm to detect .slg game fileyinsimei
2017-07-13I18N: Update translation (German)wreednumero2
Currently translated at 100.0% (964 of 964 strings)
2017-07-12TITANIC: Fix daffine.h includesPaul Gilbert
2017-07-12TITANIC: Rename DMatrix to DAffine, thanks to wjpPaul Gilbert
2017-07-12TITANIC: Change rows to cols in DMatrix, thanks to wjpPaul Gilbert
2017-07-12SWORD1: Specify list of available languages in detection codeThierry Crozat
This way only those languages are listed in the language selector for the game settings.
2017-07-12I18N: Update translations templatesThierry Crozat
2017-07-12MOHAWK: Riven: Improve save load error handlingBastien Bouclet
A GUI error message is now displayed if an error occurs when loading a save.
2017-07-12TITANIC: Fix promenade fan noises when turned to fullPaul Gilbert
2017-07-11TITANIC: Fix savegame names not showing in Continue dialogPaul Gilbert
2017-07-11TITANIC: Fix Titania's nose remaining present after being picked upPaul Gilbert
Fixing this required reverting the previous fix I'd done for the Doorbot's 'Cloak Off' animation during the prologue. What the proper fix for it, seems to be, is that when a video is full 32-bit ARGB, if it has a second transparency track, then simply ignore the alpha in the first track, and simply use the RGB values for each pixel
2017-07-11I18N: Update translations templatesThierry Crozat
2017-07-11MOHAWK: Riven: Fix card leave scripts when changing stacksBastien Bouclet
Card leave scripts were using data from the new stack, whereas they should have been using data from the old stack to which they belong. Fixes Trac#9928.
2017-07-10TITANIC: Fix rendering of conversation text inputPaul Gilbert
2017-07-11IMAGE: Inline two simple indeo functionsWillem Jan Palenstijn
2017-07-10TITANIC: Inline CTransparencySurface methods at wjp's suggestionPaul Gilbert
2017-07-10I18N: Update translations templatesThierry Crozat
2017-07-10Revert "COMMON: Change way the Singleton instances are instantiated"Eugene Sandulenko
This reverts commit eefa72afa1978a9dea10f5b1833fcc8f58a3468e. With this patch ConfigManager is broken.
2017-07-10I18N: Update translations templatesThierry Crozat
2017-07-10COMMON: Change way the Singleton instances are instantiatedThierry Crozat
This fixes tons of warnings with clang from a recent xcode version on macOS (and possibly other systems) complaining that an instantiation of _singleton is required but no definition is available.
2017-07-10MOHAWK: Riven: Clear the effects screen at the beginning of creditsBastien Bouclet
It is used as a source for the fade from black effect. Ensures the first fading effect fades from black and not the previous view. Fixes #9929, #9930, #9931, #9932, #9933.
2017-07-10I18N: Regenerate translations data fileThierry Crozat
2017-07-09SCI: Fix detected name for lsl6-cdTarek Soliman
2017-07-10I18N: Update translation (German)wreednumero2
Currently translated at 99.8% (963 of 964 strings)
2017-07-09TITANIC: Fixes for correctly display of drop targetsPaul Gilbert
2017-07-09I18N: Update translations templatesThierry Crozat
2017-07-09SCI32: Fix kObjectIntersectWillem Jan Palenstijn
It was using SCI16 calls to get the NowSeenRects. This fixes #9855.
2017-07-09MOHAWK: Myst: Fix the sound receiver sound restarting on each frameBastien Bouclet
Fixes #9921.
2017-07-09MOHAWK: Myst: Fix the piano sound effect restarting when moving the mouseBastien Bouclet
Fixes #9916.
2017-07-09MOHAWK: Riven: Fix ending video not playing when using the trap bookBastien Bouclet
Fixes #9911.
2017-07-09MOHAWK: Riven: Fix use after free when using the trap bookBastien Bouclet
2017-07-08TITANIC: Fix using hose first on nosePaul Gilbert
2017-07-08TITANIC: Rename CDropTarget _showItem to _hideItemPaul Gilbert
2017-07-08TITANIC: Fix Doorbot timing in prologue service liftPaul Gilbert
2017-07-08TITANIC: Show Vision Centre on bartop with pickup hand cursorPaul Gilbert
2017-07-08TITANIC: Fix disappearing vision center on bar shelfPaul Gilbert
2017-07-08I18N: Update translations templatesThierry Crozat
2017-07-08SWORD1: Only write config in in-game menu when they are changedThierry Crozat
The in-game menu contains not only subtitles and volume settings, but also load and save game options. Every time the menu was opened it would write the subtitles and audio volumes to the ConfMan resulting in toggling on overriding global options for this game, which was a but strange when it was previously using global options and we only wanted to load a game. So now the settings are written to ConfMan from the in-game menu only when they are actually changed.