From 04f545148f71e7dfa2e10e7f99e1a1c0fd9b8ddad3b5acf020c5a896f8895dd5 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 16 Aug 2023 15:38:33 +0000 Subject: [PATCH] Accepting request 1103926 from home:Kieltux:branches:games - Update to version 17.2: * [Client] Multiview spectating * [Client] Improved font selection using fonts/index.json, updated fonts * [Client] 100 times faster text rendering, better space use * [Client] Add goto_switch and goto_tele commands * [Client] Add Galician language * [Client] Select storage locations in demo browser * [Editor] Support bezier envelope curves in maps * [Editor] Zoomable envelope editor * [Editor] Multiple selection in envelope editor, add grid, box selection * [Client] Render message when qutting/restarting client * [Client] Support ./DDNet "connect tw-0.6+udp://ger2.ddnet.org:8303" * [Client] Implement elasticity tuning values (ground_elasticity_x/y) * [Client] Execute CFGFLAG_GAME configs from map load on client * [Client] No delay for direction arrows and aim line toggle * [Client] Improve demo/video renderer UI * [Client] Connect to server faster * [Client] Fix HUD weapons rendering * [Client] Make online clan friends removable * [Client] Fix prediction of pickups * [Client] Fix text wrapping with long strings * [Client] Fix enter in server browser * [Client] Fix invalid texture crash in Vulkan * [Client] Don't load RGB images * [Client] Support selecting text in both consoles * [Client] Fix emotes being shown for other tee * [Editor] Allow saving map which is running in server * [Editor] Show message when player is moved ingame * [Editor] Selectable quadpoints * [Editor] Keep selection when moving layers * [Editor] Use temporary file when saving map to prevent corruption * [Editor] Support deleting/renaming folders * [Editor] Perform sanity check and show errors when loading map * [Editor] Fix hookthrough not being fully removed when filling selection * [Editor] Fix crashes with popup menus * [Editor] Improve font scaling and ellipsis * [Editor] Fix hotkeys while editboxes are active * [Editor] Fix quadpoint selection, easier point selection * [Editor] Fix inaccurate envelope calculation * [Editor] Set default name when saving map under new name or as copy * [Server & Client] Allow server to redirect clients * [Server] Separate log levels for each output (console/stdout_output_level) * [Server] Fix killfeed for teams * [Server] Prevent /swap with paused players * [Server] Fix crash with DNSBL OBS-URL: https://build.opensuse.org/request/show/1103926 OBS-URL: https://build.opensuse.org/package/show/games/ddnet?expand=0&rev=27 --- _service | 2 +- ddnet-17.1.1.tar.gz | 3 --- ddnet-17.2.tar.gz | 3 +++ ddnet.changes | 57 +++++++++++++++++++++++++++++++++++++++++++++ ddnet.spec | 2 +- vendor.tar.xz | 4 ++-- 6 files changed, 64 insertions(+), 7 deletions(-) delete mode 100644 ddnet-17.1.1.tar.gz create mode 100644 ddnet-17.2.tar.gz diff --git a/_service b/_service index 4de8f3b..e8e383d 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - ddnet-17.1.1 + ddnet-17.2 diff --git a/ddnet-17.1.1.tar.gz b/ddnet-17.1.1.tar.gz deleted file mode 100644 index a2f3b3c..0000000 --- a/ddnet-17.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4acb0047536556df71444d2eadee1c7cc7bd906a5c102f7534eb11451033d65 -size 36108423 diff --git a/ddnet-17.2.tar.gz b/ddnet-17.2.tar.gz new file mode 100644 index 0000000..6c4cdfd --- /dev/null +++ b/ddnet-17.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd320de623c8a24f6c163c43036cedf0e634622b47add8a94663a0b47cb4b8f +size 45652108 diff --git a/ddnet.changes b/ddnet.changes index b30c0a0..7c0fdb1 100644 --- a/ddnet.changes +++ b/ddnet.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Mon Aug 14 17:26:48 UTC 2023 - Carsten Ziepke + +- Update to version 17.2: + * [Client] Multiview spectating + * [Client] Improved font selection using fonts/index.json, + updated fonts + * [Client] 100 times faster text rendering, better space use + * [Client] Add goto_switch and goto_tele commands + * [Client] Add Galician language + * [Client] Select storage locations in demo browser + * [Editor] Support bezier envelope curves in maps + * [Editor] Zoomable envelope editor + * [Editor] Multiple selection in envelope editor, add grid, + box selection + * [Client] Render message when qutting/restarting client + * [Client] Support ./DDNet + "connect tw-0.6+udp://ger2.ddnet.org:8303" + * [Client] Implement elasticity tuning values + (ground_elasticity_x/y) + * [Client] Execute CFGFLAG_GAME configs from map load on client + * [Client] No delay for direction arrows and aim line toggle + * [Client] Improve demo/video renderer UI + * [Client] Connect to server faster + * [Client] Fix HUD weapons rendering + * [Client] Make online clan friends removable + * [Client] Fix prediction of pickups + * [Client] Fix text wrapping with long strings + * [Client] Fix enter in server browser + * [Client] Fix invalid texture crash in Vulkan + * [Client] Don't load RGB images + * [Client] Support selecting text in both consoles + * [Client] Fix emotes being shown for other tee + * [Editor] Allow saving map which is running in server + * [Editor] Show message when player is moved ingame + * [Editor] Selectable quadpoints + * [Editor] Keep selection when moving layers + * [Editor] Use temporary file when saving map to prevent + corruption + * [Editor] Support deleting/renaming folders + * [Editor] Perform sanity check and show errors when loading map + * [Editor] Fix hookthrough not being fully removed when filling + selection + * [Editor] Fix crashes with popup menus + * [Editor] Improve font scaling and ellipsis + * [Editor] Fix hotkeys while editboxes are active + * [Editor] Fix quadpoint selection, easier point selection + * [Editor] Fix inaccurate envelope calculation + * [Editor] Set default name when saving map under new name or + as copy + * [Server & Client] Allow server to redirect clients + * [Server] Separate log levels for each output + (console/stdout_output_level) + * [Server] Fix killfeed for teams + * [Server] Prevent /swap with paused players + * [Server] Fix crash with DNSBL + ------------------------------------------------------------------- Wed Jul 26 17:12:46 UTC 2023 - Carsten Ziepke diff --git a/ddnet.spec b/ddnet.spec index f733855..907cb6a 100644 --- a/ddnet.spec +++ b/ddnet.spec @@ -17,7 +17,7 @@ Name: ddnet -Version: 17.1.1 +Version: 17.2 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 12e8f0d..df16ce7 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:224e9c14494a74c23708392f5140f86a0a6556fd3ceb0aae483b26f07a0e76be -size 497396 +oid sha256:fd005dbd86241b5ed1ed630dc68094214a827962bf97879f69cfca611f243fad +size 497436