Acruid
ca4fd649fe
Massive Namespace Cleanup ( #3120 )
...
* Engine namespace changes.
* Automated remove redundant using statements.
* Simplified Graphics namespace.
* Apparently the container system stores full type names in the map file.😞 This updates those names.
* API Changes to LocalizationManager.LoadCulture.
* Update submodule to v0.3.2
2021-02-11 01:13:03 -08:00
DrSmugleaf
749cd11d33
Add readonly where it is missing and fix those field names according to their modifiers ( #2589 )
2020-11-22 00:02:00 +11:00
ColdAutumnRain
f5dc62b533
Removed EntityManager member variable from Components and EntitySystems ( #2502 )
...
* Removed EntityManager member variable from Components and EntitySystems
* Removed EntityManager with minor corecctions
* Update PathfindingSystem.cs
* Update InteractionSystem.cs
* Update Content.Server/GameObjects/EntitySystems/Click/ExamineSystem.cs
Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com >
* Update Content.Client/GameObjects/Components/Suspicion/SuspicionRoleComponent.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
* Update Content.Client/GameObjects/Components/Suspicion/TraitorOverlay.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
* Update Content.Server/GameObjects/Components/Buckle/BuckleComponent.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
* Update Content.Server/GameObjects/Components/Buckle/BuckleComponent.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
* Update Content.Server/GameObjects/Components/PDA/PDAComponent.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
* Update Content.Server/GameObjects/Components/Singularity/SingularityComponent.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
* Update Content.Server/GameObjects/Components/Singularity/SingularityComponent.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
* Update Content.Server/GameObjects/EntitySystems/AI/Pathfinding/PathfindingSystem.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
* Update Content.Server/GameObjects/EntitySystems/Click/ExamineSystem.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
* Update Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
* Update Content.Server/GameObjects/EntitySystems/Click/InteractionSystem.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
* Update Content.Server/GameObjects/Components/Stack/StackComponent.cs
Co-authored-by: Clyybber <darkmine956@gmail.com >
Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com >
Co-authored-by: Clyybber <darkmine956@gmail.com >
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com >
2020-11-18 15:45:53 +01:00
Remie Richards
cc6acae145
Mortician's Menagerie ( #2391 )
...
* Body bags!
* Morgue Trays and the Crematorium!
Reorganised body bags to be under Morgue, not Medical
* Fix. Things outside of EntityStorageComponents now use the Try*Storage() not just *Storage() methods - Allows mobs to be trapped in a morgue/crematorium whose tray can't open.
* Fix tests. Modernise component dependency and nullability.
* Update Content.Server/GameObjects/Components/Morgue/MorgueTrayComponent.cs
Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com >
2020-10-28 23:51:43 +01:00
DrSmugleaf
4a8ed41e3a
Fix namespaces and optimize imports ( #1651 )
...
* Fix namespaces and optimize imports
* Cleanup fixes
* Merge conflict fixes
* Merge conflict fixes
* Merge conflict fixes
2020-08-13 14:40:27 +02:00
Víctor Aguilera Puerto
b9e1f9283d
Adds cursed lockers that teleport anything inside them to other lockers ( #1493 )
2020-07-26 20:49:41 +02:00