aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-02PLUGINS: Fix crash when no plugins are availableCameron Cawley
2019-12-02I18N: Regenerate translations data fileThierry Crozat
2019-12-02MOHAWK: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-02DIRECTOR: Load all STXT resources which look like scriptsEugene Sandulenko
2019-12-01SCI32: Fix kPlayVMDPlayUntilEvent when passed zerosluicebox
Fixes VMD playback in Phantasmagoria 1 while in censored mode. kPlayVMDPlayUntilEvent is supposed to play until the last frame when passed zero as the frame number to wait for.
2019-12-01SCI32: Create stubs for kPlayVMD blob subopssluicebox
Prevents Phantasmagoria 1 from crashing while in censored mode. The "blob" subops pixelate rectangles during playback and are currently being implemented.
2019-12-01DIRECTOR: LINGO: Implement extened 'on' clause syntaxEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix syntax of repeatwith operatorEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix compilation for multiple if conditionsEugene Sandulenko
2019-12-01PEGASUS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01GRAPHICS: MACGUI: Fix default font sizeEugene Sandulenko
2019-12-01DIRECTOR: Fix fonts in cached textsEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix c_when() code, so the eecution may continueEugene Sandulenko
2019-12-01DIRECTOR: Fix movie framerateEugene Sandulenko
2019-12-01DIRECTOR: Remove noisy warningEugene Sandulenko
2019-12-013DS: Implement dynamic pluginsBastien Bouclet
Allows a full build to run on old generation devices
2019-12-01DIRECTOR: Do not re-render text if it was not changedEugene Sandulenko
2019-12-01DIRECTOR: Make text fields assignableEugene Sandulenko
2019-12-01GRAPHICS: MACGUI: Fix crash on MacText reallocationEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Improve debug outputEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Fix define() code, we were adding too many instructionsEugene Sandulenko
2019-12-01SAGA: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01LASTEXPRESS: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01DIRECTOR: LINGO: Fix compilation of the mixed code, and add relevant testEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Properly compile scripts with mixed immediate code and ↵Eugene Sandulenko
definitions
2019-12-01DIRECTOR: LINGO: Improve debug outputEugene Sandulenko
2019-12-01DIRECTOR: LINGO: Made decodeInstruction() universalEugene Sandulenko
2019-12-01DIRECTOR: LINGO: JANITORIAL: Whitespace fixes for grammarEugene Sandulenko
2019-12-01SCI: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01IMAGE: Fix Missing Default Switch Case in Truemotion 1 CodecD G Turner
This is flagged by GCC if -Wswitch-default is enabled.
2019-12-01SHERLOCK: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01SLUDGE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01STARTREK: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01COMMON: Fix Missing Default Switch Case in Span HeaderD G Turner
This is flagged by GCC if -Wswitch-default is enabled.
2019-12-01SUPERNOVA: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-12-01DIRECTOR: LINGO: Make sure we stop after last 'on' definitionEugene Sandulenko
2019-11-30SWORD25: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30TITANIC: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30TINSEL: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30OPENPANDORA: Fix compilation failuresCameron Cawley
2019-12-01BACKENDS: Move implementation of OSystem::quit() out of ModularBackendCameron Cawley
2019-11-30IMAGE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30GPH/OPENPANDORA: Replace use of strcat()/strcpy() with Common::String()Cameron Cawley
2019-11-30GPH/OPENPANDORA: Remove unnecessary stat() callsCameron Cawley
Since commit 04c57ba, this should no longer be necessary.
2019-11-30GPH/OPENPANDORA: Move ToggleTapMode() into the event managerCameron Cawley
2019-11-30GPH/OPENPANDORA: Remove global variable BUTTON_STATE_LCameron Cawley
2019-11-30SURFACESDL: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30VIDEO: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-30TONY: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-303DS: Prevent magnify effect from updating while the GUI is activeMichael Ball