From 7ecaaa1090b15828a2ebf6d1d41461a3f84261e2801c89204346d7c63ad95efa Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Mon, 17 Jun 2024 11:04:28 +0000 Subject: [PATCH] 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 --- _service | 2 +- ddnet-18.2.tar.gz | 3 --- ddnet-18.3.tar.gz | 3 +++ ddnet.changes | 56 +++++++++++++++++++++++++++++++++++++++++++++++ ddnet.spec | 2 +- vendor.tar.xz | 4 ++-- 6 files changed, 63 insertions(+), 7 deletions(-) delete mode 100644 ddnet-18.2.tar.gz create mode 100644 ddnet-18.3.tar.gz diff --git a/_service b/_service index 85ecb0b..cee7266 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - ddnet-18.2 + ddnet-18.3 diff --git a/ddnet-18.2.tar.gz b/ddnet-18.2.tar.gz deleted file mode 100644 index 569974d..0000000 --- a/ddnet-18.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f04f6165e56236e57854a16301b040e43781f6035974790b6d16267badf1fb63 -size 45897767 diff --git a/ddnet-18.3.tar.gz b/ddnet-18.3.tar.gz new file mode 100644 index 0000000..86b9cf1 --- /dev/null +++ b/ddnet-18.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7686e4fb834f8718b0d888c00a41dc8906ac4b734c5698b06f6976ff65b0d0 +size 45924249 diff --git a/ddnet.changes b/ddnet.changes index fb2455e..3aafbe5 100644 --- a/ddnet.changes +++ b/ddnet.changes @@ -1,3 +1,59 @@ +------------------------------------------------------------------- +Sat Jun 15 15:20:33 UTC 2024 - Carsten Ziepke + +- 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 diff --git a/ddnet.spec b/ddnet.spec index 327b92a..b7ce831 100644 --- a/ddnet.spec +++ b/ddnet.spec @@ -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 diff --git a/vendor.tar.xz b/vendor.tar.xz index de1cd37..14fd65d 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0635c1ff6f786b38fa0ea34218e41c2745ecb17573452ee4fbcb906a9c17e756 -size 497372 +oid sha256:cfcc789cda25fce5bb7d956daa5ddffb6bcd594763548cb65a3748c893f636fe +size 497280