[Scummvm-git-logs] scummvm master -> a89deafcad58912ce4c41490d226ce0da23830f3

sev- sev at scummvm.org
Wed Oct 12 09:06:14 CEST 2016


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:
25ff6fcd5f FULLPIPE: Fix animation lock-up
a89deafcad DISTS: Added Sparkle 1.9.0 signature


Commit: 25ff6fcd5fb12123f19b6b84d62d7a20a2183096
    https://github.com/scummvm/scummvm/commit/25ff6fcd5fb12123f19b6b84d62d7a20a2183096
Author: Retro-Junk (bambarbee at yandex.ru)
Date: 2016-10-12T09:06:01+02:00

Commit Message:
FULLPIPE: Fix animation lock-up

Changed paths:
    engines/fullpipe/interaction.cpp



diff --git a/engines/fullpipe/interaction.cpp b/engines/fullpipe/interaction.cpp
index ad7ce9f..8f6ec5d 100644
--- a/engines/fullpipe/interaction.cpp
+++ b/engines/fullpipe/interaction.cpp
@@ -261,7 +261,7 @@ LABEL_38:
 		if (!(inter->_flags & 0x10000)) {
 			ex = new ExCommand(obj->_id, 34, 0x80, 0, 0, 0, 1, 0, 0, 0);
 			ex->_param = obj->_odelay;
-			ex->_field_14 = 0x100;
+			ex->_field_14 = 0x80;
 			ex->_messageNum = 0;
 			ex->_excFlags = 3;
 			mq->addExCommandToEnd(ex);


Commit: a89deafcad58912ce4c41490d226ce0da23830f3
    https://github.com/scummvm/scummvm/commit/a89deafcad58912ce4c41490d226ce0da23830f3
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-10-12T09:06:01+02:00

Commit Message:
DISTS: Added Sparkle 1.9.0 signature

Changed paths:
    dists/macosx/scummvm_appcast.xml



diff --git a/dists/macosx/scummvm_appcast.xml b/dists/macosx/scummvm_appcast.xml
index 35fbc54..60837c0 100644
--- a/dists/macosx/scummvm_appcast.xml
+++ b/dists/macosx/scummvm_appcast.xml
@@ -6,6 +6,16 @@
 		<description>Most recent changes with links to updates.</description>
 		<language>en</language>
 		<item>
+			<title>Version 1.9.0</title>
+			<sparkle:releaseNotesLink>
+				https://scummvm.org/frs/scummvm/1.9.0/ReleaseNotes
+			</sparkle:releaseNotesLink>
+			<pubDate>Mon, 17 Oct 2016 22:36:00 +0000</pubDate>
+			<enclosure url="https://www.scummvm.org/frs/scummvm/1.9.0/scummvm-1.9.0-macosx.dmg"
+						sparkle:version="1.9.0" length="16642939" type="application/octet-stream"
+						sparkle:dsaSignature="MC0CFFcJJ0j1aJg99T44EQsh5JxWFxtYAhUAi6tVS4lYWLnybDudMCpx3IHjT+k=" />
+		</item>
+			<item>
 			<title>Version 1.8.1</title>
 			<sparkle:releaseNotesLink>
 				https://scummvm.org/frs/scummvm/1.8.1/ReleaseNotes





More information about the Scummvm-git-logs mailing list