Skip to content

v1.3.0

Compare
Choose a tag to compare
@hun1er hun1er released this 11 Aug 18:47
· 16 commits to main since this release

What's Changed

πŸš€ Features

  • 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.
  • Code refactoring and other improvements.