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 4.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2022d27f88b1
branches:  trunk
changeset: 448800:2022d27f88b1
user:      micha <micha%pkgsrc.org@localhost>
date:      Mon Mar 15 11:33:28 2021 +0000

description:
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.

diffstat:

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

diffs (28 lines):

diff -r 04c00bd93d64 -r 2022d27f88b1 games/woof/Makefile
--- a/games/woof/Makefile       Mon Mar 15 11:17:41 2021 +0000
+++ b/games/woof/Makefile       Mon Mar 15 11:33:28 2021 +0000
@@ -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/}
diff -r 04c00bd93d64 -r 2022d27f88b1 games/woof/distinfo
--- a/games/woof/distinfo       Mon Mar 15 11:17:41 2021 +0000
+++ b/games/woof/distinfo       Mon Mar 15 11:33:28 2021 +0000
@@ -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