Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2019-09-30 | ANDROID: Update AndroidManifest.xml.in for READ_EXTERNAL_STORAGE | Thanasis Antoniou | |
2019-09-29 | SCI32: Extend HOYLE5 Bridge workaround | sluicebox | |
2019-09-30 | GLK: ADRIFT: Fix Remaining GCC Fallthrough Warnings | D G Turner | |
2019-09-30 | SLUDGE: Fix Some MSVC Warnings | D G Turner | |
2019-09-30 | SCI: Fix MSVC Warning | D G Turner | |
2019-09-29 | SCI32: Remove ADGF_TESTING from qfg4 and hoyle | Tarek Soliman | |
Closes gh-1871 | |||
2019-09-30 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-09-30 | GRAPHICS: Add Default Constructor for Cursor Structure | D G Turner | |
This has a similar issue to the Palette structure and thus this will avoid possible unstable uninitialized bugs which could be very hard to track down or replicate. | |||
2019-09-30 | BLADERUNNER: Replace use of sprintf with Common::String::format | Cameron Cawley | |
2019-09-30 | GRAPHICS: Add Default Constructor For Palette Structure | D G Turner | |
This is used for outPalette in sci/graphics/palette32 code without calling through the nominal constructor which leaves the various fields _possibly_ uninitialised and thus triggers various compiler warnings. Adding a default constructor fixes the root cause. | |||
2019-09-30 | SCI: Fix MSVC Warning | D G Turner | |
2019-09-30 | STARTREK: Fix MSVC Signed vs. Unsigned Byte Warning | D G Turner | |
2019-09-30 | DEVTOOLS: Fix GCC Compiler Warning in convbdf Tool | D G Turner | |
2019-09-30 | TONY: Fix Missing Font Base Class Initialization | D G Turner | |
This was causing an MSVC warning. | |||
2019-09-29 | GLK: QUEST: More warning fixes | Paul Gilbert | |
2019-09-30 | DEVTOOLS: GLK: Fix GCC Compiler Warning | D G Turner | |
2019-09-29 | GLK: QUEST: Shadowing fixes | Paul Gilbert | |
2019-09-30 | COMMON: Fix MSVC Compiler Warning | D G Turner | |
The enum is implicitly int32 by default so causes signed vs. unsigned assignment warnings. Changing this to a const uint32 avoids the issue. |