Version history/3.2

From Zandronum Wiki
Revision as of 05:45, 5 September 2022 by AKMDM (talk | contribs) (Added a beta builds section, now that the first official 3.2 beta is available.)
Zandronum 3.2
ZDoom base 2.8pre-441-g458e1b1
GZDoom base 1.8.6
Previous 3.1

Zandronum 3.2 is an upcoming minor update for Zandronum.

Changes

  • Added the new AUTHINFO lump, allowing modders to define their own list of lumps to be authenticated. [Kaminsky]
  • Added CVars: "con_interpolate" and "con_speed" which interpolates and controls how fast the console moves. Based on featues from ZCC. [Kaminsky]
  • Added ACS functions: "GetCurrentMapPosition", "GetEventResult", "GetActorSectorLocation", and "ChangeTeamScore". [Kaminsky]
  • Added an optional parameter to the ACS function GetChatMessage to let color codes to stay in chat messages. [Kaminsky]
  • Add the resetmap command and associated vote type. [DrinkyBird]
  • Added new BotScript commands that allow controlling more inputs (e.g. altfire, crouch, and use), and also to execute ACS_ExecuteWithResult. [TDRR]
  • Added the CVar "snd_lockmusic" which prevents any music changes as if a playlist was playing, based on a feature from ZCC. [Kaminsky]
  • Added the CVar "blood_fade_usemaxhealth", which scales the intensity of the blood based on the player's max health instead of a hardcoded health of 100, unless the server wants to force max blood on the screen. [Kaminsky]
  • Added the AAPTR_PLAYER_GETCAMERA constant that returns the actor a player is looking from. [Kaminsky]
  • Added an argument to GAMEEVENT_ACTOR_SPAWNED that indicates if the actor was spawned by the level or not. [Kaminsky]
  • Added the dmflag "sv_donthidestats" to show an enemy player's stats. [DoomJoshuaBoy]
  • Added a new SelfObituary actor property for when a player kills themselves with an actor. This replaces Skulltag's hardcoded self obituaries for the BFG10K and Grenades. [DrinkyBird]
  • Added the DECORATE flags GIVEFISTINGMEDAL and GIVESPAMMEDAL. Projectiles or puffs with these flags will award the player with the "fisting" and "spam" medals respectively upon killing an enemy player. [Kaminsky]
  • The result value of GAMEEVENT_MEDALS event scripts can now be used to determine whether or not the player receives the medal. [Kaminsky]
  • Added an option to filter the server list by name within the built-in server browser menu. [Kaminsky]
  • Added the dmflag "sv_dontoverrideplayercolors", which prevents player colors from being overriden. [Kaminsky]
  • Added the EVENT script types for domination: GAMEEVENT_DOMINATION_CONTROL for when a team takes control of a point sector, and GAMEEVENT_DOMINATION_POINT for when a team gets a point for owning a sector. [Kaminsky]

