Commit graph

681 commits

Author SHA1 Message Date
cypress
eaabc6b3a8 SERVER: Fix PlayerIsLooking() when inside of bounding box 2023-12-24 17:34:00 -05:00
cypress
965bb03b7c SERVER: More tweaks to GameRestart_OpenClosedDoors 2023-12-24 12:59:33 -05:00
cypress
9593c550d6 SERVER: Fix auto-placed spawn locations not checking if World is in the way 2023-12-24 12:20:41 -05:00
cypress
d4380d8bab SERVER: Fix func_door_nzp trying precaches on restart 2023-12-24 12:14:10 -05:00
cypress
c5a4014181 CLIENT: Add scr_serverstopwatch 2 for round timer 2023-12-24 11:18:38 -05:00
cypress
ae7e3634fe SERVER: Remove trigger_setfire debug 2023-12-24 10:34:32 -05:00
cypress
3ea3d20e67 SERVER: Basic support for trigger_setfire 2023-12-24 10:31:08 -05:00
cypress
997d6748e9 SERVER: Further mitigate PF_findfloat errors 2023-12-23 16:03:41 -05:00
cypress
96b08dcaba SERVER: Fix entity relinking with GameRestart_TurnPerkOff 2023-12-23 12:15:00 -05:00
cypress
36fe639248
SERVER: Fix call to PF_FindFloat with value of 0 2023-12-21 14:23:50 -05:00
cypress
f0b3b93e5e SERVER: Set Zombies on fire after Nuke explosion 2023-12-20 14:51:52 -05:00
cypress
7453903a0b SERVER: Greater parity for Zombie spawning 2023-12-20 14:45:51 -05:00
cypress
0874299caf SERVER: Fix several instances of Zombies not reaching and hopping over barricades 2023-12-20 11:38:50 -05:00
cypress
ec76c768cd SERVER: Add trigger_atroundend, add spawnflags for trigger_hurt 2023-12-16 16:51:42 -05:00
cypress
e26fd61044 SERVER: Allow setting -1 for Barricade max health 2023-12-16 14:05:43 -05:00
cypress
1fe616c2ea FTE/SERVER: Override for Quake deathmatch spawnflags 2023-12-16 12:34:17 -05:00
cypress
ba2f2f225a SERVER: Unlatch special Perk-A-Cola functions from Quick Revive 2023-12-16 11:09:46 -05:00
cypress
a17b21151a SERVER: Allow perk_revive to fire Targets on leave 2023-12-16 10:19:49 -05:00
cypress
0fb9eaae3d SERVER: Fix InitRounds leaking spawn points on Soft_Restart 2023-12-14 14:57:12 -05:00
cypress
847556d5f1 SERVER: Allow moving while in Last Stand 2023-12-14 12:36:33 -05:00
cypress
b4a2ce2ac5 SERVER: Force stuck zombie respawn 2023-12-14 12:28:04 -05:00
cypress
766d9423e1 SERVER: Fix incorrect legacy Pack-A-Punch path 2023-12-13 15:10:37 -05:00
cypress
f1754883ee SERVER: Add trigger_hurt from Quake 2023-12-12 18:05:14 -05:00
cypress
8ed98c51d8 SERVER: Add fast swiping Zombie attack variations, add 'double swipe' attack 2023-12-12 17:31:12 -05:00
cypress
8980f74830
CLIENT: Set sv_listen_qw off/on for emscripten 2023-12-12 11:35:27 -05:00
MotoLegacy
33749ba828 SERVER: Add support for specifying custom Barricade health 2023-12-09 10:41:23 -05:00
MotoLegacy
2fa7e60a0d SERVER: Add support for specifying custom Barricade health 2023-12-09 10:41:12 -05:00
MotoLegacy
6a2375416b SERVER: Add support for specifying custom Barricade health 2023-12-09 10:37:54 -05:00
cypress
c8633f1f58 SERVER: Fix disparity between Mustang & Sally reserve ammunition 2023-12-07 13:12:20 -05:00
cypress
c694387819 SERVER: Fix cooling flamethrower weapons when not in active slot 2023-12-07 13:07:59 -05:00
cypress
57fb071bd5 SERVER: Fix taking out weapons after leaving Last Stand with Mule Kick 2023-12-07 13:02:06 -05:00
cypress
5c4beb453d Merge branch 'main' of https://github.com/nzp-team/quakec 2023-12-06 14:20:10 -05:00
cypress
6d9b976f2f CLIENT: Fix viewangle corruption on 32-bit systems 2023-12-06 14:19:58 -05:00
cypress
99bda3b0f5
Merge pull request #60 from tyleryoung88/main 2023-12-05 15:45:56 -05:00
cypress
fdbf7989cc SERVER: Set ADS_Offset on weapon swap, not just when deemed worthy 2023-12-05 13:00:34 -05:00
Tyler Young
c5460178de SERVER: Remove leftover idndef PSP 2023-12-04 23:57:11 -05:00
cypress
d3b088fcf0 CLIENT: Stop forcing a scale of 1.4x for client models 2023-12-04 14:31:16 -05:00
cypress
a3de55e071 CLIENT: Allow specifying hostname in Menu 2023-12-02 13:21:20 -05:00
cypress
3472c06043 CLIENT: (Hack) use different protocol name for emscripten 2023-12-02 13:14:44 -05:00
cypress
987628e791 CLIENT/SERVER: Spike peer review fixes 2023-12-02 11:06:39 -05:00
cypress
045914d984 SERVER: Add path redirection for Pack-A-Punch 2023-12-01 10:36:45 -05:00
cypress
b0d3c37637 CLIENT: Add Warehouse and Warehouse (Classic) to menu 2023-12-01 01:58:30 -05:00
cypress
73057da168 SERVER: Enable ambient_generic for STANDARD progs 2023-11-30 22:10:07 -05:00
cypress
1075512ceb SERVER: Minor optimization for round stings 2023-11-30 12:35:04 -05:00
cypress
6c769b4e36 SERVER/FTE: Update all AI all at once 2023-11-30 12:03:15 -05:00
cypress
cb72f35aa5 SERVER: Improve Door restoration via Soft_Restart 2023-11-30 11:56:49 -05:00
cypress
e50536924b
Merge pull request #59 from tyleryoung88/main 2023-11-30 09:26:08 -05:00
blubs
681db293af SERVER/FTE: Fix wrong pathfind results
SERVER/FTE: Let AI advance to next path waypoint when already at first
SERVER: Add zombie goaldummy drawing in dev mode
SERVER/FTE: Fix parsing of waypoint files
SERVER/FTE: Fix reading of unassigned waypoints
2023-11-30 01:56:53 -08:00
Tyler Young
5e939918e4 Account for dogs when teleporting 2023-11-29 22:40:57 -05:00
Tyler Young
e59403f7c8 Merge remote-tracking branch 'upstream/main' 2023-11-29 22:40:37 -05:00
cypress
75b9adb1a6 CLIENT: Add CSQC Flame particle effect 2023-11-29 14:48:01 -05:00
cypress
922789b413 SERVER/FTE: Fix Gibs not being networked to everyone 2023-11-29 14:24:21 -05:00
cypress
68aaae1bee SERVER: Fix revive icon not working when a player bleeds out 2023-11-29 14:12:33 -05:00
cypress
8e0aa1056f SERVER: Fix bleedout time being inconsistent and ticking while being revived 2023-11-29 14:04:31 -05:00
cypress
9001cf050e SERVER: Stop removing limbs for crawlers on STANDARD progs 2023-11-29 13:44:41 -05:00
cypress
f76c031bf2 SERVER: Fix Hellhounds never sprinting with STANDARD progs 2023-11-29 11:33:49 -05:00
cypress
5d7d18ab6c SERVER: Fix Hellhound fog fading if map has no fog set 2023-11-29 11:27:36 -05:00
Tyler Young
1ca3f90906 Merge remote-tracking branch 'upstream/main' 2023-11-28 23:07:37 -05:00
cypress
d1d9613574 SERVER: Add AI directly following close players to non-FTE 2023-11-28 15:00:56 -05:00
cypress
f3354abc57 SERVER: Further improve TryWalkToEnemy to avoid corner walking 2023-11-28 13:51:05 -05:00
cypress
d80a31b9ee SERVER: Improve AI responsiveness 2023-11-28 12:18:14 -05:00
cypress
c5f47fb9a3 SERVER: Fix Mystery Box glow not being fullbright 2023-11-28 12:02:09 -05:00
cypress
f5eb808de8 SERVER: Fix last stand idle frame never triggering 2023-11-28 12:00:27 -05:00
cypress
7dcd8ade72 SERVER: Disable melee-to-dive on FTE 2023-11-28 11:57:52 -05:00
cypress
130ccd6cd1 SERVER: Allow Mappers to specify Double-Tap 1.0 2023-11-28 11:34:39 -05:00
Tyler Young
b8c5fa2d61 SERVER: More efficient teleporter kills 2023-11-27 20:25:23 -05:00
Tyler Young
3f844cb1d6 Merge remote-tracking branch 'upstream/main' 2023-11-27 20:04:40 -05:00
cypress
38839b0bfd CLIENT: Add descriptions for co-op menu 2023-11-27 16:51:18 -05:00
cypress
2eb8e9e7d9 CLIENT: Add Co-Operative menu 2023-11-27 16:41:07 -05:00
Tyler Young
6568c3eac4 SERVER: Kill zombies during teleportation 2023-11-26 19:10:22 -05:00
cypress
e0d7e8f308 CLIENT: Attempt to mitigate load screen flicker a bit 2023-11-26 08:54:33 -05:00
cypress
946171ee42 CLIENT: Remove 3DS references from loading tips 2023-11-26 08:49:47 -05:00
cypress
e2895760dc SERVER: Fix trigger_interact not playing .noise 2023-11-25 19:54:53 -05:00
cypress
2a5c51f5b1 SERVER: Add spawnflag 1 for single-play radios 2023-11-25 18:40:08 -05:00
cypress
5012617c5b SERVER: Add ability to trigger with interact button 2023-11-25 18:23:02 -05:00
cypress
da75f77d3b SERVER: Add some basic teleportation sounds 2023-11-24 10:02:00 -05:00
cypress
b0afa183ba SERVER: Apply speed penalty after teleporting, shorten weapon delay 2023-11-24 09:35:51 -05:00
cypress
dc67f93a6b SERVER: Prohibit fall damage while teleporting 2023-11-24 09:32:52 -05:00
cypress
f9479abb3d SERVER: Revamp Pack-A-Punch 2023-11-23 11:42:08 -05:00
cypress
152ccb40dd SERVER: Don't assume being in a water brush means you're not on the ground 2023-11-22 16:11:40 -05:00
cypress
5333722dec SERVER: Introduce varying speeds for crawlers, slightly enlarge bbox 2023-11-22 11:49:36 -05:00
cypress
eddf634665 SERVER: Fix Tesla not firing from barrel on STANDARD 2023-11-22 10:26:22 -05:00
cypress
fce7de38d6 SERVER: Fix lightning colors for Traps and Wunderwaffe 2023-11-22 09:40:11 -05:00
cypress
2672e94387 CLIENT/SERVER: Draw character name on match start 2023-11-21 22:35:25 -05:00
cypress
f5ec11b472 Merge branch 'main' of https://github.com/nzp-team/quakec 2023-11-21 14:21:53 -05:00
cypress
d6f8a20644 SERVER: Fix Exploding dogs not becoming free zombie spawn ents 2023-11-21 14:21:36 -05:00
cypress
4a13c75127 SERVER: Add sounds for Hellhounds 2023-11-21 13:57:46 -05:00
cypress
5f4f37bd6e SERVER: Increase frequency and speed of Hellhound attack, lunge forward 2023-11-21 13:12:37 -05:00
cypress
81f77d72f5 SERVER: Increase frequency and speed of Hellhound attack, lunge forward 2023-11-21 13:11:57 -05:00
cypress
b7e2914d7f SERVER: Properly set Hellhounds alight 2023-11-21 12:52:20 -05:00
cypress
8a2310026e SERVER: Increase Hellhound speed 2023-11-21 12:44:10 -05:00
cypress
88df199025 SERVER: Accurate Hellhound health 2023-11-21 12:37:06 -05:00
cypress
45a9714ea6 SERVER: Hellhounds stalk their prey 2023-11-21 12:28:34 -05:00
cypress
a2d1078ec3 SERVER: Give dogs unique enemy targeting 2023-11-21 12:18:38 -05:00
cypress
bc56314bba SERVER: Have push_way_zombies apply to all aistatus ents 2023-11-21 11:49:51 -05:00
cypress
9762b2250a SERVER: Fix bounding box for Hellhounds 2023-11-21 11:46:33 -05:00
cypress
5e90a866e2 SERVER: Tone down punchangle when repairing barricade 2023-11-21 11:34:36 -05:00
cypress
493a29395f
SERVER: Play ching.wav when purchasing Bowie Knife 2023-11-20 12:46:00 -05:00
cypress
bee0e764fc CLIENT: Handle chat in CSQC 2023-11-19 12:45:50 -05:00
cypress
fe547187e0 SERVER: Remove debug Quick Revive 2023-11-19 09:46:04 -05:00