Page 1 of 3
Zandronum 3.0-alpha-170709-2004
Posted: Sun Jul 09, 2017 9:02 pm
by Torr Samaho
Thanks for the testing of the last beta and the reports! Turned out that there still were some issues we needed to take care of, so here is another beta. Once again, we think it will be safer if the new fixes are tested for another week.
Here is the full Mercurial changelog:
Code: Select all
changeset: 9996:1b219f7eb073
user: Ru5tK1ng
Revived dead spectators had no inventory on next map (Fixes 3167).
changeset: 9997:286ec5eb1c92
user: Torr Samaho
added new access function CLIENT_GetEndFullUpdateTic
changeset: 9998:746a16a7d809
user: Torr Samaho
fixed a function declaration
changeset: 9999:f081a64defa9
user: Torr Samaho
Revised the fix for the "P_PlayerThink: No body for player" warnings on the clients that could occur after a map change before the full snapshot was received (addresses 3176).
changeset: 10000:fcdda6540b7f
user: Torr Samaho
Fixed: The ACS command SetDeadSpectator did not remove the chasecam cheat when reviving a dead spectator (addresses 2594).
changeset: 10001:7661eee29629
user: Ru5tK1ng
Frozen players were still frozen if they spectated (Fixes 3165).
changeset: 10002:71de39185109
tag: tip
user: Teemu Piippo <teemu@hecknology.net>
Optimized the network usage of Warp() and A_Warp, only send to clients what's changed and if nothing changed, don't send anything, fixes 3180
Download
Re: Zandronum 3.0-alpha-170709-2004
Posted: Sun Jul 09, 2017 9:08 pm
by Sean
WHY DO YOU ALWAYS RELEASE A FEW MINUTES AFTER I'M UNABLE TO UPGRADE TSPG AAAAAAAAAAAAAAAAAAA
Re: Zandronum 3.0-alpha-170709-2004
Posted: Mon Jul 10, 2017 12:27 am
by jdagenet
Sean wrote:WHY DO YOU ALWAYS RELEASE A FEW MINUTES AFTER I'M UNABLE TO UPGRADE TSPG AAAAAAAAAAAAAAAAAAA
Take it easy buddy, it'll all work out.
Hopefully this is the last alpha before the final release. If you want to speed things up just revert any changes made by Zalwea and you're good to go.
Re: Zandronum 3.0-alpha-170709-2004
Posted: Mon Jul 10, 2017 1:15 pm
by The Toxic Avenger
Can we not? Thanks.
I know you're trying to joke around but don't incite anything
Re: Zandronum 3.0-alpha-170709-2004
Posted: Mon Jul 10, 2017 2:10 pm
by Empyre
In the June 25 version, the Players Can Walk Through Each Other flag appeared to be not working, but it seems to be working in this version.
Re: Zandronum 3.0-alpha-170709-2004
Posted: Mon Jul 10, 2017 4:02 pm
by Sean
Oh yeah this is on TSPG since this mroning
Re: Zandronum 3.0-alpha-170709-2004
Posted: Mon Jul 10, 2017 6:50 pm
by Sean
Here's some x64 Linux builds:
tar.xz +
debugging info.
Re: Zandronum 3.0-alpha-170709-2004
Posted: Mon Jul 10, 2017 7:02 pm
by thevarian
Maps that rely on voodoo dolls are broken when survival is enabled,they disappear.
I encountered this on Map23 of valiant and did some testing with the exact dmflags and just toggling survival with full map resets.
I did a google search and this popped up.
https://www.doomworld.com/forum/topic/8 ... ival-coop/
Re: Zandronum 3.0-alpha-170709-2004
Posted: Mon Jul 10, 2017 7:46 pm
by Zalewa
thevarian wrote:Maps that rely on voodoo dolls are broken when survival is enabled,they disappear.
I encountered this on Map23 of valiant and did some testing with the exact dmflags and just toggling survival with full map resets.
I did a google search and this popped up.
https://www.doomworld.com/forum/topic/8 ... ival-coop/
I just went through this map on survival with all dmflags set to 0, used "kill" at the exit and then went through it again. The map seems to work okay. I also made a box map with voodoo doll and the voodoo doll survives full map reset. What dmflags are you using?
Re: Zandronum 3.0-alpha-170709-2004
Posted: Mon Jul 10, 2017 9:05 pm
by thevarian
I used the flags on the tspg SNS server. I just disconnect via console and tested map23 like that.
Re: Zandronum 3.0-alpha-170709-2004
Posted: Mon Jul 10, 2017 9:22 pm
by Zalewa
thevarian wrote:I used the flags on the tspg SNS server. I just disconnect via console and tested map23 like that.
I think it's reported as this one:
http://zandronum.com/tracker/view.php?id=2510
Re: Zandronum 3.0-alpha-170709-2004
Posted: Mon Jul 10, 2017 9:34 pm
by thevarian
Understood, although before I tested on singleplayer multiple routes became impossible to progress during online play due to the terrain not shifting from voodoo dolls.
Re: Zandronum 3.0-alpha-170709-2004
Posted: Tue Jul 11, 2017 1:02 am
by Empyre
There is implementation for voodoo dolls in the single-player with multiplayer emulation mode. Could this be related to that?
Re: Zandronum 3.0-alpha-170709-2004
Posted: Tue Jul 11, 2017 6:09 am
by Torr Samaho
thevarian wrote:Maps that rely on voodoo dolls are broken when survival is enabled,they disappear.
I encountered this on Map23 of valiant and did some testing with the exact dmflags and just toggling survival with full map resets.
Voodoo dolls and ingame joining are conceptually incompatible, so Zandronum has to do some workarounds to make them work to a certain degree. There are several cvars to tune their behavior: sv_coopspawnvoodoodolls, sv_coopunassignedvoodoodolls and sv_coopunassignedvoodoodollsfornplayers. One of the limitations currently is, that the clients know nothing about the dolls, only the server does. Because of this the dolls are invisible on the clients.
For finalizing 3.0, the most important questions is whether anything voodoo doll related worked in 2.1.2, but does not anymore in 3.0. So, does 2.1.2 work any better for you in this regard?
Re: Zandronum 3.0-alpha-170709-2004
Posted: Tue Jul 11, 2017 6:21 am
by Combinebobnt
thevarian wrote:I used the flags on the tspg SNS server. I just disconnect via console and tested map23 like that.
obviously the above stuff from the devs but careful next time. I just kind of laundry list checked some compat flags to get a little closer to boom. I plan to do full rigorous flag setup whenever I get to it. voodoo dolls have worked pretty well in this port though so the default settings must be good.
Re: Zandronum 3.0-alpha-170709-2004
Posted: Tue Jul 11, 2017 6:04 pm
by thevarian
Torr Samaho wrote:
For finalizing 3.0, the most important questions is whether anything voodoo doll related worked in 2.1.2, but does not anymore in 3.0. So, does 2.1.2 work any better for you in this regard?
I tested valiant online using zan 2.1.2:
-default dmflags, voodoo dolls works
-dmflags matching as close as possible tspg sns server, voodoo dolls works
Re: Zandronum 3.0-alpha-170709-2004
Posted: Tue Jul 11, 2017 6:14 pm
by Torr Samaho
thevarian wrote:I tested valiant online using zan 2.1.2:
-default dmflags, voodoo dolls works
-dmflags matching as close as possible tspg sns server, voodoo dolls works
And if you do exactly the same (in particular with your own local server if you did that with 2.1.2) with the latest 3.0 beta the voodoo dolls do not work?
Re: Zandronum 3.0-alpha-170709-2004
Posted: Tue Jul 11, 2017 6:30 pm
by thevarian

I apologize for this goose chase i just noticed the sns server is version 170625-1906 and when i tested the default dmflags and exact dmflags the voodoo dolls work on 170709-2004.
Re: Zandronum 3.0-alpha-170709-2004
Posted: Tue Jul 11, 2017 6:42 pm
by Torr Samaho
No, problem. I'm happy to hear that 3.0 works as it should!
Re: Zandronum 3.0-alpha-170709-2004
Posted: Wed Jul 12, 2017 12:11 pm
by grrfield
(Running some servers on a raspberry pi3 - I'm discussion issues I have now and did not have to that extent with 2.1.2)
°°° Please Ignore °°°