games/woof: Update to 8.1.0
Woof! 8.1.0 ----------- - The engine is now able to load any map between E1M99 and E99M99 or MAP00 and MAP99, respectively, without necessary UMAPINFO support, e.g. by means of the IDCLEV cheat or the -warp command line parameter (@rfomin). - The current and next map are now reported when the IDCLEV cheat is entered without a target map number (PrBoom+). - The -noload and -noautoload parameters were added which prevent autoloading of WADs and DEHs. - Double-click acting as "use" has been fixed for subsequent clicks (regression introduced in 8.0.0). - Textures are now only composed of patches that are in the range of known patches, fixes a crash at startup with t-drought_RC2.wad. - The maximum screen width in widescreen mode is now capped at 1120 px which corresponds to a 21:9 ratio in hires mode. - The implementation of the Lost Soul bounce fix has been brought in line with PrBoom+ (@rfomin).
This commit is contained in:
parent
56fb06b968
commit
9a08cdb218
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.28 2021/11/19 16:37:38 micha Exp $
|
||||
# $NetBSD: Makefile,v 1.29 2021/12/01 11:08:00 micha Exp $
|
||||
|
||||
DISTNAME= woof_8.0.0
|
||||
DISTNAME= woof_8.1.0
|
||||
PKGNAME= ${DISTNAME:S/_/-/}
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=fabiangreffrath/}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.27 2021/11/19 16:37:38 micha Exp $
|
||||
$NetBSD: distinfo,v 1.28 2021/12/01 11:08:00 micha Exp $
|
||||
|
||||
BLAKE2s (woof_8.0.0.tar.gz) = a3d9711f48acdf3a1b3a8ba9248a12d42f4551468e74eac7e0f8f1654bcdea89
|
||||
SHA512 (woof_8.0.0.tar.gz) = 73a78647bec831f455936a0625450383d75ed037057fefd4a5cd2120b6b402c76093ea2bc068d7652b538a75723e0cd172db188adee18f4cec74afb81ad4a32a
|
||||
Size (woof_8.0.0.tar.gz) = 2075493 bytes
|
||||
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
|
||||
SHA1 (patch-Source_d__iwad.c) = a58291e4717699efaefa3e56294666cfc6e65c75
|
||||
|
|
Loading…
Reference in a new issue