aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-10-03GRAPHICS: MACGUI: Refactor some codeEugene Sandulenko
2019-10-03GRPAHICS: MACGUI: Avoid overdrawEugene Sandulenko
2019-10-03GRAPHICS: MACGUI: Implement hovering out of menus behaviourEugene Sandulenko
2019-10-03CONFIGURE: Disable TTS building on MinGW by defaultJaromir Wysoglad
TTS shouldn't be built under MinGW by default, because it causes a warning at the end of the build. Before this it would still build TTS on MinGW64.
2019-10-03GRAPHICS: MACGUI: Fix nested menus parsingEugene Sandulenko
2019-10-03GRAPHICS: MACGUI: Fix nested menus command processingEugene Sandulenko
2019-10-03GRAPHICS: MACGUI: Fix menu re-entranceEugene Sandulenko
2019-10-03CRYOMNI3D: Fix typoLe Philousophe
2019-10-03CRYOMNI3D: Add detections entries for Versailles DVDLe Philousophe
2019-10-03PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 48.0% (1322 of 2757 strings)
2019-10-03MUTATIONOFJB: Remove Unused Private Member FieldD G Turner
This was causing a GCC Compiler Warning when -Wunused-private-field is set.
2019-10-03I18N: Update translations templatesThierry Crozat
2019-10-03GUI: Add Missing Switch Default CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-03SLUDGE: Really Fix MSVC WarningsD G Turner
2019-10-03DIRECTOR: Fix MSVC WarningsD G Turner
2019-10-03GRAPHICS: Further Fix for MSVC Warnings in Nine Patch CodeD G Turner
2019-10-03SLUDGE: Fix Remaining MSVC WarningD G Turner
2019-10-03SLUDGE: Further Fixes for MSVC WarningsD G Turner
This _should_ fix the remaining issues with signed vs. unsigned warnings in the TransparentSurface blit method calls.
2019-10-03COMMON: Add Switch Default Cases in JSON ParserD G Turner
2019-10-03MACVENTURE: Add Missing Switch Default CasesD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-03COMMON: Add Missing Switch Default Cases to Stream Seek MethodsD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-03GRAPHICS: Add Missing Switch Default Case in PixelFormat HeaderD G Turner
These are flagged by GCC if -Wswitch-default is enabled.
2019-10-02GRAPHICS: MACGUI: Fix GCC Signed vs. Unsigned WarningsD G Turner
2019-10-02SUPERNOVA: Remove ADGF_TESTING flagThierry Crozat
2019-10-03GRAPHICS: MACGUI: Correctly render highlights for the open submenusEugene Sandulenko
2019-10-03GRAPHICS: MACGUI: Close nested submenus on hoverEugene Sandulenko
2019-10-03GRAPHICS: MACGUI: Implement nested submenu navigationEugene Sandulenko
2019-10-03GRAPHICS: MACGUI: Finish implementation for nested submenus drawingEugene Sandulenko
2019-10-03GRAPHICS: MACGUI: Unify submenu dimension calculationsEugene Sandulenko
2019-10-03GRAPHICS: MACGUI: Render nested submenusEugene Sandulenko
2019-10-02PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 47.6% (1312 of 2757 strings)
2019-10-02SCI: Return correct value from kFileIOWriteStringsluicebox
Fixes corrupt save games in Hoyle5, bug #11174
2019-10-02SCI32: Add HOYLE5 support for original Save/Load screenssluicebox
Trac #11174
2019-10-02GRAPHHICS: MACGUI: Fix crash on submenu renderingEugene Sandulenko
2019-10-02GRAPHICS: MACGUI: Fix and simplify nested submenu readingEugene Sandulenko
2019-10-02GRAPHICS: MACGUI: Fix debug menu printingEugene Sandulenko
2019-10-02GRAPHICS: MACGUI: Added debug printout for MacMenuEugene Sandulenko
2019-10-02GRAPHICS: MACGUI: Read nested submenus from PE exesEugene Sandulenko
2019-10-02COMMON: Add Default Cases to Switch Statements in Memstream ClassesD 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-02NEWS: Use past tenseThierry Crozat
2019-10-02GRAPHICS: MACGUI: Render submenus recursivelyEugene Sandulenko
2019-10-02GRAPHICS: MACGUI: Take submenu arrow indicator width into accountEugene Sandulenko
2019-10-02GRAPHICS: MACGUI: Change notion of bbox computation to submenusEugene Sandulenko
2019-10-01PRINCE: I18N: Update translation (English)Eugene Sandulenko
Currently translated at 47.2% (1300 of 2757 strings)
2019-10-01I18N: Update translation (Spanish)Rodrigo Vegas Sánchez-Ferrero
Currently translated at 100.0% (1162 of 1162 strings)
2019-10-01MACVENTURE: Fix MSVC WarningsD G Turner
2019-09-30GLK: QUEST: Add save and restore commandsPaul Gilbert
2019-09-30GLK: QUEST: Support loading savegames from the launcherPaul Gilbert
2019-09-30GLK: QUEST: Fleshing out savegame code, hooking to GMMPaul Gilbert
2019-10-01GRAPHICS: MACGUI: Further work on nested submenusEugene Sandulenko