vkdoom_m/wadsrc/static/zscript/actors
Boondorl 94be307225 Netcode Overhaul
Rewrote netcode to be more stable and functional. Packet-server mode has been restrategized and will now be the default netmode when playing with 3+ non-LAN players. TryRunTics has been cleaned up with older tick control behavior removed to account for the rewritten renderer. The main thread is now more consistent when playing online to prevent potential slow downs and lock ups. Load barriers are better accounted for to prevent spikes on level transition. Improvements to chat and lobby systems including a force start game button. Added a suite of new host options such as kicking and controlling who can pause the game. Max players increased from 8 to 16 since the new code can now handle it.

Note: Demo functionality is untested. This will be rewritten at a later time alongside improvements to GZDoom's playback features (e.g. freecam mode).
2025-03-05 12:52:52 -05:00
..
chex Add GFF_NOEXTCHANGE to Phasing Zorcher flash 2022-11-01 16:46:19 +01:00
doom Made the BFG and EXPLOSIVE weapon flags usable. 2025-02-20 20:37:20 -03:00
heretic Made the BFG and EXPLOSIVE weapon flags usable. 2025-02-20 20:37:20 -03:00
hexen Made the BFG and EXPLOSIVE weapon flags usable. 2025-02-20 20:37:20 -03:00
inventory Made the BFG and EXPLOSIVE weapon flags usable. 2025-02-20 20:37:20 -03:00
player Netcode Overhaul 2025-03-05 12:52:52 -05:00
raven Reapply "Improvements to death and cheat handling" 2024-04-20 01:15:46 -04:00
shared And the variable. 2024-11-04 16:23:34 -03:00
strife Made the BFG and EXPLOSIVE weapon flags usable. 2025-02-20 20:37:20 -03:00
actions.zs Added A_SpriteOffset. (#895) 2020-08-27 12:43:09 -04:00
actor.zs 4.14.1 accepts 4.15, bump version to 4.15.1 2025-03-03 08:28:59 -03:00
attacks.zs bFriendly should not be set from scripts because this omits needed bookkeeping. 2024-10-04 18:32:06 +02:00
checks.zs Allow for Basic and Hexen armor replacing 2024-08-17 01:14:07 -04:00
interaction.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-02-23 12:08:27 +01:00
inventory_util.zs Revert "- fix some issues with ClearInventory() that sometimes caused script errors" 2024-09-30 03:28:15 -04:00
mbf21.zs expand deprecation allowance for gzdoom.pk3 2025-01-30 13:34:25 -03:00
morph.zs Fixed Pre(Un)Morph being called out of order. 2024-06-24 10:37:12 -04:00