Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-06 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-05-06 | AmigaOS4: Fix copy of renamed RM2AG.rexx file | Thierry Crozat | |
2019-05-06 | BLADERUNNER: Restore fans comment in BB11 only | Thanasis Antoniou | |
And some small preparation (comments) for restoring Rachael scenes | |||
2019-05-05 | BLADERUNNER: Remove police officers from MA07 | Peter Kohaut | |
They are causing issues with Gaff dialogue if they are in the same scene at the same time. | |||
2019-05-05 | BLADERUNNER: Fix Moraji floating in DR04 | Peter Kohaut | |
2019-05-05 | BLADERUNNER: Disable END_GAME_STATE auto-save | Peter Kohaut | |
Disabled as it is not needed and it is only filling-up save slots | |||
2019-05-05 | AmigaOS4: Activate syntax highlighting in GitHub | Stefan | |
2019-05-05 | SCUMM: Original V0-V2 flashlight shape and size for MM/Zak (#10947, #10951) | Robert Crossfield | |
2019-05-05 | BLADERUNNER: fix for Clovis being stuck at BB11 | Thanasis Antoniou | |
This is a possible bugfix, hopefully it will be enough The bug occurs when skipping fast through the dialogue of Clovis with Sadik at BB11 rooftop. But it does not happen always. I've managed to capture the case when this happens a few times (_animationState == 0 switch clause), but I'm unsure if there are other unhandled _animationState values that would cause this. | |||
2019-05-05 | I18N: Update metadata for pt_PT translation | SupSuper | |
Corrects native language name and plural rule | |||
2019-05-05 | BUILD: Add the licence file for the Source Code Pro font | Bastien Bouclet | |
2019-05-05 | GUI: Use a truetype font for the debug console | Bastien Bouclet | |
2019-05-04 | BLADERUNNER: CT08 CT51 doll box fix and radiator region | Thanasis Antoniou | |
Also a smalle fix for debugger (adding new region or adjusting its rectangle) | |||
2019-05-04 | BLADERUNNER: Fix clickbox basket, fire ext PS05 | Thanasis Antoniou | |
2019-05-04 | BLADERUNNER: Fix clickbox for chess and boiler BB51 | Thanasis Antoniou | |
2019-05-04 | BLADERUNNER: Fix rats re-spawn and UG09, UG13 bad paths | Thanasis Antoniou | |
UG09 bad path allowed McCoy to teleport to the pipe top left. UG13, when elevator was up McCoy could walk in the empty chute | |||
2019-05-04 | BLADERUNNER: Debugger add box fix | Thanasis Antoniou | |
2019-05-04 | BLADERUNNER: fix legend for walkboxes in debugger | Thanasis Antoniou | |
2019-05-04 | I18N: Update translation (German) | Lothar Serra Mari | |
Currently translated at 100.0% (1061 of 1061 strings) | |||
2019-05-04 | KYRA: Fix VS unexpected end of file errors | Paul Gilbert | |
2019-05-04 | GLK: Create objrocks for saved game file sreams | Paul Gilbert | |
2019-05-04 | GLK: GLULXE: Readded Cragne Manor detection entry | Paul Gilbert | |
2019-05-03 | BLADERUNNER: object, item and region commands | antoniou79 | |
New commands to debug bound boxes and properties for obj, items, regions | |||
2019-05-03 | GLK: GLULXE: Rearrange fields to suppress VS alignment warning | Paul Gilbert | |
2019-05-03 | GLK: GLULXE: Move savegame code into loadGameData/saveGameData | Paul Gilbert | |
2019-05-03 | GUI: Fix Compiler Warning in Unknown Game Dialog | D G Turner | |
This is a signed vs. unsigned comparison warning from GCC. | |||
2019-05-02 | SCI: Change sendMidiCommand non-midi error to warn | sluicebox | |
FPFP calls kDoSound SendMidi on non-midi sounds. Fixes bug #10952 | |||
2019-05-02 | CONFIGURE: Fix missing option | Dan Church | |
--disable-updates was omitted from the supported options during the reformat. | |||
2019-05-01 | COMMON: Replace NEResourceType and PEResourceType with a shared enum | Cameron Cawley | |
2019-05-01 | DS: Replace strlcpy with Common::strlcpy | Cameron Cawley | |
2019-05-01 | PSP2: Fix warning | Cameron Cawley | |
2019-05-01 | SCI: Handle recursive view loop references | sluicebox | |
Fixes bug #10953 in FPFP | |||
2019-05-01 | BLADERUNNER: Debugger command show maze score | Thanasis Antoniou | |
2019-05-01 | BLADERUNNER: Fix interaction with transient about locked door | Thanasis Antoniou | |
2019-05-01 | GRAPHICS: Look for fonts.dat in extrapath | Bastien Bouclet | |
When running from the source tree, it is convenient to have extrapath set to dists/engine-data, where fonts.dat is located. | |||
2019-05-01 | GUI: Remove TTF fonts from the theme archives | Cameron Cawley | |
2019-04-30 | RISCOS: Add Drag and Drop support | Cameron Cawley | |
2019-04-30 | MACOSX: Add Drag and Drop support | Cameron Cawley | |
2019-04-30 | GUI: Support adding games via Drag and Drop | Cameron Cawley | |
2019-04-30 | BLADERUNNER: Fixed zbuffer in TB05 | Peter Kohaut | |
This was causing issues with walking in TB05 | |||
2019-04-30 | BLADERUNNER: Spinner GPS Talkie restored | Thanasis Antoniou | |
2019-04-30 | BLADERUNNER: Restore content in UG13 | Thanasis Antoniou | |
2019-04-30 | BLADERUNNER: User choice mode should not autoselect last option | Thanasis Antoniou | |
2019-04-30 | BLADERUNNER: Comments on dialogue options | Thanasis Antoniou | |
2019-04-30 | Fix typo in comment | Hubert Maier | |
2019-04-30 | KYRA: - fix some license headers | athrxx | |
Remove LGPL license part from files that shouldn't have them. I missed that when I rearranged that code a couple of weeks ago. | |||
2019-04-30 | KYRA: (Adlib driver) - replace dead link reference removed in 94596c2 | athrxx | |
(new link provided by sev) | |||
2019-04-29 | GUI: Do not abuse the engine name query item to provide a summary | Thierry Crozat | |
The redirect rule on the web site expected only two query items, one with the engine name and another one with the description. However it was a bit lax in its regex and we could pass additional query items as part of either the engine name or description. The unknown game dialog was abusing it to pass a summary. The rewrite rule for the URL on the web site has now been fixed to avoid such abuse. And instead it also adds a summary. So the unknown name dialog should no longer provide one. | |||
2019-04-29 | KYRA: (AdLib driver) - remove reference to dead web link | athrxx | |
2019-04-29 | KYRA: (EOB/Amiga) - mark error dialogs as translateable | athrxx | |