1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00
parser/src
glyphpoch 660b9dc1d7 Fix SendPropValue::Vector encoding when the float definition is NormalFloatVar
This is a follow up to PR #4. Handling for the Vector prop needs to be
fixed on the write/encoding side as well. When the float definition is
NormalFloatVar we need to skip writing the last component (z) to the
stream, since it's calculated from the first two components (x, y), and
just write out its sign.
2026-04-06 18:20:25 +01:00
..
bin formatting 2025-07-13 23:41:22 +02:00
codegen clippy fixes 2025-08-08 13:08:48 +02:00
demo Fix SendPropValue::Vector encoding when the float definition is NormalFloatVar 2026-04-06 18:20:25 +01:00
consthash.rs remove some slice indexing 2024-04-07 16:48:19 +02:00
lib.rs feature gate write support, use hash to compare game event definitions 2025-07-15 16:06:23 +02:00
nullhasher.rs don't panic in nullhasher misuse 2024-04-07 16:48:19 +02:00