pkgsrc-WIP-changes archive

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

ags: update to ags-3.4.0.14



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sun Feb 5 22:46:50 2017 +0200
Changeset:	a0d3fe70554a7971208a5aff5087850bc37af9da

Modified Files:
	ags/Makefile
	ags/distinfo

Log Message:
ags: update to ags-3.4.0.14

VERSION 3.4.0 - Patch 2, February 2017

Script API:
- Extended the list of System.OperatingSystem possible return values;
  now supports eOSAndroid, eOSiOS, eOSPSP

Editor bug fixes:
- Fixed incorrect Unicode-to-ANSI string conversion during game compilation
  which caused text containing non-latin characters become random mess in game,
  even if game fonts compiled to the proper ANSI codepage.

Engine bug fixes:
- Fixed mouse cursor stuck at the left border of the screen when using OpenGL
  renderer (Android & iOS ports).
- Fixed InventoryScreen() script function caused game to crash if particular
  resources are not available.
- Fixed built-in inventory screen not working with Direct3D and OpenGL
  renderers.
- Fixed obsolete gfxfilter names are printed when using --help argument.

Cosmetics & convenience:
- Corrected error message displayed when engine cannot get write access to the
  disk (e.g. no more telling to not run from CD on Android).

Manual:
- Added information on static extenders.

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

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 34b1a9073c..02519117ee 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.0.13
+DISTNAME=	ags-3.4.0.14
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=adventuregamestudio/}
 GITHUB_TAG=	v.${PKGVERSION_NOREV}
diff --git a/ags/distinfo b/ags/distinfo
index 9cb9600623..4de03f40d8 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.0.13.tar.gz) = 4c959ccadcb530ee5002bfdda215fdf1342adab6
-RMD160 (ags-3.4.0.13.tar.gz) = 6de24b944edf455b92ba4600d8ccc301c2f6946a
-SHA512 (ags-3.4.0.13.tar.gz) = b6c119778ed44ec6c7d1d320869b26cbb8ea2f2d9b9b09c9f8a4f9c0010db17e8b26a760e320f4ff42f7e1537c55233434767cb8feefc4e16fa21daba94d7604
-Size (ags-3.4.0.13.tar.gz) = 20127600 bytes
+SHA1 (ags-3.4.0.14.tar.gz) = fa141dcbf49f6411fd33fc29c62d42075e9b6ac7
+RMD160 (ags-3.4.0.14.tar.gz) = 88dc631426e4d1fec37411e16068632416e9c1b9
+SHA512 (ags-3.4.0.14.tar.gz) = a4ff3d226694549895951336c0fbc73a91dcb5c06290f8de3ae2370c2b6a75e575f26b8225025d94b6bad8cf21f64578461d176282c2c58440297ba2e05f1463
+Size (ags-3.4.0.14.tar.gz) = 20129424 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