Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-12-02 | MOHAWK: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-02 | DIRECTOR: Load all STXT resources which look like scripts | Eugene Sandulenko | |
2019-12-01 | SCI32: Fix kPlayVMDPlayUntilEvent when passed zero | sluicebox | |
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-01 | SCI32: Create stubs for kPlayVMD blob subops | sluicebox | |
Prevents Phantasmagoria 1 from crashing while in censored mode. The "blob" subops pixelate rectangles during playback and are currently being implemented. | |||
2019-12-01 | DIRECTOR: LINGO: Implement extened 'on' clause syntax | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Fix syntax of repeatwith operator | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: LINGO: Fix compilation for multiple if conditions | Eugene Sandulenko | |
2019-12-01 | PEGASUS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-12-01 | GRAPHICS: MACGUI: Fix default font size | Eugene Sandulenko | |
2019-12-01 | DIRECTOR: Fix fonts in cached texts | Eugene Sandulenko | |
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 | |