pkgsrc-WIP-changes archive

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

refkeen: update to refkeen-20201225



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Sat Dec 26 16:13:06 2020 +0200
Changeset:	466722084491833bc869da5b753f696cc363f789

Modified Files:
	refkeen/Makefile
	refkeen/distinfo

Log Message:
refkeen: update to refkeen-20201225

Release notes:

Dec 25 2020 (v0.32.0)

  * KDreams, Catacombs (and Wolf3D): Make it possible
    to bind actions to a game controller's D-pad.
  * Wolf3D: Support game controllers, in a similar manner to
    what's already been covered for Keen Dreams and the Catacombs.
    Further add mappings for touch input.
  * Wolf3D: Support stereo panning. This might not be fully accurate,
    but hopefully, it's not that far.
  * Wolf3D: Support saved games. They should be read and written using the same
    formats as the original DOS versions. This may currently be buggy by
    nature.
  * SD_TimeCountWaitFromSrc/SD_TimeCountWaitForDest timing fix, applying to
    all games, but especially noticeable while playing back demos in Wolf3D.
  * Add support for Spear of Destiny FormGen version 1.0, as well as the
    variation of FormGen version 1.4 which is actually identified as "V1.4"
    in-game. Currently, the one mistakenly identified as "V1.0" won't be
    detected.
    The mission packs' data still needs to be the same as in the
    Activision version, thus e.g., including the UAC logs.
  * When game installations are shown in the launcher, don't print their
    locations for now. This might become more useful later, in case it will
    be possible to choose any of multiple game installations which otherwise
    match the same version (e.g., due to somewhat differing game data).
    It shouldn't matter as much for now.
  * A change that may potentially break saved games made
    with older versions of the KDreams and Catacombs ports:
    The macros COMPAT_OBJ_CONVERT_OBJ_PTR_TO_DOS_PTR and
    COMPAT_OBJ_CONVERT_DOS_PTR_TO_OBJ_PTR were fixed. The original sizes
    of the object structs, as present in the DOS executables from the 90s,
    are now used, instead of sizeof(objtype) from the source ports.
  * Other misc. fixes and modifications. Thanks to Blzut3 for
    assistance with a subset of the changes in this version.

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

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

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

diffs:
diff --git a/refkeen/Makefile b/refkeen/Makefile
index c1481083c3..35d8a90fad 100644
--- a/refkeen/Makefile
+++ b/refkeen/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.1 2015/08/19 19:21:33 yhardy Exp $
 
-DISTNAME=	refkeen-20201016
+DISTNAME=	refkeen-20201225
 GITHUB_PROJECT=	refkeen
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=NY00123/}
diff --git a/refkeen/distinfo b/refkeen/distinfo
index fddecaf7a9..cef933bfdd 100644
--- a/refkeen/distinfo
+++ b/refkeen/distinfo
@@ -1,6 +1,6 @@
 $NetBSD: distinfo,v 1.1 2015/08/19 19:21:33 yhardy Exp $
 
-SHA1 (refkeen-20201016.tar.gz) = 45eff0f606cc864981b7b00eb308b5f33aeaafee
-RMD160 (refkeen-20201016.tar.gz) = 7ef6f40d3656a2ae163dc4bc99fff19510bd9fe7
-SHA512 (refkeen-20201016.tar.gz) = a37b6b761dfc99d2e855fef8a076aa507b0a79e5294129f331d735a015855b3d68c5caf6dcec5fb45daea47b8d64741855b04f887f29c67355c60f94ec30ecfa
-Size (refkeen-20201016.tar.gz) = 4154662 bytes
+SHA1 (refkeen-20201225.tar.gz) = e62befcba71fcddf3709aa32fc7e3c5de25ed85e
+RMD160 (refkeen-20201225.tar.gz) = 9ce9fc24d6e00785ff2320a76e0fd0476585f6ad
+SHA512 (refkeen-20201225.tar.gz) = b9df4a1a509fc1b46cfcd788746133286bacb1fa886997c3e01385ad9e16a2cf8d688d79f198be3b675f52f0f7003d4ec51c55301dd1eca4cc6ac53a9b2f966d
+Size (refkeen-20201225.tar.gz) = 4245813 bytes


Home | Main Index | Thread Index | Old Index