Skip to content

Releases: BadgerCode/tttdamagelogs

v3.11.0 - Non-innocent bots, non-latin report reasons/answers, voice chat fix

09 Sep 12:13
Compare
Choose a tag to compare

To download the update, follow the steps in the Installation Guide.


Release Notes

Bug Fixes

  • #110 - Stops a player from using voice chat when they are answering a report
    • Thanks BDJslime-UnaverageJoe
  • #105 - Allows bots to be traitors and detectives (the same as base TTT)
  • #114 - Allows unicode characters in report reasons and responses (for non-latin languages)

v3.10.0 - CR4TTT RDM logic for all teams

17 Apr 21:12
Compare
Choose a tag to compare

To download the update, follow the steps in the Installation Guide.

Note: When updating from a version before 3.6.0, you should backup your Lua configuration file

Otherwise, you may accidentally delete your configuration changes!

Read more



Release Notes

Features

  • #108 - Improve RDM detection for CR4TTT's additional roles- Jester, Monster, Independent

v3.9.1 - Fix health stations in TTT2

29 Feb 20:57
Compare
Choose a tag to compare

To download the update, follow the steps in the Installation Guide.

Note: When updating from a version before 3.6.0, you should backup your Lua configuration file

Otherwise, you may accidentally delete your configuration changes!

Read more



Release Notes

Bug Fixes

  • #104 - Fixes health stations causing errors in the latest TTT2 update

v3.9.0 - Simplified chinese

19 Dec 19:10
Compare
Choose a tag to compare

To download the update, follow the steps in the Installation Guide.

Note: When updating from a version before 3.6.0, you should backup your Lua configuration file

Otherwise, you may accidentally delete your configuration changes!

Read more



Release Notes

Features

  • #100 - Adds support for simplified chinese

Code Quality

  • #99 - Various code improvements (thanks Noahbg)

v3.8.0 - 64-bit bug fix, config sync bug fix, code improvement

05 Nov 18:46
Compare
Choose a tag to compare

To download the update, follow the steps in the Installation Guide.

Note: When updating from a version before 3.6.0, you should backup your Lua configuration file

Otherwise, you may accidentally delete your configuration changes!

Read more



Release Notes

Bug Fixes

  • #98 - Fixes the report response menu failing to open on the 64-bit branch of Garry's Mod
    • Fixes #96
    • Thanks wgaylord
  • #94 - Fixes configuration not fully synchronising to the client
    • This should fix #88 (some roles can't access the RDM manager)
    • Thanks wgaylord

Code Quality

  • #93 - Various code improvements (thanks Noahbg)

v3.7.0 - sAdmin support & improvement

06 Aug 17:30
83b5442
Compare
Choose a tag to compare

To download the update, follow the steps in the Installation Guide.

Note: When updating from a version before 3.6.0, you should backup your Lua configuration file

Otherwise, you may accidentally delete your configuration changes!

Read more



Release Notes

Bug Fixes

  • #89 - Optimises use of think hook
    • Thanks Noahbg

Features

  • #87 - Adds support for sAdmin system
    • Thanks DSomik

v3.6.2 - Some small fixes/improvements

18 Jun 11:45
Compare
Choose a tag to compare

To download the update, follow the steps in the Installation Guide.

Note: When updating from a version before 3.6.0, you should backup your Lua configuration file

Otherwise, you may accidentally delete your configuration changes!

Read more



Release Notes

Bug Fixes

  • #85 - Fixes a typo in the new configuration loader
    • Thanks Flapchik

Additional changes

  • #86 - Tidies up map cleanup code
    • Thanks Flapchik

v3.6.1 - Fix scripted entities names

13 May 19:26
Compare
Choose a tag to compare

To download the update, follow the steps in the Installation Guide.

Note: When updating from a version before 3.6.0, you should backup your Lua configuration file

Otherwise, you may accidentally delete your configuration changes!

Read more



Release Notes

Bug Fixes

  • #82 - Fixes some scripted entities showing up with the wrong name
    • Thanks wgetJane

v3.6.0 - Use data folder for addon configuration (JSON)

22 Apr 13:06
Compare
Choose a tag to compare

To download the update, follow the steps in the Installation Guide.

Note: When updating from a version before 3.6.0, you should backup your Lua configuration file

Otherwise, you may accidentally delete your configuration changes!

Read more



Release Notes

The big change in this version is to the addon configuration.

  • Previously, configuration was managed in a lua file- lua/damagelogs/config/config.lua
    • This made it impossible for Workshop users to configure the addon
    • It made updating the addon risky, as you may accidentally overwrite your configuration changes with the new files
  • Now, configuration will be stored in a JSON file, in the server's data folder
    • gmod_server/garrysmod/data/damagelog/config.json
  • The damagelogs will first try to load configuration from the lua file, then load configuration from the JSON file
    • Configuration settings in the JSON file will overwrite the settings from the lua file

The wiki has been updated to document how the new system works and what each setting is for.


Features

  • #79 - Stores addon configuration in the data folder, using JSON
    • Thanks wgaylord
    • This will allow people using the workshop version of this addon to configure it
  • #80 - Localization update- Add missing phrases, update Russian translations

v3.5.2 - Patch for old logs around midnight not being accessible

30 Jan 19:52
Compare
Choose a tag to compare

To download the update, follow the steps in the Installation Guide.

Note: When updating your copy of the damage logs addon, backup your configuration files!

Otherwise, you may accidentally delete your configuration changes!

Read more



Release Notes

Bug Fixes

  • #77 - Potential bug fix for old logs recorded close to midnight which are not accessible through the old logs browser
    • Fixes #50
    • Thanks wgaylord
  • Changes the old logs browser to use 24-hour time when viewing the start times of each round, to be consistent with the rest of the UI
    • Thanks wgaylord