pkgsrc-WIP-changes archive

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

starfighter: update to starfighter-2.3



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Jul 20 09:16:23 2020 +0200
Changeset:	5e4c238ef59d99adc9d070acc7751b2b988a6143

Modified Files:
	starfighter/Makefile
	starfighter/distinfo

Log Message:
starfighter: update to starfighter-2.3

No changelog.

Announcement:

When someone I'm very close to played Project: Starfighter recently, we noticed
a major bugs in Project: Starfighter pertaining to gamepad control. Then I
noticed another bug with gamepad control. Whoops! So this release set out to
fix those bugs (one which caused the level end sequence to be messed up by use
of a joystick, and one which caused dpad-based movement to be at rocket speed)
as well as a typo that said person I'm close to noticed as well.

They also had a request for an accessibility feature allowing slower text
speed, and I thought, you know what? That's an excellent idea! So I added in an
option to the Options menu which adjust text speed between five options: Normal
(same as before), Fast, Instant, Slow, and Sloth. As I implemented these I also
noted that it would probably be a good idea to allow the player to press a
button to advance certain dialog boxes, so I added that as well: pressing the
fire buttons now advances to the next dialog box instantly rather than skipping
the entire cutscene as it did before (Escape still skips the entire cutscene).
This should be helpful for those who wish to use Slow or Sloth speed but not
have to wait inordinate periods of time through the cutscenes.

And that's it for this release! It's really a pretty simple one, but I decided
to make it version 2.3 instead of 2.2.2 because it adds features. Enjoy!

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

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

diffstat:
 starfighter/Makefile | 4 ++--
 starfighter/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/starfighter/Makefile b/starfighter/Makefile
index 4a4cf22b0d..d53d223af5 100644
--- a/starfighter/Makefile
+++ b/starfighter/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	starfighter-2.2.1
+DISTNAME=	starfighter-2.3
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=pr-starfighter/}
-GITHUB_TAG=	v2.2.1
+GITHUB_TAG=	v2.3
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://pr-starfighter.github.io/
diff --git a/starfighter/distinfo b/starfighter/distinfo
index 5d87655683..a3055b1f22 100644
--- a/starfighter/distinfo
+++ b/starfighter/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (starfighter-2.2.1.tar.gz) = 6232c89bd4dabc222806cbd5d1a0036a811f768e
-RMD160 (starfighter-2.2.1.tar.gz) = c8b16f5bcaf717a9a297d20a405f55c61860eb6d
-SHA512 (starfighter-2.2.1.tar.gz) = 3c09330f89cc53680b6254387ca7168cbd986df1011a4bd095f369f7d4f48f969a66e0b353837e0e62d224511643e1657382a74c53cc62f23f96f78d242b7658
-Size (starfighter-2.2.1.tar.gz) = 50156225 bytes
+SHA1 (starfighter-2.3.tar.gz) = 1127239618d4ac43126f20c6b32133238c6bede6
+RMD160 (starfighter-2.3.tar.gz) = 362ca16bc7dcfd1e65d503bc8d77c7bcc52e34e2
+SHA512 (starfighter-2.3.tar.gz) = 6891c53c668592d51cd3e9e458290fe72ddf7fd2f081b27d59581d11f62e8579c9ed761b5f6c125f4a96ad19316ff8f40d5004b5dea9a84dd8b95e065e80bbae
+Size (starfighter-2.3.tar.gz) = 50156891 bytes


Home | Main Index | Thread Index | Old Index