aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-11-30AUDIO: Remove unused parameter from the MixerImpl constructorCameron Cawley
2019-11-303DS: Move -Wl,--gc-sections to avoid it interfering with the library checksCameron Cawley
2019-11-30COMMON: Add CJK encodings to Common::CodePageLe Philousophe
Use Encoding::convert to do the conversion first and try old method if it fails
2019-11-30BUILD: Fix Version Define Being Added to All Code ObjectsYauheni Kaliuta
Due to a quirk of target specific make variables which means they are added to all pre-requisities, this resulted in the defines which were meant to be applied only to the version module being applied to most of the codebase. This did not cause any direct issues, but was untidy and unexpected behaviour which was reported in Pull Request 1946 by janisozaur. Fix it by defining a special rule for version.o with own flags instead of using template rule. Signed-off-by: Yauheni Kaliuta <yauheni.kaliuta@redhat.com>
2019-11-30WINTERMUTEaviloria
Add new Steam flavours for Reversion: The Meeting
2019-11-29DIRECTOR: LINGO: Add sanity checks to script executionEugene Sandulenko
2019-11-28DIRECTOR: LINGO: Improved debug outputEugene Sandulenko
2019-11-28AUDIO: Fix Remaining Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-11-27GLK: AGT: Compilation fixPaul Gilbert
2019-11-27GLK: AGT: Route savegames through the enginePaul Gilbert
2019-11-27GLK: AGT: Move configuration options into AGT classPaul Gilbert
2019-11-27GLK: AGT: Remove old license informationPaul Gilbert
2019-11-27GLK: AGT: Properly exit when game window is closedPaul Gilbert
2019-11-27GLK: AGT: Startup fixesPaul Gilbert
2019-11-27GLK: AGT: Initialization fixesPaul Gilbert
2019-11-27GLK: AGT: Added subengine filesPaul Gilbert
2019-11-27GLK: AGT: Added detection entriesPaul Gilbert
2019-11-27GLK: AGT: Skeleton enginePaul Gilbert
2019-11-28TSAGE: Fix Missing Default Switch CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.