You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Drop com_ansiColor and always print in terminal colors
Always print in color, all consoles we care about will support it. Remove com_ansiColor and always print colors to consoles.
Note, that if the output handle isn't a console (e.g., is a file) we should dump in straight ascii and remove the color control characters altogether.
Example: Dont print like this
WARNING: NET_JoinMulticast6: Incorrect multicast address given, please set cvar net_mcast6addr to a sane value.
bad filter name
^1Sys_OpenWithDefault: failed to start child process.^7
^1FS_BrowseHomepath: failed to open the homepath with the default file manager.
^1Sys_OpenWithDefault: failed to start child process.^7
^1FS_BrowseHomepath: failed to open the homepath with the default file manager.
^1Sys_OpenWithDefault: failed to start child process.^7
^1FS_BrowseHomepath: failed to open the homepath with the default file manager.
^1Sys_OpenWithDefault: failed to start child process.^7
^1FS_BrowseHomepath: failed to open the homepath with the default file manager.
^1Sys_OpenWithDefault: failed to start child process.^7
^1FS_BrowseHomepath: failed to open the homepath with the default file manager.
^1Sys_OpenWithDefault: failed to start child process.^7
^1FS_BrowseHomepath: failed to open the homepath with the default file manager.
^1Sys_OpenWithDefault: failed to start child process.^7
^1FS_BrowseHomepath: failed to open the homepath with the default file manager.
^1Sys_OpenWithDefault: failed to start child process.^7
^1FS_BrowseHomepath: failed to open the homepath with the default file manager.
^1Sys_OpenWithDefault: failed to start child process.^7
^1FS_BrowseHomepath: failed to open the homepath with the default file manager.
^1Sys_OpenWithDefault: failed to start child process.^7
^1FS_BrowseHomepath: failed to open the homepath with the default file manager.
]\r_full
r_fullbright = "0"
r_fullscreen = "0"
]\r_fullscreen 1
^1Sys_OpenWithDefault: failed to start child process.^7
^1FS_BrowseHomepath: failed to open the homepath with the default file manager.
]\quit
----- Client Shutdown (Client quit) -----
RE_Shutdown( 1 )
------- FBO_Shutdown -------
------- R_ShutdownVaos -------
------- GLSL_ShutdownGPUShaders -------
Hunk_Clear: reset the hunk ok
Closing SDL audio device...
*SDL audio device shut down.*
~/D/w/t/b/release-darwin-x86_64 ❯❯❯
The text was updated successfully, but these errors were encountered:
Drop com_ansiColor and always print in terminal colors
Always print in color, all consoles we care about will support it. Remove
com_ansiColor
and always print colors to consoles.Note, that if the output handle isn't a console (e.g., is a file) we should dump in straight ascii and remove the color control characters altogether.
Example: Dont print like this
The text was updated successfully, but these errors were encountered: