aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-17DIRECTOR: treat drawRect bounding box params as signedScott Percival
2019-11-17DIRECTOR: begin interpreter for Lingo V4 bytecodeScott Percival
2019-11-17DIRECTOR: rename *constpush; 'const' in Lingo implies checking a lookup ↵Scott Percival
table, not an inlined int/float
2019-11-17DIRECTOR: extract image pitch from BitmapCastScott Percival
2019-11-17DIRECTOR: fix hash calculation in detection tablesScott Percival
2019-11-17DIRECTOR: Add more debug stubsScott Percival
2019-11-17DIRECTOR: Add iD4 disks and Chop Suey to detection tableScott Percival
2019-11-17BUILD: Properly disable updates if no Sparkle implementation is availableLothar Serra Mari
2019-11-17BUILD: Disable updates if no Sparkle implementation is availableLothar Serra Mari
Currently, --enable-release always enables updates even on unsupported platforms. This additional check disables updates entirely if no proper sparkle implementation is found. Fixes #11217.
2019-11-17GLK: LEVEL9: Stretch images to cover the entire upper window areaPaul Gilbert
2019-11-17GRAPHICS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-17I18N: Update translations templatesThierry Crozat
2019-11-17AUDIO: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-16TINSEL: Add DW1 CD Argentum Collection detectionPaul Gilbert
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