Zandronum 2.0

News and events are posted here. Threads also show up in the Latest News section.
User avatar
Torr Samaho
Lead Developer
Posts: 1543
Joined: Fri May 25, 2012 6:03 pm
Location: Germany

Zandronum 2.0

#1

Post by Torr Samaho » Sun Mar 29, 2015 9:12 pm

Finally, 2.0 is among us! Most notably, 2.0 comes with a major upgrade of Zandronum's (G)ZDoom code base to ZDoom 2.5.0 / GZDoom 1.5.0. Also included is support for optional WADs, CVARINFO, new unlagged and a large amount of fixes.

Please note that dmflag bits were rearranged. If your server config sets dmflags in the form of "dmflags 1234567", these configs will not work with Zandronum 2.0 without migrating. Please see here for a Python script to automate this process.

Furthermore, due to the major changes of the ZDoom code base, some things that used worked in 1.3 but relied on undefined behavior don't work in 2.0 anymore. Please see here for more details.

As usual, here is the full list of changes.

Code: Select all

*+	- Updated Zandronum's (G)ZDoom base to ZDoom SVN revision 2560 / GZDoom SVN revision 900 [Torr Samaho]
*+	- Added quad-buffered stereo / 3D Vision support to the GL renderer (minimal invasive implementation based on biospud's GZ3Doom). [Torr Samaho]
+	- Added the OS used to the version string the server sends to the launchers (adapted form Konar6's kpatch). [Torr Samaho]
+	- When a banned client is prevented from connecting, the ban reason (if specified in the banlist) is logged to the server console (adapted form Konar6's kpatch). [Torr Samaho]
+	- Added a new compatflags cvar: compat_silentwestspawns, emulates Vanilla compatibility by not performing any spawnfog/sounds for west angled spawns. [Water, Edward-san]
+	- Added compat_maxbloodscalar which will enforce vanilla red screen damage as if the blood_fade_scalar was 1.0. [Water]
+	- Ported CVARINFO lump support and the ACS functions SetCVar, GetCVarString and SetCVarString from ZDoom. This includes support for CVars that are automatically synced between server and clients. User CVars are not support for now though. [Torr Samaho]
+	- Added domination and customteamgame to SBarInfo gamemode detection. [Blzut3]
+	- Added dmflag sv_unblockallies which is exactly like sv_unblockplayers except only unblocks ally players. [Dusk]
+	- The server can now advertise WADs as optional so long as said WADs are not necessary for clients to join. This is controlled with the new command-line option -optfile and the new preferoptionalwads CVar. Note: this is only a hint for server browsers! Authentication is and has always been lump-based and not WAD-based! [Dusk]
+	- Added support for Zandronum-specific gamemodes for the alternative HUD. [Dusk]
+	- Added CVAR sv_limitcommands which can be set to false to disable various flooding limits (allow constant suiciding, team changing, disable command flood auto-kick, etc). Should not be set to false in public servers. [Dusk]
+	- Added a Network Options menu which will contain all new network options. [Water, Torr Samaho]
+	- The authentication mechanism for non-map related lumps now allows Freedoom 0.9/Doom clients to join Doom/Freedoom 0.9 servers. [Torr Samaho] 
+	- Significantly bandwidth-optimized server-to-client ACS_Execute (and friends) calls. Such a call now uses 9 to 21 bytes of bandwidth per client per call (depending on the size of arguments), instead of 22 to 29 bytes. [Dusk]
+	- Added cl_showspawns, which creates a particle fountain at active spawns. [Water, Torr Samaho]
+	- Added a decorate flag DONTIDENTIFYTARGET which prevents player identification from being done to the actor. [Water]
+	- Added CVAR compat_autoaim which restores vanilla autoaim, as there was a switch to autoaim filling in the gaps due to limited number of tracers from vanilla. [Water]
+	- Added CVAR cl_clientflags which controls both cl_unlagged and cl_respawnonfire to save bandwidth and make future booleans easier to transmit over the network. [Water, Torr Samaho]
+	- Added a menu entry to for the GZDoom HUD, i.e. CVAR hud_althud. [Torr Samaho]
+	- Added a CVAR (wi_autoscreenshot) to allow screenshots to automatically be taken upon entering the intermission screen. [Water, Torr Samaho]
+	- Added CVAR cl_clientsidepuffs which allows clients to predict puffs, which makes bullet puffs from hitscan weapons appear instantly. [Water, Torr Samaho]
+	- Added bloodsplatter effects to also be performed when cl_hitscandecalhack is set to true. [Water, Torr Samaho]
+	- The server now kicks its clients when it shuts down. [Dusk]
+	- Added support for RCON client tab-completion. This bumps the protocol version to 4, but clients using protocol 3 are still supported. [Dusk]
+	- The client movement buffer is now reordered based on the client's gametic information before the commands are processed. [Torr Samaho, Water] 
+	- Added gametic unlagged which should perform better under varying net conditions compared to ping-based unlagged. [Water, AlexMax, Torr Samaho]
+	- An icon will be displayed in the scoreboard if you're in the console, similarly to chat. [Cata]
+	- Added new player pawn property Player.MaxSkinSizeFactor which allows customization of the limits used by skin size checking. Skins larger than hitbox size (radius * 2, height) times this factor are downsized to fit. Defaults to the original hardcoded values 3.44, 1.68. Setting either value to 0 disables the limit entirely. Made the warning message more descriptive and informative. [Dusk]
-	- Fixed problems when boss monsters were replaced by Randomspawners in game modes that use map resets, e.g. survival. [Torr Samaho]
-	- Fixed: Radius_Quake didn't work properly online if the duration was longer than 128 tics. [Torr Samaho]
-	- Fixed: Blocked poly object doors were not handled properly online. [Torr Samaho]
-	- Fixed: No longer can pick up team items in CTF or Skulltag after the round ends. [Water]
-	- Fixed: Monsters near the bottom of a ledge on a raising sector sometimes appeared as teleporting up on clients online. [Torr Samaho]
-	- Fixed: Light effects created by scripts weren't removed during a map reset. [Torr Samaho]
-	- Fixed: MAPINFO lumps were not protected. [Dusk]
-	- Fixed: Instant light fading was not updated on the client's side. [Water]
-	- Fixed: Frozen corpses were not properly cleaned up during the countdown phase, leading to unexpected behavior with player viewpoints. [Water, Torr Samaho]
-	- Trying to generate bot nodes on very large maps caused the game to crash. This should now be fixed at least on extremely large maps. Bots are disabled in this case. [Torr Samaho]
-	- Fixed: The crouched sprite wasn't displayed for skins enforced through Weapon.PreferredSkin if the player class had +NOSKIN. [Esum, Torr Samaho]
-	- Fixed: Player spawn height now is on the ground so any player starts in the air will not result in team telefragging unless all spawns are full. [Water, Torr Samaho]
-	- Fixed: Missiles with the +NOEXPLODEFLOOR flag desynced online. [Dusk]
-	- Fixed: A voodoo doll exiting the level would print a bogus " exited the level" message. [Dusk]
-	- Fixed: Reflection desync between client and server if it doesn't have a Doom/Hexen bouncetype property. [Water, Torr Samaho]
-	- Fixed a server crash related to the client movement buffer. [Torr Samaho]
-	- Fixed: SetFont() would 'leak' into other scripts online. [Dusk]
-	- Fixed: Spectators could not trigger allowed action specials with sectors. The only exceptions are the 'Use' and the 'UseWall' action triggers. [Edward-san, Torr Samaho]
-	- Fixed: The server did not inform the clients fully about the crush behavior of floors, ceilings and pillars. [Edward-san]
-	- Fixed: The server could crash the clients with malicious packets. [Torr Samaho]
-	- Fixed problems with the client side Z position prediction near ledges. [Torr Samaho]
-	- Fixed: a closing polyobject door made no sound online. [Dusk, Edward-san]
-	- Fixed: The server did not inform the clients correctly about the type of the door action, making the clients hear the wrong door sound. [Edward-san]
-	- Fixed: The client could potentially get HOMs while requesting a snapshot. [Leonard, Torr Samaho]
-	- Fixed: CVAR sv_unblockplayers now works with different species. [Leonard]
-	- Fixed: The scale of skins enforced through Weapon.PreferredSkin was ignored if the player class had +NOSKIN. [Torr Samaho]
-	- Fixed: In "teamgame" based game modes, friendly monsters didn't attack players of opposing teams unless provoked. [Torr Samaho]
-	- Fixed: If the packet with the end of a snapshot was dropped on a server with no active players, a client possibly waited forever for the snapshot to finish. [Torr Samaho]
-	- Fixed: The client didn't let bouncing missiles spawned by A_SpawnItemEx pass through the player who spawned the missiles. [Torr Samaho]
-	- Fixed: After a map change, items at player starts would be inadvertently removed. [Dusk]
-	- Fixed: CVAR cl_announcepickups didn't work in certain cases. [Leonard]
-	- Fixed: Custom attenuation values did not work online. [Dusk, Edward-san]
-	- Fixed: Rotating polyobjects did not stop on map resets. [Dusk, Edward-san]
-	- Fixed: Emulated multiplayer and multiplayer map changes broke random. [Torr Samaho, Edward-san]
-	- Fixed: Since Skulltag 98a, chat and announcer stopped producing sounds in game during Time Freeze and in intermission after map exiting while Time Freeze was on. [Edward-san]
-	- Fixed: Spectators could not use the 'Teleport_NoStop' action special. [Edward-san]
-	- Fixed: Under certain circumstances, the SKININFO parser didn't properly handle the sprite entry. [Torr Samaho]
-	- Fixed: The CCMD 'kickfromgame' and the ACS function 'KickFromGame' could not work offline. [Edward-san]
-	- Fixed: Spawn() and friends did not sync the spawned actor(s)'s tid to clients. [Dusk]
!	- Renamed compatflags2 to zacompatflags and moved all Zandronum/Skulltag exclusive compatflags from compatflags to zacompatflags to resolve compatibility problems with ZDoom updates. Launchers and config files need to be updated to account for this change. [Torr Samaho] 
!	- Renamed dmflags3 to zadmflags, moved all Zandronum/Skulltag exclusive dmflags2 from dmflags2 to zadmflags and changed the remaining dmflags2 values to match the ZDoom values to resolve compatibility problems with future ZDoom updates. Launchers and config files need to be updated to account for this change. [Torr Samaho] 
!	- Since ZDoom 2.5.0 (and thus Zandronum) doesn't support script numbers higher than 999, Zandronum now gracefully errors out when encountering a script with an invalid number instead of crashing randomly. [Torr Samaho] 
!	- The Linux binaries can now be debugged with the zandronum.debug file, which is provided in a separated download. [Edward-san]
!	- Changed intermission proceeding to not rely on spectators if there is active players. [Water]
!	- The login server selected with authhostname needs to support version 2 of the login protocol. [Torr Samaho]
!	- Changed how a sentinel variable is handled which makes it much harder for clients to purposely drop packets, thus stopping a speed hack. [Water, Torr Samaho]
!	- Changed: Free spectators can now use the noclip cheat in demos. [Leonard]
!	- Changed the CTF flag height from 16 to 48, which will prevent players from clipping through them without picking them up on stairwells or uneven terrain. [Striker]
!	- Reduced the time interval between each join and each team switch to 3 seconds. [Edward-san]
Included in this release is the new Doomseeker 1.0. Highlights include a new set of icons designed by MazterQyoun-ae and CarpeDiem, a large number of fixes and additions to the IRC client, an overhaul to the query system to hopefully be more reliable on less reliable connections, servers with buddies in them are now highlighted, plus improved optional wad support, and a lot more behind the scenes work.

Download
Last edited by Blzut3 on Mon Mar 30, 2015 5:48 am, edited 1 time in total.

User avatar
arkore
Forum Regular
Posts: 183
Joined: Mon Dec 17, 2012 8:01 pm

RE: Zandronum 2.0

#2

Post by arkore » Sun Mar 29, 2015 9:13 pm

First.
Creator of Zone-F, Rocket Arena, Jail Break, Hellway Invasion, Hellstop, Bosses from Hell, Chillax II, and ArkDoom.

User avatar
Dusk
Developer
Posts: 581
Joined: Thu May 24, 2012 9:59 pm
Location: Turku

RE: Zandronum 2.0

#3

Post by Dusk » Sun Mar 29, 2015 9:13 pm

Finally! I would like to thank WaTaKiD, Arco, StrikerMan780, Ru5tK1ng, Marcaek and everybody else involved in testing! It's been a massive work indeed. Congratulations everyone! We're one step closer to catching up with ZDoom!

User avatar
Kara Kurt
Frequent Poster Miles card holder
Posts: 887
Joined: Sat Oct 12, 2013 6:58 pm
Location: Strasbourg, France
Contact:

RE: Zandronum 2.0

#4

Post by Kara Kurt » Sun Mar 29, 2015 9:13 pm

Happy new year everyone.

Watermelon
Zandrone
Posts: 1244
Joined: Thu Jun 28, 2012 9:07 pm
Location: Rwanda

RE: Zandronum 2.0

#5

Post by Watermelon » Sun Mar 29, 2015 9:15 pm

Thanks to all the testers, there were too many to count. I'd leave someone out easily if I started listing names.

Ruin
Retired Staff / Community Team Member
Posts: 385
Joined: Tue May 29, 2012 8:43 pm
Location: The auto-parts store
Contact:

RE: Zandronum 2.0

#6

Post by Ruin » Sun Mar 29, 2015 9:19 pm

Awesome! Can't wait to give it a go.
"Secondly, <PRO> is utter shit, and they're only "known" because almost all of them are also staff." - /vr/

User avatar
Slim
Zandrone
Posts: 1112
Joined: Sat Mar 16, 2013 7:11 am
Location: Zero Space
Clan: Can't fit it in here
Clan Tag: -=FSR=-
Contact:

RE: Zandronum 2.0

#7

Post by Slim » Sun Mar 29, 2015 9:19 pm

WOO FINALLY.

It's all paid off.
Image

"Your childish antics grow tiring. If you dare to fight me, then I accept your challenge: Anytime, anywhere." - Zero, Megaman X5
Spoiler: Quotes (Open)
5:54 PM - Slim: you're complaining about something so small that
5:54 PM - Lance: so? we do that all the time
5:55 PM - Lance: we're a bunch of losers complaining at a bar minus the bar
Spoiler: Galactus tried evading (Open)
Image

User avatar
Shadowlink223
 
Posts: 22
Joined: Fri Jun 29, 2012 2:58 am

RE: Zandronum 2.0

#8

Post by Shadowlink223 » Sun Mar 29, 2015 9:24 pm

It finally happened. Yay!

User avatar
Armour
 
Posts: 95
Joined: Sun Mar 17, 2013 4:23 pm
Location: Canada

RE: Zandronum 2.0

#9

Post by Armour » Sun Mar 29, 2015 9:27 pm

YES THANK YOU :smile:

User avatar
-Jes-
Frequent Poster Miles card holder
Posts: 975
Joined: Fri Aug 03, 2012 9:55 am
Location: Void Zone

RE: Zandronum 2.0

#10

Post by -Jes- » Sun Mar 29, 2015 9:29 pm

Finally!!!

Image

User avatar
Fabysk
Forum Regular
Posts: 469
Joined: Sat Sep 22, 2012 8:17 pm
Location: In a house...duhh

RE: Zandronum 2.0

#11

Post by Fabysk » Sun Mar 29, 2015 9:32 pm

AWWWWWW YEEEEEEEEEE!
Image Image Image

Konda
Forum Regular
Posts: 487
Joined: Thu Jun 07, 2012 5:22 pm

RE: Zandronum 2.0

#12

Post by Konda » Sun Mar 29, 2015 9:34 pm

Damn.

Code: Select all

<Synert> fuck
<Synert> plugged in my memory stick and got a bsod

TerminusEst13
Retired Staff / Community Team Member
Posts: 865
Joined: Tue Jun 05, 2012 11:06 pm

RE: Zandronum 2.0

#13

Post by TerminusEst13 » Sun Mar 29, 2015 9:34 pm

+ - Significantly bandwidth-optimized server-to-client ACS_Execute (and friends) calls. Such a call now uses 9 to 21 bytes of bandwidth per client per call (depending on the size of arguments), instead of 22 to 29 bytes. [Dusk]
+ - The server now kicks its clients when it shuts down. [Dusk]
+ - The client movement buffer is now reordered based on the client's gametic information before the commands are processed. [Torr Samaho, Water]
+ - Added gametic unlagged which should perform better under varying net conditions compared to ping-based unlagged. [Water, AlexMax, Torr Samaho]
- - Fixed: Reflection desync between client and server if it doesn't have a Doom/Hexen bouncetype property. [Water, Torr Samaho]
yyesssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
The Ranger - New class for HeXen.
ZDoom Wars - I drew some pictures.
Samsara - Some class-based mod I guess?
Metroid: Dreadnought - I am a dumb fanboy.
DemonSteele - ~come with me to anime world~

User avatar
ZZYZX
Posts a lot
Posts: 742
Joined: Thu Jun 07, 2012 5:56 pm
Location: Ukraine
Clan: A3
Clan Tag: [A3]

RE: Zandronum 2.0

#14

Post by ZZYZX » Sun Mar 29, 2015 9:35 pm

YAY 2.0!!!

btw
Torr Samaho wrote:+ - Added the OS used to the version string the server sends to the launchers (adapted form Konar6's kpatch). [Torr Samaho]
I wonder if its like this in all changelogs, like, the one in readme too

z-blaster
New User
Posts: 4
Joined: Sun Jun 10, 2012 4:36 pm
Location: North America

RE: Zandronum 2.0

#15

Post by z-blaster » Sun Mar 29, 2015 9:36 pm

Very nice! You're awesome!

User avatar
Cutman
 
Posts: 66
Joined: Mon Jun 04, 2012 2:25 pm
Contact:

RE: Zandronum 2.0

#16

Post by Cutman » Sun Mar 29, 2015 9:38 pm

It begins! Keep up the good work chaps.

Untitled
Forum Regular
Posts: 519
Joined: Sat Dec 29, 2012 4:41 pm
Location: it is a mystery

RE: Zandronum 2.0

#17

Post by Untitled » Sun Mar 29, 2015 9:40 pm

This might be the most hyped Zandronum release EVER, and with good reason.

All aboard the hype train!
"I'm in despair! The fact someone would give me the title 'Forum Regular' has left me in despair!"
Spoiler: Me in a nutshell (Open)
<Untitled> this is a terrible idea
<Untitled> lets do it anyway

<Untitled> Depends
<Untitled> What kind of wad error is "Address not Mapped to Object (Signal 11)"?

<Untitled> So today I found out that stupidity is nested fractally
<Untitled> There is no lower bound
Projects:
SamsaraHold http://zandronum.com/forum/showthread.php?tid=3053

Uwe L. Bendoverson
 
Posts: 62
Joined: Wed Nov 12, 2014 12:32 am
Location: Testing Zan 2.0

RE: Zandronum 2.0

#18

Post by Uwe L. Bendoverson » Sun Mar 29, 2015 9:42 pm

Image
"Any fool can criticize, condemn, and complain-and most fools do. But it takes character and self-control to be understanding and forgiving."
Join the Doom Evolved group on Evolve!

Zanieon
Forum Regular
Posts: 227
Joined: Tue Jun 05, 2012 1:17 am
Location: Somewhere in the future
Contact:

RE: Zandronum 2.0

#19

Post by Zanieon » Sun Mar 29, 2015 9:48 pm

Image

EDIT: Gifspam started lol
Last edited by Zanieon on Tue Mar 31, 2015 2:50 am, edited 1 time in total.
Image

User avatar
ibm5155
Addicted to Zandronum
Posts: 1641
Joined: Tue Jun 05, 2012 9:32 pm
Location: Somewhere, over the rainbow

RE: Zandronum 2.0

#20

Post by ibm5155 » Sun Mar 29, 2015 9:51 pm

I hope I'll be on the first page :S

EDIT: dang I didn't ;--;

Well, gg RabbitLord ze map hehe (I think we will not see his ze map for a long period).

And, well, finally, the most waited zan release is here :O...
Well, It looks like my effort to find bugs helped a bit hehe

EDIT2:
Only grandvoid didn't update their servers to 2.0 '-'
and, some argentina server (it's on 1.2 ...)
Last edited by ibm5155 on Sun Mar 29, 2015 10:15 pm, edited 1 time in total.
Projects
Cursed Maze: DONE, V2.0
Zombie Horde - ZM09 map update: [3/15/13]
Need help with English? Then you've come to the right place!

<this post is proof of "Decline">

Post Reply