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