Roman Trapeznikov
Roman Trapeznikov
Can we get hooks for kick-vote (start, new vote) like `filter_chat_message()`?
Sometimes I get segmentation fault in `ballistica::AudioServer::UpdateAvailableSources()` when closing game, but I can't reproduce this :(
## Description Replay timeline controls! The underlying foundation allows random access on entire replay duration range, with single limitation: to instantly jump to n-th second of replay, previous n seconds...
### Description This blocking `fgets` call seems to prevent game from gracefully exiting: https://github.com/efroemling/ballistica/blob/978f32f9f098bd0ff1dc64b496ec31cf493ded09/src/ballistica/base/support/stdio_console.cc#L52-L55 Pressing Ctrl+D (and triggering EOF) allows game to finally shut down. I didn't find any inter-thread-signal-forwarding...