Skip to content

Commit 6e67110

Browse files
committed
Version 1.1.1 release.
1 parent 64281f8 commit 6e67110

File tree

2 files changed

+14
-7
lines changed

2 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff 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+
17
1.1.0:
28
- 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)
411
- 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
613
- 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
1118
- add norwegian translations (thanks bawls)
1219

1320
1.0.2:

scripting/multi1v1/version.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#tryinclude "manual_version.sp"
22
#if !defined PLUGIN_VERSION
3-
#define PLUGIN_VERSION "1.1.1-dev"
3+
#define PLUGIN_VERSION "1.1.1"
44
#endif

0 commit comments

Comments
 (0)