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).
This commit is contained in:
parent
d440284c34
commit
186610e052
3 changed files with 11 additions and 8 deletions
|
@ -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/_/-/}
|
PKGNAME= ${DISTNAME:S/_/-/}
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=fabiangreffrath/}
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=fabiangreffrath/}
|
||||||
|
|
|
@ -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
|
bin/woof
|
||||||
share/applications/woof.desktop
|
share/applications/woof.desktop
|
||||||
share/doc/woof/COPYING
|
share/doc/woof/COPYING
|
||||||
|
@ -38,8 +38,11 @@ share/doc/woof/winmbf02s.txt
|
||||||
share/icons/hicolor/128x128/apps/woof.png
|
share/icons/hicolor/128x128/apps/woof.png
|
||||||
share/woof/autoload/e1m4b.wad/umapinfo.lmp
|
share/woof/autoload/e1m4b.wad/umapinfo.lmp
|
||||||
share/woof/autoload/e1m8b.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/masterlevels.wad/umapinfo.lmp
|
||||||
share/woof/autoload/nerve.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/betagrph.wad
|
||||||
share/woof/betalevl.wad
|
share/woof/betalevl.wad
|
||||||
share/woof/watermap.wad
|
share/woof/watermap.wad
|
||||||
|
|
|
@ -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
|
SHA1 (woof_6.3.1.tar.gz) = 03336e19759847187fe1e2ae0a2893577a90782d
|
||||||
RMD160 (woof_6.2.0.tar.gz) = 389298db8e588e3b8f513cb63f81c0802b843f56
|
RMD160 (woof_6.3.1.tar.gz) = 2186d9d90c888b68d92776723ce78fefae0b578f
|
||||||
SHA512 (woof_6.2.0.tar.gz) = d5827351b5e72ddc6a48289c596609b296c23c47dcf236b97ec3698236eb7184cdc6ca15125a8c6f32aa63900eec91ff0966e38357c4adb45177c94bac325b06
|
SHA512 (woof_6.3.1.tar.gz) = aad2a66b36480012ff01d25b6692d0f0d6048d90f5ecf1e0de081a2423884afdedc9e1fd97dec621d2641033907b528fa05481b9d7eeb6e96e4cc226651f8259
|
||||||
Size (woof_6.2.0.tar.gz) = 1985238 bytes
|
Size (woof_6.3.1.tar.gz) = 1986946 bytes
|
||||||
SHA1 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089
|
SHA1 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089
|
||||||
|
|
Loading…
Reference in a new issue