DrSmugleaf
2dc05b2275
Add UsedImplicitly to visualizers and entity systems ( #2592 )
2020-12-08 11:56:10 +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
DrSmugleaf
37e97ca89f
Change components to use timer component ( #2426 )
...
* Change components to use timer component
* Fix old usages of tokens
2020-10-30 15:02:49 +11:00
Víctor Aguilera Puerto
745401a41e
Data-oriented Construction System ( #2152 )
...
- Powerful
- Data-oriented
- Approved by PJB
- Powered by node graphs and AI pathfinding
- Coded by the same nerd who brought you atmos
Co-authored-by: Exp <theexp111@gmail.com >
2020-10-08 17:41:23 +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
DrSmugleaf
8a27a5322a
Replace pragma warning 649 disable/restore with default!
2020-08-24 14:10:28 +02:00
DrSmugleaf
a4a25a9975
Remove localization manager dependencies from components ( #1864 )
...
Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com >
2020-08-23 12:53:09 +02:00
Víctor Aguilera Puerto
d9ae942759
Make InteractUsing async, make tools use DoAfter. ( #1772 )
...
* Make IInteractUsing async, make tools use DoAfter.
* Disable warning 1998 in Content.Server
* Update Content.Server/GameObjects/Components/AnchorableComponent.cs
2020-08-18 14:39:08 +02: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
ShadowCommander
0d29b15ae0
Fix StackComponent not getting removed from containers when empty ( #1645 )
2020-08-11 17:38:00 +02:00
Exp
c61e6d541b
Moves ExamineSystem to Shared & adds next step info to construction examine ( #1567 )
2020-08-01 17:37:12 +02:00
Acruid
ea94f4a182
Moved interaction interfaces from Server to Shared.
2020-07-18 22:51:56 -07:00
chairbender
b35333d366
Click Drag Functionality + Refactor Interaction Interfaces ( #1125 )
...
Co-authored-by: Víctor Aguilera Puerto <6766154+Zumorica@users.noreply.github.com >
Co-authored-by: ComicIronic <comicironic@gmail.com >
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com >
2020-07-06 23:27:03 +02:00
Remie Richards
2e38c194f7
IExamine can now limit certain details behind a 'details' range check. ( #1039 )
...
* IExamine can now limit certain details behind a 'details' range check.
* Comic's Review fixes.
- colour -> color. My ancestors are saddened by this.
- Can see wire panel opened/closed at any distance again.
2020-05-31 20:29:06 +02:00
Clyybber
1ad9a10050
Fix #274 ( #927 )
2020-05-23 17:23:25 +02:00
chairbender
6a4d78cfac
Add interaction checks to all interactions ( #923 )
2020-05-23 11:27:31 +02:00
Pieter-Jan Briers
56d6720026
Move part of stack code to shared.
...
Meaning that ExposeData is in shared, fixing #809
2020-04-12 01:15:16 +02:00
Profane McBane
9e368b336f
Let stacks specify if they get thrown as one item, or individual… ( #679 )
2020-02-13 23:43:02 +01:00
ShadowCommander
4515b5a0af
Fix wires getting placed when picking up a wire coil ( #628 )
2020-02-08 11:27:18 +01:00
Pieter-Jan Briers
411c23c46e
Item status!
2020-01-09 00:28:04 +01:00
Acruid
b44ca8df8d
Renamed GridCoordinates.Nullspace to GridCoordinates.InvalidGrid, because it has nothing to do with Nullspace anymore.
2019-12-29 18:12:56 -08:00
L.E.D
9cfa0d447a
Stack popups ( #470 )
...
* stack popups
* Update Content.Server/GameObjects/Components/Stack/StackComponent.cs
Co-Authored-By: Pieter-Jan Briers <pieterjan.briers@gmail.com >
* change wording
2019-11-26 20:17:28 +01:00
Ephememory
d63c879404
Crowbar floor tiles and placement ( #429 )
...
* Adds tile removing behavior to CrowbarComponent.
Add FloorTileItemComponent.
Add genhit.ogg
Add tile.png for testing
* fixes
* Gives ContentTileDefinition a default value for tile item to drop.
Adds a few more tileitems.
* Changes per review request
* move stack.use and if statement
2019-11-23 22:10:05 +01:00
Pieter-Jan Briers
fd109436e5
Localize & fancify all the examine tooltips with markup.
2019-10-13 22:49:07 +02:00
Pieter-Jan Briers
ee029de5e7
Allow stack component count to be VV'd.
2019-08-25 15:07:26 +02:00
Pieter-Jan Briers
ceb8cc8421
Use automatic component registration.
2019-07-31 15:07:54 +02:00
Silver
a18692bc46
Rename toolbox references from ss14 to robust
2019-04-15 21:11:38 -06:00
Pieter-Jan Briers
c283634efb
Make examine use tooltips. ( #189 )
...
FANCY.
2019-04-09 17:33:53 +02:00
PrPleGoo
ee7a29326d
AttackBy with an EventArg object for a parameter
2019-04-05 19:22:38 +02:00
Víctor Aguilera Puerto
62eb7db0c7
Adds Ointment and Brutepack. ( #150 )
...
* Add Ointment and Brutepack to StackType
* Add Ointment and Brutepack sprites
* HealingComponent now works correctly with StackComponent
* Adds Ointment and Brutepack prototypes
* Adds Ointment and Brutepack to stationstation
2019-03-22 15:03:29 +01:00
PJB3005
1dabe49234
VV support.
2018-09-09 15:34:43 +02:00
Pieter-Jan Briers
d7074bf74f
Construction System. ( #87 )
...
* Construction WiP
* Construction kinda works!
* Lots more construction work.
* It mostly works!
2018-08-02 08:29:55 +02:00