Skip to content

Commit

Permalink
Version 1.1.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
splewis committed Nov 7, 2015
1 parent a5f813a commit 45ccf36
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
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)
- 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
- 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
- add norwegian translations (thanks bawls)

1.0.2:
- correct multi1v1_flashbangs addon not giving flashbangs correctly

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.0-dev"
#define PLUGIN_VERSION "1.1.0"
#endif

0 comments on commit 45ccf36

Please sign in to comment.