diff options
author | Andrew Wong <wongandj@icloud.com> | 2025-06-07 17:56:30 -0400 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-06-08 09:09:14 +0800 |
commit | b8f4b68c7b109003e56bd53dda9737888532e1ef (patch) | |
tree | 44c2b438447b5f5ee8b935108e06aa30b32a2864 /gnu/packages/games.scm | |
parent | fba552164a4928bfefa3f673be1185b330a08d76 (diff) |
gnu: dsda-doom: Update to 0.29.0.
* gnu/packages/games.scm (dsda-doom): Update to 0.29.0.
[description]: Revise.
Closes: #469
Change-Id: I17f196b5862ce53987137076ec77e49e31b46419
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 892283bf94..9381ea8588 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2760,7 +2760,7 @@ Every puzzle has a complete solution, although there may be more than one.") (define-public dsda-doom (package (name "dsda-doom") - (version "0.28.2") + (version "0.29.0") (source (origin (method git-fetch) @@ -2769,7 +2769,7 @@ Every puzzle has a complete solution, although there may be more than one.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1qvxx4r3ahiy8w9x0559g581971ycmbqm1kszzc65w1aa85f5q2f")))) + (base32 "1aki559nz1czlvzah1rdmpdcad4mswpp5gszfwxhil9x0hc3gj4r")))) (build-system cmake-build-system) (arguments (list @@ -2791,18 +2791,11 @@ Every puzzle has a complete solution, although there may be more than one.") (home-page "https://github.com/kraflab/dsda-doom") (synopsis "Doom source port, successor of PrBoom+") (description - "This is a successor of PrBoom+ with new features, including: -@enumerate -@item Heretic, Hexen, MBF21, Doom-in-Hexen, UDMF, and MAPINFO support -@item In-game console and scripting -@item Full controller support -@item Palette-based opengl renderer -@item Debugging features for testing -@item Strict mode for speedrunning -@item Various quality of life improvements -@item Advanced tools for TASing -@item Rewind -@end enumerate") + "DSDA-Doom is a Doom source port and successor of PrBoom+, with extra +features for demo recording/playback and quality of life. In particular, its +features include support for the Heretic, Hexen, MBF21, Doom-in-Hexen and UDMF +map formats, MAPINFO support, full controller support, debug and scripting +features, rewinding, and a strict mode for speedrunning.") (license license:gpl2+))) (define-public prboom-plus |