1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00
parser/src/demo
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
..
data update schemars to 1.0 2025-09-17 00:14:27 +02:00
message Fix parsing of SayText2 messages starting with color codes other than \x01 2026-04-05 10:48:27 +01:00
packet feature gate write support, use hash to compare game event definitions 2025-07-15 16:06:23 +02:00
parser clippy fixes 2025-08-08 13:08:48 +02:00
gameevent_gen.rs clippy fixes 2025-08-08 13:08:48 +02:00
gamevent.rs feature gate write support, use hash to compare game event definitions 2025-07-15 16:06:23 +02:00
header.rs Fix typos in 7 files: cased variants of sigon -> signon 2022-01-27 21:39:58 -06:00
lzss.rs remove some slice indexing 2024-04-07 16:48:19 +02:00
mod.rs better mallformed utf8 handling 2022-06-13 22:09:28 +02:00
sendprop.rs Fix SendPropValue::Vector encoding when the float definition is NormalFloatVar 2026-04-06 18:20:25 +01:00
sendprop_gen.rs update generated code 2024-02-01 00:31:46 +01:00
vector.rs implement projectile collision tracking 2024-12-04 00:37:20 +01:00