Commit Graph

16 Commits

Author SHA1 Message Date
Marco Cawthorne ab31ae0242
Fix player animations and attachment from not showing up since player drawing is handled much differently. 2022-11-08 20:29:10 -08:00
Marco Cawthorne bba57cb7ef
Adjust naming against upstream. 2022-05-11 12:51:12 -07:00
Marco Cawthorne 8fad0d7dc1
WEAPON_TRIPMINE: Wiggle with SetBody and SetFrame on the pickup a bit. 2022-04-26 21:03:32 -07:00
Marco Cawthorne d1962767b4
Rebased against the latest Nuclide commit. 2022-03-15 19:34:26 -07:00
Marco Cawthorne 0293f9a441
Update copyright information
Remove pmodel attributes from the player class.
Sound shaders for weapon firing now call alerts to AI.
2022-03-13 16:57:51 -07:00
Marco Cawthorne 8535399f7b
Update WEAPON_EGON to work with .predraw instead of CBaseFX (deprecated)
which will allow for streamlined weapon visuals for first and thirdperson
modes.
2021-09-02 09:40:47 +02:00
Marco Cawthorne 280484600d #ifdef out the GAUSS beam to VALVE so other mods compile better. 2021-08-29 18:28:49 +02:00
Marco Cawthorne 4635b900c6 WEAPON_EGON: Make the beam visible across the network. 2021-08-29 18:23:52 +02:00
Marco Cawthorne 8f051dd406 Updated the game-specific PMove code to be part of our player class 2021-06-08 15:31:21 +02:00
Marco Cawthorne d7293c8871 Client: Separate flashlight code from player.qc. 2021-05-22 20:36:55 +02:00
Marco Cawthorne 692b0eb214 Add support for cl_himodels. 2021-05-20 22:59:49 +02:00
Marco Cawthorne 7290c631d8 Use PMove_SetSize() to get accurate bbox info. 2021-05-16 23:12:30 +02:00
Marco Cawthorne 8878715c85 Update Animation_TimerUpdate to conform with upstream Nuclide.
Make player models run timers at the end of every predraw to ensure smooth
animation.
2021-05-10 12:24:00 +02:00
Marco Cawthorne ced4cb5bf8 Simplify prediction code with the help from upstream changes. 2021-05-08 17:45:58 +02:00
Marco Cawthorne fe4bfc455f Handle player model weapon attachments & animation for all the weapons! 2021-04-06 09:20:12 +02:00
Marco Cawthorne 1a25ccc334 Initial commit, carried over from Nuclide's Git on March 8th 2021 2021-03-08 10:53:48 +01:00