Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-21 | COMMON: Fix Missing Default Switch Case in Coroutine Macros | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-21 | I18N: Update translations templates | Thierry Crozat | |
2019-10-21 | HUGO: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-20 | PARALLACTION: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-20 | STARTREK: Fix Minor Syntax Mistake | D G Turner | |
This unfortunately compiled fine, but was flagged by the GCC -Wunused-value warning. | |||
2019-10-20 | STARTREK: Unify the text patching code | Filippos Karapetis | |
2019-10-20 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1162 of 1162 strings) | |||
2019-10-20 | I18N: Update translations templates | Thierry Crozat | |
2019-10-20 | SWORD2: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-20 | PINK: Fix text drawing, use absolute coordinates | Eugene Sandulenko | |
2019-10-20 | GRAPHICS: MACGUI: Added possibility to render MacText at any desired place | Eugene Sandulenko | |
2019-10-20 | 3DS: Change the audio thread to wait for the audio buffers to complete | Bastien Bouclet | |
Fixes the regular pop sounds caused by buffer underruns / clobbering of the previous implementation. | |||
2019-10-20 | 3DS: Don't immediately update the screen when enabling the overlay | Bastien Bouclet | |
Fixes the overlay dirty buffer being visible for a frame when opening the GUI while in-game. | |||
2019-10-20 | I18N: Update translations templates | Thierry Crozat | |
2019-10-20 | SWORD1: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-20 | STARTREK: Read the text of the MUDD mission rooms from RDF files | Filippos Karapetis | |
Also, add a central mechanism to fix text typos | |||
2019-10-20 | SKY: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-19 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 55.9% (1540 of 2757 strings) | |||
2019-10-19 | I18N: Update translations templates | Thierry Crozat | |
2019-10-19 | GROOVIE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-19 | CRYOMNI3D: Fix default cases to raise errors | Le Philousophe | |
2019-10-19 | CRUISE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-19 | PINK: Enable text rendering for localized versions | Eugene Sandulenko | |
2019-10-19 | GRAPHICS: MACGUI: Added default font for MacText | Eugene Sandulenko | |
2019-10-19 | COMMON: Moved string encoding to separate file | Eugene Sandulenko | |
2019-10-19 | IOS7: enable home indicator auto-hide on iPhone X and up | Stefan Will | |
This makes the annoying white line at the bottom of the screen go away on newer (home button-less) iPhones. https://developer.apple.com/documentation/uikit/uiviewcontroller/2887510-prefershomeindicatorautohidden | |||
2019-10-19 | GUI: Fix crash when opening the save name dialog | Bastien Bouclet | |
The changes in 1dce33dd9f909b09a73902b3939b61a81a149b7a introduced a case where the width of widgets would not be set. This commit reverts the offending changes and introduces a different fix for the original issue. Only recompute the width/height of a stack if it is not explicitly set. Fixes #11214. | |||
2019-10-18 | OPENGL: Fix warning when using builtin OpenGL functions | Cameron Cawley | |
2019-10-18 | ANDROID: Fix warning | Cameron Cawley | |
2019-10-18 | GRAPHICS: MACGUI: Switched MacText to U32String internally | Eugene Sandulenko | |
2019-10-18 | COMMON: Added new + operator to U32String | Eugene Sandulenko | |
2019-10-18 | TTS: Link libpthread explicitly on Linux platform | Christian Krause | |
2019-10-18 | DRASCULA: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-18 | DRACI: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-18 | GRAPHICS: MACGUI: Fix compilation without freetype | Eugene Sandulenko | |
2019-10-18 | COMMON: Added String::find() | Eugene Sandulenko | |
2019-10-18 | GRAPHICS: MACGUI: Added support for Unicode fonts in menu | Eugene Sandulenko | |
2019-10-17 | DIRECTOR: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-17 | CRYOMNI3D: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-17 | GUI: Fix launcher layout for small widths | Bastien Bouclet | |
* Testing if a widget can be centered was ignoring the padding. * Only resize a layout based on its content if it was not explicitely sized by its parent. Fixes the logo causing incorrect layout computations when the window width is lower than the image width. | |||
2019-10-17 | CRYO: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-17 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 55.2% (1523 of 2757 strings) | |||
2019-10-17 | GRAPHICS: MACGUI: Fix crash when clicking on the top window | Eugene Sandulenko | |
2019-10-16 | SCI32: Fix QFG4 error when clicking after runes puzzle | sluicebox | |
Fixes a bug in a script patch, trac #11211 | |||
2019-10-17 | CINE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-17 | PINK: Enforce built-in fonts in WM | Eugene Sandulenko | |
2019-10-17 | GRAPHICS: MACGUI: Add possibility to set WM mode right away | Eugene Sandulenko | |
This lets us to not load mac fonts when the built-in mode in enforced | |||
2019-10-16 | SDL: Fix Missing Default Switch Cases in Events Class | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-16 | CGE2: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-16 | CGE: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. |