aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-11-17GRAPHICS: Remove downscalers only used by the Windows CE portCameron Cawley
2019-11-17BACKENDS: Remove the Windows CE portCameron Cawley
2019-11-17GRIFFON: Replace use of abs() with ABS()Cameron Cawley
2019-11-17DIRECTOR: Add more logging to Lingo script loaderScott Percival
2019-11-17DIRECTOR: Attempt to load Lingo bytecode for v4 and aboveScott Percival
2019-11-17DIRECTOR: Recompile Lingo parserScott Percival
2019-11-17DIRECTOR: More formattingScott Percival
2019-11-17DIRECTOR: Fix formattingScott Percival
2019-11-17DIRECTOR: Add loader for Lingo name section.Scott Percival
2019-11-17DIRECTOR: Fix functions_offset in addCodeV4Scott Percival
2019-11-17DIRECTOR: Fix code formatting.Scott Percival
2019-11-17DIRECTOR: Add ScriptContext struct to track all attributes of the current ↵Scott Percival
script.
2019-11-17DIRECTOR: Add support for exit.Scott Percival
2019-11-17DIRECTOR: Fix script function model, rename c_nop to c_unk.Scott Percival
2019-11-17DIRECTOR: Add Lingo script types to archive loader.Scott Percival
2019-11-17DIRECTOR: Adjust codeInt and codeArray to not include calls to c_intpush and ↵Scott Percival
c_arraypush
2019-11-17DIRECTOR: Flesh out bytecode interpreterScott Percival
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.