Commit graph

690 commits

Author SHA1 Message Date
MotoLegacy
dc8ff52c39 SERVER: Fix not backing up model on init 2024-12-29 13:04:44 -05:00
MotoLegacy
b5ecd5dafd SERVER: Add supper for triggerstate; decrement game_counter when triggerstate is OFF 2024-12-29 12:27:47 -05:00
MotoLegacy
2cc0ca7ed3 SERVER: Restart Dedicated Server when party is empty 2024-12-27 16:15:11 -05:00
MotoLegacy
c7805825c7 FTE/SERVER: Map Voting functionality; Map rotation modes for dedicated servers 2024-12-26 20:35:20 -05:00
MotoLegacy
be22fefdee SERVER: Do not entrust a Client with EndGame logic 2024-12-26 20:00:33 -05:00
MotoLegacy
efc004b3c5 SERVER/CLIENT: Do not spawn spectators during game over; fix missing newline during server restart 2024-12-26 16:52:11 -05:00
MotoLegacy
0b820ff6be SERVER: Fix solo games entering Spectator at game end 2024-12-08 22:02:19 -08:00
MotoLegacy
5c7d123ec1 SERVER: Assign players 1500 points if spawning at a later round 2024-12-08 21:48:15 -08:00
MotoLegacy
25832d650e CLIENT/SERVER: Various network fixes to be more dedicated-server friendly 2024-12-07 20:13:54 -08:00
MotoLegacy
b0f30c3824 SERVER: Set Waypoint sprites to EF_FULLBRIGHT explicitly 2024-12-07 00:53:47 -08:00
MotoLegacy
81b12b2118 SERVER: Increase vertical velocity threshold for sprinting 2024-11-30 14:44:25 -08:00
MotoLegacy
6f1fecbb86 SERVER: Fix last-frame reload cancelling on weapons 2024-11-30 14:09:28 -08:00
MotoLegacy
9a33650b70 SERVER: buy_weapon should not support messages 2024-11-26 12:46:59 -08:00
MotoLegacy
b3c25885ef SERVER: Prevent Zombie sounds from triggering during spawn 2024-11-26 11:37:14 -08:00
MotoLegacy
75152b9ad6 SERVER: Remove Bowie Knife on Re-Spawn 2024-11-24 18:33:55 -08:00
MotoLegacy
217e34b05e SERVER: Give up after X attempts to pick random Perk-A-Cola 2024-11-24 18:21:55 -08:00
cypress
35d887fb55 SERVER: Explicitly use SUB_UseTargets() for buy_weapon 2024-11-03 09:54:14 -08:00
cypress
c0b6e943be FTE/SERVER: Improve Waypoint Link Validation 2024-10-12 09:08:41 -07:00
cypress
0a86a64995 SERVER: Allow worldspawn gravity property to manipulate sv_gravity 2024-10-05 20:23:06 -07:00
cypress
626ac9039e Merge branch 'main' of https://github.com/nzp-team/quakec 2024-09-08 10:40:04 -07:00
cypress
bbb4d53f51 CLIENT: Enable Gamepad through menu; add sensitivity Gamepad aim assist 2024-09-08 10:39:56 -07:00
Tyler Young
533b89c6c0 [SERVER] Adjust quiet zombie groans volume and attenuation slightly 2024-09-07 19:56:02 -04:00
cypress
293ef500a9 SERVER: Micro Power Switch Revamp; Model Refresh 2024-09-05 21:10:19 -07:00
cypress
977c15981f
SERVER: remove iframetime from standard progdefs 2024-09-04 18:14:36 -07:00
cypress
4079ec4296 SERVER: Prohibit Melee during Game Over sequence 2024-09-01 19:29:37 -07:00
cypress
3a991477ae SERVER: Call SUB_UseTargets for item_radio 2024-09-01 19:26:54 -07:00
cypress
dfd5e6787e SERVER: Make instances of lightning.spr FULLBRIGHT 2024-09-01 19:25:08 -07:00
cypress
1138c79519 SERVER: Fix Power-Up Sparkle FULLBRIGHT flag 2024-09-01 19:24:12 -07:00
cypress
b257777f86 SERVER: Mitigate dual wield ammo duplication 2024-09-01 19:22:33 -07:00
cypress
1566782705 SERVER: Prevent Firing Weapon mid-Perk Purchase 2024-09-01 19:12:04 -07:00
cypress
fbfcb8ac84 SERVER: Disallow Zombies from dropping Power-Ups when they respawn 2024-09-01 19:03:20 -07:00
cypress
de90e7ddad SERVER: Used Target messages should print to all Clients 2024-09-01 18:42:20 -07:00
cypress
1e1925ffa6 SERVER: Allow use of Right-Handed weapons with ADS Toggle 2024-09-01 18:34:53 -07:00
cypress
3ae20465cf
Merge pull request #88 from nzp-team/cypress_soundrevamp
SERVER: Sound Processing Overhaul
2024-09-01 18:14:29 -07:00
cypress
df131c7a2d SERVER: Sound Processing Overhaul 2024-09-01 18:12:38 -07:00
Tyler Young
310a246157 [SERVER] Reset zombie skins on death, and set dog skin to 0 2024-09-01 14:25:25 -04:00
cypress
a2d3748ff6
typo. 2024-07-28 11:48:22 -07:00
cypress
0c888ba33e
SERVER: Whoops, typo. 2024-07-28 11:47:21 -07:00
cypress
876d627fa4
SERVER: Allow misc_model to default to missing_model.mdl 2024-07-28 11:46:50 -07:00
cypress
567e99d376
SERVER: Fix Mule Kick classname 2024-07-09 18:02:11 -07:00
cypress
4c5aded452 SERVER: More explicit checks against empty Zapper target 2024-07-07 14:28:29 -07:00
cypress
e1267b3c2a FTE/SERVER: Forcefully ensure clients are always networked to server 2024-07-04 14:44:41 -07:00
cypress
be9796f3f5 SERVER/CLIENT: Support for GamePad rumble 2024-06-30 18:17:36 -07:00
cypress
9ec5bf9de4 SERVER: Add support for nzp_lockviewmodel builtin 2024-06-29 18:07:02 -07:00
cypress
6f43585c0f SERVER: Auto-remove targetless lights and info_null 2024-06-29 10:08:03 -07:00
cypress
ccb892909a SERVER: Last Stand and Revive Overhaul 2024-06-24 21:29:49 -07:00
Peter0x44
77cb9fdb12 SERVER: Simplify logic of GivePerk
The entire switch statement could be replaced with one line
2024-06-22 15:23:20 +01:00
Peter0x44
55aef7c1b6
SERVER/STANDARD: revert part of PR #73 (#78) 2024-06-18 17:04:57 -07:00
cypress
a63e5d363a Merge branch 'main' of https://github.com/nzp-team/quakec 2024-06-16 14:16:38 -07:00
cypress
d646d7eb19 SERVER: Per-player Barricade Rewards 2024-06-16 14:16:30 -07:00