Releases: nosoop/SM-TFOnTakeDamage
Releases · nosoop/SM-TFOnTakeDamage
1.3.3.1
End-of-year bonus(effect)
Fixed
- Modified critical hits no longer override existing
bonuseffect
values applied when player takes damage. (#9)
&entity_pain
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.
- Plugins may pass entity references through the forward. There is no way to detect this as it happens, so you may want to use
r1-entindex
Pass non-references to OnTakeDamage
1.3.1.1: Update for TF2 version 7695204 (2022-12-02)
Plugin is unchanged.
Fixed
- Gamedata should now be up to date for TF2 version 7695204 (released 2022-12-02).
&pain
All posters post post(hooks)
Added
- Forward
TF2_OnTakeDamagePost
, which supports read-only access to properties after a damage event.
The life of vhooks is pain
Changed
- Plugin now uses detours instead of virtual hooks. This should fix some reported cases of crashes involving SDKHooks.
Windows pls - Copy
Fixed
- Should resolve an issue where DHooks doesn't track stack arguments on Windows. For real, this time.
Windows pls
Fixed
- Should resolve an issue where DHooks doesn't track stack arguments on Windows.