From 6e67110752c87e636fe26e012e267b24a265f41d Mon Sep 17 00:00:00 2001 From: Sean Lewis Date: Sat, 14 Nov 2015 12:33:29 -0600 Subject: [PATCH] Version 1.1.1 release. --- CHANGELOG.md | 19 +++++++++++++------ scripting/multi1v1/version.sp | 2 +- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cb91cf3..66efafa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,20 @@ +1.1.1: +- correct ``sm_multi1v1_mute_other_arenas`` behavior to not mute gunshots when the plugin is disabled +- update polish translations (thanks spyrek) +- update chinese translations (thanks 872517414) +- remove some extraneous debug statements accidentally left in 1.1.0 + 1.1.0: - correct a crash-causing issue on recent sourcemod builds when stats were enabled (it was a deadlock caused by SQL_SetCharSet happening inside a lock) -- add sm_reloadroundtypes admin command for reloading all round types (normally only happens on map changes) +- the weapons menu has been reworked to have toggle options per-round-type rather than a series of pages +- add ``sm_reloadroundtypes`` admin command for reloading all round types (normally only happens on map changes) - block "regroup" radio command block and don't block radio commands when plugin is diabled -- add sm_multi1v1_mute_other_arenas cvar (default 1) that mutes gunshots from arenas other than a client's closest one +- add ``sm_multi1v1_mute_other_arenas`` cvar (default 1) that mutes gunshots from arenas other than a client's closest one - adjust database stats to be enabled by default -- remove cvar sm_multi1v1_database_name -- add a cookie for clients to hide stats (multi1v1_hidestats) -- add ccvar sm_multi1v1_use_assists for displaying rounds in arena 1 via the assists on the scoreboard -- correct pistol-giving behavior on rifle rounds to match sm_multi1v1_pistol_behavior description +- remove cvar ``sm_multi1v1_database_name`` +- add a cookie for clients to hide stats (``multi1v1_hidestats``) +- add cvar ``sm_multi1v1_use_assists`` for displaying rounds in arena 1 via the assists on the scoreboard +- correct pistol-giving behavior on rifle rounds to match ``sm_multi1v1_pistol_behavior`` description - add norwegian translations (thanks bawls) 1.0.2: diff --git a/scripting/multi1v1/version.sp b/scripting/multi1v1/version.sp index 69dc8c0e..f4c3577a 100644 --- a/scripting/multi1v1/version.sp +++ b/scripting/multi1v1/version.sp @@ -1,4 +1,4 @@ #tryinclude "manual_version.sp" #if !defined PLUGIN_VERSION -#define PLUGIN_VERSION "1.1.1-dev" +#define PLUGIN_VERSION "1.1.1" #endif