Commit graph

471 commits

Author SHA1 Message Date
cypress
205fb832ff SERVER: Give betties some buffs and visual fluff owo 2023-07-16 13:26:26 -04:00
cypress
841843b5a7 SERVER: Fix worldspawn reference after Waffe 2023-07-16 12:31:07 -04:00
cypress
3d108c044b SERVER: Buff grenade radius, tweak damage to match wiki 2023-07-16 12:22:31 -04:00
cypress
7ec6758f5b SERVER: Adjust velocity and radius of Grenade Launcher weapons 2023-07-16 12:16:26 -04:00
cypress
c941d43cc1 SERVER: Move Grenade Launcher firetype away from weapon_core
hehe :^)
2023-07-16 12:06:57 -04:00
cypress
8f382ef722 SERVER: teddy_spawn should use its targets 2023-07-11 15:44:08 -04:00
cypress
7ead10e568
Merge pull request #56 from notrickzdumbo/main 2023-05-24 16:11:39 -04:00
notrickzdumbo
cff1ed0520 SERVER: Fixed doors only targeting first target 2023-05-06 21:31:05 -04:00
Ian
c60b0677c6
SCRIPT: Lower OPT flags from Win script 2023-04-01 18:11:28 -04:00
Ian
64d86f2645
SCRIPT: Lower OPT flags from Nix script 2023-04-01 18:10:57 -04:00
Steam Deck User
a4651c4c1b CLIENT/FTE: Add new Nacht der Untoten description 2023-04-01 10:38:24 -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
Steam Deck User
4a53ba716d SHARED: Add Z-Axis values to most Standard ADS Vectors 2023-03-27 17:40:49 -04:00
Ian
d4437e6f2f
Merge pull request #55 from MikeyRay/main
Fix an issue where previous weapons would not zoom out when receiving a new weapon
2023-03-26 21:00:39 -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
Ian
c07a642d55
Merge pull request #54 from MikeyRay/main
fuck you ivy
2023-03-26 20:32:30 -04: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
Steam Deck User
79045fb9b6 Merge branch 'main' of https://github.com/nzp-team/quakec 2023-03-25 19:36:01 -04:00
Steam Deck User
c40c5274c7 CLIENT/FTE: Use .OGG path for menu music multi-platform 2023-03-25 19:35:38 -04:00
Ian
716d2ea4b3
SERVER: Fix Sawed-Off Shotgun name.
no more sawn :^)
2023-03-25 13:18:25 -04:00
Ian
9357ff9bf3
Merge pull request #53 from MikeyRay/main 2023-03-24 23:46:13 -04:00
MikeyRay
9ffc2b67b9 Merge branch 'main' of https://github.com/MikeyRay/nzp-quakec 2023-03-25 03:15:20 +01: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
Ian
2a6f4c8219
Merge pull request #52 from MikeyRay/main 2023-03-24 15:18:32 -04: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
Ian
b92463a553
Merge pull request #51 from nzp-team/m2PAP
SERVER: Fix m2Flame Pack a punch
2023-03-23 23:29:10 -04:00
DerpedCrusader
8b51aa6b20 SERVER: Fix m2Flame Pack a punch
it was missing from `isPaPweaon`
2023-03-23 20:28:45 -07: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
065c369600 CLIENT/FTE: Fix M2 Flamethrower crosshair not disappearing when ADS 2023-03-22 12:02:53 -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