branchrust_reboot/main/optimize_windows_consolecancel

4 Commits over 92 Days - 0.00cph!

13 Days Ago
Fix colored chat messages not being queued to the console thread - simpify chat messages in console from being half yellow & half green -> fully green
13 Days Ago
Fix commands being sent from the console thread instead of being queued to the main thread
13 Days Ago
merge from main -> optimize_windows_console
3 Months Ago
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