aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2019-03-12SCUMM HE: Bug fix for moonbase stack memory corruptionZhiqi Yin
What: The bug is reproducible in the following ways: 1. quiting the game 2. enter challenge mode state 2, when the game starts move mouse around the menu buttons (choose building or weapons) Observed behavior: In he/wiz_he.cpp:2839, the function failed to return since the stack around variable 'color' was corrupted. The game will crash then. Analysis: Since other function will modify memory area around local variable 'color', the bug shoud be caused by memory overwritten. The memory write happens in this modified file. From the code, it only wants to write a certain amount of pixels. So I found 2 places where more pixels are written. This causes stack memory corruption. Fix: Add checking. If we have written enough pixels then break. Testing: The game UI looks correct. Single player mode game is tested. Bug no longer observable. Tested for both cases mentioned above.
2019-03-11BLADERUNNER: Clean-up of PS13 target scriptsPeter Kohaut
2019-03-11BLADERUNNER: Better formatting for police targets instructionsPeter Kohaut
2019-03-11SCI: Fix LB2CD intro text-mode volume, bug #10916sluicebox
2019-03-11SCI: Fix SQ4 maze missing message, bug #10915sluicebox
2019-03-11SCI: Fix SQ4CD Sock's door, bug #10914 (#1533)sluicebox
2019-03-10SCI: Fix spacing in SQ4 script patchsluicebox
2019-03-11BLADERUNNER: Clean-up of PS12 target scriptsPeter Kohaut
2019-03-11BLADERUNNER: Clean-up of PS10 & PS11 target scriptsPeter Kohaut
2019-03-10GLK: FROTZ: Set window font size propertyPaul Gilbert
2019-03-10BLADERUNNER: Marking cut content with BLADERUNNER_RESTORED_CUT_CONTENT macroThanasis Antoniou
Enabled by default. Currently, only restored content is the death rattle sound for Moraji and Zuben, and the dialogue of Guzza denying McCoy an advance
2019-03-09GLK: Change Attributes fields from uint to boolPaul Gilbert
2019-03-10COMPOSER: Always check resources before loading themFilippos Karapetis
Fixes checking for resources in libraries - bug #10861
2019-03-10SCI: Add entry for Betrayed Alliance version 1.1Filippos Karapetis
Fixes bug #10889
2019-03-10SCI: Fix SQ4 zero gravity blast lockup, bug #10912sluicebox
2019-03-09BLADERUNNER: Clean-up for subtitles initialization codePeter Kohaut
2019-03-09BLADERUNNER: Alternate fix method for rare path finding assert faultsThanasis Antoniou
Disabled by default. This one allows polygons merged on a single point.
2019-03-09BLADERUNNER: Fixed zbuffer warning in NR01Peter Kohaut
Game was trying to decode zbuf when there was none.
2019-03-09BLADERUNNER: Fixed McCoy anim in spinner at PS01Peter Kohaut
McCoy will not disappear prematurely in PS01 when he enters the spinner.
2019-03-09BLADERUNNER: Savagame names fixesPeter 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-09JANITORIAL: Update all scummvm.org URLS to use httpsCameron Cawley
2019-03-09BLADERUNNER: Better fix for bug in pathfindingPeter 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-09BLADERUNNER: Subtitles code improvementsThanasis 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-08SCI: Fix SQ4 kernel signature mismatch on Estrossluicebox
2019-03-08MOHAWK: RIVEN: Fix using the jundle ladder without lowering itBastien 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-07KYRA: (EOB/Amiga) - implement GMM volume settingsathrxx
2019-03-06GLK: FROTZ: Create Glk windows on the fly as neededPaul Gilbert
This is laying groundwork for properly supporting Shogun, which sets up and uses Window 7
2019-03-07SCI: Fix SQ4CD red shopper easter egg, bug #10911sluicebox
2019-03-06KYRA: (EOB1/Amiga) - implement ending sequenceathrxx
The Amiga version actually has a real ending sequence (unlike the PC version).
2019-03-06KYRA: (EOB1/Amiga) - fix Amiga cps decompressionathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix Cone of Cold spell sfxathrxx
2019-03-06KYRA: (EOB1) - fix turn undead spell in level 7athrxx
2019-03-06KYRA: (EOB1) - make dispel magic spell more accurateathrxx
(In EOB1 this spell is supposed to affect only one selected party member and not the whole party)
2019-03-06KYRA: (EOB) - improve timer handlingathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix invisible character displayathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix spell soundsathrxx
2019-03-06KYRA: (EOB2/FM-TOWNS) - fix character status text glitchathrxx
2019-03-06KYRA: (EOB) - fix poison warningathrxx
(There should be a death warning when trying to rest the party while poisoned. This did not work correctly.)
2019-03-06KYRA: (EOB1) - fix bug when attacking while invisibleathrxx
(wrong callback function called in EOB1)
2019-03-06KYRA: (EOB1/Amiga) - add original save file handlingathrxx
2019-03-06KYRA: (EOB) - fix possible out of bounds mem accessathrxx
(This can't happen through normal gameplay, but still better to be fixed)
2019-03-06KYRA: (EOB1/Amiga) - fix warningathrxx
2019-03-06KYRA: (EOB1/Amiga) - improve scaled item handlingathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix level palette glitchathrxx
2019-03-06KYRA: (EOB1/Amiga) - Amiga specific stone skin spell variantathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix monster walk orientationathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix environmental sfxathrxx
2019-03-06KYRA: (EOB1/Amiga) - fix main menu load dialogathrxx
2019-03-06KYRA: (EOB1) - fix slow poison status displayathrxx
(in the character tab it would still say "poisoned" instead of "poisoned (slow)")
2019-03-06KYRA: (EOB1/Amiga) - fix detect magic spellathrxx