summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authormicha <micha@pkgsrc.org>2022-03-11 11:05:44 +0000
committermicha <micha@pkgsrc.org>2022-03-11 11:05:44 +0000
commitf6818871ff2516deadb20b5a74d47dbcb36ba474 (patch)
tree18e7ae643f0a53197562723e3c2a6674c84b2dd6 /games
parent2d18e6ea74a698d88414af9b13cc4cd5e8183a68 (diff)
downloadpkgsrc-f6818871ff2516deadb20b5a74d47dbcb36ba474.tar.gz
games/woof: Update to 9.0.0
Woof! 9.0.0 ----------- New Features and Improvements - Integration of Chocolate Doom network code. - Implement low-res turning (and -shorttics). - Implement Fluidsynth music backend. - Additional widget colors options, i.e. "backpack changes thresholds" and "color of armor depends on type". - Complete crosshair implementation with 4 different shapes (cross, angle, dot and big cross), color by player health and highlight on target. - Support up to 8 pages of savegames. - Skip quicksave/quickload questions, allow quickload before quicksave. - Add IDBEHOLDO cheat to disable all powerups (and invisibility) at once. - Import R_ClipWallSegment() function from PrBoom. - Draw Time widget on intermission screen. - Add config key and input binding to disable vertical mouse movement (novert). - Improve menu legibility for the other three IWADs, i.e. Chex Quest, HACX and REKKR. - Properly tab-aligned HU string widgets. - Generalize the BFG Edition IWAD fixes. - Implement netgame reload level. - IDMYPOS prints high precision coordinates. - Implement render stats cheat. - Implement BUDDHA cheat and IDDQD after death. - Implement -coop_spawns parameter. - Show game speed in the time widget if not 100 pct. - Missing weapons leave a small gap in the Boom HUD. - Re-arrange the General menu. - Always append WAD file name to savegame names, even for IWADs. - Implement SNDFONT lump. - Improve fuzzed sprite visibility in hires mode. - Add umapdef for SIGIL_v1_21.wad. - Show DMENUPIC if TITLEPIC is unavailable or from the IWAD. Bug Fixes - Fix scaled time interpolation. - Allow the DEH parser to skip blank lines. - Automap: fix drawing marks > 9. - Fix player mobj is always in S_PLAY_RUN1 state in complevel boom. - Initialize certain video parameters only once, e.g. apply scalefactor from command line only once during initialization. - Fix display level title in overlay automap mode if STS/Time widget is on. - Fix vanilla Doom has at most 10 deathmatch starts. - Fix menu selection for items with alphaKey == 0. - Fix total time display on the intermission screen. - Fix vertical position of the Time/STS widgets. - Fix levelname on automap screen with Time/STS widget enabled. - Fix widescreen rendering of shareware HELP2 screen. - Split dirname and basename at both types of slashes on Windows. - Fix possible integer overflows in timing functions. - Fix a potential crash in the demo reel.
Diffstat (limited to 'games')
-rw-r--r--games/woof/Makefile6
-rw-r--r--games/woof/PLIST8
-rw-r--r--games/woof/distinfo8
3 files changed, 12 insertions, 10 deletions
diff --git a/games/woof/Makefile b/games/woof/Makefile
index 00401ff9c31..63f85575f60 100644
--- a/games/woof/Makefile
+++ b/games/woof/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2022/02/11 15:20:14 micha Exp $
+# $NetBSD: Makefile,v 1.32 2022/03/11 11:05:44 micha Exp $
-DISTNAME= woof_8.1.0
+DISTNAME= woof_9.0.0
PKGNAME= ${DISTNAME:S/_/-/}
-PKGREVISION= 2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GITHUB:=fabiangreffrath/}
GITHUB_TAG= ${DISTNAME}
@@ -56,6 +55,7 @@ post-install:
${DESTDIR}${PREFIX}/share/doc/woof/INSTALL.pkgsrc
.include "../../audio/SDL2_mixer/buildlink3.mk"
+.include "../../audio/fluidsynth/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../devel/SDL2/buildlink3.mk"
.include "../../graphics/SDL2_image/buildlink3.mk"
diff --git a/games/woof/PLIST b/games/woof/PLIST
index 65af21b2258..89761980738 100644
--- a/games/woof/PLIST
+++ b/games/woof/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2021/11/19 16:37:38 micha Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/03/11 11:05:44 micha Exp $
bin/woof
share/applications/woof.desktop
share/doc/woof/COPYING
@@ -39,13 +39,15 @@ share/icons/hicolor/128x128/apps/woof.png
share/woof/autoload/chex.wad/chex.deh
share/woof/autoload/chex.wad/extchex.deh
share/woof/autoload/chex.wad/umapdef.lmp
+share/woof/autoload/doom-all/bloodcolor.deh
share/woof/autoload/e1m4b.wad/umapdef.lmp
share/woof/autoload/e1m8b.wad/umapdef.lmp
share/woof/autoload/hacx.wad/bloodcolor.deh
share/woof/autoload/masterlevels.wad/umapdef.lmp
share/woof/autoload/nerve.wad/umapdef.lmp
-share/woof/autoload/rekkr.wad/bloodcolor.deh
-share/woof/autoload/rekkrsa.wad/bloodcolor.deh
+share/woof/autoload/sigil_v1_21.wad/umapdef.lmp
+share/woof/soundfonts/TimGM6mb.sf2
+share/woof/soundfonts/copyright
share/woof/betagrph.wad
share/woof/betalevl.wad
share/woof/watermap.wad
diff --git a/games/woof/distinfo b/games/woof/distinfo
index 2572af2f33f..8595fb50d87 100644
--- a/games/woof/distinfo
+++ b/games/woof/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2021/12/01 11:08:00 micha Exp $
+$NetBSD: distinfo,v 1.29 2022/03/11 11:05:44 micha Exp $
-BLAKE2s (woof_8.1.0.tar.gz) = 22ed6ab65fcd99f6896c733c22f767e17f5b54f2dea38d5b1f63d61251e5d4ba
-SHA512 (woof_8.1.0.tar.gz) = ef5589cc9d6af08b80f16962a903863ec8b211523f1be3b2632251e57d305bb25db3c381b9b7c5901296a43ab094c1e1b220701344472f51209378e4faee52bd
-Size (woof_8.1.0.tar.gz) = 2075303 bytes
+BLAKE2s (woof_9.0.0.tar.gz) = b63d237c2b85397d2c36e14833b8b7a410c244eb92042c0419fa682c48b77823
+SHA512 (woof_9.0.0.tar.gz) = f554a6aa80456bc4b0d5156344beafa7b51f4d796306dafcb22ebd3f46441c1307b595df9f4eba4834bb117841326c2695ac3f132c2c90dc84c3cede8f523d83
+Size (woof_9.0.0.tar.gz) = 7778038 bytes
SHA1 (patch-Source_d__iwad.c) = a58291e4717699efaefa3e56294666cfc6e65c75