From bdbaa33c73b857c17a3136c69b6e7172ea1bffae54911ecd8ac51469f42a405f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 28 Nov 2021 18:13:29 +0000 Subject: [PATCH] Accepting request 934364 from home:Kieltux:branches:games - Update to version 15.7 * [Client] Make opening files for reading on windows case insensitive (again) * [Client] Increase console backlog size from 64 KB to 1 MB * [Client] Fix cutting demos from KoG server * [Client] Fix steam names being cut off inside utf8 codepoints * [Client] Make laser doors show correctly when spectating other players * [Client] Improve performance of SnapFindItem for extended item types * [Client] Fix spacing in HUD settings for 5:4 resolution * [Client] Fix serverinfo json parser to work with system libjsonparser * [Client] Don't overflow network statistics in debug view * [Client] Fix search bar cursor position with empty text * [Client] Fix killmessage-colored player names * [Editor] Allow zooming any distance in editor (cl_limit_max_zoom_level 0) * [Editor] Use wasd to navigate in editor * [Server] Server can disable dummy functionality in client * [Server] sv_plasma_per_sec 0 disables firing * [Server] Optimize entity sending * [Tools] Fix map_extract * [Tools] Lots of TSAN, UBSAN, ASAN fixes * [Tools] Support ASAN manual memory poisoning for pool allocators OBS-URL: https://build.opensuse.org/request/show/934364 OBS-URL: https://build.opensuse.org/package/show/games/ddnet?expand=0&rev=9 --- ddnet-15.6.2.tar.gz | 3 --- ddnet-15.7.tar.gz | 3 +++ ddnet.changes | 30 ++++++++++++++++++++++++++++++ ddnet.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 ddnet-15.6.2.tar.gz create mode 100644 ddnet-15.7.tar.gz diff --git a/ddnet-15.6.2.tar.gz b/ddnet-15.6.2.tar.gz deleted file mode 100644 index 31a2f48..0000000 --- a/ddnet-15.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1bfbbe6690e2eaa446e53e1a679717e0a746b0fa3afee538e4861d0029572af7 -size 33009298 diff --git a/ddnet-15.7.tar.gz b/ddnet-15.7.tar.gz new file mode 100644 index 0000000..f4baa80 --- /dev/null +++ b/ddnet-15.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc2691fd3385f1208df7aaa1ec8ad8d232d8d066ddf419b91bc451fb1f6ced6 +size 33009584 diff --git a/ddnet.changes b/ddnet.changes index 9356b1f..64fb70a 100644 --- a/ddnet.changes +++ b/ddnet.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sun Nov 28 06:13:49 UTC 2021 - Carsten Ziepke + +- Update to version 15.7 + * [Client] Make opening files for reading on windows case + insensitive (again) + * [Client] Increase console backlog size from 64 KB to 1 MB + * [Client] Fix cutting demos from KoG server + * [Client] Fix steam names being cut off inside utf8 codepoints + * [Client] Make laser doors show correctly when spectating + other players + * [Client] Improve performance of SnapFindItem for extended + item types + * [Client] Fix spacing in HUD settings for 5:4 resolution + * [Client] Fix serverinfo json parser to work with system + libjsonparser + * [Client] Don't overflow network statistics in debug view + * [Client] Fix search bar cursor position with empty text + * [Client] Fix killmessage-colored player names + * [Editor] Allow zooming any distance in editor + (cl_limit_max_zoom_level 0) + * [Editor] Use wasd to navigate in editor + * [Server] Server can disable dummy functionality in client + * [Server] sv_plasma_per_sec 0 disables firing + * [Server] Optimize entity sending + * [Tools] Fix map_extract + * [Tools] Lots of TSAN, UBSAN, ASAN fixes + * [Tools] Support ASAN manual memory poisoning for pool + allocators + ------------------------------------------------------------------- Sat Nov 13 18:31:51 UTC 2021 - Carsten Ziepke diff --git a/ddnet.spec b/ddnet.spec index d4f2c98..c7ebf60 100644 --- a/ddnet.spec +++ b/ddnet.spec @@ -17,7 +17,7 @@ Name: ddnet -Version: 15.6.2 +Version: 15.7 Release: 0 Summary: DDraceNetwork, a cooperative racing mod of Teeworlds License: Zlib AND CC-BY-SA-3.0 AND Apache-2.0 AND MIT AND SUSE-Public-Domain