Skip to content

Tags: nosoop/SM-TFAttributeSupport

Tags

gact-41

Toggle gact-41's commit message
Belated update for TF2 version 8826692 (2024-04-18) (4)

Fixes #28.

gact-40

Toggle gact-40's commit message
Update for TF2 version 8826692 (2024-04-18) (3)

Fixes #28.

gact-39

Toggle gact-39's commit message
Update for TF2 version 8826692 (2024-04-18) (2)

gact-38

Toggle gact-38's commit message
Update for TF2 version 8826692 (2024-04-18)

gact-37

Toggle gact-37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prevent reignition on non-burning weapons (#26)

Previous logic caused the burn inflictor on currently burning targets to change
even if they did not have a burn time.

gact-36

Toggle gact-36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure set_turn_to_ice only checks weapons/wearables (#25)

The `weapon` parameter in OnTakeDamage is a `CBaseEntity*`, so attempting to
use attribute hooks on it may fail.

gact-35

Toggle gact-35's commit message
set_dmgtype_ignite: Use IgnitePlayer

The previous behavior of setting the timer bypasses Pyro
resistances.  There is no standalone ignition check that we can
call into, so we'll just use ignition and simulate the additive
process by deducting the remaining burn time.

Fixes #22.

gact-34

Toggle gact-34's commit message
Fix use_large_smoke_explosion on manually detonated stickies

Fixes #10.

gact-33

Toggle gact-33's commit message
Add meter null check

gact-32

Toggle gact-32's commit message
Preemptively avoid DHooks gameconf overlaps