forked from pool/ddnet
Accepting request 1197316 from games
OBS-URL: https://build.opensuse.org/request/show/1197316 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ddnet?expand=0&rev=22
This commit is contained in:
commit
1b7b623939
2
_service
2
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">ddnet-18.3</param>
|
||||
<param name="srcdir">ddnet-18.4</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e7686e4fb834f8718b0d888c00a41dc8906ac4b734c5698b06f6976ff65b0d0
|
||||
size 45924249
|
3
ddnet-18.4.tar.gz
Normal file
3
ddnet-18.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35e787675701208772ebaf3895df81a435f49243f4756144341dcc61119cebfc
|
||||
size 46804275
|
@ -1,3 +1,46 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 18:52:23 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Update to version 18.4:
|
||||
* [Client] Add team size indicator
|
||||
* [Client] Show skin name as tooltip in ingame player list
|
||||
* [Client] Remove Spectate label from HUD, show Following
|
||||
{player} instead
|
||||
* [Client] Various fixes with sound disabled
|
||||
* [Client] Various improvements to scoreboard rendering
|
||||
* [Client] Show help text when chaining multiple commands
|
||||
* [Client] Consistent value selector behavior
|
||||
* [Client] Server browser friend list: sort case insensitively
|
||||
* [Client] Fix incorrect scoreboard size if blue team used
|
||||
without teams flag
|
||||
* [Client] Fix integer overflow when computing tilemap size
|
||||
* [Client] Correct player name in copied server info
|
||||
* [Client] Fix UI issues when switching between menus and editor
|
||||
* [Client] Trim Strings on Search/Exclude Filter & add Tooltip
|
||||
* [Client] Fix ingame menu buttons overlapping on team based
|
||||
gametypes
|
||||
* [Client] Correct arguments highlighting after removing entry
|
||||
* [Client] Fix browser not refreshing if ui_page is changed in
|
||||
start menu, refresh LAN tab after starting/stopping
|
||||
local server
|
||||
* [Client] Loading screen fixes
|
||||
* [Editor] Add button and F1 hotkey to open Wiki page
|
||||
* [Editor] Fix various automapper issues
|
||||
* [Tools] Improve map_extract tool
|
||||
* [Master] Use libloc instead of our own CSV format for GeoIP
|
||||
* [Client&Server] Rewrite and fix line reader
|
||||
* [Server] Add "/setjumps" practice command and "setjumps"
|
||||
rcon command
|
||||
* [Server] Don't check sv_max_team_size for teams in practice
|
||||
* [Server] Fix multiple redirected clients not dropped in the
|
||||
same tick
|
||||
* [Server] Faster antibot API calls
|
||||
* [Server] Fix crashes with dbg_dummies and sv_max_clients
|
||||
* [Server] Fix server crash when starting with
|
||||
random(_unfinished)_map
|
||||
* [Server] Add sv_dnsbl_ban_reason, increase maximum ban
|
||||
reason length
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 15:20:33 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ddnet
|
||||
Version: 18.3
|
||||
Version: 18.4
|
||||
Release: 0
|
||||
Summary: DDraceNetwork, a cooperative racing mod of Teeworlds
|
||||
License: Apache-2.0 AND CC-BY-SA-3.0 AND Zlib AND MIT AND SUSE-Public-Domain
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfcc789cda25fce5bb7d956daa5ddffb6bcd594763548cb65a3748c893f636fe
|
||||
size 497280
|
||||
oid sha256:8f64d22dd71929e0f775aed2111c5460a30a96e6dc51c1963d79f10ab7fedb9d
|
||||
size 497392
|
||||
|
Loading…
Reference in New Issue
Block a user