Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-17 | DIRECTOR: Add Lingo script types to archive loader. | Scott Percival | |
2019-11-17 | DIRECTOR: Adjust codeInt and codeArray to not include calls to c_intpush and ↵ | Scott Percival | |
c_arraypush | |||
2019-11-17 | DIRECTOR: Flesh out bytecode interpreter | Scott Percival | |
2019-11-17 | DIRECTOR: treat drawRect bounding box params as signed | Scott Percival | |
2019-11-17 | DIRECTOR: begin interpreter for Lingo V4 bytecode | Scott Percival | |
2019-11-17 | DIRECTOR: rename *constpush; 'const' in Lingo implies checking a lookup ↵ | Scott Percival | |
table, not an inlined int/float | |||
2019-11-17 | DIRECTOR: extract image pitch from BitmapCast | Scott Percival | |
2019-11-17 | DIRECTOR: fix hash calculation in detection tables | Scott Percival | |
2019-11-17 | DIRECTOR: Add more debug stubs | Scott Percival | |
2019-11-17 | DIRECTOR: Add iD4 disks and Chop Suey to detection table | Scott Percival | |
2019-11-17 | BUILD: Properly disable updates if no Sparkle implementation is available | Lothar Serra Mari | |
2019-11-17 | BUILD: Disable updates if no Sparkle implementation is available | Lothar 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-17 | GLK: LEVEL9: Stretch images to cover the entire upper window area | Paul Gilbert | |
2019-11-17 | GRAPHICS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-17 | I18N: Update translations templates | Thierry Crozat | |
2019-11-17 | AUDIO: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-16 | TINSEL: Add DW1 CD Argentum Collection detection | Paul Gilbert | |
2019-11-16 | GLK: ARCHETYPE: Allowing savegames from launcher | Paul Gilbert | |
2019-11-16 | GLK: LEVEL9: Fix game Ids for Price of Magik | Paul Gilbert | |
2019-11-17 | SCUMM HE: MBC: Hid noisy debug output | Eugene Sandulenko | |
2019-11-16 | CRYOMNI3D: Don't try to load RENVSBG.HLZ if it doesn't exist | Le Philousophe | |
2019-11-16 | CRYOMNI3D: Fix loading links with German Windows version | Le Philousophe | |
2019-11-16 | CRYOMNI3D: Rewrite path handling to be more agnostic to installation | Le Philousophe | |
That simplifies fallback detection too | |||
2019-11-16 | KYRA: (EOB1) - fix monster random item chance | athrxx | |
(EOB 1 has a higher chance to receive a random item from certain monsters than EOB2 - this fixes that) | |||
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 | |