Delta-v/Content.Server/GameObjects/EntitySystems
DrSmugleaf 4c47cd4fe2
Add back pull moving (#3635)
* Add back pull moving

* Make pull moving event-based, use map coordinates, slow down moving when getting closer and stop moving when very close, add max range and add compensation for overshooting

* Remove compensation

* Prevent pull move from pulling you

* acruid did this

* Add unsubscriptions to shutdown

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2021-04-05 14:08:45 +02:00
..
AI Content grid-trees (#3750) 2021-04-02 20:29:19 +11:00
Atmos Content grid-trees (#3750) 2021-04-02 20:29:19 +11:00
Body/Surgery Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
Click Implement inflatable wall (#3703) 2021-04-01 00:04:56 -07:00
DoAfter Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
GameMode Fix warnings 2021-02-12 10:53:02 +01:00
JobQueues Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
Power Physics (#3485) 2021-03-08 04:09:59 +11:00
StationEvents Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
AntimatterEngineSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
ApcNetSystem.cs fixed apcnet causing crash (#3354) 2021-02-21 12:32:57 +01:00
AtmosExposedSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
AtmosphereSystem.cs Makes atmos superconduction a CVar, disables it by default. 2021-03-25 18:17:30 +01:00
BlockGameSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
BuckleSystem.cs EntitySystemMessage Removal & InteractionSystem directed events (#3572) 2021-03-09 11:22:48 -08:00
CargoConsoleSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
ChemicalReactionSystem.cs SoundSystem Improvements (#3697) 2021-03-21 17:12:03 +01:00
ClimbSystem.cs Physics (#3485) 2021-03-08 04:09:59 +11:00
CloningSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
CombatModeSystem.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
ConstructionSystem.cs Enable nullability in Content.Shared (#3626) 2021-03-15 21:55:49 +01:00
CuffableSystem.cs Move event bus listener from CuffableComponent to CuffableSystem (#3321) 2021-02-21 13:39:54 +01:00
DestructibleSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
DeviceNetworkSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
DisassembleOnActivateSystem.cs Implement inflatable wall (#3703) 2021-04-01 00:04:56 -07:00
DisposableSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
EmergencyLightSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
ExpendableLightSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
GasAnalyzerSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
GasCanisterSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
GasTankSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
GhostRoleSystem.cs Add make ghost role verb (#3204) 2021-02-16 09:51:27 +01:00
GhostSystem.cs Add shutdown and clean up GhostSystem 2021-04-03 00:52:27 -07:00
GodmodeSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
GravitySystem.cs SoundSystem Improvements (#3697) 2021-03-21 17:12:03 +01:00
HandHeldLightSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
HandsSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
HungerSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
InstrumentSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
LatheSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
ListeningSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
MedicalScannerSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
MeleeWeaponSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
MetabolismSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
MicrowaveSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
MorgueSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
NodeContainerSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
NodeGroupSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
ParticleAcceleratorPartSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
PlantSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
PointingSystem.cs Moved VisibilityFlags to EyeComponent (#3716) 2021-03-28 01:37:19 +01:00
ProjectileSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
PuddleSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
PullingSystem.cs Add back pull moving (#3635) 2021-04-05 14:08:45 +02:00
RadioSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
ReagentGrinderSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
ResearchSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
RoguePointingSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
RoundEndSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
ServerDoorSystem.cs Airlock / firelock code refactor, pseudo-prediction implementation (#3037) 2021-02-12 16:02:14 +01:00
SignalLinkerSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
SingularitySystem.cs Singularity Shaders and a lot of Shader Stuff (#2517) 2021-03-09 02:33:41 -08:00
SolutionAreaEffectSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
SpawnAfterInteractSystem.cs Fix inflatable position (#3788) 2021-04-01 23:34:35 +02:00
StandingStateSystem.cs SoundSystem Improvements (#3697) 2021-03-21 17:12:03 +01:00
StorageSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
StressTestMovementSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
ThirstSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
TriggerSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
VaporSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
VerbSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
WeightlessSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00
WelderSystem.cs Massive Namespace Cleanup (#3120) 2021-02-11 01:13:03 -08:00
WireHackingSystem.cs Enable nullability in Content.Server (#3685) 2021-03-16 15:50:20 +01:00