DrSmugleaf
8a27a5322a
Replace pragma warning 649 disable/restore with default!
2020-08-24 14:10:28 +02:00
Acruid
a772b505ac
IComponentManager API changes.
2020-07-29 15:49:44 -07:00
Tyler Young
27aefeb35d
fis crap w/ grids being deleted while component events still ref
2020-06-22 21:02:50 -04:00
Pieter-Jan Briers
dcd8070a08
Adds command to show wires.
2020-04-20 09:45:45 +02:00
Acruid
ee6eec9c40
SubscribeEvent() has been split into SubscribeNetworkEvent() and SubscribeLocalEvent() methods on EntitySystem.
...
Most methods on EntityEventBus now require callers to specify the source (Local or Network) of the events.
2020-02-19 17:08:59 -08:00
Acruid
e719745b10
Removed the Sender object from events. If you needed this field, add it to the event class.
2020-02-19 14:39:00 -08:00
Acruid
cbea6bf41f
The SubFloorHideComponent can now be properly started/stopped. Previously this did nothing.
2019-09-19 11:43:46 -07:00
Acruid
25b50ebb27
Changed some function names on IMapGrid.
...
UnitTesting project is now filtered out of the code coverage.
2019-04-28 22:08:27 -07:00
Acruid
d3daa83b82
Map System Code Refactor ( #204 )
...
* Removes static `IoCManager` service locator calls from `Robust.Shared.Map` namespace.
* Misc code cleanup and filling out doc comments for Map classes.
* Added Union and Intersect methods to Box2.
* Any touched component was converted from static IoC calls to field injection.
Sibling PR to https://github.com/space-wizards/RobustToolbox/pull/796 .
2019-04-21 01:20:18 +02:00
Silver
a18692bc46
Rename toolbox references from ss14 to robust
2019-04-15 21:11:38 -06:00
Pieter-Jan Briers
9f3f09871e
Wires are now actually hidden by floor tiles. ( #181 )
2019-04-04 15:09:06 +02:00