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
New pingboost levels 4 and 5 that are compatible with Windows.
Command-line option -targetfps 1000, instead of -pingboost and sys_ticrate, allows the desired server FPS to be set (note: sys_ticrate must be set to 0 for this option to work).
Command-line option -conclearlog clears the qconsole.log text file on start. Only works if -condebug set.
Command-line option -ignoresigint, ignore signal INT (prevents CTRL+C quitting) (Windows/Linux).
Saving input history in the console to a file input_history.txt, which is loaded upon server startup. The file stores up to the last 100 commands.
Ability to use HOME, END, and DELETE keys during console input.
π Improvements
Full support for UTF-8 encoding (without converting to OEM on Windows).
Enhanced memory dump on server crashes in Windows, containing more error-related information.
Improved status bar in the Windows console, not bound to the first line and always visible on the screen.
Separate thread for processing user input in the console.