You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-6Lines changed: 13 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,20 @@
1
+
1.1.1:
2
+
- correct ``sm_multi1v1_mute_other_arenas`` behavior to not mute gunshots when the plugin is disabled
3
+
- update polish translations (thanks spyrek)
4
+
- update chinese translations (thanks 872517414)
5
+
- remove some extraneous debug statements accidentally left in 1.1.0
6
+
1
7
1.1.0:
2
8
- 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)
3
-
- add sm_reloadroundtypes admin command for reloading all round types (normally only happens on map changes)
9
+
- the weapons menu has been reworked to have toggle options per-round-type rather than a series of pages
10
+
- add ``sm_reloadroundtypes`` admin command for reloading all round types (normally only happens on map changes)
4
11
- block "regroup" radio command block and don't block radio commands when plugin is diabled
5
-
- add sm_multi1v1_mute_other_arenas cvar (default 1) that mutes gunshots from arenas other than a client's closest one
12
+
- add ``sm_multi1v1_mute_other_arenas`` cvar (default 1) that mutes gunshots from arenas other than a client's closest one
6
13
- adjust database stats to be enabled by default
7
-
- remove cvar sm_multi1v1_database_name
8
-
- add a cookie for clients to hide stats (multi1v1_hidestats)
9
-
- add ccvar sm_multi1v1_use_assists for displaying rounds in arena 1 via the assists on the scoreboard
10
-
- correct pistol-giving behavior on rifle rounds to match sm_multi1v1_pistol_behavior description
14
+
- remove cvar ``sm_multi1v1_database_name``
15
+
- add a cookie for clients to hide stats (``multi1v1_hidestats``)
16
+
- add cvar ``sm_multi1v1_use_assists`` for displaying rounds in arena 1 via the assists on the scoreboard
17
+
- correct pistol-giving behavior on rifle rounds to match ``sm_multi1v1_pistol_behavior`` description
0 commit comments