Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-05 | GRAPHICS: MACGUI: Fix Possible Out of Bounds Read with Trailing Ampersand | D G Turner | |
Since the ampersand is used as an escape character, it is repeated when it actually appears in the string. Unfortunately, this requires a one character lookahead which could result in reading beyond the string if this ampersand is the last character (which would be malformed, but possible). To avoid an out of bounds read, this is now qualified by the string length. Trailing ampersands will now be ignored without issue. | |||
2019-10-05 | GRAPHICS: MACGUI: Fix GCC Signed vs. Unsigned Warnings | D G Turner | |
2019-10-04 | BUILD: Update ideproject target to the current create_project behavior | Eugene Sandulenko | |
2019-10-04 | PRINCE: Remove ADGF_TESTING flag | Eugene Sandulenko | |
2019-10-04 | HDB: Remove ADGF_TESTING flag | Eugene Sandulenko | |
2019-10-04 | CRYOMNI3D: Remove ADGF_TESTING flag | Eugene Sandulenko | |
2019-10-04 | PINK: Properly redraw game screen when browsing menus | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Add possibility to setup engine redraw callback | Eugene Sandulenko | |
2019-10-04 | PINK: Do not use Mac fonts for menu rendering | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Implement enforcing built-in fonts | Eugene Sandulenko | |
2019-10-04 | PINK: Add built-in empty border and use for texts | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Add possibility to pass borders as a surface | Eugene Sandulenko | |
2019-10-04 | MAEMO: Update debian/changelog | Tarek Soliman | |
2019-10-04 | PINK: Use proper menu action ids. The PDA now works! | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Fix action id processing from the PE exe menus | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: Properly process && in PE exe menus | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Enhande printMenu output | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Properly process action menu ids from PE exe | Eugene Sandulenko | |
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. |