Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-11-24 | MACGUI: Recognise the fact that Geneva font lives with 2 IDs | Eugene Sandulenko | |
2019-11-24 | DIRECTOR: Properly load A11 script and STXT resources | Eugene Sandulenko | |
2019-11-24 | DIRECTOR: Disable for now precompiled script execution from Lscr resources | Eugene Sandulenko | |
2019-11-24 | DIRECTOR: Implemented invalidation of cached text | Eugene Sandulenko | |
2019-11-24 | DIRECTOR: More debug output to cast rendering | Eugene Sandulenko | |
2019-11-24 | DIRECTOR: JANITORIAL: Fix whitespace | Eugene Sandulenko | |
2019-11-24 | DIRECTOR: Properly initialize cached text | Eugene Sandulenko | |
2019-11-24 | GITHUB: Comment out the instructions in the PR template | Bastien Bouclet | |
So people don't accidentally leave them in the final pull request. | |||
2019-11-24 | GUI: Bump the theme format version number | Bastien Bouclet | |
The DropdownButtonWidget changes broke compatibility with older themes. | |||
2019-11-24 | DIRECTOR: Sanity check for button drawing | Eugene Sandulenko | |
2019-11-24 | MACGUI: Do not recalc empty text | Eugene Sandulenko | |
2019-11-24 | MACGUI: Temporary fix for Geneva font duality | Eugene Sandulenko | |
2019-11-24 | GUI: Use the item at the click position in PopUpDialog | Bastien Bouclet | |
Fixes the having the drag in the dialog to change the selection on platforms with a touch screen. | |||
2019-11-24 | GUI: Add DropdownButtonWidget and use it in the launcher for mass add | Bastien Bouclet | |
DropdownButtonWidget is a button split in two parts vertically. Clicking the left part triggers a default action. Clicking the right part shows a list of other actions the user can choose from. Using this widget on the launcher lets 'Mass add' be a secondary action of the 'Add' button, removing the necessity of pressing the shift key to access the feature. | |||
2019-11-24 | LINUXMOTO: Fix Compilation | D G Turner | |
2019-11-24 | MSVC: Enable C++ Conformance mode | SupSuper | |
Disables non-portable behaviors in modern Visual Studio. This reduces the chance of code compiling correctly in MSVC but failing in other compilers. | |||
2019-11-24 | LINUXMOTO: Implement horizontal shake | D G Turner | |
2019-11-24 | DIRECTOR: Fix symbol printing | Eugene Sandulenko | |
2019-11-23 | DIRECTOR: Add sanity check to c_play() | Eugene Sandulenko | |
2019-11-23 | README: DE: Add Configuration File Location for iOS | Lothar Serra Mari | |
2019-11-23 | README: Add Configuration File Location for iOS | D G Turner | |
2019-11-23 | GPH: Remove unused variable | Cameron Cawley | |
2019-11-23 | BACKENDS: Unify formatting between the GPH, Dingux and LinuxMoto backends | Cameron Cawley | |
2019-11-23 | LINUXMOTO: Hopefully Fix Compilation | D G Turner | |
2019-11-23 | LINUXMOTO: Further Replacement of old SurfaceSdlGraphicsManager APIs | D G Turner | |
2019-11-23 | LINUXMOTO: Replace usage of old SurfaceSdlGraphicsManager APIs | D G Turner | |
2019-11-23 | LINUXMOTO: Fix Missing Declaration in Graphics Class | D G Turner | |
2019-11-23 | GLK: MAGNETIC: Even Further Fixes for AmigaOS4 Compilation | D G Turner | |
2019-11-23 | GLK: MAGNETIC: Further Fixes for AmigaOS4 Compilation | D G Turner | |
2019-11-23 | GLK: MAGNETIC: Fix Compilation on AmigaOS4 | D G Turner | |
This seems to be an issue where the initializer for the members called log get confused for a call to the log() standard library function. Renaming these members with leading underscores and adding some checks for nullptr before usage are good practice in any case and should fix this. | |||
2019-11-22 | GLK: MAGNETIC: Compilation fix | Paul Gilbert | |
2019-11-22 | GLK: MAGNETIC: Hooking up loading/saving games | Paul Gilbert | |
2019-11-22 | GLK: Fixing defines clashes between sub-engines | Paul Gilbert | |
2019-11-22 | GLK: MAGNETIC: Moving local method static variables to class fields | Paul Gilbert | |