forked from pool/ddnet
Accepting request 1181047 from home:Kieltux:branches:games
- Update to version 18.3: * [Client] Add confetti particles on finish * [Client] Add team0mode indicator * [Client] Show percentage of loaded rcon commands * [Client] Fix truncated scoreboard recording notification * [Client] Keep respawned players in multi view list on pvp servers * [Client] Add cl_showhud_time_cp_diff * [Client] Fix console search highlighting * [Client] Fix potential client crash and console not keeping scrolling position when console backlog is full * [Client] Add option to show only messages by team members * [Client] Fix smoke particles sometimes being stuck inside solid tiles * [Client] Fix language file being loaded twice when starting, improve error handling for invalid translation files * [Client] Prevent UI elements from being hovered while key reader is active * [Client] Fix segfault when swapchain images change (e.g. toggling Vsync) * [Client] Fix demo seekbar tooltip not shown while seekbar is active, fix demo seekbar being activated by held button press * [Client] Android build improvements * [Client] Fix wrong file extension being removed in demo cut popup * [Client] Fix potential client crash and console not keeping scrolling position when console backlog is full * [Client] Video recorder: improve error handling and log messages, fix crashes * [Client] Fix wrong server address used in password popup when redirected * [Client] Fix OOB accesses rendering ghosts, fix ghost hook collision line * [Editor] Fix crashes and memory leaks related to editor map sounds and opus file decoding * [Editor] Fix inconsistent behavior of scrollbars, key readers, edit boxes, value selectors and editor sound seekbars * [Client+Server] Use network tokens in big-endian byte order consistently * [Server] Add /rescuemode * [Server] Add /practicecmdlist * [Server] Add chat commands for toggling weapons in practice mode * [Server] Fix goto_tele not finding all teleporters * [Server] Allow econ to succeed, even if ipv6 econ fails to bind to socket * [Server] Store player names in teehistorian and Finish/TeamFinish v2 * [Tooling] Add delta debug dump * [Tooling] Also print external module/symbol names in parse_drmingw.sh * [Tooling] Fix issues with map_create_pixelart OBS-URL: https://build.opensuse.org/request/show/1181047 OBS-URL: https://build.opensuse.org/package/show/games/ddnet?expand=0&rev=39
This commit is contained in:
parent
becb286e27
commit
7ecaaa1090
2
_service
2
_service
@ -1,5 +1,5 @@
|
||||
<services>
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srcdir">ddnet-18.2</param>
|
||||
<param name="srcdir">ddnet-18.3</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f04f6165e56236e57854a16301b040e43781f6035974790b6d16267badf1fb63
|
||||
size 45897767
|
3
ddnet-18.3.tar.gz
Normal file
3
ddnet-18.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e7686e4fb834f8718b0d888c00a41dc8906ac4b734c5698b06f6976ff65b0d0
|
||||
size 45924249
|
@ -1,3 +1,59 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 15 15:20:33 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
- Update to version 18.3:
|
||||
* [Client] Add confetti particles on finish
|
||||
* [Client] Add team0mode indicator
|
||||
* [Client] Show percentage of loaded rcon commands
|
||||
* [Client] Fix truncated scoreboard recording notification
|
||||
* [Client] Keep respawned players in multi view list on
|
||||
pvp servers
|
||||
* [Client] Add cl_showhud_time_cp_diff
|
||||
* [Client] Fix console search highlighting
|
||||
* [Client] Fix potential client crash and console not keeping
|
||||
scrolling position when console backlog is full
|
||||
* [Client] Add option to show only messages by team members
|
||||
* [Client] Fix smoke particles sometimes being stuck inside
|
||||
solid tiles
|
||||
* [Client] Fix language file being loaded twice when starting,
|
||||
improve error handling for invalid translation files
|
||||
* [Client] Prevent UI elements from being hovered while key
|
||||
reader is active
|
||||
* [Client] Fix segfault when swapchain images change
|
||||
(e.g. toggling Vsync)
|
||||
* [Client] Fix demo seekbar tooltip not shown while seekbar is
|
||||
active, fix demo seekbar being activated by held button press
|
||||
* [Client] Android build improvements
|
||||
* [Client] Fix wrong file extension being removed in demo
|
||||
cut popup
|
||||
* [Client] Fix potential client crash and console not keeping
|
||||
scrolling position when console backlog is full
|
||||
* [Client] Video recorder: improve error handling and log
|
||||
messages, fix crashes
|
||||
* [Client] Fix wrong server address used in password popup
|
||||
when redirected
|
||||
* [Client] Fix OOB accesses rendering ghosts, fix ghost hook
|
||||
collision line
|
||||
* [Editor] Fix crashes and memory leaks related to editor map
|
||||
sounds and opus file decoding
|
||||
* [Editor] Fix inconsistent behavior of scrollbars, key readers,
|
||||
edit boxes, value selectors and editor sound seekbars
|
||||
* [Client+Server] Use network tokens in big-endian byte order
|
||||
consistently
|
||||
* [Server] Add /rescuemode
|
||||
* [Server] Add /practicecmdlist
|
||||
* [Server] Add chat commands for toggling weapons in practice
|
||||
mode
|
||||
* [Server] Fix goto_tele not finding all teleporters
|
||||
* [Server] Allow econ to succeed, even if ipv6 econ fails to
|
||||
bind to socket
|
||||
* [Server] Store player names in teehistorian and
|
||||
Finish/TeamFinish v2
|
||||
* [Tooling] Add delta debug dump
|
||||
* [Tooling] Also print external module/symbol names in
|
||||
parse_drmingw.sh
|
||||
* [Tooling] Fix issues with map_create_pixelart
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 4 08:05:13 UTC 2024 - Carsten Ziepke <kieltux@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ddnet
|
||||
Version: 18.2
|
||||
Version: 18.3
|
||||
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:0635c1ff6f786b38fa0ea34218e41c2745ecb17573452ee4fbcb906a9c17e756
|
||||
size 497372
|
||||
oid sha256:cfcc789cda25fce5bb7d956daa5ddffb6bcd594763548cb65a3748c893f636fe
|
||||
size 497280
|
||||
|
Loading…
Reference in New Issue
Block a user