Zandronum 3.0-alpha-170625-1906
Posted: Sun Jun 25, 2017 8:41 pm
The last week of testing revealed a few problems we needed to take care of, so here is another beta build. Again, all known show stoppers are fixed, but we think it will be safer if the new fixes are tested for another week. So please make use of that time to help us finalizing 3.0.
Here is the full Mercurial changelog:
Download
Here is the full Mercurial changelog:
Code: Select all
changeset: 9990:18273be1e0a9
user: Torr Samaho
Fixed problems with packet loss while a client is joining.
changeset: 9991:dd2a7b633788
user: Torr Samaho
CLIENTCOMMANDS_SendAllUserInfo now calls CLIENTCOMMANDS_UserInfo to reduce code duplication
changeset: 9992:88e39a8adf73
user: Torr Samaho
Added extra NULL pointer checks to prevent crashes (addresses 3160).
changeset: 9993:33a9161708a8
user: Torr Samaho
Fixed: Under some circumstances, dead spectators resurrected by the ACS command SetDeadSpectator had no inventory at all (addresses 2594).
changeset: 9994:3f8aa958e801
user: Torr Samaho
Fixed: CLIENTCOMMANDS_UserInfo could lead to oversized network packets, i.e. packets bigger than 1024 (addresses an issue brought up in 3132).
changeset: 9995:f767211c5f2c
tag: tip
user: Teemu Piippo <teemu@hecknology.net>
Fixed: the server could override clientside spectator noclip in some cases, fixes 3164