Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-07 | BLADERUNNER: Add Further Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-07 | STARTREK: Handle shared messages | Filippos Karapetis | |
Also, start moving message patches inside patchRoomMessage(), and remove some redundant state variables | |||
2019-10-06 | GLK: Improve abysmal performance of stream read check | Paul Gilbert | |
2019-10-06 | GLK: Fix reading beyond the end of a file | Paul Gilbert | |
2019-10-06 | SUPERNOVA: Hook up F5 to the Main Menu | Thierry Crozat | |
In the original F5 is used to save/load the game. Since we are using the ScummVM save/load mechanism I think it makes sense to open the main menu, that contains load and save buttons, on F5. | |||
2019-10-05 | GLK: Add Streams methods for encapsulating ScummVM streams | Paul Gilbert | |
2019-10-05 | GLK: Splitting bulk of FileStream up into an IOStream base class | Paul Gilbert | |
2019-10-05 | SAGA: Add Windows trial version of ITE for reference (not supported) | Eugene Sandulenko | |
2019-10-05 | MOHAWK: Add Myst ME as a subengine, and mark 'jpeg' as a required dependency | Eugene Sandulenko | |
Because our build system does not allow recursive dependencies, inserting #error for incorrect configuration. For enabling mystme, myst target must be enabled as well | |||
2019-10-05 | WINTERMUTE: Engine requires jpeg and png as dependecies | Eugene Sandulenko | |
2019-10-05 | GLK: Engine requires jpeg and png as dependencies | Eugene Sandulenko | |
2019-10-05 | SCI32: Handle the special Bridge save/load screens in Hoyle 5 | Filippos Karapetis | |
Fixes saving/loading the Bridge hands using the ScummVM save/load screens - bug #11174 | |||
2019-10-05 | SCI32: Add the French version of PQ:SWAT (bug #11100) | Filippos Karapetis | |
2019-10-05 | WINTERMUTE: Fix Possible Uninitialized Variable Compiler Warnings | D G Turner | |
2019-10-05 | LAB: Replace memcpy of overlapping region with memmove | D G Turner | |
The result of using memcpy when source and destination overlap is not clearly defined, so use memmove instead which avoids this problem. | |||
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 | PINK: Do not use Mac fonts for menu rendering | Eugene Sandulenko | |
2019-10-04 | PINK: Add built-in empty border and use for texts | Eugene Sandulenko | |
2019-10-04 | PINK: Use proper menu action ids. The PDA now works! | Eugene Sandulenko | |
2019-10-04 | GRAPHICS: MACGUI: Unify MacMenuItem and MacMenuSubItem | Eugene Sandulenko | |
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 | 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 | 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-03 | BLADERUNNER: Remove use of C99 math functions | Cameron Cawley | |
2019-10-03 | CRYOMNI3D: Fix typo | Le Philousophe | |
2019-10-03 | CRYOMNI3D: Add detections entries for Versailles DVD | Le Philousophe | |
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 | SLUDGE: Really Fix MSVC Warnings | D G Turner | |
2019-10-03 | DIRECTOR: Fix MSVC Warnings | 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 | MACVENTURE: Add Missing Switch Default Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2019-10-02 | SUPERNOVA: Remove ADGF_TESTING flag | Thierry Crozat | |
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-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-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 | GLK: QUEST: Fix Compilation on AmigaOS4 | D G Turner | |
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 | SCUMM: Detect language file of Steam version of DIG, fixes bug #10697 | Ben Castricum | |