Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-04-29 | GUI: Add "Summary" to bug reports generated by the unknown game dialog | Lothar Serra Mari | |
2019-04-29 | I18N: Update translation (French) | Purple T | |
Currently translated at 100.0% (1061 of 1061 strings) | |||
2019-04-29 | I18N: Regenerate translations data file | Thierry Crozat | |
2019-04-29 | BUILD: Update publish-appcast to the new www folder | Matan Bareket | |
2019-04-29 | BLADERUNNER: Chess, keyboard, and clues bug fixes | antoniou79 | |
2019-04-29 | GLK: GLULXE: Added detection for older versions of English games | Paul Gilbert | |
2019-04-29 | GLK: GLULXE: Added foreign language game detections | Paul Gilbert | |
2019-04-29 | GLK: Fix warnings | Cameron Cawley | |
2019-04-29 | GLK: GLULXE: Adding detection entries | Paul Gilbert | |
2019-04-28 | GUI: Enable report button in unknown game dialog | Thierry Crozat | |
2019-04-28 | SCI: (PC98 sound driver) - fix channel assignment bug | athrxx | |
2019-04-28 | POSIX: Clean up formatting | Cameron Cawley | |
2019-04-28 | ANDROIDSDL: Fix build with NDK r15c | Antoniou Athanasios | |
This also disables cloud support Also, several corrections and additions in how_to_build instructions Tested in a clean installation of lubuntu 16.04.6 LTS | |||
2019-04-28 | CONFIGURE: Formatting fixes | Lothar Serra Mari | |
2019-04-28 | GLK: Record gli arrays for memory streams | Paul Gilbert | |
2019-04-28 | IMAGE: Fix build when not using libjpeg-turbo | Bastien Bouclet | |
2019-04-28 | IMAGE: Remove decoding JPEG directly to RGB565 | Bastien Bouclet | |
It's not supported by ancient versions of libjpeg-turbo, and there is no way to detect if support is available without doing a compilation test... | |||
2019-04-28 | IMAGE: Don't perform color conversion when decoding PNGs | Bastien Bouclet | |
2019-04-28 | IMAGE: Allow setting the output pixel format to the JPEG decoder | Bastien Bouclet | |
2019-04-28 | GLK: GLULXE: init_dispatch wasn't being called | Paul Gilbert | |
2019-04-28 | GLK: Add gli registration for other object types | Paul Gilbert | |
2019-04-28 | GLK: Implementing more gli object registration | Paul Gilbert | |
2019-04-28 | BLADERUNNER: Fix spinner transitions post Act 1 | Thanasis Antoniou | |
Also restored ascenting outtake when leaving RC01 in Act 1 | |||
2019-04-28 | BLADERUNNER: Add cut monologue from DR01 first visit | Thanasis Antoniou | |