Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-16 | ILLUSIONS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-16 | DM: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-15 | GLK: ARCHETYPE: Fix saving games | Paul Gilbert | |
2019-11-15 | KYRA: (EOB/Amiga) - fix outro glitch | athrxx | |
2019-11-15 | TTS: Fix use of virtual function in TTSMan destructor | Bastien Bouclet | |
TextToSpeechManager::freeVoiceData was called while the virtual function table pointer was already reset by the parent class destructor. | |||
2019-11-15 | I18N: Update translations templates | Thierry Crozat | |
2019-11-15 | MOHAWK: MYST: Loop the flyby movies and allow skipping using left click | Bastien Bouclet | |
Fixes #10599. | |||
2019-11-15 | I18N: Update translations templates | Thierry Crozat | |
2019-11-15 | CLOUD: Remove the saves sync finished OSD message | Bastien Bouclet | |
It's not very good for immersion when it appears after an autosave. The cloud icon is a good enough indication that cloud synchronization happened. | |||
2019-11-15 | PINK: Fix text color selection and added some debug output | Eugene Sandulenko | |
2019-11-15 | PRINCE: I18N: Update translation (Russian) | Anton | |
Currently translated at 100.0% (2757 of 2757 strings) | |||
2019-11-15 | MADE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-15 | QUEEN: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-15 | LURE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-15 | GRIFFON: Allow skipping logos with ESC | Eugene Sandulenko | |
2019-11-14 | LAB: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-14 | WINTERMUTE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-14 | DEVTOOLS: Add missing libraries to cmake-based create_project | MichaĆ Janiszewski | |
2019-11-14 | TRAVIS: Cache homebrew packages | Cameron Cawley | |
Based on https://stackoverflow.com/a/53331571 | |||
2019-11-14 | TEENAGENT: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-14 | TOLTECS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-14 | FULLPIPE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. Also, do minor fixes for readability to switch statements. | |||
2019-11-14 | GRIFFON: Fix compilation on Amiga | Eugene Sandulenko | |
2019-11-13 | FULLPIPE: Fix compilation | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Fix GMM loading from options and title | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Fix loading from GMM | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Fix random loading time | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Fix loading from launcher | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Implemented loading from launcher | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Added support for extended saves | Eugene Sandulenko | |
2019-11-13 | ENGINES: Extend MetaEngine class with ExtendedSaves support | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Fix color fill for hidden 'save', and skip it in the navigation | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Hide 'save' item from menu when there is nothing to save | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Fix the menu logic. Finally! | Eugene Sandulenko | |
2019-11-13 | GRIFFON: More work on game modes | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Added 'nodamage' console command | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Render savestates after save | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Fix GCC Compiler Warnings | D G Turner | |
2019-11-13 | GRIFFON: More work on game states | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Initial code for game modes | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Some renaming | Strangerke | |
2019-11-13 | GRIFFON: Fix save screen | Strangerke | |
2019-11-13 | GRIFFON: Fix unitialize variable breaking the save screen | Strangerke | |
2019-11-13 | GRIFFON: Fix misleading comments | Strangerke | |
2019-11-13 | GRIFFON: Fix engine id | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Initialize variables | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Fix regressions in newsaveload function | Strangerke | |
2019-11-13 | GRIFFON: Reduce the scope of two variables | Strangerke | |
2019-11-13 | GRIFFON: Fixes for engineId changes | Eugene Sandulenko | |
2019-11-13 | GRIFFON: Simplified quit event handling | Eugene Sandulenko | |