pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/woof games/woof: Update to 3.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/895f37ced3bf
branches:  trunk
changeset: 442774:895f37ced3bf
user:      micha <micha%pkgsrc.org@localhost>
date:      Mon Nov 30 12:24:52 2020 +0000

description:
games/woof: Update to 3.0.0

* The player coordinates widget on the Automap is now optional.
* Sounds may now be played in their full length. However, this only
  applies to sounds originating from (removed) map objects, not to
  those that emerge "in the player's head".
* All textures are now always composed, whether they are multi-
  patched or not. Furthermore, two separate composites are created,
  one for opaque and one for translucent mid-textures on 2S walls.
  Additionally, textures may now be arbitrarily tall.
* A new wrapping column getter function has been introduced to allow
  for non-power-of-two wide mid-textures on 2S walls.
* Parts of the renderer have been upgraded to use 64-bit integer types.
* Empty DEHACKED lumps are now skipped.

diffstat:

 games/woof/Makefile |   4 ++--
 games/woof/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r f949c07ffa2b -r 895f37ced3bf games/woof/Makefile
--- a/games/woof/Makefile       Mon Nov 30 12:24:30 2020 +0000
+++ b/games/woof/Makefile       Mon Nov 30 12:24:52 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/10/19 16:31:11 micha Exp $
+# $NetBSD: Makefile,v 1.16 2020/11/30 12:24:52 micha Exp $
 
-DISTNAME=      woof_2.3.2
+DISTNAME=      woof_3.0.0
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fabiangreffrath/}
diff -r f949c07ffa2b -r 895f37ced3bf games/woof/distinfo
--- a/games/woof/distinfo       Mon Nov 30 12:24:30 2020 +0000
+++ b/games/woof/distinfo       Mon Nov 30 12:24:52 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2020/10/19 16:31:11 micha Exp $
+$NetBSD: distinfo,v 1.12 2020/11/30 12:24:52 micha Exp $
 
-SHA1 (woof_2.3.2.tar.gz) = 847541b3500ea3492057218209694ce338950dd0
-RMD160 (woof_2.3.2.tar.gz) = ab174a802b4a8a11d9c6889eacd0576e6583c95b
-SHA512 (woof_2.3.2.tar.gz) = 30df56f87741ac83714b910823a621c10d860a793c26504b73726a8ce22d5e516dabf47223481f1a813c924b35ccbdd3e1471d5154b595285101be7ba8f53f22
-Size (woof_2.3.2.tar.gz) = 1881922 bytes
+SHA1 (woof_3.0.0.tar.gz) = c892ec407597a4453b956a264b7d6322aadebef6
+RMD160 (woof_3.0.0.tar.gz) = 290c9b295146a19ecdd17094350426aeea1e9fa5
+SHA512 (woof_3.0.0.tar.gz) = 118b6333ff1a292fdee924ca37ee33717af48efdbf5f49897165b6de7a85a7d1556b660fec1f725e17b9689fcfbb5fd01328f80af6baf5643c11abe269d0e4bd
+Size (woof_3.0.0.tar.gz) = 1883748 bytes
 SHA1 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089



Home | Main Index | Thread Index | Old Index