Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-03 | I18N: Update translations templates | Thierry Crozat | |
2019-10-03 | GUI: Add Missing Switch Default Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-03 | SLUDGE: Really Fix MSVC Warnings | D G Turner | |
2019-10-03 | DIRECTOR: Fix MSVC Warnings | D G Turner | |
2019-10-03 | GRAPHICS: Further Fix for MSVC Warnings in Nine Patch Code | D G Turner | |
2019-10-03 | SLUDGE: Fix Remaining MSVC Warning | D G Turner | |
2019-10-03 | SLUDGE: Further Fixes for MSVC Warnings | D G Turner | |
This _should_ fix the remaining issues with signed vs. unsigned warnings in the TransparentSurface blit method calls. | |||
2019-10-03 | COMMON: Add Switch Default Cases in JSON Parser | D G Turner | |
2019-10-03 | MACVENTURE: Add Missing Switch Default Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-03 | COMMON: Add Missing Switch Default Cases to Stream Seek Methods | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-03 | GRAPHICS: Add Missing Switch Default Case in PixelFormat Header | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-02 | GRAPHICS: MACGUI: Fix GCC Signed vs. Unsigned Warnings | D G Turner | |
2019-10-02 | SUPERNOVA: Remove ADGF_TESTING flag | Thierry Crozat | |
2019-10-03 | GRAPHICS: MACGUI: Correctly render highlights for the open submenus | Eugene Sandulenko | |
2019-10-03 | GRAPHICS: MACGUI: Close nested submenus on hover | Eugene Sandulenko | |
2019-10-03 | GRAPHICS: MACGUI: Implement nested submenu navigation | Eugene Sandulenko | |
2019-10-03 | GRAPHICS: MACGUI: Finish implementation for nested submenus drawing | Eugene Sandulenko | |
2019-10-03 | GRAPHICS: MACGUI: Unify submenu dimension calculations | Eugene Sandulenko | |
2019-10-03 | GRAPHICS: MACGUI: Render nested submenus | Eugene Sandulenko | |
2019-10-02 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 47.6% (1312 of 2757 strings) | |||
2019-10-02 | SCI: Return correct value from kFileIOWriteString | sluicebox | |
Fixes corrupt save games in Hoyle5, bug #11174 | |||
2019-10-02 | SCI32: Add HOYLE5 support for original Save/Load screens | sluicebox | |
Trac #11174 | |||
2019-10-02 | GRAPHHICS: MACGUI: Fix crash on submenu rendering | Eugene Sandulenko | |
2019-10-02 | GRAPHICS: MACGUI: Fix and simplify nested submenu reading | Eugene Sandulenko | |
2019-10-02 | GRAPHICS: MACGUI: Fix debug menu printing | Eugene Sandulenko | |
2019-10-02 | GRAPHICS: MACGUI: Added debug printout for MacMenu | Eugene Sandulenko | |
2019-10-02 | GRAPHICS: MACGUI: Read nested submenus from PE exes | Eugene Sandulenko | |
2019-10-02 | COMMON: Add Default Cases to Switch Statements in Memstream Classes | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. This avoids possible hard to diagnose bugs if the whence int parameter is accidently set to an unexpected value. | |||
2019-10-02 | NEWS: Use past tense | Thierry Crozat | |
2019-10-02 | GRAPHICS: MACGUI: Render submenus recursively | Eugene Sandulenko | |
2019-10-02 | GRAPHICS: MACGUI: Take submenu arrow indicator width into account | Eugene Sandulenko | |
2019-10-02 | GRAPHICS: MACGUI: Change notion of bbox computation to submenus | Eugene Sandulenko | |
2019-10-01 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 47.2% (1300 of 2757 strings) | |||
2019-10-01 | I18N: Update translation (Spanish) | Rodrigo Vegas Sánchez-Ferrero | |
Currently translated at 100.0% (1162 of 1162 strings) | |||
2019-10-01 | MACVENTURE: Fix MSVC Warnings | D G Turner | |
2019-09-30 | GLK: QUEST: Add save and restore commands | Paul Gilbert | |
2019-09-30 | GLK: QUEST: Support loading savegames from the launcher | Paul Gilbert | |
2019-09-30 | GLK: QUEST: Fleshing out savegame code, hooking to GMM | Paul Gilbert | |
2019-10-01 | GRAPHICS: MACGUI: Further work on nested submenus | Eugene Sandulenko | |
2019-10-01 | GRAPHICS: MACGUI: Code for drawing nested submenu arrows | Eugene Sandulenko | |
2019-09-30 | WAGE: Use better border for the scene window | Eugene Sandulenko | |
2019-09-30 | PINK: Use proper window border for PDA | Eugene Sandulenko | |
2019-09-30 | COMMON: Fix memory leaks in iconv error case | Thierry Crozat | |
This fixes coverity CID 1405783 and CID 1405784. | |||
2019-09-30 | GLK: QUEST: Fix Compilation on AmigaOS4 | D G Turner | |
2019-09-30 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 46.5% (1282 of 2757 strings) | |||
2019-09-30 | GLK: ADRIFT: Fix Remaining GCC Warnings | D G Turner | |
These were from -Wignored-qualifiers. Adding the const keyword to the cast does not do anything since the assignment target is qualified by const in any case hence this is ignored and generates a warning. | |||
2019-09-30 | GLK: ADRIFT: Add const qualifier for some function call parameters | D G Turner | |
2019-09-30 | I18N: Update translations templates | Thierry Crozat | |
2019-09-30 | SCUMM: Detect language file of Steam version of DIG, fixes bug #10697 | Ben Castricum | |
2019-09-30 | SCUMM: Don't limit Steam MD5 of DIG to english | Ben Castricum | |
Steam also allows other languages to be downloaded. Those have the same MD5. |