pkgsrc-WIP-changes archive

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

ags: update to ags-3.4.4.0



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Jul 14 22:41:28 2019 +0200
Changeset:	20bc9bf3ab2773089189948a03a0f2d8e020373d

Modified Files:
	ags/Makefile
	ags/distinfo

Log Message:
ags: update to ags-3.4.4.0

REVISION HISTORY
================
VERSION 3.4.4, July 2019

Editor:
 - Disabled screenshot made when sending a crash report, for security reasons.
 - Fixed Audio folders were displaying internal "AllItemsFlat" property on property grid.
 - Fixed crash when editor was updating file version in compiled EXE but failed and tried to
   report about that.

Engine:
 - Fixed Character.DestinationY telling incorrect values beyond Y = 255.
 - Fixed DynamicSprite.SaveToFile() not appending ".bmp" if no extension was specified.
 - Fixed IsMusicVoxAvailable() not working correctly in old games which use 'music.vox'.
 - Restored support for running games made with experimental 3.3.0 CR version.
 - Fixed character's blinking frames drawn incorrectly when legacy sprite blending mode was on.
 - Restored legacy InventoryScreen() behavior which picked sprites 0, 1, 2 for inventory dialog
   buttons when predefined 2041, 2042 and 2043 were not available.
 - Fixed negative "cachemax" value in config could lock the engine at startup.
 - Added Scavenger's palgorithms plugin to the list of builtins, for ports that use ones.
 - Added stubs for monkey0506's Steam and GoG plugins to let run games on systems that do not have
   Steam/GoG installed (all related functionality will be disabled though).
 - Added stubs for SpriteFont plugin.
 - Added missing stubs for agswadjetutil plugin.

Linux:
 - Support for OpenGL renderer.

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

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 1509ee84ed..7ee8a55d21 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.3.1
+DISTNAME=	ags-3.4.4.0
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=adventuregamestudio/}
 GITHUB_TAG=	v.${PKGVERSION_NOREV}
diff --git a/ags/distinfo b/ags/distinfo
index d99cee4893..3061e4b030 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.3.1.tar.gz) = ecfe163ce7725c35894f0c6d5647a4bcf5f91ce6
-RMD160 (ags-3.4.3.1.tar.gz) = ee00c0c0e1084c23de25428eb1e2bf595c484822
-SHA512 (ags-3.4.3.1.tar.gz) = c55e0ad7ff24709b87d8e2bda43c75dec72a2ad3fd4dac4a3e06ecf4f3da20ddc39a382d8dbe15b872d8f338adda3d2e06a22c72d8ebcb1e0e8ee72600ebbbbc
-Size (ags-3.4.3.1.tar.gz) = 9458882 bytes
+SHA1 (ags-3.4.4.0.tar.gz) = c1e51a6cf789d3ed246072f57aabd90781d38894
+RMD160 (ags-3.4.4.0.tar.gz) = c746e17575cf0763f91ea8d32f804bbcb724969e
+SHA512 (ags-3.4.4.0.tar.gz) = 2765fcfa62c08f7c44dbd6a0ec4d58577a349ea1af188fa809eb218dccfe7a3805379fe639c60df0629238f2b28bc9cbe3010c561d8db01f68b8d7952a50266c
+Size (ags-3.4.4.0.tar.gz) = 9567786 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