Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-13 | SLUDGE: Refactor image loading function and apply in backdrop | yinsimei | |
2017-07-13 | SLUDGE: Replace sludge stream reading functions by scummvm ones | yinsimei | |
2017-07-13 | SLUDGE: Add the slusge specific image decoder | yinsimei | |
2017-07-13 | SLUDGE: Correct ifdef position in backdrop.h | yinsimei | |
2017-07-13 | SLUDGE: Fix configure.engine | Tobia Tesan | |
It doesn't work with create_project.exe otherwise | |||
2017-07-13 | SLUDGE: Fix png displaying | yinsimei | |
2017-07-13 | SLUDGE: code formatting | yinsimei | |
2017-07-13 | SLUDGE: Use PNGDecoder to read backdrop | yinsimei | |
2017-07-13 | SLUDGE: Refactor png specific functions in backdrop | yinsimei | |
2017-07-13 | SLUDGE: Refactor background loading code | yinsimei | |
2017-07-13 | SLUDGE: Replace stream writing functions id backdrop and formatting | yinsimei | |
2017-07-13 | SLUDGE: Replace standard file reading functions by Common functions | yinsimei | |
2017-07-13 | SLUDGE: Remove inner include of vorbis library | yinsimei | |
2017-07-13 | SLUDGE: Add namespace for file version.h | yinsimei | |
2017-07-13 | SLUDGE: Add new debug channels | yinsimei | |
2017-07-13 | SLUDGE: Add namespace | yinsimei | |
2017-07-13 | SLUDGE: Add sludge files and make it compile | yinsimei | |
2017-07-13 | SLUDGE: Add first classes in scummvm to detect .slg game file | yinsimei | |
2017-07-13 | I18N: Update translation (German) | wreednumero2 | |
Currently translated at 100.0% (964 of 964 strings) | |||
2017-07-12 | TITANIC: Fix daffine.h includes | Paul Gilbert | |
2017-07-12 | TITANIC: Rename DMatrix to DAffine, thanks to wjp | Paul Gilbert | |
2017-07-12 | TITANIC: Change rows to cols in DMatrix, thanks to wjp | Paul Gilbert | |
2017-07-12 | SWORD1: Specify list of available languages in detection code | Thierry Crozat | |
This way only those languages are listed in the language selector for the game settings. | |||
2017-07-12 | I18N: Update translations templates | Thierry Crozat | |
2017-07-12 | MOHAWK: Riven: Improve save load error handling | Bastien Bouclet | |
A GUI error message is now displayed if an error occurs when loading a save. | |||
2017-07-12 | TITANIC: Fix promenade fan noises when turned to full | Paul Gilbert | |
2017-07-11 | TITANIC: Fix savegame names not showing in Continue dialog | Paul Gilbert | |
2017-07-11 | TITANIC: Fix Titania's nose remaining present after being picked up | Paul 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-11 | I18N: Update translations templates | Thierry Crozat | |
2017-07-11 | MOHAWK: Riven: Fix card leave scripts when changing stacks | Bastien 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-10 | TITANIC: Fix rendering of conversation text input | Paul Gilbert | |
2017-07-11 | IMAGE: Inline two simple indeo functions | Willem Jan Palenstijn | |
2017-07-10 | TITANIC: Inline CTransparencySurface methods at wjp's suggestion | Paul Gilbert | |
2017-07-10 | I18N: Update translations templates | Thierry Crozat | |
2017-07-10 | Revert "COMMON: Change way the Singleton instances are instantiated" | Eugene Sandulenko | |
This reverts commit eefa72afa1978a9dea10f5b1833fcc8f58a3468e. With this patch ConfigManager is broken. | |||
2017-07-10 | I18N: Update translations templates | Thierry Crozat | |
2017-07-10 | COMMON: Change way the Singleton instances are instantiated | Thierry 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-10 | MOHAWK: Riven: Clear the effects screen at the beginning of credits | Bastien 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-10 | I18N: Regenerate translations data file | Thierry Crozat | |
2017-07-09 | SCI: Fix detected name for lsl6-cd | Tarek Soliman | |
2017-07-10 | I18N: Update translation (German) | wreednumero2 | |
Currently translated at 99.8% (963 of 964 strings) | |||
2017-07-09 | TITANIC: Fixes for correctly display of drop targets | Paul Gilbert | |
2017-07-09 | I18N: Update translations templates | Thierry Crozat | |
2017-07-09 | SCI32: Fix kObjectIntersect | Willem Jan Palenstijn | |
It was using SCI16 calls to get the NowSeenRects. This fixes #9855. | |||
2017-07-09 | MOHAWK: Myst: Fix the sound receiver sound restarting on each frame | Bastien Bouclet | |
Fixes #9921. | |||
2017-07-09 | MOHAWK: Myst: Fix the piano sound effect restarting when moving the mouse | Bastien Bouclet | |
Fixes #9916. | |||
2017-07-09 | MOHAWK: Riven: Fix ending video not playing when using the trap book | Bastien Bouclet | |
Fixes #9911. | |||
2017-07-09 | MOHAWK: Riven: Fix use after free when using the trap book | Bastien Bouclet | |
2017-07-08 | TITANIC: Fix using hose first on nose | Paul Gilbert | |
2017-07-08 | TITANIC: Rename CDropTarget _showItem to _hideItem | Paul Gilbert | |