Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-18 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1069 of 1069 strings) | |||
2019-05-17 | I18N: Update translations templates | Thierry Crozat | |
2019-05-17 | KYRA: Add missing EOL on last line in POTFILES | Thierry Crozat | |
This caused the updatepot target to fail as it was concatenated with the first line of the lure engine POTFILES. | |||
2019-05-17 | BLADERUNNER: Howie Lee AI and Leary overlap fixes | Thanasis Antoniou | |
2019-05-16 | KYRA: update potfiles | athrxx | |
2019-05-16 | I18N: Update translation (Portuguese (Portugal)) | Daniel | |
Currently translated at 65.4% (694 of 1061 strings) | |||
2019-05-16 | BLADERUNNER: Add POTFILES and encapsulate message strings | Thanasis Antoniou | |
2019-05-15 | GLK: HUGO: Support loading savegames from launcher | Paul Gilbert | |
2019-05-15 | GLK: HUGO: Fix reading savegame serial | Paul Gilbert | |
2019-05-15 | GLK: HUGO: Move savegame code | Paul Gilbert | |
2019-05-15 | GLK: HUGO: Fix handling of parse errors | Paul Gilbert | |
Care will really need to be taken in the future if there's any cleanup of fields to the proper 'bool' type. Hugo inconsistency mixes use of true/false in fields that can take non-bool values, such as for full_buffer | |||
2019-05-15 | GLK: HUGO: Fix initializing object size | Paul Gilbert | |
2019-05-15 | GLK: HUGO: Comment out the DEBUGGER define | Paul Gilbert | |
It's beter, since I don't know how to properly implement all the debugger methods that get called when it's turned on | |||
2019-05-15 | BLADERUNNER: Warning if loading restored cut content save in original mode | Thanasis Antoniou | |
And vice versa. The game won't exit, it will continue loading but adjust the mode accordingly Also added a incremental version number for the save games (as a global variable), for possible future use | |||
2019-05-15 | BLADERUNNER: Fix sounds persist after load or end state | Thanasis Antoniou | |
Loading a game with music from a scene with music would cause none of the music to be removed. Also looping sounds would persist in the loading screen after a game-over state | |||
2019-05-13 | NEWS: Mention drascula load game fix | Thierry Crozat | |
2019-05-13 | DRASCULA: Fix loading game from launcher | Thierry Crozat | |
This was particularly an issue when the game had been saved in chapter 1 as in this case the load would happen too early and the game would crash. In other cases it was working but was not optimal (the gane loop was run once before it succeeded to load the game). This fixes bug #10959. | |||
2019-05-13 | DRASCULA: Move sufrace allocation outside game loop | Thierry Crozat | |
I don't see the point and reallocating and freeing the same surfaces for each chaper, so now they are only allocated once and freed once at the end. | |||
2019-05-13 | BLADERUNNER: Fix freeze for MA06 elevator | Thanasis Antoniou | |
2019-05-13 | BLADERUNNER: Fix broken MA06 elev when cutContent disabled | Thanasis Antoniou | |
2019-05-13 | BLADERUNNER: Act 4 meet with Rachael polish | Thanasis Antoniou | |
2019-05-13 | BLADERUNNER: fix for homeless found cases | Thanasis Antoniou | |
2019-05-13 | BLADERUNNER: Speech when click on barkeep from HC01 | Thanasis Antoniou | |
Added behavior identical for similar cases (CT12, AR01) | |||
2019-05-13 | BLADERUNNER: Howie restored content | Thanasis Antoniou | |
Howie will now be in Chinatown in Acts 2 and 3, but won't always be in the diner This gives him more probability to discover the homeless body if in dumpster and also enables some extra dialogue | |||
2019-05-13 | BLADERUNNER: Hit and Run dispatch clue restored | Thanasis Antoniou | |
2019-05-13 | BLADERUNNER: Mainframe talkie restored | Thanasis Antoniou | |
2019-05-13 | BLADERUNNER: Fixes for PS05 | Thanasis Antoniou | |
Pathfinding and spawn points fixes | |||
2019-05-13 | BLADERUNNER: GPS talkie does not disable controls | Thanasis Antoniou | |
2019-05-13 | BLADERUNNER: cut content now loads all TLK resources | Thanasis Antoniou | |
Work-around for cut content stored in wrong TLK files | |||
2019-05-12 | SCI: Only apply the FPFP patch for view 844 when it's actually missing | Filippos Karapetis | |
This allows players to view the scene in the Mac version, if they have copied the resource from the PC version. Requested by m_kiewitz | |||
2019-05-12 | SCI: Remove unnecessary two-phase Kernel initialisation | Filippos Karapetis | |
Adapted from csnover's commit 8c96c1fd3e1568b61ee0594522615466f26a7793 | |||
2019-05-12 | SCI: Remove unnecessary two-phase GfxCursor initialisation | Colin Snover | |
2019-05-12 | SCI32: Fix invalid calls to SCI16 graphics code | Colin Snover | |
2019-05-12 | Revert "CREDITS: mark Vicent Marti as retired" | Filippos Karapetis | |
This reverts commit 62cf04f5022953542540ab0d1a3dca4aae9adf18. | |||
2019-05-12 | CREDITS: mark Vicent Marti as retired | Max Horn | |
He was last active in 2009 and has long moved on to work on other things. | |||
2019-05-12 | Switch: update icon | rsn8887 | |
2019-05-12 | Switch: fix version, remove redundant settings and unneeded defines | rsn8887 | |
2019-05-12 | Switch: fix build, add build instructions, avoid using delete() | rsn8887 | |
2019-05-12 | SWITCH: add nintendo switch support | Cpasjuste | |
2019-05-12 | SCI: Disable FPFP Mac script that uses missing view | sluicebox | |
Fixes bug #10954 | |||
2019-05-12 | GUI: Better integration for the unknown game dialog when adding games | Bastien Bouclet | |
* The list of candidates now includes unknown variants. When an unknown variant is selected, the unknown game dialog is shown. * On the unknown game dialog, users are given the choice to add the game when that is possible, or to cancel. The goal of those changes is to make the unknown game dialog less confusing for users, especially when both known and unknown games variants are found. | |||
2019-05-12 | COMMON: Fix seek return values, memory stream use in create_titanic | Paul Gilbert | |
2019-05-12 | COMMON: Changed DumpFile & StdIOStream to derive from SeekableWriteStream | Paul Gilbert | |
2019-05-12 | COMMON: Created SeekableWriteStream class | Paul Gilbert | |
2019-05-12 | SCI: Fix QFG1VGA dagger game lockup and error | sluicebox | |
Fixes a lockup in the PC version and an error in the Mac fix, bug #10958 | |||
2019-05-12 | GLK: HUGO: Fixes for startup and shutdown | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Add detection entries | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Compilation fixes | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Added hemedia & heres | Paul Gilbert | |
2019-05-12 | GLK: HUGO: Removed unneeded method stubs | Paul Gilbert | |