SHA256
1
0
forked from pool/ddnet
Dominique Leuenberger 2022-04-08 20:45:33 +00:00 committed by Git OBS Bridge
commit c383cf97bf
4 changed files with 61 additions and 5 deletions

View File

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

3
ddnet-16.0.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,56 @@
-------------------------------------------------------------------
Tue Apr 5 19:07:01 UTC 2022 - Carsten Ziepke <kieltux@gmail.com>
- Update to version 16.0.3
- [Client] New Vulkan graphics renderer for more FPS
(enable in Graphics Settings)
- [Client] Improved demo renderer performance
- [Client] New players join Tutorial servers by default
- [Client] Replace browser icons with font icons
- [Editor] Quad knife tool
- [Client] Automatic font size in menu
- [Client] Make hook collision line size adjustable
- [Client] Automatically select search string on Ctrl+F
- [Client] Add optional save_replay parameter (filename)
- [Client] Improvement of the automatic completion of player
names in chat
- [Client] Fix duplicated team messages with dummy
- [Client] Fix binds, fix sounds and demo playback for
violent gametypes
- [Client] Fix sound bug on large maps (like Back in Time 3)
- [Client] Fix dummy connect on some vanilla servers
- [Client] Show key presses in nameplates
- [Client] Update local hook collision line every frame
- [Client] Allow the ghost to carry any weapon
- [Client] Show correct server address when connecting
- [Client] Drop non-RGBA image-support in skins
- [Client] Fix listbox item double click behaviour
- [Client] Fix bindings with modifiers
- [Client] Support saving any size binds
- [Client] HTTP Serverbrowser: Quit faster
- [Client] Remove the totally unsafe editor undo
- [Client] Fix client freezes if server sends funny ticks
- [Client] Fix wrong warnings with saved config file
- [Client] Fix integer overflow in CHud when server time
exceeds around 248 days
- [Client] Don't print binds into F1
- [Client] Fix player death effect color
- [Server] Do not mute if spam protection is off
- [Server] Write log to disk on assert
- [Server] Fix specteam 1 not showing teammates while
spectating/freecam in solo
- [Server] Fix logging into rcon with dummy
- [Server] No chat messages for live freeze
- [Server] Make spawn position independent of players
in other teams
- [Server] Record player_ready event in Teehistorian
- [Server] Fix recording server-side demos
- [Server] Fix laser clipping
- [Tools] Fixed bad DataReader loop on map_replace_image
- [Client+Server] Support NO_COLOR environment variable
- Add BuildRequires pkgconfig(vulkan) and glslang-devel for
the new Vulkan graphics renderer
-------------------------------------------------------------------
Sat Feb 19 18:20:08 UTC 2022 - Carsten Ziepke <kieltux@gmail.com>

View File

@ -17,7 +17,7 @@
Name: ddnet
Version: 15.9.1
Version: 16.0.3
Release: 0
Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
License: Zlib AND CC-BY-SA-3.0 AND Apache-2.0 AND MIT AND SUSE-Public-Domain
@ -34,6 +34,7 @@ BuildRequires: hicolor-icon-theme
BuildRequires: libminiupnpc-devel
BuildRequires: pkgconfig
BuildRequires: pnglite-devel
BuildRequires: glslang-devel
BuildRequires: python3
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(glew)
@ -47,6 +48,7 @@ BuildRequires: pkgconfig(opusfile)
BuildRequires: pkgconfig(sdl2)
BuildRequires: pkgconfig(sqlite3)
BuildRequires: pkgconfig(wavpack)
BuildRequires: pkgconfig(vulkan)
BuildRequires: pkgconfig(zlib)
Requires: %{name}-data = %{version}-%{release}
@ -82,7 +84,8 @@ Standalone server for DDraceNetwork (DDNet).
-DAUTOUPDATE=OFF \
-DANTIBOT=ON \
-DUPNP=ON \
-DSTEAM=OFF
-DSTEAM=OFF \
-DVIDEORECORDER=OFF
%cmake_build
%install