From b2eee3f5bbb159b79a10af8db87049c0dd5cb617 Mon Sep 17 00:00:00 2001 From: Sean Lewis Date: Sun, 22 Feb 2015 19:57:07 -0600 Subject: [PATCH] 1.3.3 release. --- CHANGELOG.md | 7 +++++++ scripting/pugsetup/generic.sp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9221f6..74effb2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.3.3: +- fix the rwsbalancer being totally broken with team balancing +- bugfixes with the use of default setup options overriding the actual setup options used +- fix ``sm_pugsetup_any_can_pause`` not having the correct effect +- add pugsetup_damageprint plugin to replicate ESEA damage printing options (experimental) +- add commands sm_t, sm_ct for picking sides after winning a knife round in addition to sm_stay and sm_swap + 1.3.2: - the auto-live-on-3 (named autolive) setting can now be turned off again, cvars ``sm_pugsetup_default_autolive`` and ``sm_pugsetup_autolive_option`` control the default setting and whether the setting is avaliable in the setup menu - captains can now be set by selecting a "select captains" option in the .setup menu after a game is setup diff --git a/scripting/pugsetup/generic.sp b/scripting/pugsetup/generic.sp index cb7b5e49..2f6f6c20 100644 --- a/scripting/pugsetup/generic.sp +++ b/scripting/pugsetup/generic.sp @@ -3,7 +3,7 @@ #tryinclude "../include/pugsetup_version.inc" #if !defined PLUGIN_VERSION -#define PLUGIN_VERSION "1.3.3-dev" +#define PLUGIN_VERSION "1.3.3" #endif char g_ColorNames[][] = {"{NORMAL}", "{DARK_RED}", "{PINK}", "{GREEN}", "{YELLOW}", "{LIGHT_GREEN}", "{LIGHT_RED}", "{GRAY}", "{ORANGE}", "{LIGHT_BLUE}", "{DARK_BLUE}", "{PURPLE}", "{CARRIAGE_RETURN}"};