Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-01 | DIRECTOR: LINGO: Fix c_when() code, so the eecution may continue | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: Fix movie framerate | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: Remove noisy warning | Eugene Sandulenko | |
2019-12-01 | 3DS: Implement dynamic plugins | Bastien Bouclet | |
Allows a full build to run on old generation devices | |||
2019-12-01 | DIRECTOR: Do not re-render text if it was not changed | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: Make text fields assignable | Eugene Sandulenko | |
2019-12-01 | GRAPHICS: MACGUI: Fix crash on MacText reallocation | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Improve debug output | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Fix define() code, we were adding too many instructions | Eugene Sandulenko | |
2019-12-01 | SAGA: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | LASTEXPRESS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | DIRECTOR: LINGO: Fix compilation of the mixed code, and add relevant test | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Properly compile scripts with mixed immediate code and ↵ | Eugene Sandulenko | |
definitions | |||
2019-12-01 | DIRECTOR: LINGO: Improve debug output | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Made decodeInstruction() universal | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: JANITORIAL: Whitespace fixes for grammar | Eugene Sandulenko | |
2019-12-01 | SCI: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | IMAGE: Fix Missing Default Switch Case in Truemotion 1 Codec | D G Turner | |
This is flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | SHERLOCK: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | SLUDGE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | STARTREK: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | COMMON: Fix Missing Default Switch Case in Span Header | D G Turner | |
This is flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | SUPERNOVA: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | DIRECTOR: LINGO: Make sure we stop after last 'on' definition | Eugene Sandulenko | |
2019-11-30 | SWORD25: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-30 | TITANIC: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-30 | TINSEL: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-30 | OPENPANDORA: Fix compilation failures | Cameron Cawley | |
2019-12-01 | BACKENDS: Move implementation of OSystem::quit() out of ModularBackend | Cameron Cawley | |
2019-11-30 | IMAGE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-30 | GPH/OPENPANDORA: Replace use of strcat()/strcpy() with Common::String() | Cameron Cawley | |
2019-11-30 | GPH/OPENPANDORA: Remove unnecessary stat() calls | Cameron Cawley | |
Since commit 04c57ba, this should no longer be necessary. | |||
2019-11-30 | GPH/OPENPANDORA: Move ToggleTapMode() into the event manager | Cameron Cawley | |
2019-11-30 | GPH/OPENPANDORA: Remove global variable BUTTON_STATE_L | Cameron Cawley | |
2019-11-30 | SURFACESDL: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-30 | VIDEO: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-30 | TONY: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-30 | 3DS: Prevent magnify effect from updating while the GUI is active | Michael Ball | |
2019-11-30 | AUDIO: Remove unused parameter from the MixerImpl constructor | Cameron Cawley | |
2019-11-30 | 3DS: Move -Wl,--gc-sections to avoid it interfering with the library checks | Cameron Cawley | |
2019-11-30 | COMMON: Add CJK encodings to Common::CodePage | Le Philousophe | |
Use Encoding::convert to do the conversion first and try old method if it fails | |||
2019-11-30 | BUILD: Fix Version Define Being Added to All Code Objects | Yauheni 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-30 | WINTERMUTE | aviloria | |
Add new Steam flavours for Reversion: The Meeting | |||
2019-11-29 | DIRECTOR: LINGO: Add sanity checks to script execution | Eugene Sandulenko | |
2019-11-28 | DIRECTOR: LINGO: Improved debug output | Eugene Sandulenko | |
2019-11-28 | AUDIO: Fix Remaining Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-27 | GLK: AGT: Compilation fix | Paul Gilbert | |
2019-11-27 | GLK: AGT: Route savegames through the engine | Paul Gilbert | |
2019-11-27 | GLK: AGT: Move configuration options into AGT class | Paul Gilbert | |
2019-11-27 | GLK: AGT: Remove old license information | Paul Gilbert | |