From e79537d87bae9f7456263b14c4d9439d264f3c736efbc6befe9b23c00089c086 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 21 Mar 2024 12:36:06 +0000 Subject: [PATCH] Accepting request 1159918 from home:Kieltux:branches:games - Update to version 18.1: * [Client] Add tabs for favorite communities, separate country/type filters * [Editor] Better map settings input (autocompletion, validation) * [Client] Render loading message/indicator for vote options and rcon commands * [Client] Add flag search in settings * [Client] Add team-lock indicator to HUD * [Client] Use icons for Internet, LAN and Favorites server browser tabs, use star icon for favorite servers * [Client] More efficient HTTP usage * [Client] Add time scale to debug graphs for constant scrolling speed * [Client/Server] Improve Windows logger, add virtual terminal support * [Client] Show extra "Reset Filter" button when no servers match filter * [Client] Ensure client window is maximized and active after restarting * [Client] Random skin improvements * [Client] Improve voting HUD * [Client] Keep console scrolling position during text selection * [Client] Only write files when changed * [Client] Show warnings after client close instead of preventing quitting * [Client] Fix switch screen and blackscreen OpenGL + Window borderless * [Client] Add placeholder country/type for servers without community * [Client] Don't show FPS during demo rendering * [Client] Validate skin names when loading * [Client] Allow background jobs to be aborted * [Client] save_replay improvements * [Client] Pick bg entities map without file extension * [Client/Server] Search most fitting allocation, not first fitting * [Editor] Increase WASD pan speed while holding shift * [Editor] Add "View" button to tele/switch drop down * [Editor] Make "Clean up game tiles" undoable * [Editor] Allow finer grid * [Editor] Add parallax to layer selector * [Editor] Add plus/minus buttons to numeric value selectors * [Editor] Fix quads * [Editor] Fix FPS drop when editing tiles layer properties * [Server] Make chat command arguments case-insensitive * [Server] Add /tpxy to teleport to specific position * [Server] Fix 0.7 armor being snapped as health * [Server] Small /practice improvements * [Server] Show kill messages also for 0.7 clients * [Server] Add /solo and /deep as practice commands * [Server] Expire team invites on player disconnect * [Server] Respond to vital pings with vital pongs OBS-URL: https://build.opensuse.org/request/show/1159918 OBS-URL: https://build.opensuse.org/package/show/games/ddnet?expand=0&rev=35 --- _service | 2 +- ddnet-18.0.3.tar.gz | 3 --- ddnet-18.1.tar.gz | 3 +++ ddnet.changes | 57 +++++++++++++++++++++++++++++++++++++++++++++ ddnet.spec | 2 +- vendor.tar.xz | 4 ++-- 6 files changed, 64 insertions(+), 7 deletions(-) delete mode 100644 ddnet-18.0.3.tar.gz create mode 100644 ddnet-18.1.tar.gz diff --git a/_service b/_service index 0929e3d..9f3c041 100644 --- a/_service +++ b/_service @@ -1,5 +1,5 @@ - ddnet-18.0.3 + ddnet-18.1 diff --git a/ddnet-18.0.3.tar.gz b/ddnet-18.0.3.tar.gz deleted file mode 100644 index 1c4533c..0000000 --- a/ddnet-18.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2bbacc269d8d5ad1d7edf0622b334db42b2b737a9cf2c317c661bf0fe8ff1d47 -size 45795941 diff --git a/ddnet-18.1.tar.gz b/ddnet-18.1.tar.gz new file mode 100644 index 0000000..cd48a46 --- /dev/null +++ b/ddnet-18.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e3d72a59a5b403909b020bee6546a9cfb7375d82be3ec13e7fd108c62af58b +size 45874932 diff --git a/ddnet.changes b/ddnet.changes index f2a9bb5..cca51b6 100644 --- a/ddnet.changes +++ b/ddnet.changes @@ -1,3 +1,60 @@ +------------------------------------------------------------------- +Wed Mar 20 18:29:00 UTC 2024 - Carsten Ziepke + +- Update to version 18.1: + * [Client] Add tabs for favorite communities, separate + country/type filters + * [Editor] Better map settings input + (autocompletion, validation) + * [Client] Render loading message/indicator for vote options + and rcon commands + * [Client] Add flag search in settings + * [Client] Add team-lock indicator to HUD + * [Client] Use icons for Internet, LAN and Favorites server + browser tabs, use star icon for favorite servers + * [Client] More efficient HTTP usage + * [Client] Add time scale to debug graphs for constant + scrolling speed + * [Client/Server] Improve Windows logger, add virtual + terminal support + * [Client] Show extra "Reset Filter" button when no servers + match filter + * [Client] Ensure client window is maximized and active + after restarting + * [Client] Random skin improvements + * [Client] Improve voting HUD + * [Client] Keep console scrolling position during text selection + * [Client] Only write files when changed + * [Client] Show warnings after client close instead of + preventing quitting + * [Client] Fix switch screen and blackscreen OpenGL + Window + borderless + * [Client] Add placeholder country/type for servers without + community + * [Client] Don't show FPS during demo rendering + * [Client] Validate skin names when loading + * [Client] Allow background jobs to be aborted + * [Client] save_replay improvements + * [Client] Pick bg entities map without file extension + * [Client/Server] Search most fitting allocation, not first + fitting + * [Editor] Increase WASD pan speed while holding shift + * [Editor] Add "View" button to tele/switch drop down + * [Editor] Make "Clean up game tiles" undoable + * [Editor] Allow finer grid + * [Editor] Add parallax to layer selector + * [Editor] Add plus/minus buttons to numeric value selectors + * [Editor] Fix quads + * [Editor] Fix FPS drop when editing tiles layer properties + * [Server] Make chat command arguments case-insensitive + * [Server] Add /tpxy to teleport to specific position + * [Server] Fix 0.7 armor being snapped as health + * [Server] Small /practice improvements + * [Server] Show kill messages also for 0.7 clients + * [Server] Add /solo and /deep as practice commands + * [Server] Expire team invites on player disconnect + * [Server] Respond to vital pings with vital pongs + ------------------------------------------------------------------- Sat Feb 3 17:37:48 UTC 2024 - Carsten Ziepke diff --git a/ddnet.spec b/ddnet.spec index 289aeb2..7367562 100644 --- a/ddnet.spec +++ b/ddnet.spec @@ -17,7 +17,7 @@ Name: ddnet -Version: 18.0.3 +Version: 18.1 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 780aafc..f83c857 100644 --- a/vendor.tar.xz +++ b/vendor.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b3e57a5c99fd8add60f82512aa30ab559a56ee4c43a943105645e7d2190bbc0 -size 497348 +oid sha256:be6d83ed485adf540ddefdf38dc242525d6142e7cf96b839d07d22e868a615d3 +size 497332