Skip to content

Releases: MinoMino/minqlx-plugins

v0.3.7

21 Jun 10:55
Compare
Choose a tag to compare
  • balance:
    -- added A&D gametype support
    -- reduced rating cache TTL to from 30 to 10 minutes
    -- setting 9999 ratings to untracked players
    -- added player_info attribute
    -- fixed potential memory leak
  • fun: added visor taunt (haahaahaa)
  • names: fixed spectator name pre-colouring - @tjone270 via #16

v0.3.5 - Minor hotfix

22 Feb 16:31
Compare
Choose a tag to compare

Fixes some exceptions thrown by clan due to recent changes to core.

v0.3.4

26 Jan 15:16
Compare
Choose a tag to compare

Actually a hotfix for v0.3.3. Below is v0.3.3's changelog:

Just a couple of small changes. Like always, you should use git pull to update.

  • There were a couple of cases where the qlstats.net API would return 0 rating for players, but balance wasn't setting that rating to the default rating like it should have.
  • fun had a couple of extra sounds added. (PR by @JohnnyDenver)
  • Slightly different wording for suggestions by !teams (PR by @tjone270)
  • Fixed a small bug that would give the wrong leave percentage in some cases when a player was warned on connect.
  • Fixed a bug where an exception was being thrown for !forgive on players with no leaves.

v0.3.3

26 Jan 15:10
Compare
Choose a tag to compare

Just a couple of small changes. Like always, you should use git pull to update.

  • There were a couple of cases where the qlstats.net API would return 0 rating for players, but balance wasn't setting that rating to the default rating like it should have.
  • fun had a couple of extra sounds added. (PR by @JohnnyDenver)
  • Slightly different wording for suggestions by !teams (PR by @tjone270)
  • Fixed a small bug that would give the wrong leave percentage in some cases when a player was warned on connect.
  • Fixed a bug where an exception was being thrown for !forgive on players with no leaves.

v0.3.2 - Hotfix

14 Jan 17:51
Compare
Choose a tag to compare

Fixed a couple of smaller ones, but more importantly, a pretty big bug in ´ban´ that would not properly give leaves to disconnected players.

v0.3.1 - Bug fixes and important balance changes

07 Jan 23:07
Compare
Choose a tag to compare

This release has a bunch of bug fixes here and there, but also a pretty important change with regards to the ´balance´ plugin. The API has changed significantly, and recently a change was made to the rating returned through the API that requires a change of the default rating to 1500.

Upgrade the core as well to v0.4.1.

v0.2.4 - Small fixes

09 Dec 07:03
Compare
Choose a tag to compare
  • Fixed a bug in irc causing the IRC client to crash and reconnect if someone sent a message containing only whitespaces.
  • Fixed the relay channel not being case-insensitive.
  • Made a preemptive change in how the qlx_ircRelayIrcChat cvar is accessed to avoid potential threading issues in irc.
  • Added missing !pause and !unpause commands to essentials.

v0.2.3 - irc Hotfix

07 Dec 10:08
Compare
Choose a tag to compare

Fixed a bug in irc where certain commands could crash the server due to console commands being executed from another thread.

v0.2.2 - plugin_manager Hotfix

06 Dec 05:04
Compare
Choose a tag to compare

Fixed !reloadall unloading all plugins instead of reloading. Also fixed potential duplicate feedback when using !reloadall or !loadall.

v0.2.1 - names Hotfix

06 Dec 05:03
Compare
Choose a tag to compare

Fixed a bug in names preventing automatic renaming on connect if qlx_enforceSteamName was on.