Skip to content

Releases: daid/SeriousProton

EE-2020.03.22

22 Mar 21:21
Compare
Choose a tag to compare
Add a function to the windowmanager to set the window title.

EE-2020.02.18

18 Feb 18:26
Compare
Choose a tag to compare
Allow disabling of the texture manager for headless runs

EE-2020.01.15: Conform to StringImproved substr

15 Jan 09:13
Compare
Choose a tag to compare
StringImproved substrs use positions for both ends, instead of a
position and a size.

EE-2019.11.01: Issue 629 - Don't timeout connections while waiting for auth (#37)

01 Nov 19:22
Compare
Choose a tag to compare
Previously, during server auth, there are no packets sent back and forth between the client and server, which causes the client to timeout after 20 seconds (assuming this is in case the server has shutdown/crashed/etc). As reported in issue 629, this may not be long enough. I ended up tracing this issue back to the how the server sends CMD_ALIVE packets every 10 seconds through sendAll which only sends to authenticated clients. So I created a new keepAliveAll() which sends a CMD_ALIVE packet to all cients regardless of auth state. In addition, I added in logic to calculate the ClientInfo's ping. I didn't add any logic to do anything with the ping.

EE-2019.09.10

10 Sep 11:30
Compare
Choose a tag to compare
Fix compiling

EE-2019.09.09

09 Sep 07:30
Compare
Choose a tag to compare
Fix compiling