Cameron Cawley
8c2b09d919
COMMON: Replace NEResourceType and PEResourceType with a shared enum
2019-05-01 23:52:56 +03:00
Cameron Cawley
3309c574c0
DS: Replace strlcpy with Common::strlcpy
2019-05-01 16:43:26 +01:00
Cameron Cawley
68e700ea54
PSP2: Fix warning
2019-05-01 16:43:04 +01:00
sluicebox
6790855916
SCI: Handle recursive view loop references
...
Fixes bug #10953 in FPFP
2019-05-01 14:53:23 +03:00
Thanasis Antoniou
c572828132
BLADERUNNER: Debugger command show maze score
2019-05-01 12:03:00 +03:00
Thanasis Antoniou
4cd7c3d19f
BLADERUNNER: Fix interaction with transient about locked door
2019-05-01 08:57:43 +03:00
Bastien Bouclet
6a231e4b60
GRAPHICS: Look for fonts.dat in extrapath
...
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 05:50:08 +02:00
Cameron Cawley
0e7a8a548d
GUI: Remove TTF fonts from the theme archives
2019-05-01 02:40:10 +03:00
Cameron Cawley
fb0b63ba66
RISCOS: Add Drag and Drop support
2019-04-30 22:17:04 +01:00
Cameron Cawley
9c29b03c43
MACOSX: Add Drag and Drop support
2019-04-30 22:17:04 +01:00
Cameron Cawley
d7b2b1b8f9
GUI: Support adding games via Drag and Drop
2019-04-30 22:17:04 +01:00
Peter Kohaut
fb26f21d04
BLADERUNNER: Fixed zbuffer in TB05
...
This was causing issues with walking in TB05
2019-04-30 19:14:16 +02:00
Thanasis Antoniou
5b18aee743
BLADERUNNER: Spinner GPS Talkie restored
2019-04-30 17:54:09 +03:00
Thanasis Antoniou
980b1e4d95
BLADERUNNER: Restore content in UG13
2019-04-30 15:19:55 +03:00
Thanasis Antoniou
fd9cfd9604
BLADERUNNER: User choice mode should not autoselect last option
2019-04-30 15:19:55 +03:00
Thanasis Antoniou
31c79b6064
BLADERUNNER: Comments on dialogue options
2019-04-30 15:19:55 +03:00
Hubert Maier
342c6fab99
Fix typo in comment
2019-04-30 09:19:20 +02:00
athrxx
e28f6e1ead
KYRA: - fix some license headers
...
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 01:12:25 +02:00
athrxx
f9cc32304f
KYRA: (Adlib driver) - replace dead link reference removed in 94596c2
...
(new link provided by sev)
2019-04-30 00:55:55 +02:00
Thierry Crozat
e4218e2e1d
GUI: Do not abuse the engine name query item to provide a summary
...
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 22:50:53 +01:00
athrxx
94596c2b55
KYRA: (AdLib driver) - remove reference to dead web link
2019-04-29 23:39:28 +02:00
athrxx
71ac9575a7
KYRA: (EOB/Amiga) - mark error dialogs as translateable
2019-04-29 21:45:19 +02:00
Lothar Serra Mari
08a5feb1ee
GUI: Add "Summary" to bug reports generated by the unknown game dialog
2019-04-29 21:10:12 +02:00
Purple T
007317f607
I18N: Update translation (French)
...
Currently translated at 100.0% (1061 of 1061 strings)
2019-04-29 21:03:12 +02:00
Thierry Crozat
bbf5697c9a
I18N: Regenerate translations data file
2019-04-29 21:03:12 +02:00
Matan Bareket
7ecdb36497
BUILD: Update publish-appcast to the new www folder
2019-04-29 14:38:28 -04:00
antoniou79
d4d521b562
BLADERUNNER: Chess, keyboard, and clues bug fixes
2019-04-29 15:27:47 +03:00
Paul Gilbert
1def848691
GLK: GLULXE: Added detection for older versions of English games
2019-04-29 18:48:20 +10:00
Paul Gilbert
11895fd67f
GLK: GLULXE: Added foreign language game detections
2019-04-29 18:31:57 +10:00
Cameron Cawley
17f0937f00
GLK: Fix warnings
2019-04-29 16:25:54 +10:00
Paul Gilbert
c05179ee99
GLK: GLULXE: Adding detection entries
2019-04-29 15:21:44 +10:00
Thierry Crozat
623bef19a5
GUI: Enable report button in unknown game dialog
2019-04-28 23:30:17 +01:00
athrxx
c7126c9bc4
SCI: (PC98 sound driver) - fix channel assignment bug
2019-04-28 23:24:50 +02:00
Cameron Cawley
04229fd70b
POSIX: Clean up formatting
2019-04-28 15:06:31 +01:00
Antoniou Athanasios
793aa4033d
ANDROIDSDL: Fix build with NDK r15c
...
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 16:08:37 +03:00
Lothar Serra Mari
b3d5bb34ae
CONFIGURE: Formatting fixes
2019-04-28 15:57:05 +03:00
Paul Gilbert
3040135f06
GLK: Record gli arrays for memory streams
2019-04-28 17:42:22 +10:00
Bastien Bouclet
efcd8ab270
IMAGE: Fix build when not using libjpeg-turbo
2019-04-28 09:18:07 +02:00
Bastien Bouclet
8ffa737901
IMAGE: Remove decoding JPEG directly to RGB565
...
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 07:59:14 +02:00
Bastien Bouclet
9f98cddf8d
IMAGE: Don't perform color conversion when decoding PNGs
2019-04-28 07:59:14 +02:00
Bastien Bouclet
0d5d04ca3a
IMAGE: Allow setting the output pixel format to the JPEG decoder
2019-04-28 07:59:14 +02:00
Paul Gilbert
5196ae1cd4
GLK: GLULXE: init_dispatch wasn't being called
2019-04-28 15:27:52 +10:00
Paul Gilbert
70febd034a
GLK: Add gli registration for other object types
2019-04-28 14:50:01 +10:00
Paul Gilbert
401b010ef3
GLK: Implementing more gli object registration
2019-04-28 14:32:49 +10:00
Thanasis Antoniou
c72cde3149
BLADERUNNER: Fix spinner transitions post Act 1
...
Also restored ascenting outtake when leaving RC01 in Act 1
2019-04-28 00:21:16 +03:00
Thanasis Antoniou
346361166c
BLADERUNNER: Add cut monologue from DR01 first visit
2019-04-28 00:21:16 +03:00
Thanasis Antoniou
083bfd1687
BLADERUNNER: BB01, DR01, NR01 reduce freq of intro scene
...
They'll play the first time, but have 33% probability to play on subsequent visits
2019-04-28 00:21:16 +03:00
Thanasis Antoniou
2858873db9
BLADERUNNER: DR01 restore cut content and randomize intro
...
Intro with bikes should not always play after first time in act2
2019-04-28 00:21:15 +03:00
Lothar Serra Mari
91827462ab
I18N: Update translation (German)
...
Currently translated at 100.0% (1061 of 1061 strings)
2019-04-27 22:31:29 +02:00
Lothar Serra Mari
6ea055288d
I18N: Update translation (German)
...
Currently translated at 100.0% (1061 of 1061 strings)
2019-04-27 22:21:35 +02:00