mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 10:14:06 +02:00
SayText2 messages can use a simplified format where the body is just client, raw, and a single null-terminated colored text string, without the usual kind/from/text fields. The parser detected this by peeking the first byte after client and raw and checking if it was \x01 (color code for default color), but the text can also start with other color codes such as \x07 (6-char hex color). When this happened, the parser would consume the entire message text as the kind string (falling back to ChatAll), leaving the text and from fields empty. |
||
|---|---|---|
| .. | ||
| bspdecal.rs | ||
| classinfo.rs | ||
| gameevent.rs | ||
| generated.rs | ||
| mod.rs | ||
| packetentities.rs | ||
| prefetch.rs | ||
| serverinfo.rs | ||
| setconvar.rs | ||
| stringtable.rs | ||
| tempentities.rs | ||
| usermessage.rs | ||
| voice.rs | ||