pkgsrc-WIP-changes archive

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

ags: update to ags-3.4.1.14



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Jul 22 17:55:04 2018 +0200
Changeset:	1ffc0ca626c6b873d439277876bfae39e5a40b2f

Modified Files:
	ags/Makefile
	ags/distinfo

Log Message:
ags: update to ags-3.4.1.14

VERSION 3.4.1 - Patch 3, July 2018

Editor:
 - Added scrollbars and zoom slider to the GUI editor.
 - Added one extra zoom step to the Room editor and fixed mouse wheel scrolling
   zoom slider by 3 steps at once instead of 1.
 - Fixed Undo history getting lost after saving the script.
 - Fixed crash when importing old game's rooms with interaction variables.
 - Fixed incorrect character names appearing after old game's import.

Engine:
 - Reverted conversion of all graphics on load to 32-bit, made the game run in its
   native color again, but correctly convert to 32-bit display instead.
   This fixes certain bugs found in 16-bit games since the first 3.4.1 release.
 - Fixed pressing ALT+ combination on Windows sometimes caused another key to "stuck",
   endlessly triggering key events in game.
 - Fixed service key shortcuts (switching display mode, (un)locking mouse in window)
   did not work at particular stages of the game, like video playback and dialog options.
 - Fixed unwanted transparency on built-in GUI in 8-bit games.
 - Fixed engine was reporting string format errors as internal ones and not script's.
 - Fixed crash when loading an old game's room with interaction variables.

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

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 e61429df0d..54ac53e298 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.4.1.13
+DISTNAME=	ags-3.4.1.14
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=adventuregamestudio/}
 GITHUB_TAG=	v.${PKGVERSION_NOREV}
diff --git a/ags/distinfo b/ags/distinfo
index 0cc9da8c86..ff0f4c0696 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.4.1.13.tar.gz) = ff836825d5ddaa4e28e618ab872b7925f58183f6
-RMD160 (ags-3.4.1.13.tar.gz) = 7a0d8f37ad1ad9091cc7c01068204aa21a2e6310
-SHA512 (ags-3.4.1.13.tar.gz) = 157e37ffb725f7f0dda9721d1c94eae4cac6c3c3005789096fe9ff0180b5f40467e471ac96b446c09710a13f5cf7b42df117a592033b3a18263fb229a9fe4451
-Size (ags-3.4.1.13.tar.gz) = 9451204 bytes
+SHA1 (ags-3.4.1.14.tar.gz) = 3ca322c4c64e41f64b7ea5992779186c25a87936
+RMD160 (ags-3.4.1.14.tar.gz) = 1e9c03511a9342c1339bfc02e914b457c708d33a
+SHA512 (ags-3.4.1.14.tar.gz) = 2fff3d8fd08262ad94901edcfa3054b7d3a8ec9d72f42dc0796bfbf490318e0f428601e9c0f05eb418be8990b141628f5a0a3b973ad72c1d9f0aef32333b45fd
+Size (ags-3.4.1.14.tar.gz) = 9455542 bytes
 SHA1 (patch-Common_core_endianness.h) = 2c5c1b5d3b80711c1eadec3652f18a4cede9c8eb
 SHA1 (patch-Engine_Makefile-defs.linux) = 17e59df466f4879f8603c4b3c400d008ce228bd3
 SHA1 (patch-Engine_libsrc_libcda-0.5_linux.c) = 6272b02ee98f79a57f8b72167d4aa8bceff34992


Home | Main Index | Thread Index | Old Index