Commit graph

340 commits

Author SHA1 Message Date
notrickzdumbo
cff1ed0520 SERVER: Fixed doors only targeting first target 2023-05-06 21:31:05 -04:00
Steam Deck User
83caba0141 GLOBAL: Better precache management; enable -O3 for prog compilation, debloat progs 2023-03-29 10:49:58 -04:00
Steam Deck User
5487e14384 SERVER: Clear some unneccessary precaches 2023-03-29 00:11:51 -04:00
Steam Deck User
e45b74eaed SERVER: Change M2 Flamethrower trajectory, use new flamer.spr name 2023-03-28 22:44:37 -04:00
Steam Deck User
6df8c971e8 SERVER: Add trigger_stuffcmd 2023-03-28 22:24:56 -04:00
Steam Deck User
5c3f23dc47 SERVER: Call ReturnWeaponModel after W_SprintStop 2023-03-28 22:06:45 -04:00
Steam Deck User
e95d2255a4 SERVER: no longer references world as entity 2023-03-28 22:04:26 -04:00
Steam Deck User
8516fb22e9 SERVER/FTE: Tell Client to update weapon fields when using 2023-03-28 21:59:32 -04:00
Steam Deck User
28001a1209 SERVER/FTE: Fix Load_Waypoints_Legacy not applying targetnames 2023-03-28 21:52:42 -04:00
MikeyRay
e4b8b38c6a Merge branch 'main' of https://github.com/MikeyRay/nzp-quakec 2023-03-27 02:59:14 +02:00
MikeyRay
e5e4e1637e SERVER: Fix the previous weapon not being zoomed out when receiving a new weapon 2023-03-27 02:58:22 +02:00
Mikey
e61a0e7531
Merge branch 'nzp-team:main' into main 2023-03-27 02:30:58 +02:00
MikeyRay
cce17fc764 SERVER: Implement "not here" flag for box 2023-03-27 02:30:28 +02:00
Steam Deck User
8ac9ff87bf CLIENT/SERVER: Implement game_songplay entity for music streaming 2023-03-25 20:23:42 -04:00
Steam Deck User
6fd6d0dafd SERVER: Quick and dirty game_counter implementation, mostly adlib 2023-03-25 20:07:25 -04:00
Steam Deck User
2aad4a471d SERVER: Have explosive_barrel entity fire targets on explode 2023-03-25 20:04:33 -04:00
Steam Deck User
fe0237749f SERVER: Fix issue with first target never firing 2023-03-25 20:04:04 -04:00
MikeyRay
3ea073a171 SERVER: Fixed an issue where sprint anim wouldn't play while sprinting after swapping your weapon 2023-03-25 03:14:52 +01:00
MikeyRay
eeab4dd4c2 SERVER: Potentially alleviate an issue where zombies could melee during actions they shouldn't be able to 2023-03-24 20:06:17 +01:00
MikeyRay
723ccf852a SERVER: Fixed co-op spawning too many zombies 2023-03-24 19:40:30 +01:00
MikeyRay
0dd35ccef5 SERVER: Fixed most window sounds not using flags and being 2D 2023-03-24 19:09:11 +01:00
MikeyRay
c74ebbb00f SERVER: Attempt to alleviate the issue where powerup light does not despawn 2023-03-24 18:35:01 +01:00
Steam Deck User
db3ec15fe7 SERVER/FTE: Remove #ifdef for different fog values on Round change 2023-03-22 18:12:58 -04:00
Steam Deck User
02d585ab5a SERVER: Implement hold fire frame for Flamethrower 2023-03-22 12:22:30 -04:00
Steam Deck User
240d116728 SERVER: Move Flamethrower to its own weapon file, tweak trajectory 2023-03-22 11:56:50 -04:00
Steam Deck User
b2dbc03f06 SERVER: Wall Chalk should trigger 'first raise' 2023-03-22 11:37:52 -04:00
Steam Deck User
0e3a08206f SERVER: Add new utility for streamlined Viewmodel animations, start integrating; add support for 'first raise' 2023-03-22 11:31:11 -04:00
Steam Deck User
316aba63e7 SERVER: Move weapon utilities to their own file 2023-03-22 10:23:15 -04:00
Ian
203efa1d3e
SERVER: Stop trying to precache legacy Light sprites 2023-03-21 12:39:35 -04:00
Steam Deck User
02a2db5609 SERVER: Add additional sound for Nuke Power-Up 2023-03-19 17:40:43 -04:00
Steam Deck User
28d769c48e SERVER: Have Max Ammo Power-Up function differently for Clients in Last Stand 2023-03-18 16:23:54 -04:00
Steam Deck User
6e16bb264f SERVER: Fix downing always setting reserve ammunition to 0 2023-03-18 16:21:06 -04:00
Steam Deck User
adc1b21c21 SERVER: Hide Mystery Box Glow on Move 2023-03-18 15:55:45 -04:00
Steam Deck User
da21c6021a SERVER: Prohibit ADS during Melee animations 2023-03-18 15:52:09 -04:00
Steam Deck User
7b1df5578b SERVER: Fix Soft_Restart not reverting Perk-a-Cola state 2023-03-18 15:46:52 -04:00
Steam Deck User
618cda4e04 SERVER: Add sv_tracedmgmultiplier 2023-03-17 15:01:32 -04:00
Steam Deck User
89212fe690 SERVER: Add MP5K and Springfield as .mbox entries 2023-03-16 13:11:11 -04:00
Steam Deck User
4098fbb8cc SERVER: Buff Perk Jingle/Sting volume 2023-03-16 12:41:13 -04:00
Steam Deck User
f036e1b37e SERVER: Re-Set free Power-Up frame to avoid datatype overflow 2023-03-14 22:14:18 -04:00
Steam Deck User
8c907d6049 SERVER: Move buy_weapon and weapon_wall to their own file, reorganize 2023-03-13 11:37:55 -04:00
Steam Deck User
421de1b868 SERVER: Animate weapon_wall Prop spawning, play a sound during its spawn 2023-03-13 11:28:09 -04:00
Ian
26c3578646
Merge pull request #48 from nzp-team/springfield-Chalk 2023-03-12 22:35:24 -04:00
DerpedCrusader
1ae21669df add world model loading
makes the correct world model load when placing the weapon
2023-03-12 19:32:02 -07:00
DerpedCrusader
82f5681994 Springfield
code for springfield

