Activity for Zandronum

  • TDRR committed [ee032c] on Code

    Lump reading API redesign.

  • Adam Kaminski Adam Kaminski committed [50abee] on Code

    Merged the client commands CLC_STARTCHAT, CLC_ENDCHAT, CLC_ENTERCONSOLE, CLC_EXITCONSOLE, CLC_ENTERMENU, and CLC_EXITMENU into one single command: CLC_SETSTATUS. Compared to the old commands, this requires sending an extra byte containing the status type and value, but this shouldn't be a problem considering how infrequent these commands are sent.

  • Adam Kaminski Adam Kaminski committed [849ce6] on Code

    Added the member function NetCommand::addBuffer to allow data buffers to be sent with network commands.

  • Adam Kaminski Adam Kaminski committed [9209a7] on Code

    Changed the default value of Scoreboard::fDeadTextAlpha to 1.0f.

  • Adam Kaminski Adam Kaminski committed [e5ddf9] on Code

    Added the SEPARATEDEADSPECTATORS scoreboard flag in SCORINFO, which forces dead spectators to be sorted underneath live players on the scoreboard.

  • Adam Kaminski Adam Kaminski committed [5552a6] on Code

    Added a "contentalpha" command for scoreboard blocks in SCORINFO, which controls the opacity of all the contents on the scoreboard (excluding the backgrounds).

  • Adam Kaminski Adam Kaminski committed [9f99c7] on Code

    Refresh the scoreboard first before setting up the clipping rectangle that draws the scoreboard's background.

  • Adam Kaminski Adam Kaminski committed [873061] on Code

    Added a SORTWHENDISABLED column flag in SCORINFO, which ensures that the column sorts players on the scoreboard even when it's disabled but still usable.

  • Adam Kaminski Adam Kaminski committed [c2aedf] on Code

    Any static text in a DrawString margin command that begins with a '$' is now looked up in the LANGUAGE lumps.

  • Adam Kaminski Adam Kaminski committed [0a00f7] on Code

    Fixed: strings in the LANGUAGE lump not being found when used in a column's display/short name, or true/false text for bool columns.

  • Adam Kaminski Adam Kaminski committed [2d1fb4] on Code

    Fixed: the scoreboard wasn't reset when the game mode was changed because of a level's campaign info.

  • Adam Kaminski Adam Kaminski committed [bc7194] on Code

    It's no longer required for sub-columns to be aligned to the left, or have the DONTSHOWHEADER flag enabled, when they're inside a composite column.

  • Adam Kaminski Adam Kaminski committed [a008e4] on Code

    Added support for "&&" and "||" operators for margin flow control commands.

  • Adam Kaminski Adam Kaminski committed [bf76a9] on Code

    Added checks to prevent columns from having the INTERMISSIONONLY and NOINTERMISSION flags, or the SPECTATORSONLY and NOSPECTATORS flags, enabled at the same time.

  • Adam Kaminski Adam Kaminski committed [d1dbf6] on Code

    Extended a column's "cvar" property by giving the option of specifying a min and max range of values that the CVar's value must be in to keep the column active. This means that the CVARMUSTBEZERO column flag is now useless and can be removed.

  • Adam Kaminski Adam Kaminski committed [edde71] on Code

    Changed the display and short name of the damage column to "Points" and "Pts" respectively. This is what damage was labelled as on the old scoreboard.

  • Sean Baggaley committed [98447d] on Code

    Authentication errors now use all authenticated WADs instead of just PWADs, allowing for zandronum.pk3, the IWAD, and auto-loaded WADs to be displayed in the error (address 4047).

  • Teemu Piippo committed [683425] on Code

    Added support for custom vote types using the new voteinfo lump

  • Adam Kaminski Adam Kaminski committed [aba10c] on Code

    Added support for "else if" statements for margin flow control commands.

  • Adam Kaminski Adam Kaminski committed [27ee4a] on Code

    The heights of all rows on the scoreboard now increase if the contents of any row are too tall to fit. Enabling the scoreboard flag DONTSTRETCHROWHEIGHT prevents this from happening.

  • Adam Kaminski Adam Kaminski committed [c98255] on Code

    Update custom player values to a client every time they authenticate the level. This fixes desyncs caused by changing custom player values on the server's end while the client's authenticating the level.

  • Adam Kaminski Adam Kaminski committed [bbbec0] on Code

    Always override a texture's left and top offsets to zero when drawing it on the scoreboard. This particularly fixes the player class icons in Hexen being cut off on the scoreboard.

  • Adam Kaminski Adam Kaminski committed [383eed] on Code

    HudMessages that are scaled to the virtual screen now respect con_scaletext_usescreenratio.

  • Adam Kaminski Adam Kaminski committed [b1b1d7] on Code

    Fixed: a player's ScoreIcon would disappear from the scoreboard if their current body derived from APlayerChunk due to A_SkullPop.

  • Adam Kaminski Adam Kaminski committed [ae69dd] on Code

    Added SPECTATORSONLY and NOENEMIES column flags in SCORINFO, meaning the contents are only drawn for true spectators and teammates respectively.

  • Adam Kaminski Adam Kaminski committed [f3ac67] on Code

    Always leave a gap above the spectator header, even when there's no active player rows.

  • Adam Kaminski Adam Kaminski committed [16041a] on Code

    Optimization: don't try to scale text when the virtual screen's size is the same as the native screen's.

  • Adam Kaminski Adam Kaminski committed [383d96] on Code

    Fixed: opening the text scaling menu sometimes changed the user's con_virtualwidth and/or con_virtualheight CVars when it shouldn't.

  • Adam Kaminski Adam Kaminski committed [14f0c2] on Code

    Fixed: ACS function "SetCustomPlayerValue" would never change the value of any custom data that used strings or textures as data types.

  • Adam Kaminski Adam Kaminski committed [505888] on Code

    Fixed: new line characters in the MOTD weren't converted into their corresponding escape code.

  • Adam Kaminski Adam Kaminski committed [054a30] on Code

    Fixed: strings with "\c[X]x]" at the end were still being treated as a trailing color code.

  • Adam Kaminski Adam Kaminski committed [f0de15] on Code

    Modified V_ColorizeString to strictly convert non-escaped color codes into escaped ones and nothing else. The original implementation was a copy/paste of the strbin function from ZDoom that did more than just colorize strings. This particularly fixes backslashes not being included in chat messages correctly.

  • Adam Kaminski Adam Kaminski committed [decedd] on Code

    Added the NOSPECTATORS flag to the "playericon" column.

  • Adam Kaminski Adam Kaminski committed [edddc3] on Code

    Added some static casts to ensure the signedness of the operands in a few expressions are consistent.

  • Nicholas S Nicholas S committed [89d331] on Code

    Fixed: flags in CTF could be captured after the round was over. [auratoostronk]

  • Adam Kaminski Adam Kaminski committed [87fe42] on Code

    It's now possible to use negative values for the "ClipRectHeight" property in SCORINFO, which means the column's clip height will be equal to the row's height minus the property's value.

  • Adam Kaminski Adam Kaminski committed [c115af] on Code

    Added commands to the message options menu to clear the chat prefix/suffix CVars.

  • Adam Kaminski Adam Kaminski committed [0a52b7] on Code

    Consolidated some duplicated code used to clean chat strings.

  • TDRR committed [89bccf] on Code

    Added ACS functions that provide lump reading capabilities: "LumpOpen", "LumpReadChar", "LumpReadShort", "LumpReadInt", "LumpReadString", and "LumpSize".

  • Adam Kaminski Adam Kaminski committed [7b6fce] on Code

    Moved checks that reset world and global ACS variables (if ZACOMPAT_RESET_GLOBALVARS_ON_MAPRESET is on) into GAME_ResetScripts to reduce duplicated code.

  • Adam Kaminski Adam Kaminski committed [b6f9c4] on Code

    Added a check to prevent the player's skin sprite from showing if their class's current sprite is TNT1A0 (and its original sprite is also TNT1A0).

  • Adam Kaminski Adam Kaminski committed [af4019] on Code

    Fixed: stealth monsters didn't reveal themselves in online games when they took damage or died (fixes 4132).

  • Adam Kaminski Adam Kaminski committed [dc11c9] on Code

    Fixed: a player's skin would get scaled incorrectly if their class's current sprite was using "####" or "----" before respawning.

  • Adam Kaminski Adam Kaminski committed [3f7e5a] on Code

    Adapted PLAYER_IsUsingWeaponSkin and PLAYER_ApplySkinScaleToBody to also check if a weapon's PreferredSkin actually exists. Otherwise, Zandronum might think a player is using a weapon skin when they aren't.

  • Adam Kaminski Adam Kaminski committed [c078a5] on Code

    Added an optional parameter to the "ignore" and "ignore_idx" CCMDs that allows servers to specify a reason for muting a client. Based on a patch by Janko Knezevic.

  • Adam Kaminski Adam Kaminski committed [a0a5e5] on Code

    Fixed the message that's printed in the console when ignoring a player from showing more than one timestamp.

  • Adam Kaminski Adam Kaminski committed [285afa] on Code

    Slightly refactored SERVER_PrintMutedMessageToPlayer.

  • Adam Kaminski Adam Kaminski committed [6aaff9] on Code

    Clients are now informed the moment when they're (un)muted on the server. Based on a patch by Janko Knezevic.

  • Adam Kaminski Adam Kaminski committed [6eb245] on Code

    Refactored the version string on the console to use FString and escaped color codes instead of a C-style char array.

  • Adam Kaminski Adam Kaminski committed [a26c1c] on Code

    Fixed: clients would sometimes see themselves having the lag icon over their head indefinitely after a level changed (fixes another regression caused by c770f5a41612).

  • Adam Kaminski Adam Kaminski committed [a5156e] on Code

    A Linux server's network socket now sleeps for one tic instead of one whole second. This prevents servers commands not being sent out normally when there's at least one client connected but spectating. Based on a patch by geNia (addresses 4068).

  • Adam Kaminski Adam Kaminski committed [e174ad] on Code

    - Fixed a clang warning that complained about undefined members in the PlayerValue::Trait template class.

  • Adam Kaminski Adam Kaminski committed [33c4c0] on Code

    Fixed a bunch of clang warnings.

  • Adam Kaminski Adam Kaminski committed [8cfc81] on Code

    Changed the value of COLUMNTYPE_UNKNOWN to -1. It's now also acceptable to use "unknown" as a name for data columns.

  • Adam Kaminski Adam Kaminski committed [72f168] on Code

    Check that a player's current class has a valid ScoreIcon before trying to use it inside a "PlayerIcon" column.

  • Adam Kaminski Adam Kaminski committed [fee2f4] on Code

    Renamed the "ScoreIcon" native column type to "PlayerIcon", and added the same column to the scoreboard.

  • Adam Kaminski Adam Kaminski committed [507bc7] on Code

    Made the spectator header on the scoreboard smaller and more simple.

  • MajorCooke committed [e5fe19] on Code

    - Fixed: The mask didn't incorporate RGF_MISSILES, causing it to fail.

  • Adam Kaminski Adam Kaminski committed [5ee672] on Code

    Fixed a CLIENT_PrintWarning call that had fewer arguments than '%' conversions.

  • Adam Kaminski Adam Kaminski committed [f61a44] on Code

    Moved the "readytogoicon" and "statusicon" columns into their own composite column.

  • Adam Kaminski Adam Kaminski committed [15a46e] on Code

    Added missing new lines at EOF in gamemode.txt and scorinfo.txt.

  • Adam Kaminski Adam Kaminski committed [7e1569] on Code

    The sizing of a sub-column is now always used when refreshing or drawing a composite column even when there's no value to draw, unless the sub-column has the DISABLEIFEMPTY flag enabled.

  • Adam Kaminski Adam Kaminski committed [7f3994] on Code

    Added short names to the damage and vote columns.

  • Adam Kaminski Adam Kaminski committed [b9e9fd] on Code

    Tucked the "playercolor" column underneath the "player" composite column, and moved the "handicap", "botskillicon", and "artifacticon" columns out of the same composite column. Also made the handicap column not show anything for spectators.

  • Adam Kaminski Adam Kaminski committed [f4bfff] on Code

    Added a "gapbetweencolumns" for composite columns in SCORINFO, which controls how much space to leave between the sub-columns.

  • Adam Kaminski Adam Kaminski committed [34a028] on Code

    Added a "columnpadding" command for scoreboard blocks in SCORINFO, which adds extra padding to both sides of all columns. Particularly meant so that a column's contents don't appear on the edges of the column itself.

  • Adam Kaminski Adam Kaminski committed [78b914] on Code

    All bots are now marked as ready to go on the intermission screen.

  • Adam Kaminski Adam Kaminski committed [620d3c] on Code

    Added another important entry to zandronum-history.txt.

  • Adam Kaminski Adam Kaminski committed [eea467] on Code

    Added an entry to zandronum-history.txt that highlights the changes made to the scoreboard code and the addition of the SCORINFO lump.

  • Adam Kaminski Adam Kaminski committed [54e840] on Code

    Removed a 1 pixel offset on all bot skill icon graphics.

  • Adam Kaminski Adam Kaminski committed [ad2dd2] on Code

    Made some tweaks to the SCORINFO lump in zandronum.pk3.

  • Benjamin Berkels committed [fa1636] on Code

    Merged with main repo

  • Sean Baggaley committed [0e8360] on Code

    Added a segmented version of the launcher protocol which splits responses across multiple packets (addresses 4064).

  • Adam Kaminski Adam Kaminski committed [49c460] on Code

    Fixed: a live player's class still changed when travelling between some levels, though not always, in cooperative.

  • Sean Baggaley committed [7a3f56] on Code

    Fixed an issue in which SQF_EXTENDED_INFO would not be sent under Linux, resulting in a malformed launcher response.

  • Adam Kaminski Adam Kaminski committed [2ca40f] on Code

    Fixed: players didn't drop important items like flags, skulls, etc. when they respawned using SetPlayerClass.

  • Adam Kaminski Adam Kaminski committed [fa5553] on Code

    Fixed: local CVars defined in CVARINFO were never saved in the user's config file.

  • Adam Kaminski Adam Kaminski committed [3eae6b] on Code

    Moved a local variable declaration elsewhere.

  • TDRR committed [f9c1ff] on Code

    Moved bot pitch reset to StopAimingAtEnemy command.

  • Adam Kaminski Adam Kaminski committed [5e48dd] on Code

    Fixed: the localhost couldn't successfully join the server through the server console window if it was forcing a connect or join password.

  • Adam Kaminski Adam Kaminski committed [328e98] on Code

    Fixed: clients that weren't fully connected to the server still triggered DISCONNECT scripts if they were kicked because of an error.

  • Adam Kaminski Adam Kaminski committed [437563] on Code

    Fixed: the "ready to respawn in..." message could appear in singleplayer when it shouldn't (e.g. if the client was previously in an online game).

  • Sean Baggaley committed [805780] on Code

    - Refactor the launcher protocol code so that each field is now implemented as its own function.

  • Adam Kaminski Adam Kaminski committed [814d72] on Code

    Fixed: the "ready to respawn in..." message could appear even when compat_instantrespawn was enabled in online games.

  • Sean Baggaley committed [42c405] on Code

    The server can now broadcast the name of the current game mode (as defined in the GAMEMODE lump) to launchers.

  • Sean Baggaley committed [b24867] on Code

    The output of the dumptrafficmeasure CCMD is now sorted by the bandwidth used in ascending order. This can be changed to descending order by specifying "desc" as the first parameter (addresses 4090).

  • Sean Baggaley committed [48fd82] on Code

    Replaced the C-style array used by the internal server browser to store a server's PWADs with a TArray. This fixes the client crashing when encountering servers with more than 32 PWADs.

  • Adam Kaminski Adam Kaminski committed [e997d8] on Code

    Fixed: the Doomsphere mugshot graphics were missing in zandronum.pk3.

  • Adam Kaminski Adam Kaminski committed [dc4a06] on Code

    Fixed: a player's flash state wasn't removed when they turned into a spectator.

  • Adam Kaminski Adam Kaminski committed [cce4aa] on Code

    Fixed: adding a CVar in a "defaultgamesettings" or "defaultlockedgamesettings" block would crash the game during startup.

  • Adam Kaminski Adam Kaminski committed [b063ec] on Code

    Fixed: players still respawned inside sectors with extended damage types if sv_samespawnspot was enabled.

  • Sean Baggaley committed [b07c80] on Code

    Added DPI-awareness settings to the Win32 manifest to prevent automatic upscaling of the window on high-DPI displays.

  • Adam Kaminski Adam Kaminski committed [d71e6e] on Code

    Added a check that prevents the server from executing the team CCMD.

  • Adam Kaminski Adam Kaminski committed [73a1c6] on Code

    Replaced C-style char arrays in the team CCMD's callback function with FString.

  • Adam Kaminski Adam Kaminski committed [6d16ad] on Code

    Did some refactoring in TEAM_TimeExpired and replaced C-style char arrays with FString.

  • Adam Kaminski Adam Kaminski committed [cca766] on Code

    Refactored TEAM_DoWinSequence and replaced C-style char arrays with FString. This also fixes an inconsistency in the fadeout times if whether or not the server prints the message.

  • Adam Kaminski Adam Kaminski committed [883688] on Code

    Added the CVar "sv_distinguishteamchatlines", which distinguishes team chat messages from normal chat messages in the server console/logfile (addresses 0036).

  • Adam Kaminski Adam Kaminski committed [51750a] on Code

    Blacklisted the rcon, rcon_logout, and send_password CCMDs from ConsoleCommand.

  • Adam Kaminski Adam Kaminski committed [69add5] on Code

    Fixed: sv_markchatlines printed chat lines with two timestamps if sv_logfiletimestamp was enabled.

  • Adam Kaminski Adam Kaminski committed [8cd9d6] on Code

    Fixed: when the server printed a list of flags that were changed, it didn't check if a flag CVar existed first before incrementing the number of flags changed (e.g. "dmflags2 1" doesn't enable any flags because no flag CVar occupies the first bit of dmflags2).

1 >