Skip to content

Commit

Permalink
Version 1.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Nov 14, 2015
1 parent 64281f8 commit 6e67110
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
19 changes: 13 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion scripting/multi1v1/version.sp
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6e67110

Please sign in to comment.