aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-16GLK: ARCHETYPE: Allowing savegames from launcherPaul Gilbert
2019-11-16GLK: LEVEL9: Fix game Ids for Price of MagikPaul Gilbert
2019-11-17SCUMM HE: MBC: Hid noisy debug outputEugene Sandulenko
2019-11-16CRYOMNI3D: Don't try to load RENVSBG.HLZ if it doesn't existLe Philousophe
2019-11-16CRYOMNI3D: Fix loading links with German Windows versionLe Philousophe
2019-11-16CRYOMNI3D: Rewrite path handling to be more agnostic to installationLe Philousophe
That simplifies fallback detection too
2019-11-16KYRA: (EOB1) - fix monster random item chanceathrxx
(EOB 1 has a higher chance to receive a random item from certain monsters than EOB2 - this fixes that)
2019-11-16ILLUSIONS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-16DM: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-15GLK: ARCHETYPE: Fix saving gamesPaul Gilbert
2019-11-15KYRA: (EOB/Amiga) - fix outro glitchathrxx
2019-11-15TTS: Fix use of virtual function in TTSMan destructorBastien Bouclet
TextToSpeechManager::freeVoiceData was called while the virtual function table pointer was already reset by the parent class destructor.
2019-11-15I18N: Update translations templatesThierry Crozat
2019-11-15MOHAWK: MYST: Loop the flyby movies and allow skipping using left clickBastien Bouclet
Fixes #10599.
2019-11-15I18N: Update translations templatesThierry Crozat
2019-11-15CLOUD: Remove the saves sync finished OSD messageBastien 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-15PINK: Fix text color selection and added some debug outputEugene Sandulenko
2019-11-15PRINCE: I18N: Update translation (Russian)Anton
Currently translated at 100.0% (2757 of 2757 strings)
2019-11-15MADE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-15QUEEN: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-15LURE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-15GRIFFON: Allow skipping logos with ESCEugene Sandulenko
2019-11-14LAB: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-14WINTERMUTE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-14DEVTOOLS: Add missing libraries to cmake-based create_projectMichaƂ Janiszewski
2019-11-14TRAVIS: Cache homebrew packagesCameron Cawley
Based on https://stackoverflow.com/a/53331571
2019-11-14TEENAGENT: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-14TOLTECS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-14FULLPIPE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled. Also, do minor fixes for readability to switch statements.
2019-11-14GRIFFON: Fix compilation on AmigaEugene Sandulenko
2019-11-13FULLPIPE: Fix compilationEugene Sandulenko
2019-11-13GRIFFON: Fix GMM loading from options and titleEugene Sandulenko
2019-11-13GRIFFON: Fix loading from GMMEugene Sandulenko
2019-11-13GRIFFON: Fix random loading timeEugene Sandulenko
2019-11-13GRIFFON: Fix loading from launcherEugene Sandulenko
2019-11-13GRIFFON: Implemented loading from launcherEugene Sandulenko
2019-11-13GRIFFON: Added support for extended savesEugene Sandulenko
2019-11-13ENGINES: Extend MetaEngine class with ExtendedSaves supportEugene Sandulenko
2019-11-13GRIFFON: Fix color fill for hidden 'save', and skip it in the navigationEugene Sandulenko
2019-11-13GRIFFON: Hide 'save' item from menu when there is nothing to saveEugene Sandulenko
2019-11-13GRIFFON: Fix the menu logic. Finally!Eugene Sandulenko
2019-11-13GRIFFON: More work on game modesEugene Sandulenko
2019-11-13GRIFFON: Added 'nodamage' console commandEugene Sandulenko
2019-11-13GRIFFON: Render savestates after saveEugene Sandulenko
2019-11-13GRIFFON: Fix GCC Compiler WarningsD G Turner
2019-11-13GRIFFON: More work on game statesEugene Sandulenko
2019-11-13GRIFFON: Initial code for game modesEugene Sandulenko
2019-11-13GRIFFON: Some renamingStrangerke
2019-11-13GRIFFON: Fix save screenStrangerke
2019-11-13GRIFFON: Fix unitialize variable breaking the save screenStrangerke