pkgsrc-Changes archive

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

CVS commit: pkgsrc/games/woof



Module Name:    pkgsrc
Committed By:   micha
Date:           Mon Nov 30 12:24:52 UTC 2020

Modified Files:
        pkgsrc/games/woof: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/woof/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/games/woof/distinfo

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

Modified files:

Index: pkgsrc/games/woof/Makefile
diff -u pkgsrc/games/woof/Makefile:1.15 pkgsrc/games/woof/Makefile:1.16
--- pkgsrc/games/woof/Makefile:1.15     Mon Oct 19 16:31:11 2020
+++ pkgsrc/games/woof/Makefile  Mon Nov 30 12:24:52 2020
@@ -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/}

Index: pkgsrc/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.11 pkgsrc/games/woof/distinfo:1.12
--- pkgsrc/games/woof/distinfo:1.11     Mon Oct 19 16:31:11 2020
+++ pkgsrc/games/woof/distinfo  Mon Nov 30 12:24:52 2020
@@ -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