Paul
d5cd82de60
explicit interface go brrrr
2021-02-04 17:44:49 +01:00
DrSmugleaf
fcd52fa90c
Add ActionBlockerExtensions
2020-12-20 04:26:21 +01: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
Paul Ritter
501156f84c
makes conveyors to use machine linking & refactors machine linking a bit ( #2464 )
...
* makes conveyors to use machine linking & refactors machine linking a bit
* nullable errors
* temp commit, starting work on construction
* working recipies & graphs
* fixes crash
* makes items gravitate towards the center when on a conveyor
* makes conveyors take bool signal too
* ignores components clientside
* default arm
entitymanager
maxtransmitters
unsubscribe methods
* twowayLEVER
* _
* componentreference
struct
* yaml run
leverDefinitelyNotCopiedFromGirderNoNoNo dies today :(
* nullable
* no divide by 0
* making sloth happy
* space gone - happy?
* final fix
* yes
* adds item to lathe
* conveyor item -> conveyor assembly
* technology
* reviews ADRESSED
* Update Content.Shared/GameObjects/Verbs/VerbUtility.cs
Co-authored-by: Paul <ritter.paul1+git@googlemail.com >
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com >
2020-11-19 00:53:46 +11:00
Paul Ritter
172b964de4
zumo too quick ( #2463 )
...
Co-authored-by: Paul <ritter.paul1+git@googlemail.com >
2020-10-30 19:58:17 +01:00
Paul Ritter
f36cba8e21
Refactors machine linking to use generics ( #2462 )
...
Co-authored-by: Paul <ritter.paul1+git@googlemail.com >
2020-10-30 19:46:19 +01:00
Swept
0ea8792501
Cleanup ( #2111 )
2020-09-20 17:29:11 +02:00
DrSmugleaf
74943a2770
Typo, redundant string interpolation, namespaces and imports cleanup ( #2068 )
...
* Readonly, typos and redundant string interpolations
* Namespaces
* Optimize imports
* Address reviews
* but actually
* Localize missing strings
* Remove redundant vars
2020-09-13 14:23:52 +02:00
DrSmugleaf
48b61f6bcc
Replace every usage of GridCoordinates with EntityCoordinates ( #2021 )
...
* Update RobustToolbox
* Transition direct type usages
* More updates
* Fix invalid use of to map
* Update RobustToolbox
* Fix dropping items
* Rename name usages of "GridCoordinates" to "EntityCoordinates"
* Revert "Update RobustToolbox"
This reverts commit 9f334a17c5908ded0043a63158bb671e4aa3f346.
* Revert "Update RobustToolbox"
This reverts commit 3a9c8cfa3606fa501aa84407796d2ad920853a09.
# Conflicts:
# RobustToolbox
* Fix cursed IMapGrid method usage.
* GridTileLookupTest now uses EntityCoordinates
Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com >
Co-authored-by: Víctor Aguilera Puerto <zddm@outlook.es >
2020-09-06 16:11:53 +02:00
DrSmugleaf
8f9ed2f562
Replace usages of ISharedNotifyManager and IServerNotifyManager with extension methods ( #1965 )
...
* Replace usages of ISharedNotifyManager and IServerNotifyManager with extension methods
* Remove redundant code
2020-09-01 12:34:53 +02:00
ShadowCommander
aa66aa2286
Implement machine linking ( #1784 )
...
* Implement machine linking
* Cleanup and rename Signals
* Implement signal button
* Add machine linking signal mapping
* Fix signallink command help
* Add localization to signal linking and allow infinite range
* Add feedback for when a transmitter is not connected to any receivers
Refactor PopupMessage to use the entity extension
Refactor dependencies to not have to disable warnings
2020-08-29 12:33:42 +02:00