Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-04 | GRAPHICS: MACGUI: Remove extra debug output | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Unify MacMenuItem and MacMenuSubItem | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Implement Windows-style shortcut underlining | Eugene Sandulenko | |
2019-10-04 | COMMON: Add methods to U32String to match String | Eugene Sandulenko | |
2019-10-04 | JANITORIAL: Whitespace fixes | Eugene Sandulenko | |
2019-10-04 | CONFIGURE: Add android-mips64 in clarification for target hosts | antoniou79 | |
2019-10-04 | CONFIGURE: Add clarification of possible target android hosts | antoniou79 | |
2019-10-04 | STARTREK: Fix GCC Duplicated Condition Warning | D G Turner | |
These are flagged by GCC if -Wduplicated-cond is enabled. | |||
2019-10-04 | SCUMM: Fix GCC Duplicated Condition Warning | D G Turner | |
These are flagged by GCC if -Wduplicated-cond is enabled. | |||
2019-10-04 | COMMON: Add Missing Switch Default Case in ZLIB Class | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-04 | COMMON: Add Missing Default Switch Cases in DCT Class | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-04 | MT32: Add Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-04 | SCI: Really Fix MSVC Warning | D G Turner | |
The Palette structure referred to here is in sci/graphics/helpers.h not in the Graphics CursorMan class as previously thought. Rather than adding a structure constructor which could have side effects currently, the full structure is initialized here to avoid the MSVC warning. The previous change to CursorMan class Palette can be retained as it is a reasonable code improvement in any case. | |||
2019-10-04 | RECORDER: Add Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-04 | BLADERUNNER: Add More Missing Switch Default Cases in ESPER Script | D G Turner | |
This also removes most of the return calls from one of these switch statements using a return variable instead to reduce complexity. | |||
2019-10-04 | BLADERUNNER: Add Some Missing Switch Default Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-04 | I18N: Update translations templates | Thierry Crozat | |
2019-10-04 | CLOUD: Add Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-03 | BLADERUNNER: Remove use of C99 math functions | Cameron Cawley | |
2019-10-04 | GRAPHICS: MACGUI: Process Windows menu shortcuts | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Support grayed out menu items in PE exe | Eugene Sandulenko | |
2019-10-03 | GRAPHICS: MACGUI: Refactor some code | Eugene Sandulenko | |
2019-10-03 | GRPAHICS: MACGUI: Avoid overdraw | Eugene Sandulenko | |
2019-10-03 | GRAPHICS: MACGUI: Implement hovering out of menus behaviour | Eugene Sandulenko | |
2019-10-03 | CONFIGURE: Disable TTS building on MinGW by default | Jaromir 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-03 | GRAPHICS: MACGUI: Fix nested menus parsing | Eugene Sandulenko | |
2019-10-03 | GRAPHICS: MACGUI: Fix nested menus command processing | Eugene Sandulenko | |
2019-10-03 | GRAPHICS: MACGUI: Fix menu re-entrance | Eugene Sandulenko | |
2019-10-03 | CRYOMNI3D: Fix typo | Le Philousophe | |
2019-10-03 | CRYOMNI3D: Add detections entries for Versailles DVD | Le Philousophe | |
2019-10-03 | PRINCE: I18N: Update translation (English) | Eugene Sandulenko | |
Currently translated at 48.0% (1322 of 2757 strings) | |||
2019-10-03 | MUTATIONOFJB: Remove Unused Private Member Field | D G Turner | |
This was causing a GCC Compiler Warning when -Wunused-private-field is set. | |||
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 | |