SHA256
1
0
forked from pool/slade

1 Commits

7 changed files with 47 additions and 15 deletions

BIN
3.2.10.tar.gz LFS Normal file

Binary file not shown.

BIN
3.2.8.tar.gz LFS

Binary file not shown.

View File

@@ -1,4 +1,4 @@
mtime: 1761066075
commit: 2e771a1914a8de2797ef9c5131873a054dfa6793ac3b536ceb8e84d949fcb2e9
mtime: 1767628255
commit: 7f2c924a2926d40368bb3913e8c1aa6ad0c8718480419903ca86dc66916f4ab7
url: https://src.opensuse.org/jengelh/slade
revision: master

View File

@@ -8,11 +8,11 @@ which is not used in Linux distros.)
src/Archive/ArchiveManager.cpp | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Index: SLADE-3.2.6/src/Archive/ArchiveManager.cpp
Index: SLADE-3.2.10/src/Archive/ArchiveManager.cpp
===================================================================
--- SLADE-3.2.6.orig/src/Archive/ArchiveManager.cpp
+++ SLADE-3.2.6/src/Archive/ArchiveManager.cpp
@@ -132,14 +132,12 @@ bool ArchiveManager::init()
--- SLADE-3.2.10.orig/src/Archive/ArchiveManager.cpp
+++ SLADE-3.2.10/src/Archive/ArchiveManager.cpp
@@ -133,14 +133,12 @@ bool ArchiveManager::init()
}
// Find slade3.pk3 directory
@@ -27,4 +27,4 @@ Index: SLADE-3.2.6/src/Archive/ArchiveManager.cpp
- if (!fileutil::fileExists(dir_slade_pk3))
dir_slade_pk3 = "slade.pk3";
// Open slade.pk3
// If still not found, try $APPDIR/usr/share/slade3/slade.pk3

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d978ccfab8e2e031eeba0431d89eef9e8850c4b0614f2542f2d64fa52ede4913
oid sha256:7e541a7602f6f9d64e9312b7f8677fa28f066bbd5a6d8f513aec27ec327bbc42
size 256

View File

@@ -1,7 +1,38 @@
-------------------------------------------------------------------
Sat Nov 22 21:41:25 CET 2025 - Stanislav Brabec <sbrabec@suse.com>
Mon Jan 5 15:06:29 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Remove unused BuildRequires: update-desktop-files.
- Update to release 3.2.10
* Fixed SLADE launching another copy when opening archives via a
file manager if SLADE is already running.
* PNG format handling has been reworked to use libpng instead of
wxWidgets. This should fix some issues related to PNGs saving
with compressed palettes.
* Heretic+Hexen (2025) widescreen raw gfx are now correctly
recognised and displayed.
* Fixed a freeze when using "Check Duplicate Entry Content"
maintenance tool with lots of duplicates
* Offsets are now kept when exporting a TEXTURES texture to an
individual image.
-------------------------------------------------------------------
Sun Nov 16 08:01:48 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.2.9
* A soundfont is now included with SLADE, which will be used as
the fallback soundfont for MIDI playback if none is set up in
preferences.
* Improved OpenGL initialization to hopefully fix issues some
users were having with graphical views.
* When saving a zip archive with duplicate named entries, added a
prompt to auto-rename the duplicates.
* Dark Forces graphic formats can now be viewed again.
* Improved speed of "Convert All" function in the Gfx Conversion
dialog.
* Fixed blank palettes on colour remap for paletted PNGs
* Fixed broken texture properties layout
* Fixed 3D mode camera spinning on Wayland (note that this fix
requires a new enough DE that implements the wp_pointer_warp_v1
Wayland protocol).
-------------------------------------------------------------------
Tue Oct 21 09:18:21 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package slade
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 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: slade
Version: 3.2.8
Version: 3.2.10
Release: 0
Summary: An editor for DOOM maps and WAD/PK3 archives
License: GPL-2.0-or-later
@@ -35,6 +35,7 @@ BuildRequires: freeimage-devel
BuildRequires: gcc-c++ >= 8
BuildRequires: pkg-config
BuildRequires: strip-nondeterminism
BuildRequires: update-desktop-files
BuildRequires: wxGTK3-devel >= 3.1.6
BuildRequires: zip
BuildRequires: pkgconfig(fluidsynth)