Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-11-27 | GLK: AGT: Properly exit when game window is closed | Paul Gilbert | |
2019-11-27 | GLK: AGT: Startup fixes | Paul Gilbert | |
2019-11-27 | GLK: AGT: Initialization fixes | Paul Gilbert | |
2019-11-27 | GLK: AGT: Added subengine files | Paul Gilbert | |
2019-11-27 | GLK: AGT: Added detection entries | Paul Gilbert | |
2019-11-27 | GLK: AGT: Skeleton engine | Paul Gilbert | |
2019-11-28 | TSAGE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-28 | I18N: Update translation (French) | Thierry Crozat | |
Currently translated at 100.0% (1180 of 1180 strings) | |||
2019-11-28 | I18N: Update translation (Czech) | Zbyněk Schwarz | |
Currently translated at 80.0% (944 of 1180 strings) | |||
2019-11-27 | DIRECTOR: Fix crash with debug ouptut | Eugene Sandulenko | |
2019-11-27 | DIRECTOR: LINGO: Made if.lingo test executable | Eugene Sandulenko | |
2019-11-27 | DIRECTOR: LINGO: Explain why tests are skipped | Eugene Sandulenko | |
2019-11-27 | DIRECTOR: LINGO: Improved parsing debug output | Eugene Sandulenko | |
2019-11-27 | DIRECTOR: LINGO: Fix if statement parsing | Eugene Sandulenko | |
2019-11-27 | DIRECTOR: LINGO: JANITORIAL: Split long code line | Eugene Sandulenko | |
2019-11-27 | DIRECTOR: LINGO: Fix warning | Eugene Sandulenko | |
2019-11-27 | DIRECTOR: LINGO: Fix grammar reduce/reduce conflicts | Eugene Sandulenko | |
2019-11-27 | PRINCE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-27 | PINK: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-27 | PLUMBERS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-27 | GNAP: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-11-26 | BLADERUNNER: Fixed crossplatform thumbnails in saves | Peter Kohaut | |
Thumbnail was broken when savefile was transfered between big endiang and little endian platforms. closes #11258 | |||
2019-11-26 | DIRECTOR: LINGO: Fix line count when unsing tokens with new line | Eugene Sandulenko | |
2019-11-25 | SCI32: Fix kFileIOReadRaw when fewer bytes than requested | sluicebox | |
Fixes censorship password in Phantasmagoria 1 | |||
2019-11-26 | DIRECTOR: LINGO: Strip comments and trailing whitespaces from the scripts | Eugene Sandulenko | |
2019-11-26 | DIRECTOR: Added references as parameters to lingo built-ins | Eugene Sandulenko | |
2019-11-25 | README: Fix name of config file on iOS | Thierry Crozat | |
2019-11-25 | ANDROID: Add docs and port dist files to Assets | Thanasis Antoniou | |
2019-11-25 | GLK: Fix Compilation on AmigaOS4 | D G Turner | |
2019-11-25 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-11-24 | GLK: Implement glk_schannel_create_ext | Paul Gilbert | |
2019-11-24 | ANDROIDSDL: Remove unused graphics manager | Cameron Cawley | |
2019-11-24 | DIRECTOR: Rename Cast class variables to follow our naming conventions | Eugene Sandulenko | |
2019-11-24 | DIRECTOR: Attach texts to buttons. Now HandV works again | Eugene Sandulenko | |