pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

crispy-doom: Update to 5.10.1



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Mar 24 12:49:51 2021 +0100
Changeset:	f762109e2da70c354fda9be2e988a28cfd88d4a8

Modified Files:
	crispy-doom/Makefile
	crispy-doom/distinfo

Log Message:
crispy-doom: Update to 5.10.1

New Features and Improvements
=============================
- Some colored text has been reverted back to the pristine Vanilla
  experience. As a rule of thumb, UI that has been inherited from
  Vanilla does doesn't get any colorization anymore
  (thanks @OpenRift412).
- Screenwidth values are now rounded down to the nearest multiple of
  4 in hires mode, and up in lores mode. This makes sure we end up with
  a screenwidth of 852 px for a 16:9 ratio in hires mode, which is exact
  twice the width of the widescreen assets, and with a screenwidth of
  428 px in lores mode, which is the next integer multiple of 4
  (thanks @buvk).
- A CMake toggle has been added for the truecolor mode (by @zx64).

Bug Fixes
=========
- The weapon sprite coordinates now remain unchanged if neither variable
  bobbing nor weapon sprite centering is enabled. Coincidently, this
  will bring back the sloppy bobbing of the chainsaw weapon sprite
  during its idle frames.
- Interpolation of the Archvile's fire sprite is now suppressed to
  mitigate it being spawned at the wrong location.
- Status bar positioning, drawing of fullscreen patches and the bunny
  scroll screen have been fixed on big-endian systems.
- The window height is now prevented from shrinking when changing
  widescreen modes.
- The smooth automap lines features has been fixed for truecolor mode
  (by @zx64).

Crispy Heretic
==============
- Weapon pickup messages are now shown in cooperative multiplayer mode
  (by @xttl).
- All Crispy Doom specific cheats have been ported over and adapted
  accordingly (by @xttl).
- An Automap overlay mode has been added.
- There are now separate mouse sensitivities for turn, strafe and
  y-axis.
- Heretic now has a "demowarp" feature, i.e. support for using both
  -playdemo and -warp on the command line (thanks @thom-wye).

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f762109e2da70c354fda9be2e988a28cfd88d4a8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 crispy-doom/Makefile | 2 +-
 crispy-doom/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/crispy-doom/Makefile b/crispy-doom/Makefile
index 0f2d4bdbb4..8932f9a444 100644
--- a/crispy-doom/Makefile
+++ b/crispy-doom/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	crispy-doom-5.10.0
+DISTNAME=	crispy-doom-5.10.1
 CATEGORIES=	games
 MASTER_SITES=	${MASTER_SITE_GITHUB:=fabiangreffrath/}
 GITHUB_TAG=	${DISTNAME}
diff --git a/crispy-doom/distinfo b/crispy-doom/distinfo
index b785062920..ffc3357f61 100644
--- a/crispy-doom/distinfo
+++ b/crispy-doom/distinfo
@@ -1,7 +1,7 @@
 $NetBSD$
 
-SHA1 (crispy-doom-5.10.0.tar.gz) = 5e9d4abbd3e7eb0280ed14e6cdbd8fcc0cec01f0
-RMD160 (crispy-doom-5.10.0.tar.gz) = 7f22f9e3b115e15c040f9651074ba1617c2608d6
-SHA512 (crispy-doom-5.10.0.tar.gz) = b289939af35bbe3a933827fe834cbff8a267b6280749b27084abdf25174042bbdcaca313359258d7ab3fecacedd9b0f06b92624f2a7599ffff37a5e0db2436b1
-Size (crispy-doom-5.10.0.tar.gz) = 2640909 bytes
+SHA1 (crispy-doom-5.10.1.tar.gz) = 74a682bcbcef9d5d51ecd6eebcfb53b098720d8c
+RMD160 (crispy-doom-5.10.1.tar.gz) = 8d506650fbd8f6a127762d34cc43ee4d4ee1e09c
+SHA512 (crispy-doom-5.10.1.tar.gz) = 134354c6692151902bd7f5349a88d5899e88f1f8e55499cb15f600c2c6cd0f89fa83dc17a26313b903bb801bd807ee1b5616d3cd5c7bda7e5d8e608a59194681
+Size (crispy-doom-5.10.1.tar.gz) = 2649358 bytes
 SHA1 (patch-src_d__iwad.c) = 8cb8da89e1da4869ef9d05ef0182016bf9be63a5


Home | Main Index | Thread Index | Old Index