Garry's Mod

Garry's Mod

Discord Muter
9개 중 1~9개 표시 중
업데이트: 2021년 6월 19일 오후 4시 09분

v1.8 - Linting and error corrections.

  • Correcting linting problems.
  • Correcting unexpected extra "end".
  • Adding mute and unmute aliases. (This should fix Mute Dart support)
  • Correcting `else if` to `elseIf`.
  • Adding *.json files to ignore list.
  • Merging locale.lua into messaging.lua. This is an attempt to fix a
    messaging.lua bug, being unable to load getTranslations function.
  • Code formatting improvements.
  • Splitting Bot Connection into it's new section in settings.
  • Some asthetic changes.
  • Updating index on 4 space tab files.
  • Shrinking settings options in ULX. So that they fit with the scroll bar.
  • Separating the bot and addon version calls.

업데이트: 2021년 2월 20일 오후 2시 25분

v1.7 - Fixing messaging.lua errors

  • Merging locale.lua into messaging.lua.
    • This is an attempt to fix a messaging.lua bug, being unable to load getTranslations function.

업데이트: 2021년 2월 5일 오전 9시 59분

v1.6 - Fixing NetworkString issue in ULX

  • Adding AddNetworkString to ULX server script

업데이트: 2021년 1월 27일 오전 12시 44분

v1.5 - Expanded logging and connection test

  • Adding Test Connection button to ULX Discord Settings.
    • This requires at least Node Bot v1.2[github.com] to work. This is due to a new function added to the bot.
    • Adding test connection button to settings.
    • Splitting test results into host and API key. Looking good :D
  • Setting ULX Discord->Settings[Config] to be open by default.
  • Correcting error message server response collection.
    • Updating error responses.
    • Update `lua/discord/utils/messaging.lua` to add console messaging option. Currently unused
  • Updating addon structure. This is to reduce the chances of clashing with other GMod Addons.

업데이트: 2020년 8월 5일 오후 12시 27분

v1.4 - Languages and overrides

  • Adding warning message to the top of the ULX menu.
    • Warning message on ULX->Settings->Discord page, explaining that changes won't save to server, only the current map session.
  • Turkish language translation added (Thank you Ozan Kaya).
  • Added missing translation warning text (eg: !!TRANSLATION MISSING!!).
    • Hopefully that's hard to miss when working on a translation file
  • French language translation added (Thank you MoskalykA[github.com]).
  • Spanish language translation added (Thank you Santikun[github.com]).
  • Fixed an issue with file overrides with other Addons.
    • Specifically utils/locale.lua was being overridden for some users by another addon, so I moved the locale and utils files to a new location.

업데이트: 2020년 7월 8일 오전 10시 19분

v1.3 - The big update. Language Support!

  • Player Connection menu optimisation.
  • Adding `discord_debug` flag around debug messages, to cleanup the console.
  • Adding translation support for player facing messages.
    • Added `discord_language` flag.
    • German translation - As a second language.
    • Pirate translation - I had too much time on my hands.

업데이트: 2020년 7월 5일 오후 2시 42분

v1.2 - Minor optimisation

  • Hiding Bots from the Player Connections list.

업데이트: 2020년 7월 5일 오후 1시 22분

v1.1 - Cleanup.

  • Minor String updates - Simplifying feedback to player.
  • Setting default mute duration to 5 seconds - This is a tried and tested duration.

업데이트: 2020년 7월 5일 오전 10시 24분

v1.0 - Initial commit.

  • Initial addon creation.