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:           Fri Aug 20 15:23:05 UTC 2021

Modified Files:
        pkgsrc/games/woof: Makefile PLIST distinfo

Log Message:
games/woof: Update to 6.3.1

Woof! 6.3.1
-----------
- SDL's endianness swapping functions are now used.
- A demo footer is added when recording a demo (@rfomin).
- The EV_BuildStairs() implementation has been brought in line with
  PrBoom+ (@rfomin).
- Support for the COMPLVL lump has been added (@rfomin).
- The UMAPINFO demo extension header has been deprecated (@rfomin).

Woof! 6.3.0
-----------
- Initialization of the total time counter on the intermission screen
  has been fixed, which affects 'complevel mbf' demo compatibility
  (@rfomin).
- Resetting of the compatibility vector has been fixed when loading
  'complevel vanilla' savegames (@rfomin).
- Saving during demo playback has been fixed (@rfomin).
- Status bar refresh is enforced in the Main, Episode and Skill menus
  as in Crispy Doom (@rfomin).
- Loading savegames during multiplayer demo playback (e.g. AV.WAD
  DEMO1) has been fixed (@rfomin).
- Demos without 'PR+UM' signature are now ignored (@rfomin).
- SFX are now interpolated in a 16-bit int domain.
- The default endpic has been fixed for UMAPINFO (@rfomin).
- Dehacked patches from the command line are now processed after
  mobjinfo initialization (@rfomin).
- Randomly mirrored death animations have been ported over from
  Crispy Doom (@rfomin).
- Blood color patches have been added for Rekkr and Hacx (@rfomin).


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/games/woof/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/woof/PLIST
cvs rdiff -u -r1.20 -r1.21 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.24 pkgsrc/games/woof/Makefile:1.25
--- pkgsrc/games/woof/Makefile:1.24     Wed Jul 21 14:58:03 2021
+++ pkgsrc/games/woof/Makefile  Fri Aug 20 15:23:05 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2021/07/21 14:58:03 micha Exp $
+# $NetBSD: Makefile,v 1.25 2021/08/20 15:23:05 micha Exp $
 
-DISTNAME=      woof_6.2.0
+DISTNAME=      woof_6.3.1
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fabiangreffrath/}

Index: pkgsrc/games/woof/PLIST
diff -u pkgsrc/games/woof/PLIST:1.4 pkgsrc/games/woof/PLIST:1.5
--- pkgsrc/games/woof/PLIST:1.4 Fri Jun 25 13:42:51 2021
+++ pkgsrc/games/woof/PLIST     Fri Aug 20 15:23:05 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2021/06/25 13:42:51 micha Exp $
+@comment $NetBSD: PLIST,v 1.5 2021/08/20 15:23:05 micha Exp $
 bin/woof
 share/applications/woof.desktop
 share/doc/woof/COPYING
@@ -38,8 +38,11 @@ share/doc/woof/winmbf02s.txt
 share/icons/hicolor/128x128/apps/woof.png
 share/woof/autoload/e1m4b.wad/umapinfo.lmp
 share/woof/autoload/e1m8b.wad/umapinfo.lmp
+share/woof/autoload/hacx.wad/bloodcolor.deh
 share/woof/autoload/masterlevels.wad/umapinfo.lmp
 share/woof/autoload/nerve.wad/umapinfo.lmp
+share/woof/autoload/rekkr.wad/bloodcolor.deh
+share/woof/autoload/rekkrsa.wad/bloodcolor.deh
 share/woof/betagrph.wad
 share/woof/betalevl.wad
 share/woof/watermap.wad

Index: pkgsrc/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.20 pkgsrc/games/woof/distinfo:1.21
--- pkgsrc/games/woof/distinfo:1.20     Wed Jul 21 14:58:03 2021
+++ pkgsrc/games/woof/distinfo  Fri Aug 20 15:23:05 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.20 2021/07/21 14:58:03 micha Exp $
+$NetBSD: distinfo,v 1.21 2021/08/20 15:23:05 micha Exp $
 
-SHA1 (woof_6.2.0.tar.gz) = d6f3653761b4aa4fe7366947119b3a23bd3912b5
-RMD160 (woof_6.2.0.tar.gz) = 389298db8e588e3b8f513cb63f81c0802b843f56
-SHA512 (woof_6.2.0.tar.gz) = d5827351b5e72ddc6a48289c596609b296c23c47dcf236b97ec3698236eb7184cdc6ca15125a8c6f32aa63900eec91ff0966e38357c4adb45177c94bac325b06
-Size (woof_6.2.0.tar.gz) = 1985238 bytes
+SHA1 (woof_6.3.1.tar.gz) = 03336e19759847187fe1e2ae0a2893577a90782d
+RMD160 (woof_6.3.1.tar.gz) = 2186d9d90c888b68d92776723ce78fefae0b578f
+SHA512 (woof_6.3.1.tar.gz) = aad2a66b36480012ff01d25b6692d0f0d6048d90f5ecf1e0de081a2423884afdedc9e1fd97dec621d2641033907b528fa05481b9d7eeb6e96e4cc226651f8259
+Size (woof_6.3.1.tar.gz) = 1986946 bytes
 SHA1 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089



Home | Main Index | Thread Index | Old Index