Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-09 | DEBIAN: Revert URL changes in the changelog | Cameron Cawley | |
2019-03-09 | BLADERUNNER: Alternate fix method for rare path finding assert faults | Thanasis Antoniou | |
Disabled by default. This one allows polygons merged on a single point. | |||
2019-03-09 | BLADERUNNER: Fixed zbuffer warning in NR01 | Peter Kohaut | |
Game was trying to decode zbuf when there was none. | |||
2019-03-09 | BLADERUNNER: Fixed McCoy anim in spinner at PS01 | Peter Kohaut | |
McCoy will not disappear prematurely in PS01 when he enters the spinner. | |||
2019-03-09 | BLADERUNNER: Savagame names fixes | Peter Kohaut | |
It was not possible to change the name of exisitng savegame Saves were read too ofter just for over-drawing the thumbnail | |||
2019-03-09 | JANITORIAL: Update all scummvm.org URLS to use https | Cameron Cawley | |
2019-03-09 | BLADERUNNER: Better fix for bug in pathfinding | Peter Kohaut | |
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 | DEVTOOLS: module.mk fix for BR subtitles xls/xlsx support | Thanasis Antoniou | |
bugfix: search with full path for .xls existence before trying the xlsx | |||
2019-03-09 | BLADERUNNER: Subtitles code improvements | Thanasis Antoniou | |
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 | DEVTOOLS: Support xlsx extension for Blade Runner subtitles | Thanasis Antoniou | |
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-08 | SCI: Fix SQ4 kernel signature mismatch on Estros | sluicebox | |
2019-03-08 | MOHAWK: RIVEN: Fix using the jundle ladder without lowering it | Bastien Bouclet | |
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 | AUDIO: (FM-TOWNS/PC-98) - really fix NDS port build | athrxx | |
2019-03-08 | AUDIO: (FM-TOWNS/PC-98) - hopefully fix NDS port | athrxx | |
2019-03-07 | AUDIO: (FM-TOWNS) - cleanup | athrxx | |
2019-03-07 | AUDIO: (FM-TOWNS/PC-98) - initialize some uninitialized vars | athrxx | |
(just to remove some analysis warnings) | |||
2019-03-07 | AUDIO: (FM-TOWNS/PC-98) - allow individual operator frequencies | athrxx | |
(also add some sanity checks and make some more adjustments for SCI audio driver) | |||
2019-03-07 | AUDIO: (FM-TOWNS/PC-98) - fix valgrind warning | athrxx | |
(This didn't come up with the targets supported until now, but it does come up with SCI PC-98 music) | |||
2019-03-07 | AUDIO: (FM-TOWNS/PC-98) - more cleanup | athrxx | |
sort and rename some methods and vars and move as much as possible from public to private section | |||
2019-03-07 | AUDIO: (FM-TOWNS/PC-98) - cleanup | athrxx | |
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 | KYRA: (EOB/Amiga) - implement GMM volume settings | athrxx | |
2019-03-06 | GLK: FROTZ: Create Glk windows on the fly as needed | Paul Gilbert | |
This is laying groundwork for properly supporting Shogun, which sets up and uses Window 7 | |||
2019-03-07 | SCI: Fix SQ4CD red shopper easter egg, bug #10911 | sluicebox | |
2019-03-06 | KYRA: update NEWS file | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - implement ending sequence | athrxx | |
The Amiga version actually has a real ending sequence (unlike the PC version). | |||
2019-03-06 | KYRA: (EOB1/Amiga) - fix Amiga cps decompression | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix Cone of Cold spell sfx | athrxx | |
2019-03-06 | KYRA: (EOB1) - fix turn undead spell in level 7 | athrxx | |
2019-03-06 | KYRA: (EOB1) - make dispel magic spell more accurate | athrxx | |
(In EOB1 this spell is supposed to affect only one selected party member and not the whole party) | |||
2019-03-06 | KYRA: (EOB) - improve timer handling | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix invisible character display | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix spell sounds | athrxx | |
2019-03-06 | KYRA: (EOB2/FM-TOWNS) - fix character status text glitch | athrxx | |
2019-03-06 | KYRA: (EOB) - fix poison warning | athrxx | |
(There should be a death warning when trying to rest the party while poisoned. This did not work correctly.) | |||
2019-03-06 | KYRA: (EOB1) - fix bug when attacking while invisible | athrxx | |
(wrong callback function called in EOB1) | |||
2019-03-06 | KYRA: (EOB1/Amiga) - add original save file handling | athrxx | |
2019-03-06 | KYRA: (EOB) - fix possible out of bounds mem access | athrxx | |
(This can't happen through normal gameplay, but still better to be fixed) | |||
2019-03-06 | KYRA: (EOB1/Amiga) - fix warning | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - improve scaled item handling | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix level palette glitch | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - Amiga specific stone skin spell variant | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix monster walk orientation | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix environmental sfx | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix main menu load dialog | athrxx | |
2019-03-06 | KYRA: (EOB1) - fix slow poison status display | athrxx | |
(in the character tab it would still say "poisoned" instead of "poisoned (slow)") | |||
2019-03-06 | KYRA: (EOB1/Amiga) - fix detect magic spell | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix environmental sound glitch | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix level graphics | athrxx | |
2019-03-06 | KYRA: (EOB1/Amiga) - fix level loading | athrxx | |
Now it is at least possible to enter the game after creating a party. Graphics are still messed up. | |||
2019-03-06 | KYRA: (EOB1/Amiga) - implement AmigaDOS font support | athrxx | |
- only basic support - no kerning, spacing, etc., since EOB doesn't need that - also improve palette loading |