Skip to content

React Client 2.5

Compare
Choose a tag to compare
@cyberpwnn cyberpwnn released this 18 Feb 13:03
· 25 commits to master since this release

Networking

  • Improved status updates for dropping connections
  • If a connection drops over 100 packets, it re-attempts to start a connection. Failing launches the connection drop dialog.
  • Improved update handling through the console

Interface

  • Fixed an issue where text was glitch-resizing tiles (on the memory graph tab)
  • Default connection failure cancel button to simply ignore instead of removing the server
  • Fixed other various issues with the interface such as scaling the window etc.
  • Added a new graphing tab for a custom selection from all samples

Graphs

  • Graphs now smoothly project the data they receive with a rolling average
  • Graphs now smoothly change scale if the graph gets too high or low
  • Graphs now show a "lined bar graph" depending on the graph of interest
  • Improved graphing framerates and overall performance