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 Mar 11 11:05:44 UTC 2022
Modified Files:
pkgsrc/games/woof: Makefile PLIST distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/games/woof/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/games/woof/PLIST
cvs rdiff -u -r1.28 -r1.29 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.31 pkgsrc/games/woof/Makefile:1.32
--- pkgsrc/games/woof/Makefile:1.31 Fri Feb 11 15:20:14 2022
+++ pkgsrc/games/woof/Makefile Fri Mar 11 11:05:44 2022
@@ -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"
Index: pkgsrc/games/woof/PLIST
diff -u pkgsrc/games/woof/PLIST:1.6 pkgsrc/games/woof/PLIST:1.7
--- pkgsrc/games/woof/PLIST:1.6 Fri Nov 19 16:37:38 2021
+++ pkgsrc/games/woof/PLIST Fri Mar 11 11:05:44 2022
@@ -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.pn
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
Index: pkgsrc/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.28 pkgsrc/games/woof/distinfo:1.29
--- pkgsrc/games/woof/distinfo:1.28 Wed Dec 1 11:08:00 2021
+++ pkgsrc/games/woof/distinfo Fri Mar 11 11:05:44 2022
@@ -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
Home |
Main Index |
Thread Index |
Old Index