Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b8a168e026 | |||
| 2643a6c796 | |||
|
|
ea2fd1f092 | ||
| 7f11d1f3c4 | |||
|
|
cf753b3b05 | ||
|
|
17abb2c0d7 | ||
| 214da1b435 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1758668632
|
||||
commit: bbb19aee30386e4df6d6951bd9e5efa8aef3687e399ebb637da257aae7d6d701
|
||||
url: https://src.opensuse.org/jengelh/crispy-doom
|
||||
revision: master
|
||||
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:368106782c10a68a8ad76d2900aafcb03e04e637797acaaacd9259bbdfb2e901
|
||||
size 256
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2b85649c615efeac7573883370e9434255af301222b323120692cb9649b7f420
|
||||
size 2499918
|
||||
BIN
crispy-doom-7.1.tar.gz
LFS
Normal file
BIN
crispy-doom-7.1.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 22:52:26 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 7.1
|
||||
* Added support for Heretic 2025, Hexen 2025, and for
|
||||
KEX masterlevels.wad.
|
||||
* Heretic/Hexen: added A11Y functions, map markers, Crispy HUD,
|
||||
translucency options.
|
||||
* Added support for non-power-of-2 wide textures.
|
||||
* Added IDDST, IDDKT, IDDIT cheats, ported from Woof.
|
||||
* Added support for Gib health feature from DOOM Retro.
|
||||
* Fix regression in uncapped automap mouse panning introduced by
|
||||
fast polling changes.
|
||||
- Delete c99.patch, c23-gcc15.patch (merged)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 17 10:11:01 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Add c99.patch, c23-gcc15.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 9 23:14:00 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 7.0
|
||||
* True color rendering support (from Chocolate Doom 3.1.0 base)
|
||||
* Improve display of secret sector coloring in automap when
|
||||
custom PLAYPALs are used.
|
||||
* Use PWAD-provided color translation tables for colored blood.
|
||||
* Allow non-power-of-2 wide sky textures.
|
||||
* Add support for Sigil II.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 16 18:33:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package crispy-doom
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: crispy-doom
|
||||
Version: 6.0
|
||||
Version: 7.1
|
||||
Release: 0
|
||||
Summary: Higher resolution DOOM/Heretic/Hexen/Strife source port
|
||||
License: GPL-2.0-or-later
|
||||
@@ -67,10 +67,6 @@ b="%buildroot"
|
||||
docdir="%_docdir/%name"
|
||||
mkdir -p "$b/%_bindir"
|
||||
rm -f "$b/%_docdir/%name/INSTALL"
|
||||
pushd "$b/%_mandir/man5"
|
||||
for i in default heretic hexen; do
|
||||
mv "$i.cfg.5" "crispy-doom-$i.cfg.5"
|
||||
done
|
||||
%fdupes %buildroot/%_prefix
|
||||
|
||||
%post
|
||||
|
||||
Reference in New Issue
Block a user