[Scummvm-git-logs] scummvm branch-2-5 -> e87bc91ef6c0b90fc1d3077f8c220c666dc00039

dreammaster noreply at scummvm.org
Tue Dec 14 03:07:10 UTC 2021


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4ec5d9b526 SHERLOCK: Make the Serrated Scalpel darts minigame harder
e87bc91ef6 NEWS: Mention Serrated Scalpel darts speed fix


Commit: 4ec5d9b526c88738ac729726b7d5f06ef2cd7677
    https://github.com/scummvm/scummvm/commit/4ec5d9b526c88738ac729726b7d5f06ef2cd7677
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2021-12-13T19:06:56-08:00

Commit Message:
SHERLOCK: Make the Serrated Scalpel darts minigame harder

This seems to match the speed of the original better, and makes the
power bars move at the same speed for both you and your opponent. It
does make the game more frustrating, I guess, but playing darts is
optional anyway.

Changed paths:
    engines/sherlock/scalpel/scalpel_darts.cpp


diff --git a/engines/sherlock/scalpel/scalpel_darts.cpp b/engines/sherlock/scalpel/scalpel_darts.cpp
index d43a4f1af2..88b09e5b1e 100644
--- a/engines/sherlock/scalpel/scalpel_darts.cpp
+++ b/engines/sherlock/scalpel/scalpel_darts.cpp
@@ -419,7 +419,7 @@ int Darts::dartHit() {
 	Events &events = *_vm->_events;
 
 	// Process pending events
-	events.pollEventsAndWait();
+	events.pollEvents();
 
 	if (events.kbHit()) {
 		// Key was pressed, so return it


Commit: e87bc91ef6c0b90fc1d3077f8c220c666dc00039
    https://github.com/scummvm/scummvm/commit/e87bc91ef6c0b90fc1d3077f8c220c666dc00039
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2021-12-13T19:06:56-08:00

Commit Message:
NEWS: Mention Serrated Scalpel darts speed fix

Changed paths:
    NEWS.md


diff --git a/NEWS.md b/NEWS.md
index 80f2ba6efd..4c3238dd42 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -42,6 +42,7 @@ For a more comprehensive changelog of the latest experimental code, see:
    - Fix inventory not updating in Serrated Scalpel after examining watch.
    - Fix fog overlay at Cleopatra's Needle in Rose Tattoo.
    - Fix graphic issues in Serrated Scalpel looking at items whilst inventory is open.
+   - Make Serrated Scalpel darts closer in speed to the original.
 
  TwinE:
    - Numerous bugfixes and stability improvements.




More information about the Scummvm-git-logs mailing list