Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8e909fc7ef | |||
| 5a08d366e2 | |||
| 3b90038514 | |||
| eeffc2ab1b |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:21c383550d0581f4e2ef872f26733a70f87f0deaf56db96d7534e8e6121351e2
|
||||
size 9683934
|
||||
3
ironwail-0.8.1.tar.gz
Normal file
3
ironwail-0.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e510cbb09a9408a08ca3c90a3d4ff8774fbacf1d7f8af13a87292b7e52d3018
|
||||
size 9693526
|
||||
@@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 4 11:16:59 UTC 2026 - Michael Pujos <pujos.michael@gmail.com>
|
||||
|
||||
- Update to v0.8.1
|
||||
* Added initial MD3 support (as an additional "Remastered" model type)
|
||||
by @jjelliott for Quake Brutalist Jam III
|
||||
* Improved controller support:
|
||||
- fixed PlayStation Rumble & Gyro functionality under Bluetooth
|
||||
mode by @AL2009man
|
||||
- smoother flick stick adjustments
|
||||
- increased max gyro sensitivity in the menu from 8 to 20
|
||||
- controller LED is turned off when exiting the game
|
||||
* Changed rendering code to avoid issues with certain AMD GPU drivers
|
||||
* Improved map leak visualization
|
||||
* Fixed console links sometimes not working
|
||||
* Reset music on game change
|
||||
* Rich Presence: Show mapname if levelname is empty by @Prokopiy19
|
||||
* Added scr_showspeed_ofs cvar (default: 0), currently not exposed in the menus
|
||||
* Route extra texture types to developer > 1 by @jjelliott
|
||||
* Fix base dir in current directory by @skalleAnka
|
||||
* Enable DO_USERDIRS by default for Unix-like platforms by @4LT
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 15 12:16:34 UTC 2025 - Michael Pujos <pujos.michael@gmail.com>
|
||||
|
||||
- added missing dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 10 19:23:30 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ironwail
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# 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: ironwail
|
||||
Version: 0.8.0
|
||||
Version: 0.8.1
|
||||
Release: 0
|
||||
Summary: High-performance QuakeSpasm fork
|
||||
License: GPL-2.0-or-later
|
||||
@@ -29,6 +29,7 @@ Patch0: enginepak.patch
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(flac)
|
||||
BuildRequires: pkgconfig(libcurl)
|
||||
BuildRequires: pkgconfig(libglvnd)
|
||||
BuildRequires: pkgconfig(libmikmod)
|
||||
BuildRequires: pkgconfig(libmpg123)
|
||||
BuildRequires: pkgconfig(opus)
|
||||
@@ -54,10 +55,7 @@ for ironquake to start:
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
# LDFLAGS needed for link to not fail on Leap 15.5
|
||||
export LDFLAGS="-ldl"
|
||||
%make_build -C Quake\
|
||||
DO_USERDIRS=1 \
|
||||
USE_CODEC_FLAC=1 \
|
||||
USE_CODEC_OPUS=1 \
|
||||
USE_CODEC_MIKMOD=1 \
|
||||
|
||||
Reference in New Issue
Block a user