Commit Graph

85 Commits

Author SHA1 Message Date
Marco Cawthorne e2726973a4
Fix nightvision goggles sound not playing. 2024-03-05 00:32:02 -08:00
Marco Cawthorne 5aa4b76644
Delay the renaming of CTF entity classnames to after they have fully spawned.
Fix bot spawning a little.
2024-03-02 00:44:42 -08:00
Marco Cawthorne 30f372c060
Skill files now match the new conventions. 2024-02-23 14:03:15 -08:00
Marco Cawthorne eec4e94cea
Merge branch 'master' of ssh://git.vera-visions.com:1997/nuclide-ports/gearbox 2023-11-17 19:46:02 -08:00
Marco Cawthorne 2c7481c95c
default.cfg: Ensure to execute skill_valve.cfg and skill_gearbox.cfg 2023-11-17 19:45:20 -08:00
Xylemon 4ae554decd Waypoints for all official maps, map previews images 2023-10-27 13:52:46 -07:00
Marco Cawthorne 9d18bb1d9f
Remove view.qc and modelevent.qc 2023-10-12 14:43:56 -07:00
Marco Cawthorne 18f1120ab9
Merge Maxwell's branch 2023-09-27 14:11:37 -07:00
Marco Cawthorne b3e625dd7d
Client: support gametitle fade-in 2023-09-27 14:08:26 -07:00
Maxwell 700d3f0702 Crosshair is supposed to be available when the laser is enabled. 2023-09-22 20:57:06 -04:00
Maxwell ec27dec3fc Otis now has correct amount of bullets. Also fixed something that wasn't broken, but wasn't right. 2023-09-22 20:07:19 -04:00
Maxwell 3ad58abeda I think the value was supposed to be 2. 2023-09-22 19:33:53 -04:00
Maxwell 01394ecbf3 Dead HEV should now have a helmet. Also removed duped body1 entry 2023-09-22 19:27:39 -04:00
Maxwell c50c3d3e2a GMan wants to be called on his cell phone 2023-09-22 18:42:16 -04:00
Maxwell f45073a393 Poses are flipped... for some ungodly reason. 2023-09-22 18:27:09 -04:00
Maxwell be67170db4 Dead Ally Grunts now have a concept of what weapons are held. 2023-09-22 18:18:51 -04:00
Maxwell a7c07f38c1 Added the ISlave and the Houndeye dead version to the OP4 monsters def. 2023-09-22 18:06:47 -04:00
Maxwell 55cda96910 Same fix as HL. But added Clipboard and Stick versions. 2023-09-22 18:01:00 -04:00
Maxwell ff1f2846ce Fixed some low hanging fruit for dead monsters 2023-09-22 17:48:18 -04:00
Xylemon e9f2119ca6 NPCs for Opposing Force
Try to make the actual OP4 skill file load
Some new sound definitions
2023-09-20 08:44:45 -07:00
Marco Cawthorne 9ddbdbc3a0
Rebuild against FreeHL Develop 2023-07-27 23:10:08 -07:00
Marco Cawthorne 6ad1550343
Waypoint additions and EntityDef updates 2023-07-16 12:39:54 -07:00
Marco Cawthorne b87f72504d
add waypoint file for op4ctf_hairball 2023-07-06 16:32:17 -07:00
Marco Cawthorne 1ad45e2f70
shift weapon edefs around. 2023-07-06 16:31:32 -07:00
Marco Cawthorne 144bc13816
item_ctfbackpack: add bleep1 noise when refreshing ammo 2023-07-06 16:31:09 -07:00
Marco Cawthorne c3726e85b9
Dealloc flags on player ent removal, minor bot fixes 2023-06-28 10:30:37 -07:00
Marco Cawthorne d30501d7f4
WEAPON_SNIPERRIFLE: fix using the wrong crosshair sprite for the scope 2023-06-28 09:24:05 -07:00
Marco Cawthorne 213aa0371f
OP4CTFRules: handle bots joining teams 2023-06-28 09:21:27 -07:00
Marco Cawthorne 5bb2984df5
OP4CTFRules: unset 'icon2' infokey on PlayerConnect 2023-06-28 08:55:48 -07:00
Marco Cawthorne d4e6604d7a
Updated weapon pickup logic to respect startammo (required by OP4CTF) 2023-06-28 08:53:25 -07:00
Marco Cawthorne 930a034a01
Work on the various visual feedback and scoring of CTF 2023-06-22 16:19:28 -07:00
Marco Cawthorne fbcc868870
Added Capture The Flag game mode. 2023-06-07 13:55:36 -07:00
Marco Cawthorne e57b138438
Add entityDefs for the weapon pickups in the game 2023-05-27 13:02:08 -07:00
Marco Cawthorne d3759b4d83
Fix compiler warnings. 2023-02-14 12:55:14 -08:00
Marco Cawthorne 32c56a07f6
player: implement ::UpdateAliveCam 2023-02-12 12:58:19 -08:00
Marco Cawthorne 6d0d98b1f1
Remove base/src dependency and use valve/src's versions instead. 2023-02-12 12:58:06 -08:00
Marco Cawthorne bc821bc245
add instructions.txt file 2023-02-08 16:31:57 -08:00
Marco Cawthorne 30cd5f5e0a
Removal of Game_Input which has been made obsolete. 2023-01-11 17:45:32 -08:00
Marco Cawthorne 9e4eb1dc23
Client: Use the new Crosshair drawing functions to help with cl_thirdperson and remove obsolete routines. 2022-12-28 16:53:13 -08:00
Marco Cawthorne 54a5f52285
Remove references to client/player.qc. 2022-11-30 14:30:59 -08:00
Marco Cawthorne 9458f34314
Set pragma target fte_5768 2022-08-22 23:26:10 -07:00
Marco Cawthorne 8af88805c7
player class: Use parent method OptimiseChangedFlags() to cull some fields from being networked to players other than yourself 2022-08-09 09:32:10 -07:00
Marco Cawthorne 449bb9b109
Clean up our player enumflags. 2022-08-07 14:14:34 -07:00
Marco Cawthorne b0149ce339
Cleanup: Some CGameRules methods are now of type 'bool'
Remove rules.qc
2022-07-16 15:09:27 -07:00
Marco Cawthorne 4ca696085a
Yep, you guessed it: remove pmove_water.qc 2022-07-14 21:28:55 -07:00
Marco Cawthorne 5d747bd64a
Remove mention of GS_RENDERFX. 2022-07-07 09:13:54 -07:00
Marco Cawthorne d59edbae6b
Adjust naming against upstream. 2022-05-11 12:51:29 -07:00
Marco Cawthorne de94f04cf7
Convert all classes to use the new parent names. The old ones were marked for deprecation long ago. 2022-05-10 15:00:33 -07:00
Marco Cawthorne 45a52e1bf6
Implement IsMultiplayer() into HLGameRules class.
Improve player network-culling
2022-05-01 17:03:38 -07:00
Marco Cawthorne 6f0df5845f
Server: unreference player.h 2022-04-25 13:35:44 -07:00