- Sep 08, 2024
-
-
Trillster authored
-
- Jan 12, 2025
-
-
Adam Kaminski authored
Changed the input/output voice chat volume slider steps from 0.1 to 0.05, and the number of decimal places to display the values to two.
-
- Jan 09, 2025
-
-
Adam Kaminski authored
-
- Jan 08, 2025
-
-
Adam Kaminski authored
-
- Jan 10, 2025
-
-
Adam Kaminski authored
If a user's chat sound is set to "Doom 2" when Doom 1 is loaded, it will now restore the value upon closing the game.
-
- Jan 09, 2025
-
-
Adam Kaminski authored
Fixed: it was possible to set chat_sound or privatechat_sound to "Doom 2" in Doom 1, which didn't work because Doom 1 only has one chat sound. Also fixed these settings for other non-Doom IWADs.
-
- Jan 08, 2025
-
-
Adam Kaminski authored
-
- Jan 02, 2025
-
-
Adam Kaminski authored
-
- Jan 04, 2025
-
-
Adam Kaminski authored
Fixed: a player's PWO settings weren't cleared properly if the weapon's weight was zero upon closing the game.
-
- Dec 29, 2024
-
-
Adam Kaminski authored
Added support for loading multiple banlists (and exemption lists). Server hosts can load extra files by separating the filenames with semi-colons.
-
- Dec 22, 2024
-
-
Adam Kaminski authored
Did a much needed cleanup of the code to add bans to the banlist from the server console window. Any use of Hungarian notation and C-style char arrays have been removed.
-
- Dec 15, 2024
-
-
Adam Kaminski authored
-
- Dec 07, 2024
-
-
Adam Kaminski authored
-
- Dec 02, 2024
-
-
Adam Kaminski authored
-
Adam Kaminski authored
-
Adam Kaminski authored
-
Adam Kaminski authored
Refactored and consolidated code for the "getIP" and "getIP_idx" CCMDs into a single helper function.
-
Adam Kaminski authored
Added a helper function for listing addresses via CCMDs such as "viewbanlist" and "viewbanexemptionlist".
-
Adam Kaminski authored
Consolidated some duplicated code used for SERVERBAN_IsIPBanned and SERVERBAN_IsIPMasterBanned, and renamed a variable.
-
- Dec 12, 2024
-
-
Adam Kaminski authored
-
Adam Kaminski authored
Fixed: the "ready to respawn in x seconds" message desynced, or didn't appear at all, for clients who died before receiving a full update of the level in online games (fixes another regression caused by c770f5a41612).
-
- Dec 15, 2024
-
-
Adam Kaminski authored
-
- Dec 14, 2024
-
-
Adam Kaminski authored
The physically unrestricted spectator mode will now be used by default, which is technically better than the mode with physical restrictions.
-
Adam Kaminski authored
Renamed "cl_spectatorsource" to "cl_spectatormode", and changed the description of the values to better indicate what they are.
-
- Dec 11, 2024
-
-
Adam Kaminski authored
-
- Dec 08, 2024
-
-
Sean Baggaley authored
Network IDs for sector thinkers are now only generated in server mode; previously, they were also generated in singleplayer, where they were redundant.
-
- Dec 07, 2024
-
-
Sean Baggaley authored
-
- Dec 01, 2024
-
-
Adam Kaminski authored
Added indentation to the player list, login, and rcon login menus so that items are centered in the middle of the screen, and adding extra spacing where needed.
-
- Nov 30, 2024
-
-
Adam Kaminski authored
Rephrased the warning message in the network options menu to make it shorter and easier to fit on the screen.
-
Adam Kaminski authored
-
- Nov 26, 2024
-
-
Adam Kaminski authored
-
Adam Kaminski authored
Fixed: spectators using source-engine noclipping didn't update their water level and couldn't hear underwater sounds properly.
-
Adam Kaminski authored
Ensure that spectators using source-engine noclipping stop completely when their speed is low enough and they're not supposed to be moving.
-
Adam Kaminski authored
-
Adam Kaminski authored
-
Adam Kaminski authored
Fixed: the player's icon (particularly the speaker icon) appeared momentarily in their own eyes in the OpenGL renderer.
-
- Nov 24, 2024
-
-
Adam Kaminski authored
Added a missing CVar that wasn't reset when the "restorescoreboardproperties" CCMD was executed, and made a very minor change in the order in which the CVars are reset.
-
Adam Kaminski authored
Added the CVars "sb_headerfont" and "sb_rowfont", to allow customization of the scoreboard's header and row fonts without SCORINFO.
-
- Nov 21, 2024
-
-
Adam Kaminski authored
The borders in the team and spectator headers on the scoreboard are now hidden when sb_customizeborders and sb_noborders are enabled.
-
- Nov 24, 2024
-
-
Adam Kaminski authored
-