demo_extract_chat
which can be used to extract chat/broadcast from demo. Output is printed to stdout.
Example output:
chat: *** 'nameless tee' entered and joined the game
chat: nameless tee: Hello!
broadcast: Welcome!
teamchat: brainless tee: Hello team!
whisper: -> nameless tee: Hi!
Closes #7361
DoTick
in loops, to prevent crashes on operating systems with assertions for correct C library usage. On Windows, warning: Invalid parameter passed to C runtime function
was printed to the debug console in this case.
See https://github.com/ddnet/ddnet/pull/7369#issuecomment-1779766832.
579005b
add new tool demo_extract_chat
- dobrykafe
4845639
Fix use of closed demo file when playback stopped due to error - Robyt3
ec0380e
fix requested changes - dobrykafe
ee543af
Merge pull request #7369 from dobrykafe/pr-demo-extract-chat - def-
24b75d1
Merge pull request #7372 from Robyt3/Engine-Demo-Update-File-Check - def-