Commit graph

113 commits

Author SHA1 Message Date
Steam Deck User
3364b19a4b AAHH 2022-12-20 01:58:55 -05:00
Steam Deck User
d964e9afb2 Server: Add melee weapons to weapon2model blacklist
Fixes issue where left weapon in dual wields would stay visible
2022-12-20 01:46:16 -05:00
Ian
8257107fea Server: Call W_SprintStop() before preparing to use equipment
Fixes https://github.com/nzp-team/nzportable/issues/58 and also prevents
being able to exploit sprinting while holding a grenade.
2022-11-21 21:25:23 -05:00
Ian
b74c6cd8c8 Server: Improve Button Check logic for Firing/ADS
Moves everything together to improve branching/speed things up a bit.
Also adds a note about PC flipping the fire buttons for akimbo weaponry
and puts akimbo stuff closer together.
2022-11-17 22:11:52 -05:00
Ian
1f64c0239a Server: Streamline weapon projectile determination
Use new #defines for firetypes and a new utility function Util_WeaponIsSemiAutomatic
to make W_Fire far more legible in the section where firing a projectile or trace
is done.
2022-11-17 21:49:50 -05:00
Ian
c109f1712a Server: Add a utility function for weapons that require a tracefire
Util_WeaponFiresTraceshot() can be used to determine if a weapon is "standard"
requiring a tracefire for bullet impact/penetration.
2022-11-17 21:34:46 -05:00
Ian
328f1f8ee1 Add CTR QuakeC 2022-09-02 20:19:25 -04:00
moto
9e8293b2eb Reduce pump/bolt time with Double Tap 2022-07-10 10:54:48 -04:00
moto
707141ec68 Server: Limit revive checks to PC 2022-07-02 09:22:32 -04:00
unknown
52e212f6cd Server: Explosive Barrel Parity 2022-04-23 18:46:34 -04:00
unknown
8b54e632f2 Server: Fix for firing while switching weapons 2022-04-22 16:44:27 -04:00
unknown
2b07dd561c Server: Electro-Shock Parity 2022-04-05 21:46:24 -04:00
unknown
b26ca6a026 Initial commit 2022-02-08 13:42:28 -05:00