Skip to content

Releases: nosoop/SM-TFOnTakeDamage

1.3.3.1

04 Aug 08:27
Compare
Choose a tag to compare

Plugin is unchanged.

Fixed

  • Release with gamedata for the 2024-04-18 TF2 update.

End-of-year bonus(effect)

27 Dec 23:20
Compare
Choose a tag to compare

Fixed

  • Modified critical hits no longer override existing bonuseffect values applied when player takes damage. (#9)

&entity_pain

24 Jan 15:13
Compare
Choose a tag to compare

Fixed

  • Design mistakes were made. Plugin will pass entity indices to forwards by default again.
    • Plugins may pass entity references through the forward. There is no way to detect this as it happens, so you may want to use EntRefToEntIndex if that really matters to you.

r1-entindex

17 Jan 10:40
Compare
Choose a tag to compare
r1-entindex Pre-release
Pre-release
Pass non-references to OnTakeDamage

1.3.1.1: Update for TF2 version 7695204 (2022-12-02)

04 Dec 02:59
Compare
Choose a tag to compare

Plugin is unchanged.

Fixed

  • Gamedata should now be up to date for TF2 version 7695204 (released 2022-12-02).

&pain

01 Nov 00:29
Compare
Choose a tag to compare

Fixed

  • Returning Plugin_Changed or higher in hooks should no longer throw errors on entity reference conversion operations.

All posters post post(hooks)

28 Oct 05:01
Compare
Choose a tag to compare

Added

  • Forward TF2_OnTakeDamagePost, which supports read-only access to properties after a damage event.

The life of vhooks is pain

05 Jul 12:00
Compare
Choose a tag to compare

Changed

  • Plugin now uses detours instead of virtual hooks. This should fix some reported cases of crashes involving SDKHooks.

Windows pls - Copy

05 May 05:45
Compare
Choose a tag to compare
Windows pls - Copy Pre-release
Pre-release

Fixed

  • Should resolve an issue where DHooks doesn't track stack arguments on Windows. For real, this time.

Windows pls

05 May 04:24
Compare
Choose a tag to compare
Windows pls Pre-release
Pre-release

Fixed

  • Should resolve an issue where DHooks doesn't track stack arguments on Windows.