- Feb 01, 2025
-
-
Trillster authored
-
- Jan 24, 2025
-
-
Adam Kaminski authored
Fixed ACS scripts executing a function from another library that cause a division/modulus of zero from aborting the game.
-
- Jan 24, 2017
-
-
Christoph Oelckers authored
- there seem to be ACS compilers which let 'delay' pass inside a function. Since this is an unsupported feature which brings the ACS VM into an unstable state it has to be handled with a hard abort to avoid crashes.
-
- Sep 16, 2015
-
-
alexey.lysiuk authored
Unknown p-code in compiled script may lead to a crash if the current module was changed during script execution, e.g. by function call See http://forum.zdoom.org/viewtopic.php?f=2&t=48524
-
- Jan 04, 2016
-
-
alexey.lysiuk authored
Random number generator now returns zero for range [0, 0)
-
- Jan 24, 2025
-
-
Adam Kaminski authored
Fixed: the server didn't destroy actors that were clientsided only and spawned from serversided ACS scripts, and clients didn't mark actors spawned from clientsided ACS scripts as clientsided only.
-
- Jan 23, 2025
-
-
Adam Kaminski authored
-
- Jan 22, 2025
-
-
Sean Baggaley authored
-
- Jan 21, 2025
-
-
Adam Kaminski authored
Fixed: a spectator's movement broke after the level changed if they were using the physically restricted mode on their end, but cl_spectatormode was set to 1 on the server's end.
-
Adam Kaminski authored
-
Adam Kaminski authored
Fixed: moving the console, or scrolling the scoreboard up or down, wasn't interpolated on intermission screens.
-
- Jan 14, 2025
-
-
Adam Kaminski authored
-
- Jan 13, 2025
-
-
Adam Kaminski authored
-
- Jan 21, 2025
-
-
Adam Kaminski authored
-
Adam Kaminski authored
Added the CVar "cl_noswitchonfire", preventing players from automatically switching to the weapon they picked up if they're pressing +attack or +altattack.
-
- 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
-