Commit Graph

41 Commits

Author SHA1 Message Date
Marco Cawthorne 410f955043
Remove view.qc and modelevent.qc 2023-10-12 14:42:49 -07:00
Marco Cawthorne 1441f62ed6
Rebuild against FreeHL Develop 2023-07-27 23:26:57 -07:00
Marco Cawthorne bdee8d2053
Remove base/src dependency and use valve/src's versions instead. 2023-02-12 12:59:42 -08:00
Marco Cawthorne f16d683ac7
add instructions.txt file 2023-02-08 16:32:20 -08:00
Marco Cawthorne 40ff065a82
Removal of Game_Input which has been made obsolete. 2023-01-11 17:45:51 -08:00
Marco Cawthorne b22d46c15a
Remove obsolete includes. 2023-01-08 13:36:39 -08:00
Marco Cawthorne 66e079569c
Remove references to client/player.qc. 2022-11-30 14:31:25 -08:00
Marco Cawthorne 0dc6477936
Set pragma target fte_5768 2022-08-22 23:26:54 -07:00
Marco Cawthorne 8b138494c8
player class: Use parent method OptimiseChangedFlags() to cull some fields from being networked to players other than yourself 2022-08-09 09:33:09 -07:00
Marco Cawthorne 023eccce5f
Clean up our player enumflags. 2022-08-07 14:15:14 -07:00
Marco Cawthorne c667997143
Remove inclusion of pmove_water.qc and rules.qc 2022-08-05 10:47:00 -07:00
Marco Cawthorne 8fc96081e2
Remove mention of GS_RENDERFX. 2022-07-07 09:14:55 -07:00
Marco Cawthorne 3243ca22ef
Adjust naming against upstream. 2022-05-11 12:52:13 -07:00
Marco Cawthorne b471bc7607
Convert all classes to use the new parent names. The old ones were marked for deprecation long ago. 2022-05-10 15:01:59 -07:00
Marco Cawthorne a7903a585e
Implement IsMultiplayer() into HLGameRules class.
Improve player networking
2022-05-01 17:04:38 -07:00
Marco Cawthorne 2228ab48a0
Server: unreference player.h 2022-04-25 13:36:15 -07:00
Marco Cawthorne 57f09c97e2
Rebased against the latest Nuclide commit. 2022-03-15 19:35:42 -07:00
Marco Cawthorne b35897d414
Update copyright information
Remove pmodel attributes from the player class.
2022-03-13 17:01:49 -07:00
Marco Cawthorne 0fcc37c111
Remove inclusion of gs-entbase/server/defs.h 2022-01-20 16:25:05 -08:00
Marco Cawthorne 63e545bb61
Client: Enable the damage/item notifications from Half-Life. 2021-12-17 18:23:40 -08:00
Marco Cawthorne ef3498d83c
Client: Include ammo notify routines. 2021-12-16 17:21:34 -08:00
Marco Cawthorne e5818958eb
Include fx_corpse.qc 2021-12-13 13:01:04 -08:00
Marco Cawthorne a946035185
Client: Include FreeHL's damage.qc. 2021-10-21 23:33:09 +02:00
Marco Cawthorne 6073b55474
Use GetSpawnX() methods instead of peeking into some attribute that
may change.
2021-09-16 18:41:51 +02:00
Marco Cawthorne 9e056a52ae
Remove input_sequence definition. 2021-09-15 22:46:18 +02:00
Marco Cawthorne fa2444c917 Update include.src against valve/src 2021-08-29 17:46:38 +02:00
Marco Cawthorne da03267708 Don't define VALVE in the progs.src 2021-08-01 11:23:27 +02:00
Marco Cawthorne 0e93e1948b Inherit valve/src's viewmodel effects 2021-08-01 08:56:13 +02:00
Marco Cawthorne d5ddd7f804 Include flashlight.qc from FreeHL 2021-05-22 20:43:27 +02:00
Marco Cawthorne bced0e1ab3 Update player.h definition from ANGLES_Z to COLORMAP 2021-05-20 16:06:27 +02:00
Marco Cawthorne 48c98769a6 Don't set view_ofs here. 2021-05-16 23:14:11 +02:00
Marco Cawthorne 0e981e8c52 Use Base its damage.qc instead of FreeHL its. 2021-05-10 11:37:17 +02:00
Marco Cawthorne b7ab9b56e2 Shared: Inherit weapon_common from Nuclide's base game. 2021-05-10 08:19:12 +02:00
Marco Cawthorne 317a7e28b5 Simplify prediction code with the help from upstream SDK changes. 2021-05-08 17:47:46 +02:00
Marco Cawthorne b2f8e2cca6 Fix the code to compile against the latest Nuclide SDK 2021-05-07 13:35:55 +02:00
Marco Cawthorne 2e5cbd27e5 Change pSeat references to pSeatLocal where applicable.
Remove obsolete and redundant code in ReceiveEntity.
2021-03-31 13:44:20 +02:00
Marco Cawthorne ce88a68854 Include draw.qc from Nuclide's base game 2021-03-17 06:33:41 +01:00
Marco Cawthorne 25addff737 Merge client/input.qc and server/input.qc into shared/input.qc 2021-03-09 12:07:01 +01:00
eukara 063de57ee6
Create FUNDING.yml 2021-03-08 15:36:51 +01:00
Marco Cawthorne 6e647d8562 Rename data.pk3dir to zpak001.pk3dir 2021-03-08 12:00:16 +01:00
Marco Cawthorne e26c38718a Initial commit, carried over from Nuclide's Git on March 8th 2021 2021-03-08 11:58:43 +01:00