branchrust_reboot/main/optimize_windows_consolecancel
4 Commits over 92 Days - 0.00cph!
Fix colored chat messages not being queued to the console thread
- simpify chat messages in console from being half yellow & half green -> fully green
Fix commands being sent from the console thread instead of being queued to the main thread
merge from main -> optimize_windows_console
Fix windows server console lagging server when spamming console (usually with errors)
- buffer log messages in ConcurrentQueue and write to console on a separate thread
- redraw input and status messages on that same thread
- Unity logging is still slowish but improves windows console stalling the server when logging is spammed
Add 'console_spam' command to forcibly spam the server console with text