fish-station/Content.Server/GameObjects/Components
Víctor Aguilera Puerto c3858e6151 Optimize even further
2020-09-06 19:08:30 +02:00
..
Access Replace usages of ISharedNotifyManager and IServerNotifyManager with extension methods (#1965) 2020-09-01 12:34:53 +02:00
ActionBlocking Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
AI Add AI factions (#1807) 2020-08-24 12:33:03 +02:00
Atmos Optimize even further 2020-09-06 19:08:30 +02:00
BarSign Add a test that puts all components on an entity and checks for no exceptions (#1815) 2020-08-22 22:29:20 +02:00
Body Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Buckle Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Cargo Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Chemistry Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Command Refactor UserInterface properties to use a helper (#1896) 2020-08-24 20:47:17 +02:00
Construction Refactor UpdateKinematics() and fix a lot of Content warnings (#1709) 2020-08-15 20:38:35 -07:00
Conveyor Add extension method to shuffle an entity by a random value 2020-09-01 22:04:55 +02:00
Damage Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Disposal Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Doors Replace GridCoordinates (ew) for EntityCoordinates (YAY) 2020-09-06 17:05:20 +02:00
Explosion Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Fluids Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Gravity Replace usages of ISharedNotifyManager and IServerNotifyManager with extension methods (#1965) 2020-09-01 12:34:53 +02:00
GUI Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Instruments Replace usages of ISharedNotifyManager and IServerNotifyManager with extension methods (#1965) 2020-09-01 12:34:53 +02:00
Interactable Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Items Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Kitchen Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
MachineLinking Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Markers Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Medical Cloning (#1932) 2020-09-02 12:07:54 +02:00
Metabolism Replace pragma warning 649 disable/restore with default! 2020-08-24 14:10:28 +02:00
Mining Replace pragma warning 649 disable/restore with default! 2020-08-24 14:10:28 +02:00
Mobs Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Movement Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
NodeContainer Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Nutrition Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Observer Cloning (#1932) 2020-09-02 12:07:54 +02:00
Paper Refactor UserInterface properties to use a helper (#1896) 2020-08-24 20:47:17 +02:00
PDA Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Pointing Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Power Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Projectiles Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Recycling Add prediction for standing states and mob states (#1937) 2020-08-29 13:20:37 +02:00
Research Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Rotatable Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Sound Replace pragma warning 649 disable/restore with default! 2020-08-24 14:10:28 +02:00
Stack Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
StationEvents Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Strap Add an entire nullable to buckle 2020-09-01 21:49:32 +02:00
Suspicion Add HUD button that displays your SSS role and allies (#1895) 2020-08-27 16:39:29 +02:00
Temperature Bodysystem and damagesystem rework (#1544) 2020-08-16 16:42:42 -07:00
Timing Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
Trigger/TimerTrigger Replace pragma warning 649 disable/restore with default! 2020-08-24 14:10:28 +02:00
Utensil Refactor InRangeUnobstructed and add extension methods (#1925) 2020-08-30 11:37:06 +02:00
VendingMachines Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
Weapon Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
AnchorableComponent.cs Nullability fixes. 2020-08-20 16:48:15 +02:00
CatwalkComponent.cs Use automatic component registration. 2019-07-31 15:07:54 +02:00
ComputerComponent.cs Power Rework (#863) 2020-06-28 17:23:26 +02:00
DoAfterComponent.cs Nullability fixes. 2020-08-20 16:48:15 +02:00
ExtinguisherCabinetComponent.cs Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
ExtinguisherCabinetFilledComponent.cs Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
LightBehaviourComponent.cs Glowsticks, flares and lighting behaviours (#1886) 2020-09-03 22:02:40 +02:00
ListeningComponent.cs Fix namespaces and optimize imports (#1651) 2020-08-13 14:40:27 +02:00
MagicMirrorComponent.cs Refactor UserInterface properties to use a helper (#1896) 2020-08-24 20:47:17 +02:00
PlaceableSurfaceComponent.cs Make InteractUsing async, make tools use DoAfter. (#1772) 2020-08-18 14:39:08 +02:00
PottedPlantHideComponent.cs Replace every usage of GridCoordinates with EntityCoordinates (#2021) 2020-09-06 16:11:53 +02:00
RadioComponent.cs Replace resolve dependency with attribute in components (#1995) 2020-09-02 01:30:03 +02:00
RandomPottedPlantComponent.cs add complete strings that aren't defined in content files to allow them to be mapped (#1105) 2020-06-12 04:15:10 +02:00
RandomSpriteColorComponent.cs Commit (#1541) 2020-07-30 03:22:26 +02:00
StressTestMovementComponent.cs Adds movement stress test component. 2020-06-30 18:34:42 +02:00
WiresComponent.cs Replace usages of ISharedNotifyManager and IServerNotifyManager with extension methods (#1965) 2020-09-01 12:34:53 +02:00