nuclide/src/shared
Marco Cawthorne 2d911109cc
trigger_relay: Set m_iValue so that multisources will work properly that get targetted by them
trigger_auto: Delay the trigger of them in singleplayer until 1 player has joined
Misc cleanups. The 'Janitor Simulator' on TWHL should work now.
2022-12-14 16:51:16 -08:00
..
NSBrushTrigger.h trigger_relay: Set m_iValue so that multisources will work properly that get targetted by them 2022-12-14 16:51:16 -08:00
NSBrushTrigger.qc trigger_relay: Set m_iValue so that multisources will work properly that get targetted by them 2022-12-14 16:51:16 -08:00
NSClient.h Documented the Nuclide System (NS) classes. 2022-10-14 13:08:47 -07:00
NSClient.qc Proper nonvirtual declarations for class methods. 2022-08-24 15:11:04 -07:00
NSClientPlayer.h Lots of cleanup related to many entity classes to aid doxygen with generating documentation. 2022-12-06 15:04:07 -08:00
NSClientPlayer.qc trigger_relay: Set m_iValue so that multisources will work properly that get targetted by them 2022-12-14 16:51:16 -08:00
NSClientSpectator.h Misc consistency cleanups 2022-11-22 22:37:07 -08:00
NSClientSpectator.qc Clean up more and more warnings fteqcc yells about 2022-11-30 14:21:55 -08:00
NSEntity.h trigger_relay: Set m_iValue so that multisources will work properly that get targetted by them 2022-12-14 16:51:16 -08:00
NSEntity.qc trigger_relay: Set m_iValue so that multisources will work properly that get targetted by them 2022-12-14 16:51:16 -08:00
NSIO.h Fix a bunch of nonvirtual/virtual mismatching going on that's been caught by the new compiler. 2022-11-16 14:04:10 -08:00
NSIO.qc Documented the Nuclide System (NS) classes. 2022-10-14 13:08:47 -07:00
NSMonster.h Fix a bunch of nonvirtual/virtual mismatching going on that's been caught by the new compiler. 2022-11-16 14:04:10 -08:00
NSMonster.qc NSMonster: Gib properly using Disappear() instead of Hide() 2022-12-13 17:45:33 -08:00
NSNavAI.h Documented the Nuclide System (NS) classes. 2022-10-14 13:08:47 -07:00
NSNavAI.qc Proper nonvirtual declarations for class methods. 2022-08-24 15:11:04 -07:00
NSPhysicsEntity.h Misc consistency cleanups 2022-11-22 22:37:07 -08:00
NSPhysicsEntity.qc trigger_relay: Set m_iValue so that multisources will work properly that get targetted by them 2022-12-14 16:51:16 -08:00
NSPointTrigger.h trigger_relay: Set m_iValue so that multisources will work properly that get targetted by them 2022-12-14 16:51:16 -08:00
NSPointTrigger.qc Move base classes out of gs-entbase. This evolution only happened because classes such as CBaseMonster that once existed were replaced and it grew from there. 2022-07-19 15:22:15 -07:00
NSProjectile.h Documented the Nuclide System (NS) classes. 2022-10-14 13:08:47 -07:00
NSProjectile.qc Documented the Nuclide System (NS) classes. 2022-10-14 13:08:47 -07:00
NSRenderableEntity.h Lots of cleanup related to many entity classes to aid doxygen with generating documentation. 2022-12-06 15:04:07 -08:00
NSRenderableEntity.qc Lots of cleanup related to many entity classes to aid doxygen with generating documentation. 2022-12-06 15:04:07 -08:00
NSSpraylogo.h Make games buildable again, caused by renaming Spraylogo and GameRules classes/files. 2022-10-14 15:49:59 -07:00
NSSpraylogo.qc Make games buildable again, caused by renaming Spraylogo and GameRules classes/files. 2022-10-14 15:49:59 -07:00
NSSurfacePropEntity.h Documented the Nuclide System (NS) classes. 2022-10-14 13:08:47 -07:00
NSSurfacePropEntity.qc Lots of cleanup related to many entity classes to aid doxygen with generating documentation. 2022-12-06 15:04:07 -08:00
NSTalkMonster.h Fix a bunch of nonvirtual/virtual mismatching going on that's been caught by the new compiler. 2022-11-16 14:04:10 -08:00
NSTalkMonster.qc Lots of cleanup related to many entity classes to aid doxygen with generating documentation. 2022-12-06 15:04:07 -08:00
NSTimer.h Documented the Nuclide System (NS) classes. 2022-10-14 13:08:47 -07:00
NSTimer.qc NSTimer: Add SetupTimer(entity, void(), float, bool) and RunTimer() methods. 2022-08-27 11:21:11 -07:00
NSTrigger.h trigger_relay: Set m_iValue so that multisources will work properly that get targetted by them 2022-12-14 16:51:16 -08:00
NSTrigger.qc trigger_relay: Set m_iValue so that multisources will work properly that get targetted by them 2022-12-14 16:51:16 -08:00
NSVehicle.h Misc consistency cleanups 2022-11-22 22:37:07 -08:00
NSVehicle.qc Clean up more and more warnings fteqcc yells about 2022-11-30 14:21:55 -08:00
NSWeapon.h Fix a bunch of nonvirtual/virtual mismatching going on that's been caught by the new compiler. 2022-11-16 14:04:10 -08:00
NSWeapon.qc Fix a bunch of nonvirtual/virtual mismatching going on that's been caught by the new compiler. 2022-11-16 14:04:10 -08:00
colors.h Big commit fixing many regressions since crunch hit. env_sprite has been reworked. 2022-07-07 09:10:14 -07:00
damage.h Get rid of hlmaterials.qc by making the look-up happen fully within NSMaterial.qc as part of the newly unified material routines. 2022-10-15 20:32:40 -07:00
decalgroups.h Kill src/client/player.qc. We now have overridable methods dedicated for updating player animations, attachments and more inside NSClientPlayer. 2022-11-01 19:12:40 -07:00
decalgroups.qc Clean up more and more warnings fteqcc yells about 2022-11-30 14:21:55 -08:00
defs.h Print a warning + backtrace when we manually call remove() on an entity that hasn't been destroyed properly. 2022-11-30 16:47:24 -08:00
effects.h Get rid of hlmaterials.qc by making the look-up happen fully within NSMaterial.qc as part of the newly unified material routines. 2022-10-15 20:32:40 -07:00
entities.h env_beam/env_laser: Visual overhaul of env_beam. env_laser now also rebased using my work on env_beam. 2022-12-08 14:58:30 -08:00
events.h Misc consistency cleanups 2022-11-22 22:37:07 -08:00
flags.h Big commit fixing many regressions since crunch hit. env_sprite has been reworked. 2022-07-07 09:10:14 -07:00
fteextensions.qc NSRenderableEntity: Use the new addlight for RFX_Q2PULSE. Needs engine version bump. 2022-06-27 08:31:41 -07:00
global.h Get rid of hlmaterials.qc by making the look-up happen fully within NSMaterial.qc as part of the newly unified material routines. 2022-10-15 20:32:40 -07:00
hitmesh.h Get rid of hlmaterials.qc by making the look-up happen fully within NSMaterial.qc as part of the newly unified material routines. 2022-10-15 20:32:40 -07:00
include.src Add support for Source Engine decal groups (scripts/decals.txt). 2022-10-27 20:04:11 -07:00
materials.h Clean up more and more warnings fteqcc yells about 2022-11-30 14:21:55 -08:00
materials.qc Clean up more and more warnings fteqcc yells about 2022-11-30 14:21:55 -08:00
math.h Big commit fixing many regressions since crunch hit. env_sprite has been reworked. 2022-07-07 09:10:14 -07:00
math.qc Clean up some areas where float logic happens to prepare for the compiler flag 'assumeint' 2022-08-10 16:15:44 -07:00
memory.h Big commit fixing many regressions since crunch hit. env_sprite has been reworked. 2022-07-07 09:10:14 -07:00
platform.h Big commit fixing many regressions since crunch hit. env_sprite has been reworked. 2022-07-07 09:10:14 -07:00
player_pmove.qc NSClientPlayer: UpdatePlayerAnimation() is now calling when running player physics, and also run seperately for non predicted player entities during predraw. 2022-11-11 14:18:14 -08:00
pmove.h NSView: Don't run stair smoothing code when we're going up on elevators/platforms. 2022-08-10 16:51:26 -07:00
pmove.qc Big commit fixing many regressions since crunch hit. env_sprite has been reworked. 2022-07-07 09:10:14 -07:00
pmove_custom.qc PMove_Custom: Go over some checks, one trace_fraction check was wrong and caused us to not slide along rotating brushes (doors) properly. 2022-09-12 23:07:33 -07:00
propdata.h PropData: Breakmodels now spawn fully client-side! This will remove a lot of network overhead. 2022-11-14 19:50:23 -08:00
propdata.qc GS-EntBase: Fix some more places where remove() was being called directly when it shouldn't be 2022-11-30 17:26:50 -08:00
sound.h Big commit fixing many regressions since crunch hit. env_sprite has been reworked. 2022-07-07 09:10:14 -07:00
sound.qc Big commit fixing many regressions since crunch hit. env_sprite has been reworked. 2022-07-07 09:10:14 -07:00
surfaceproperties.h Add support for Source Engine decal groups (scripts/decals.txt). 2022-10-27 20:04:11 -07:00
surfaceproperties.qc Add support for Source Engine decal groups (scripts/decals.txt). 2022-10-27 20:04:11 -07:00
util.qc Client: Disable some expensive routines when paused. 2022-07-18 10:02:04 -07:00
weapons.h Initial work towards the NSWeapon class. Testing will happen in base/ under the NEW_INVENTORY define. 2022-07-25 09:31:37 -07:00
weapons.qc Initial work towards the NSWeapon class. Testing will happen in base/ under the NEW_INVENTORY define. 2022-07-25 09:31:37 -07:00