Fixes

  • Fixed: clients didn't initialize a sector's friction properly in some cases due to a superfluous check that wasn't removed earlier. [Kaminsky]
  • Fixed: the server wouldn't initialize compatflags and compatflags2 properly if entered as command line parameters. [Kaminsky]
  • Fixed: serverinfo CVars entered on the command line were restored in reverse order. [Kaminsky]
  • Fixed: PickActor wouldn't pick actors that were the same species if called by the server. [Kaminsky]
  • Fixed: chat messages sent by the server weren't colorized properly. [Kaminsky]
  • Fixed: restarting the map didn't unfreeze the game properly in online games. [Kaminsky]
  • Fixed: Changing the COUNTKILL flag via A_ChangeFlag didn't update the invasion monster count. [Kaminsky]
  • Fixed: projectiles and bulletpuffs didn't trigger GAMEEVENT_ACTOR_SPAWNED if "ForceSpawnEventScripts" was enabled. [Kaminsky]
  • Fixed: RCON clients still printed two copies of the chat message that they sent. [Kaminsky]
  • Fixed: spectating a morphed player could potentially crash the game. [Kaminsky]
  • Fixed: a player could get stuck in the chasecam in co-op game modes if they respawn when it's disallowed. [Kaminsky]
  • Fixed: PlayerSpeedTrail powerups always used a player's chosen skin even if their current weapon had its own preferred skin. [Kaminsky]
  • Fixed: a player's old body didn't show a weapon's preferred skin when they respawned. [Kaminsky]
  • Fixed: changing cl_skin also changed a player's scale even though P_CheckPlayerSprite already handled the skin's scaling automatically every tick. [Kaminsky]
  • Fixed: clients didn't clear their maplist first when reconnecting to the server via the "map" CCMD. [Kaminsky]
  • Fixed: the server rejected backup weapon select commands that used different weapon network indices but had the same client gametic. [Kaminsky]
  • Fixed: GAMEEVENT_ACTOR_DAMAGED didn't trigger when the player took poison damage. [Kaminsky]
  • Fixed: GetMapRotationInfo now always returns zero (or an empty string) if the maplist is empty, the map position's level info is invalid, or if the current map position isn't the current level. [Kaminsky]
  • Fix a crash with the Hexen Firestorm weapon projectiles caused by a compiler misoptimization on Linux architecture. [Edward-san]
  • GAMEMODE flags are now validated after all GAMEMODE lumps have been parsed instead of after each one. The internal game mode name (e.g. "TeamLMS") is now printed with the error message instead of the actual name. [Kaminsky]
  • Added an extra check to ensure that game modes have a (short) name. [Kaminsky]
  • Fixed: players appeared jittery when standing on lifts moving downward in online games. [Kaminsky]
  • Restrict broadcasted net commands to clients who already have the full update. [Torr Samaho]
  • "wait 0" is now acceptable and will properly wait one tic. This is because the wait CCMD was always off by one tic, meaning that "wait" or "wait 1" actually delayed a command by 2 tics. [Kaminsky]
  • Fixed: players couldn't spy on enemy bots in offline deathmatch games like they could in 3.0 anymore. [Kaminsky]
  • Fixed: the player's view didn't revert back to itself if they were spying on an enemy player when lms_spectatorview was disabled. [Kaminsky]
  • Fixed: clients could give players more health when they weren't allowed to know their actual health. [Kaminsky]
  • Changed "sv_respawndelaytime" into a float. It's now possible to set respawn times that are below one second. [Kaminsky]
  • The "ready to respawn in..." message now always appears if a player can respawn, which can be disabled with the CVar "r_drawrespawnstring". [Kaminsky]
  • Fixed: Player.DamageScreenColor didn't work properly in online games if it used a specific damage type. [Kaminsky]
  • Fixed: CCMDs that came after a "wait" CCMD were always flagged as unsafe and couldn't be executed.
  • Fixed: events triggered in the middle of another event could override the result value of the latter. [Kaminsky]
  • Fixed: fast projectiles didn't reward players with an accuracy or precision medal. [Kaminsky]
  • Fixed: medal icons drawn on the screen didn't fade out properly. [Kaminsky]
  • The server now updates a spectator's lagging status to all clients and the mini lag icon on the scoreboard now shows for spectators. [Kaminsky]
  • Fixed: PLAYERINFO_TEAM didn't return 255 if the player wasn't on team like it does in GZDoom. [Kaminsky]
  • By default, the join queue is no longer cleared between levels for all game modes like in duel. The old behaviour can be restored by enabling the new dmflag "sv_dontkeepjoinqueue" which also works in duel. [Kaminsky]
  • Fixed: unlagged would also reconcile for bots, causing them to miss shots in online games. [Kaminsky]
  • Unlagged now restores a player's old height when reconciling them. [Kaminsky]
  • It's now possible to save a crash report using the 64-bit Windows build.
  • Fixed: The random class was still selectable in the join menu when NoRandomPlayerClass was enabled in MAPINFO. [DrinkyBird]
  • Fixed: when a player joined a new team in online games, the health and armor of their new teammates weren't updated. [Kaminsky]
  • Fixed: clients sometimes invalidated "nextmap" or "nextsecret" vote types despite the vote successfully being called on the server's end. [Kaminsky]
  • Fixed: A_Saw did not consume ammo properly online. [Kaminsky]
  • Fixed: the built-in server browser was broken since 3.1 due to the "unsafe command restart" error. This adds an extra prompt message before the user can join a server. [Kaminsky]
  • Fixed: dead players and spectators in the join queue did not respawn at the start of a new wave in survival invasion. [Kaminsky]
  • Fixed: The countdown screen in invasion did not show the correct wave after the level changed. [Kaminsky]
  • Fixed: trailing color codes weren't being removed properly from chat strings. [Kaminsky]
  • sv_hostname is now cleaned up so that any unacceptable characters and trailing crap are removed. [Kaminsky]
  • The "fisting" medal is now only awarded if the player frags another player with a melee hitscan attack, as it should be. [Kaminsky]
  • Fixed: a player's class could still change if they were still alive when travelling from one map to the next in cooperative. [Kaminsky]
  • Fixed: players could still respawn (albeit frozen) during the result sequence if sv_forcerespawn was on. [Kaminsky]
  • Fixed: puffs didn't enter their XDeath states in online games. [Kaminsky]
  • Fixed: spawning game mode artifacts like the possession stone and terminator ball didn't correctly account for useplayerstartz. [Kaminsky]
  • Blacklisted the connect, disconnect, reconnect, and restart CCMDs from ConsoleCommand. [Kaminsky]

Beta builds