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 Mar 15 11:33:28 UTC 2021

Modified Files:
        pkgsrc/games/woof: Makefile distinfo

Log Message:
games/woof: Update to 4.0.1

Woof! 4.0.1
-----------
- Compatibility with PrBoom+ complevel 11 has been vastly improved:
  - Player bobbing calculation has been fixed (@rfomin).
  - Resetting of the doomednum feature for the MT_SCEPTRE and MT_BIBLE
    things has been removed, which would lead to these map things not
    being spawned if not in "beta emulation" mode (@rfomin).
  - The implementations of P_Move(), P_CreateBlockMap() and
    P_FindShortestTextureAround()/P_FindShortestUpperAround() have been
    modified to match the ones from Boom, which are unconditionally used
    in PrBoom+ (@rfomin).
  - More MBF code pointers have been disabled in Boom compatibility mode
    (@rfomin).
  - Compatibility defaults have been brought in line with PrBoom+:
    - Enable  "Zombie players can exit levels".
    - Disable "Build stairs exactly the same way that Doom does".
    - Enable  "Fix 3-key door works with only 2 keys".
- The padvalue typo in the REJECT buffer overflow emulation has been
  fixed (@rfomin).
- Data is now properly free()d in some functions in i_sound.c (@rfomin).
- A wrong function argument in MUSINFO logging has been fixed (@rfomin).
- A dummy entry has been added to the S_music[] array for the NUMMUSIC
  counter, fixing a crash when changing music from a MUSINFO track.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/games/woof/Makefile
cvs rdiff -u -r1.14 -r1.15 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.18 pkgsrc/games/woof/Makefile:1.19
--- pkgsrc/games/woof/Makefile:1.18     Mon Mar  8 10:55:47 2021
+++ pkgsrc/games/woof/Makefile  Mon Mar 15 11:33:28 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/03/08 10:55:47 micha Exp $
+# $NetBSD: Makefile,v 1.19 2021/03/15 11:33:28 micha Exp $
 
-DISTNAME=      woof_4.0.0
+DISTNAME=      woof_4.0.1
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fabiangreffrath/}

Index: pkgsrc/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.14 pkgsrc/games/woof/distinfo:1.15
--- pkgsrc/games/woof/distinfo:1.14     Mon Mar  8 10:55:47 2021
+++ pkgsrc/games/woof/distinfo  Mon Mar 15 11:33:28 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2021/03/08 10:55:47 micha Exp $
+$NetBSD: distinfo,v 1.15 2021/03/15 11:33:28 micha Exp $
 
-SHA1 (woof_4.0.0.tar.gz) = 3a59bddfcf847d17c0a497738b3490d4810fb5d0
-RMD160 (woof_4.0.0.tar.gz) = 57dd1627d0091a7c8af56911e96b0602b35be16a
-SHA512 (woof_4.0.0.tar.gz) = 22685fd9beae50535a2404017aae7cb7a309b167edd7e161ab0aacf20b4e21a678e3172df1af89f44ff09047d6ef26166af2c7d865e928ae59941cdc55a35169
-Size (woof_4.0.0.tar.gz) = 1913942 bytes
+SHA1 (woof_4.0.1.tar.gz) = 8ef07d1bc8581aaa9f4e6902495bc1b92711c1ec
+RMD160 (woof_4.0.1.tar.gz) = d54c76b2f05eddd4f9eb3297d2440b7e055009ff
+SHA512 (woof_4.0.1.tar.gz) = 740683c7e6cce2c39c0e3f110c1d10f28f174579629a0b3c81bdb9a4fb16235a3f4241d6c27dbe8fb3720794822785a6245c8281c2ee3cf63f8b73b182399fd1
+Size (woof_4.0.1.tar.gz) = 1916161 bytes
 SHA1 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089



Home | Main Index | Thread Index | Old Index