Skip to content

Releases: BadgerCode/tttdamagelogs

v3.3.2 - Hotfix for kill credit

18 Dec 23:15
4a0ca3f
Compare
Choose a tag to compare

Fixes issue #13 - No matter how a player dies, if they were recently pushed, the player that pushed them gets blamed
The workshop has been updated.

https://steamcommunity.com/sharedfiles/filedetails/?id=2306802961

v3.3.1 - Hotfix for new installs

17 Dec 21:11
Compare
Choose a tag to compare

This hotfix fixes #12 where the addon would not work for fresh installs.
The workshop has been updated.

https://steamcommunity.com/sharedfiles/filedetails/?id=2306802961

v3.3.0 - Major bug fixes

01 Dec 23:11
7ac1506
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



Bug Fixes

  • #3 - Fix net message error when requesting old logs - Warning! A net message (DL_SendOldLog) is already started!
  • #5 - Fixes the damage logs being completely broken for some languages
  • #10 - Fixes the old logs feature breaking after enough old logs have built up
    • Fixes #8
  • #11 - Fixes multiple-reports preventing a player from responding to their reports
  • 60377cf - Fixes the line colour for fall-damage, when it's caused by a team mate
    • Thanks Heyter
  • 62b049d - Handles suicides and push-related kills better
  • 0fafd95 and 41b1493 - SQLite errors are no longer hidden

Features

  • #4 - Adds conclusion to discord notification

    • Thanks Blaubeeree
    • conclusion-preview
  • 4dfb6a4 - The damage logs addon will now check this repository for updates, rather than the original repository (as it is now archived and will not receive updates)

  • We now have a wiki - https://github.com/BadgerCode/tttdamagelogs/wiki

Fixes so far

12 Jan 18:42
64e1e36
Compare
Choose a tag to compare
function SWEP:PrimaryAttack()
    hook.Call("TTTEquipmentUse", nil, self:GetOwner(), self, "C4 placed")
end
  • Fixes issues with highlighting, admin chat close not working, no default aslay reason: #1