pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ags: update to ags-3.5.0.27



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Oct 11 12:25:23 2020 +0200
Changeset:	8115853cf651c0ff4323469704f2bc127b7ee1bf

Modified Files:
	ags/Makefile
	ags/distinfo

Log Message:
ags: update to ags-3.5.0.27

Release notes:

This is ags 3.5.0 Patch 5.

Editor:

  * Fixed Inventory Item preview could show wrong sprites and/or sprites in
    wrong scale.

Engine:

  * Fixed Dictionary.Get() crashing on missing key instead of returning null,
    as expected.
  * Dictionary.GetKeysAsArray(), GetValuesAsArray() and Set.GetItemsAsArray()
    now return null if they have no elements (0-sized arrays are forbidden by
    AGS Script).
  * Fixed AudioChannel.SetRoomLocation() parameters lost upon restoring a saved
    game.

Linux:

  * Disabled mouse speed control as it cannot be correctly supported. This
    fixes mouse movement glitches in fullscreen on certain systems.

Compatibility:

  * Don't error on missing speech animation frames if speaking character is
    disabled (.on = false)
  * Fixed legacy Seek/GetMIDIPosition() and Seek/GetMP3PosMillis() not working
    correctly in threaded
    audio mode.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8115853cf651c0ff4323469704f2bc127b7ee1bf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ags/Makefile | 2 +-
 ags/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/ags/Makefile b/ags/Makefile
index ca0ba4dd9e..a6758487f0 100644
--- a/ags/Makefile
+++ b/ags/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.2 2015/09/14 22:26:14 yhardy Exp $
 
-DISTNAME=	ags-3.5.0.26
+DISTNAME=	ags-3.5.0.27
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=adventuregamestudio/}
 GITHUB_TAG=	v.${PKGVERSION_NOREV}
diff --git a/ags/distinfo b/ags/distinfo
index 5847bb39b4..61c61fe6cb 100644
--- a/ags/distinfo
+++ b/ags/distinfo
@@ -1,9 +1,9 @@
 $NetBSD: distinfo,v 1.2 2015/09/14 22:26:14 yhardy Exp $
 
-SHA1 (ags-3.5.0.26.tar.gz) = 58ca52e24e33d76da93c4ac74d414b7cd866c79b
-RMD160 (ags-3.5.0.26.tar.gz) = 2a3e9c56b0b946fb5bd237c6a1840043ae604c8b
-SHA512 (ags-3.5.0.26.tar.gz) = 1cbb0c468f19be324cfc2a20db54fc357f5bdf6208123e23f8b0991eae2897d68d4e596966b8bf2fddf8282f7e5e9330f267864c856f0e38d0c058f69616bf4f
-Size (ags-3.5.0.26.tar.gz) = 7615750 bytes
+SHA1 (ags-3.5.0.27.tar.gz) = 6d16d859aa91515fd45c5016890ef90549d1f87e
+RMD160 (ags-3.5.0.27.tar.gz) = 502a2e19ea5ffc6a6705b7f0eaa4fa95afeea98f
+SHA512 (ags-3.5.0.27.tar.gz) = 29995c765c15e8b902d9f84e9959875a42ed5cb1961e49b3f21ce6a4dcbfcd14213ecee71decfb917fe0f90571ac031f5e52079bfb3989af5ef5af34154083cf
+Size (ags-3.5.0.27.tar.gz) = 7614860 bytes
 SHA1 (patch-Common_core_platform.h) = 393ae8b7e90601cfab0b11ecb185693db6a24ee1
 SHA1 (patch-Engine_Makefile-defs.linux) = a37e4d19021214959387c5a87be927693c71acb5
 SHA1 (patch-Engine_libsrc_libcda-0.5_linux.c) = f4f2bd480b36c1c47aa724b29b620b27a4ad392b


Home | Main Index | Thread Index | Old Index