as well as changing the kar sounds folder to Boltaction
2023-03-12 19:00:32 -07:00
Steam Deck User
7baadb907d SERVER: Add old Power Switch path to conver_old_asset_path 2023-03-12 12:40:48 -04:00
Steam Deck User
c49f66904d SERVER: Change Zombie path delay from 0.07s to 0.04s per Zombie 2023-03-11 18:58:29 -05:00
Steam Deck User
65576833ca SERVER: Increase chance of skipping Zombie Attack Delay from 20% per thought to 40% 2023-03-11 18:54:40 -05:00
Steam Deck User
fc469cd213 SERVER: Buff Zombie attack radius from 60 to 64 units 2023-03-11 18:48:10 -05:00
Steam Deck User
0c2f840a5e SERVER: Nerf the running speed of Sprinter Zombies slightly 2023-03-11 18:44:18 -05:00
Steam Deck User
737681c21c SERVER: Better yet - more accurately calculate the spawn rate for all Zombie walk types 2023-03-11 18:31:44 -05:00
Steam Deck User
dc4cbbb410 SERVER: Allow Zombies to jog on Round 2 2023-03-11 18:15:12 -05:00
Steam Deck User
2e9838682b SERVER: Add proper support for Rocket/Missile weapons, assign to Panzer/Longinus 2023-03-11 15:41:52 -05:00
Steam Deck User
92b464b424 SERVER: Adds support for ADS framing, use it for Panzerschreck 2023-03-11 14:52:03 -05:00
Steam Deck User
63c759e217 SERVER/FTE: Don't use float precision for way saving, account for it in load 2023-03-10 16:20:51 -05:00
Steam Deck User
a10a63ba9b SERVER/FTE: Spawn the visual entities needed when loading Legacy Waypoints 2023-03-10 15:32:45 -05:00
Steam Deck User
24f772d0b9 SERVER: Regen health instantly when a new Round starts 2023-03-10 12:24:19 -05:00
Steam Deck User
41cd921c5f SERVER: Instant health regeneration when above threshold, slower below. Longer regen delay times 2023-03-10 12:20:43 -05:00
Steam Deck User
6284935b81 SERVER: Stop instantly downing the Player if their health <= 20 2023-03-10 11:52:21 -05:00
Steam Deck User
a0b89faa22 SERVER: Stop halfing all Juggernog damage, set Player Health appropriately instead 2023-03-10 11:47:42 -05:00
Steam Deck User
f97e82828b SERVER: Have Zombies do more damage when Barricade reaching. 2023-03-10 11:40:01 -05:00
Steam Deck User
a347cfee3f SERVER: Don't allow players to spectate during func_ending 2023-03-09 15:14:38 -05:00
Steam Deck User
73dc723a70 SERVER: Reset player zoom state when drinking Perk-A-Cola 2023-03-09 15:01:29 -05:00
Steam Deck User
caaca9b4ae SERVER/FTE: Re-Enable Weapon Kicking with Deadshot Daiquiri 2023-03-09 14:34:30 -05:00
Steam Deck User
ac68064325 SERVER: Buff snipers a bit 2023-03-09 14:07:18 -05:00
Steam Deck User
0812781cb7 SERVER/CLIENT/FTE: More fluid weapon zoom, instant zoom for snipers 2023-03-09 13:58:00 -05:00
Steam Deck User
297ab1bfee SERVER: Add exp math function 2023-03-09 13:30:30 -05:00
Steam Deck User
eac3d224f3 SERVER: Fix Power-Up sparkles not being freed after timeout 2023-03-09 11:52:10 -05:00
Steam Deck User
34350827ce SERVER: Fix error when Hounds die off 2023-03-09 11:38:52 -05:00
Steam Deck User
0a631fb74d SERVER: Fix ADS toggle spamming 2023-03-09 11:31:35 -05:00
Ian
acd2ac8062 SERVER: More accurate weapon walk and sprint speed math and data 2023-03-08 20:03:35 -05:00
Steam Deck User
377453f04b SERVER: Make the anti-cheat respond to sv_cheats 2023-03-07 20:12:58 -05:00
Steam Deck User
790fe2a3d7 SERVER: Add some basic anti-cheat for commands in Co-Op 2023-03-07 19:11:29 -05:00
Steam Deck User
e7a78fae5b SERVER: Fix Zap-O-Matic cooldown timer being ignored 2023-03-07 17:55:01 -05:00
Steam Deck User
848541ca28 SERVER: Fix 'Requires Power' spawnflag not doing anything on Zap-O-Matic 2023-03-07 17:48:58 -05:00
Steam Deck User
1321afa1ee SERVER: Undo Power-Up test drops 2023-03-06 20:50:05 -05:00
Steam Deck User
c1cb2df897 SERVER: Recycle Entities for Power-Ups, don't leak anymore 2023-03-06 18:44:42 -05:00
Steam Deck User
bd3cbffe52 SERVER: Make GameRestart functions inline, add some more detail 2023-03-06 18:11:07 -05:00
Steam Deck User
7d7c287292 SERVER: Fix Soft_Restart not cleaning up barricades 2023-03-06 18:09:43 -05:00
Steam Deck User
3df23f64c1 SERVER/FTE: Increase sprint punchangles a tad 2023-03-06 14:15:10 -05:00
Steam Deck User
6651566aad CLIENT/SERVER: Enable sprint bobbing for FTE 2023-03-06 13:56:59 -05:00
Steam Deck User
ab0d4315ba CLIENT/SERVER: More accurate sprint camera movement in FTE 2023-03-06 13:04:50 -05:00
Steam Deck User
7f8e9cce64 SERVER: Redirect DerpedCrusader's wall lamp prop path 2023-03-05 21:38:15 -05:00
Steam Deck User
2b06d480bc SERVER: Add support for new Perk light colors 2023-03-05 11:54:09 -05:00
Steam Deck User
b8b54c06ac FTE/SERVER: Use standard targets for legacy waypoint saving 2023-03-05 10:22:33 -05:00
Steam Deck User
92a68870aa SERVER: Fix Parse_Damage running on Waffe'd Zombies 2023-03-05 00:41:58 -05:00
Steam Deck User
5da6fcf87e SERVER: Add func_train; func_rotating 2023-03-04 23:54:37 -05:00
Steam Deck User
8fc831684b SERVER: Fix for PaP giving duplicate primary weapon if there's no secondary 2023-03-04 23:24:33 -05:00
Steam Deck User
c3c2bfe65c SERVER: CoD Parity with handling empty clips
No longer allow player to hold weapon with empty clip, try to force
reload. Also adds take out animations after melee, which is another
parity change. Surprise!
2023-03-04 23:06:49 -05:00
Steam Deck User
2ba9349406 FTE/SERVER: Fix Sniper Scope 2023-03-04 21:50:16 -05:00
Steam Deck User
e8d8fd63d9 SERVER: Stop executing push_away_zombies
It was mainly responsible for making the horde less tight but this is
less accurate to CoD as well as being incredibly performance taxing,
usually taking 5% of overall execution time on PSP because of the
findradius() spam.
2023-03-04 13:46:39 -05:00
Steam Deck User
7b0cee2d15 Merge branch 'main' of https://github.com/nzp-team/quakec 2023-03-02 22:07:48 -05:00
Steam Deck User
12a2633738 CLIENT/SERVER: Misc. Weapon Spread improvements
Adds proper gun recoil to FTE, as well as moves spread calculation to be
relative to crosshairs. CSQC's crosshair values are now accurate to
World at War as well. Weapons are also much more precise ADS, so the Kar
is more viable. Shotguns also no longer reduce spread when ADS, in
parity with World at War :^)
2023-03-02 22:06:26 -05:00
Ian
02d23e2a1e
SERVER: Close mbox file after parse
Fixes suspend on PSP
2023-03-01 16:18:00 -05:00
Steam Deck User
b097c6535c SERVER: remove testing bprint 2023-02-27 10:41:07 -05:00
Steam Deck User
4662bf7409 Merge branch 'main' of https://github.com/nzp-team/quakec 2023-02-27 10:28:09 -05:00
Steam Deck User
93258d8f4b SERVER: Use a define macro for Power-Up shuffling instead 2023-02-27 10:27:45 -05:00
Tyler Young
5bd34bb2ac [Server] Allow mystery box to teleport on non-FTE platforms 2023-02-22 14:25:42 -05:00
Ian
41c108e33a
SERVER: Fix W_AdvanceAnim not taking P_SPEED into account 2023-02-19 16:52:10 -05:00
Steam Deck User
6cadd1d0e2 SERVER: Have browning use RELOAD_PART and RELOAD_END 2023-02-17 12:25:30 -05:00
Steam Deck User
981a8ec43d SERVER: Waypoint Quality of Life improvements 2023-02-16 16:21:16 -05:00