Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

4 changed files with 5 additions and 38 deletions

3
vkQuake-1.31.1.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc192366170c2799f5340af3b166f1be85e4db23f214c7c19c1576b440afccf1
size 28494315

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7fe42363e871e358b65115b49ddb5436fa6edb414d2cff3c4012eb0e4bbaf24f
size 28655729

View File

@ -1,36 +1,3 @@
-------------------------------------------------------------------
Fri Nov 8 17:34:51 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
- Update to version 1.31.3
* Improvements:
- Library updates : vkQuake is now using mpg123 by default instead
of mad for mp3 support
* Fixes:
- #740: Fix broken saves in Mjolnir
- #718: Fix MD5 models to support multi-meshes. Quake Remaster models
were fine because mono-mesh, but other addons exist bringing multi-mesh
MD5 models
- Some smaller fixes here and there.
-------------------------------------------------------------------
Wed Oct 2 20:54:07 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>
- Update to version 1.31.2
* Improvements
- Added proper nomonsters 1 option : Don't spawn monsters when starting a map
- Add ability to bind function keys (F1-F12) in Key Bindings menu
- Key Bindings now able to remap the usual Quake shortcuts bounded to
function keys before
- Allow any supported music type to play
- Library updates
- Code cleanups
* Fixes
- #734: Fix a potentially game-breaking bug, manifesting itself as
frozen entities, or even game events not triggered at all
- Vulkan fixes by @Novum
- Remove "CDAudio disabled at compile time" message
- Some smaller fixes here and there
-------------------------------------------------------------------
Fri Aug 2 17:46:31 UTC 2024 - Michael Pujos <pujos.michael@gmail.com>

View File

@ -18,7 +18,7 @@
Name: vkquake
Version: 1.31.3
Version: 1.31.1.1
Release: 0
Summary: Quake 1 port using Vulkan instead of OpenGL for rendering
License: GPL-2.0-or-later
@ -37,7 +37,7 @@ BuildRequires: spirv-tools
BuildRequires: vulkan-devel >= 1.2.162
BuildRequires: pkgconfig(flac)
BuildRequires: pkgconfig(libmikmod)
BuildRequires: pkgconfig(libmpg123)
BuildRequires: pkgconfig(mad)
BuildRequires: pkgconfig(opus)
BuildRequires: pkgconfig(opusfile)
BuildRequires: pkgconfig(sdl2)