Cameron Cawley
09dbe7686b
JANITORIAL: Update all scummvm.org URLS to use https
2019-03-09 21:52:14 +01:00
Peter Kohaut
1630cf0e6c
BLADERUNNER: Better fix for bug in pathfinding
...
Basically just more robust (but slower) fix to the intermittent assert
in pathfinding code when polygons were touching only by a single corner.
2019-03-09 19:20:28 +01:00
Thanasis Antoniou
664dd4a8aa
DEVTOOLS: module.mk fix for BR subtitles xls/xlsx support
...
bugfix: search with full path for .xls existence before trying the xlsx
2019-03-09 20:10:19 +02:00
Thanasis Antoniou
90688204d2
BLADERUNNER: Subtitles code improvements
...
Allow for 4 lines of subtitles, but start from using 2 lines by default
Also added debugger command to allow for immediate text testing for subtitles
2019-03-09 20:01:29 +02:00
Thanasis Antoniou
5102af631d
DEVTOOLS: Support xlsx extension for Blade Runner subtitles
...
If the englishTranscript.xls is not found, the englishTranscript.xlsx will be used instead
Google sheets supports download to xlsx, so this addition was needed.
Also tested the font tool with Pillows image library (PIL fork) which works ok, and updated README file.
2019-03-09 13:59:59 +02:00
sluicebox
949b9a0d91
SCI: Fix SQ4 kernel signature mismatch on Estros
2019-03-08 17:14:00 -08:00
Bastien Bouclet
57218bb38d
MOHAWK: RIVEN: Fix using the jundle ladder without lowering it
...
It was possible to bypass lowering the ladder when using keyboard
navigation. This is fixed using a game script patch to ensure the
hotspot for getting down the ladder is disabled when appropriate.
2019-03-08 06:29:52 +01:00
athrxx
b388f6d454
AUDIO: (FM-TOWNS/PC-98) - really fix NDS port build
2019-03-08 00:33:36 +01:00
athrxx
5e04dbcc6b
AUDIO: (FM-TOWNS/PC-98) - hopefully fix NDS port
2019-03-08 00:18:14 +01:00
athrxx
8d4418fa36
AUDIO: (FM-TOWNS) - cleanup
2019-03-07 21:28:49 +01:00
athrxx
1237eb496b
AUDIO: (FM-TOWNS/PC-98) - initialize some uninitialized vars
...
(just to remove some analysis warnings)
2019-03-07 21:28:45 +01:00
athrxx
49e85f64cf
AUDIO: (FM-TOWNS/PC-98) - allow individual operator frequencies
...
(also add some sanity checks and make some more adjustments for SCI audio driver)
2019-03-07 21:28:41 +01:00
athrxx
b789d50a55
AUDIO: (FM-TOWNS/PC-98) - fix valgrind warning
...
(This didn't come up with the targets supported until now, but it does come up with SCI PC-98 music)
2019-03-07 21:28:35 +01:00
athrxx
4a226aa835
AUDIO: (FM-TOWNS/PC-98) - more cleanup
...
sort and rename some methods and vars and move as much as possible from public to private section
2019-03-07 19:43:55 +01:00
athrxx
20b378a41a
AUDIO: (FM-TOWNS/PC-98) - cleanup
...
Apart from some basic cleanup this commit reverts a somewhat unfortunate design decision I made. The Kyra/Hof/Lol PC-98 sound drivers shouldn't inherit from the emulator. This commit separates the driver from the emulator putting some common interface in between. This should allow easier implementation of other PC-98 sound drivers.
2019-03-07 19:43:44 +01:00
athrxx
82a821bf7f
KYRA: (EOB/Amiga) - implement GMM volume settings
2019-03-07 16:17:13 +01:00
Paul Gilbert
1c5a8930b3
GLK: FROTZ: Create Glk windows on the fly as needed
...
This is laying groundwork for properly supporting Shogun, which
sets up and uses Window 7
2019-03-06 20:17:35 -08:00
sluicebox
b56874027e
SCI: Fix SQ4CD red shopper easter egg, bug #10911
2019-03-07 00:53:23 +02:00
athrxx
bf17c9f33e
KYRA: update NEWS file
2019-03-06 20:48:29 +01:00
athrxx
25c72ba346
KYRA: (EOB1/Amiga) - implement ending sequence
...
The Amiga version actually has a real ending sequence (unlike the PC version).
2019-03-06 20:48:28 +01:00
athrxx
ec640a069a
KYRA: (EOB1/Amiga) - fix Amiga cps decompression
2019-03-06 20:48:28 +01:00
athrxx
379df2b9e3
KYRA: (EOB1/Amiga) - fix Cone of Cold spell sfx
2019-03-06 20:48:28 +01:00
athrxx
3fccab8f92
KYRA: (EOB1) - fix turn undead spell in level 7
2019-03-06 20:48:28 +01:00
athrxx
83f1044915
KYRA: (EOB1) - make dispel magic spell more accurate
...
(In EOB1 this spell is supposed to affect only one selected party member and not the whole party)
2019-03-06 20:48:28 +01:00
athrxx
5af15399ec
KYRA: (EOB) - improve timer handling
2019-03-06 20:48:27 +01:00
athrxx
010a79099e
KYRA: (EOB1/Amiga) - fix invisible character display
2019-03-06 20:48:27 +01:00
athrxx
1cb8580831
KYRA: (EOB1/Amiga) - fix spell sounds
2019-03-06 20:48:27 +01:00
athrxx
ea6f44871b
KYRA: (EOB2/FM-TOWNS) - fix character status text glitch
2019-03-06 20:48:26 +01:00
athrxx
8c5fcb36a5
KYRA: (EOB) - fix poison warning
...
(There should be a death warning when trying to rest the party while poisoned. This did not work correctly.)
2019-03-06 20:48:26 +01:00
athrxx
412a10ede3
KYRA: (EOB1) - fix bug when attacking while invisible
...
(wrong callback function called in EOB1)
2019-03-06 20:48:25 +01:00
athrxx
0be1fa53db
KYRA: (EOB1/Amiga) - add original save file handling
2019-03-06 20:48:24 +01:00
athrxx
c3fa4c02ab
KYRA: (EOB) - fix possible out of bounds mem access
...
(This can't happen through normal gameplay, but still better to be fixed)
2019-03-06 20:48:24 +01:00
athrxx
94ab4c8352
KYRA: (EOB1/Amiga) - fix warning
2019-03-06 20:48:24 +01:00
athrxx
c6230ebbf5
KYRA: (EOB1/Amiga) - improve scaled item handling
2019-03-06 20:48:24 +01:00
athrxx
b8893fc691
KYRA: (EOB1/Amiga) - fix level palette glitch
2019-03-06 20:48:23 +01:00
athrxx
b5ac2203a5
KYRA: (EOB1/Amiga) - Amiga specific stone skin spell variant
2019-03-06 20:48:23 +01:00
athrxx
75b01d367a
KYRA: (EOB1/Amiga) - fix monster walk orientation
2019-03-06 20:48:23 +01:00
athrxx
30ed036f6e
KYRA: (EOB1/Amiga) - fix environmental sfx
2019-03-06 20:48:23 +01:00
athrxx
e907965d81
KYRA: (EOB1/Amiga) - fix main menu load dialog
2019-03-06 20:48:22 +01:00
athrxx
1cedb61c8c
KYRA: (EOB1) - fix slow poison status display
...
(in the character tab it would still say "poisoned" instead of "poisoned (slow)")
2019-03-06 20:48:22 +01:00
athrxx
39eb1c4cc4
KYRA: (EOB1/Amiga) - fix detect magic spell
2019-03-06 20:48:22 +01:00
athrxx
f72ccb972d
KYRA: (EOB1/Amiga) - fix environmental sound glitch
2019-03-06 20:48:22 +01:00
athrxx
946597d3b2
KYRA: (EOB1/Amiga) - fix level graphics
2019-03-06 20:48:21 +01:00
athrxx
21712209c0
KYRA: (EOB1/Amiga) - fix level loading
...
Now it is at least possible to enter the game after creating a party. Graphics are still messed up.
2019-03-06 20:48:21 +01:00
athrxx
490e41cfad
KYRA: (EOB1/Amiga) - implement AmigaDOS font support
...
- only basic support - no kerning, spacing, etc., since EOB doesn't need that
- also improve palette loading
2019-03-06 20:48:21 +01:00
athrxx
7b8c84fa4d
KYRA: (EOB1/Amiga) - fix chargen and gui colors
2019-03-06 20:48:21 +01:00
athrxx
e00eaa4899
KYRA: (EOB1/Amiga) - fix intro
2019-03-06 20:48:20 +01:00
athrxx
890c4c5f41
KYRA: (EOB1/Amiga) - fix start up
...
First efforts to get this running. The intro is shown with severe palette glitches. The Main Menu does not show, thanks to the lack of font drawing.
- implement endian aware stream wrapper for amiga files
- implement sound file handling
- implement some Amiga palette handling
- etc
2019-03-06 20:48:20 +01:00
athrxx
4cc9c81a75
KYRA: (EOB1/Amiga) - add sound driver
2019-03-06 20:48:20 +01:00
athrxx
f0a305316c
KYRA: (EOB1/Amiga) - add static resources
2019-03-06 20:48:20 +01:00