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:           Wed Jul 21 14:58:04 UTC 2021

Modified Files:
        pkgsrc/games/woof: Makefile distinfo

Log Message:
games/woof: Update to 6.2.0

Woof! 6.2.0
-----------
- The low-pass filter for sound effects has been ported over from
  Chocolate Doom, optional and disabled by default.
- The map title widget string is now capped at the first line break.
- The fix for A_SpawnObject() not transferring pointers as intended
  if called in a missile's death state has been ported over from
  DSDA-Doom.
- Calling S_StartSound() for sfx_None does not quit with an error
  message anymore.
- Deleting savegames from the "Save" menu has been fixed (@rfomin).
- Numerical values already set for MBF21 Bits fields are not overridden
  anymore by checking for mnemonics.
- The WI_updateStats() timing has been adjusted for demo compatibility
  with PrBoom+ (@rfomin).
- Unsigned integers are now read in deh_GetData() (@rfomin).

Woof! 6.1.0
-----------
- The DEHEXTRA implementation has been enhanced and completed:
  - 200 dummy sounds have been added (@rfomin).
  - Support for the 'Dropped item' DEHACKED field has been added
    (@rfomin).
- The engine does not quit anymore if joystick initialization failed.
  Also, errors that occur during SDL initialization are now properly
  reported (@rfomin).
- Saving of the "window_position" config parameter has been fixed.
- Missing IWAD headers are now non-fatal, preparing support for
  additional IWADs such as HACX or REKKR.
- Specific support for the HACX IWAD has been aded.
- The CI system has been migrated to Github actions (@rfomin).
- The -levelstat option to write level statistics upon exit has been
  ported over from Crispy Doom (@rfomin).
- A typo in saveg_read_ceiling_t() has been fixed which messes up
  savegames (@rfomin).
- The console is now enabled for MSVC debug builds (@rfomin).


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/games/woof/Makefile
cvs rdiff -u -r1.19 -r1.20 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.23 pkgsrc/games/woof/Makefile:1.24
--- pkgsrc/games/woof/Makefile:1.23     Fri Jun 25 13:42:51 2021
+++ pkgsrc/games/woof/Makefile  Wed Jul 21 14:58:03 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2021/06/25 13:42:51 micha Exp $
+# $NetBSD: Makefile,v 1.24 2021/07/21 14:58:03 micha Exp $
 
-DISTNAME=      woof_6.0.0
+DISTNAME=      woof_6.2.0
 PKGNAME=       ${DISTNAME:S/_/-/}
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fabiangreffrath/}

Index: pkgsrc/games/woof/distinfo
diff -u pkgsrc/games/woof/distinfo:1.19 pkgsrc/games/woof/distinfo:1.20
--- pkgsrc/games/woof/distinfo:1.19     Fri Jun 25 13:42:51 2021
+++ pkgsrc/games/woof/distinfo  Wed Jul 21 14:58:03 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.19 2021/06/25 13:42:51 micha Exp $
+$NetBSD: distinfo,v 1.20 2021/07/21 14:58:03 micha Exp $
 
-SHA1 (woof_6.0.0.tar.gz) = 20251c08f93f948399e0af1c513d666a5fd1b24b
-RMD160 (woof_6.0.0.tar.gz) = 5bc32f8dc767b6e8e6ce3aade703ef76777a9e65
-SHA512 (woof_6.0.0.tar.gz) = 94acfc11f0c2d0954f0af7e470fd4fa1104a0107d0909b419f2c8e2867255c830d6551b1fe2a0ce6c9d263ea7d45b6ccb143ff6617f663199dfb6e563688275c
-Size (woof_6.0.0.tar.gz) = 1981096 bytes
+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 (patch-Source_d__iwad.c) = fc897f508e31653495bfed26152a7e6d70021089



Home | Main Index | Thread Index | Old Index