From d77fa13ebe679b7cca4493436e1fa045a15d3865 Mon Sep 17 00:00:00 2001 From: rtldg <55846624+rtldg@users.noreply.github.com> Date: Sun, 27 Feb 2022 09:44:22 +0000 Subject: [PATCH] v3.1.3 --- CHANGELOG.md | 7 +++++-- addons/sourcemod/scripting/include/shavit/core.inc | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd59e62..3a13bbd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,14 @@ Note: Dates are UTC+0. -# v3.1.3 - asdf 2022-02-xx - rtldg +# v3.1.3 - asdf - 2022-02-27 - rtldg https://github.com/shavitush/bhoptimer/releases/tag/v3.1.3 +small things mainly and might as well push out a release instead of waiting another two weeks. hopefully nobody notices that half the `!czones` colors don't work because overlapping beams fucks with the color intensity. might have a bigger release next that messes with how the replays are stored and the replay format. + +- included [eventqueuefix 1.2.1](https://github.com/hermansimensen/eventqueue-fix/tree/01eff5cc5f4d6d0f728563e538c9e203b565f304) in release zip so people use the correct eventqueuefix version for the timer - `invert this duck autogain nsl boolean` https://github.com/shavitush/bhoptimer/commit/26dfdcc9275baa08fa32e23a0315ecaa96c50e8e -- added player_speedmod & m_flLaggedMovementValue values to debug targetname hud thing https://github.com/shavitush/bhoptimer/commit/9a5ff64fc5ed0f005f0a820f8eecdbf8b06b1a17 +- added `player_speedmod` & `m_flLaggedMovementValue` values to debug targetname hud thing https://github.com/shavitush/bhoptimer/commit/9a5ff64fc5ed0f005f0a820f8eecdbf8b06b1a17 - `draw perfs keyhint even in startzone so the hud doesn't resize constantly` https://github.com/shavitush/bhoptimer/commit/987eebb3b072f7392579173a6a8831d4a09e622a - `don't let mp_humanteam get in the way of jointeam 1 (for css spectatemenu prompt on first join)` https://github.com/shavitush/bhoptimer/commit/a0153de9f80f49c043762d25ddf8978870c02295 - two stats playtime bugfixes https://github.com/shavitush/bhoptimer/commit/253321ced6f502f1b457f7f94070dabd85e73505 https://github.com/shavitush/bhoptimer/commit/363627603b4edef059859fd1720db7807e26eee5 diff --git a/addons/sourcemod/scripting/include/shavit/core.inc b/addons/sourcemod/scripting/include/shavit/core.inc index fcb1829d..27d003cf 100644 --- a/addons/sourcemod/scripting/include/shavit/core.inc +++ b/addons/sourcemod/scripting/include/shavit/core.inc @@ -23,7 +23,7 @@ #endif #define _shavit_core_included -#define SHAVIT_VERSION "3.1.3a" +#define SHAVIT_VERSION "3.1.3" #define STYLE_LIMIT 256 #define SHAVIT_LOG_QUERIES 0