aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-04BLADERUNNER: Fix clickbox for chess and boiler BB51Thanasis Antoniou
2019-05-04BLADERUNNER: Fix rats re-spawn and UG09, UG13 bad pathsThanasis 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-04BLADERUNNER: Debugger add box fixThanasis Antoniou
2019-05-04BLADERUNNER: fix legend for walkboxes in debuggerThanasis Antoniou
2019-05-04I18N: Update translation (German)Lothar Serra Mari
Currently translated at 100.0% (1061 of 1061 strings)
2019-05-04KYRA: Fix VS unexpected end of file errorsPaul Gilbert
2019-05-04GLK: Create objrocks for saved game file sreamsPaul Gilbert
2019-05-04GLK: GLULXE: Readded Cragne Manor detection entryPaul Gilbert
2019-05-03BLADERUNNER: object, item and region commandsantoniou79
New commands to debug bound boxes and properties for obj, items, regions
2019-05-03GLK: GLULXE: Rearrange fields to suppress VS alignment warningPaul Gilbert
2019-05-03GLK: GLULXE: Move savegame code into loadGameData/saveGameDataPaul Gilbert
2019-05-03GUI: Fix Compiler Warning in Unknown Game DialogD G Turner
This is a signed vs. unsigned comparison warning from GCC.
2019-05-02SCI: Change sendMidiCommand non-midi error to warnsluicebox
FPFP calls kDoSound SendMidi on non-midi sounds. Fixes bug #10952
2019-05-02CONFIGURE: Fix missing optionDan Church
--disable-updates was omitted from the supported options during the reformat.
2019-05-01COMMON: Replace NEResourceType and PEResourceType with a shared enumCameron Cawley
2019-05-01DS: Replace strlcpy with Common::strlcpyCameron Cawley
2019-05-01PSP2: Fix warningCameron Cawley
2019-05-01SCI: Handle recursive view loop referencessluicebox
Fixes bug #10953 in FPFP
2019-05-01BLADERUNNER: Debugger command show maze scoreThanasis Antoniou
2019-05-01BLADERUNNER: Fix interaction with transient about locked doorThanasis Antoniou
2019-05-01GRAPHICS: Look for fonts.dat in extrapathBastien 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-01GUI: Remove TTF fonts from the theme archivesCameron Cawley
2019-04-30RISCOS: Add Drag and Drop supportCameron Cawley
2019-04-30MACOSX: Add Drag and Drop supportCameron Cawley
2019-04-30GUI: Support adding games via Drag and DropCameron Cawley
2019-04-30BLADERUNNER: Fixed zbuffer in TB05Peter Kohaut
This was causing issues with walking in TB05
2019-04-30BLADERUNNER: Spinner GPS Talkie restoredThanasis Antoniou
2019-04-30BLADERUNNER: Restore content in UG13Thanasis Antoniou
2019-04-30BLADERUNNER: User choice mode should not autoselect last optionThanasis Antoniou
2019-04-30BLADERUNNER: Comments on dialogue optionsThanasis Antoniou
2019-04-30Fix typo in commentHubert Maier
2019-04-30KYRA: - fix some license headersathrxx
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-30KYRA: (Adlib driver) - replace dead link reference removed in 94596c2athrxx
(new link provided by sev)
2019-04-29GUI: Do not abuse the engine name query item to provide a summaryThierry 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-29KYRA: (AdLib driver) - remove reference to dead web linkathrxx
2019-04-29KYRA: (EOB/Amiga) - mark error dialogs as translateableathrxx
2019-04-29GUI: Add "Summary" to bug reports generated by the unknown game dialogLothar Serra Mari
2019-04-29I18N: Update translation (French)Purple T
Currently translated at 100.0% (1061 of 1061 strings)
2019-04-29I18N: Regenerate translations data fileThierry Crozat
2019-04-29BUILD: Update publish-appcast to the new www folderMatan Bareket
2019-04-29BLADERUNNER: Chess, keyboard, and clues bug fixesantoniou79
2019-04-29GLK: GLULXE: Added detection for older versions of English gamesPaul Gilbert
2019-04-29GLK: GLULXE: Added foreign language game detectionsPaul Gilbert
2019-04-29GLK: Fix warningsCameron Cawley
2019-04-29GLK: GLULXE: Adding detection entriesPaul Gilbert
2019-04-28GUI: Enable report button in unknown game dialogThierry Crozat
2019-04-28SCI: (PC98 sound driver) - fix channel assignment bugathrxx
2019-04-28POSIX: Clean up formattingCameron Cawley
2019-04-28ANDROIDSDL: Fix build with NDK r15cAntoniou 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-28CONFIGURE: Formatting fixesLothar Serra Mari