Skip to content

Commit

Permalink
1.3.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Feb 23, 2015
1 parent 8d52709 commit b2eee3f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripting/pugsetup/generic.sp
Original file line number Diff line number Diff line change
Expand Up @@ -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}"};
Expand Down

0 comments on commit b2eee3f

Please sign in to comment.