Saphire Lattice
1e7a3ff191
Fix morgue picking up pipes ( #5045 )
2021-10-27 23:09:10 -07:00
Visne
c67160ae19
Disable warnings that would be refactored anyway ( #5047 )
2021-10-27 18:10:40 +02:00
20kdc
60b3ff59cf
Fix morgue rotation by using more EntityCoordinates ( #5041 )
2021-10-27 12:23:44 +11:00
metalgearsloth
2f3914e01e
Use Uid for standingstate methods ( #4856 )
2021-10-13 09:58:18 +02:00
Vera Aguilera Puerto
0767bd3777
Popup ECS Refactor ( #4692 )
2021-09-26 15:18:45 +02:00
ShadowCommander
a1db43ab34
Merge branch 'master' into replace-sounds-with-sound-specifier
2021-08-10 15:05:49 -07:00
Paul Ritter
d14b82a1e6
fixes morgue (almost) ( #4375 )
...
* fixes morgue (almost)
* yes
Co-authored-by: Paul <ritter.paul1+git@googlemail.com >
2021-08-01 14:13:46 +10:00
Galactic Chimp
57016d14b4
removed TryGetSound + made some SoundSpecifier datafields required
2021-07-31 19:52:33 +02:00
Galactic Chimp
f531c65a0b
Merge branch 'master' into replace-sounds-with-sound-specifier
...
# Conflicts:
# Content.Server/Actions/Actions/DisarmAction.cs
# Content.Server/Actions/Actions/ScreamAction.cs
# Content.Server/Arcade/Components/SpaceVillainArcadeComponent.cs
# Content.Server/Damage/Components/DamageOnHighSpeedImpactComponent.cs
# Content.Server/Explosion/Components/FlashExplosiveComponent.cs
# Content.Server/Physics/Controllers/MoverController.cs
# Content.Server/Portal/Components/PortalComponent.cs
# Content.Server/Portal/Components/TeleporterComponent.cs
# Content.Server/Projectiles/Components/ProjectileComponent.cs
# Content.Server/Singularity/Components/EmitterComponent.cs
# Content.Server/Sound/EmitSoundSystem.cs
# Content.Server/Stunnable/Components/StunbatonComponent.cs
# Content.Server/Tools/Components/MultitoolComponent.cs
# Content.Server/Weapon/Ranged/Barrels/Components/ServerBatteryBarrelComponent.cs
# Content.Shared/Gravity/GravityComponent.cs
# Content.Shared/Light/Component/SharedExpendableLightComponent.cs
# Content.Shared/Maps/ContentTileDefinition.cs
# Content.Shared/Slippery/SlipperyComponent.cs
# Content.Shared/Standing/StandingStateComponent.cs
# Resources/Prototypes/Entities/Objects/Fun/bike_horn.yml
2021-07-25 14:12:00 +02:00
Visne
b7dc3c81ae
Remove redundant #nullable enable ( #4275 )
2021-07-16 17:37:09 -07:00
Galactic Chimp
ce3c59e0e6
replacing sound (collection) names with SoundSpecifier - part 1
2021-07-10 17:35:33 +02:00
metalgearsloth
50cc526ebd
Refactor standing to be ECS ( #4142 )
...
* Refactor standing to be ECS
E C S B A B Y
* DONE
* FIX IT FIX IT FIX IT
* IsDown event
* Change to methods
* Fixes
* Address some reviews
* Last of the Mohicans
* Final fixes
* Fix tests
2021-06-27 19:02:46 +10:00
Galactic Chimp
769daedaa9
#1607 deprecate IEntityQuery ( #4204 )
...
* #1607 partial progress
* #1607 partial progress
* #1607 almost done
* #1607 PR suggestions
* #1607 PR suggestions
* #1607 PR suggestions
* #1607 PR tweak
* #1607 PR tweak
* #1607 removed unused namespaces
* #1607 PR tweak
* Fix jank
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com >
2021-06-27 13:40:03 +10:00
Galactic Chimp
392b820796
Removed old Loc.GetString() use instances ( #4155 )
...
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com >
2021-06-21 02:13:54 +02:00
Acruid
15fb554c28
Engine Entity Anchoring Changes ( #4195 )
...
* Converted all SnapGridPositionChangedEvent subscriptions to AnchorStateChangedEvent.
* Fixes power tests with new anchored requirements.
* Moved AnchorableComponent into construction.
AnchorableComponent now uses Transform.Anchored.
* Fixed bug with nodes, power works again.
* Adds lifetime stages to Component.
* Update Engine to v0.4.70.
2021-06-19 19:41:26 -07:00
DrSmugleaf
69969bbdc6
Remove IBody, IBodyPart, IMechanism and IMechanismBehavior ( #4187 )
...
* Remove IBody, IBodyPart, IMechanism and IMechanismBehavior interfaces
* Summary cleanup
2021-06-17 00:44:38 +10:00
DrSmugleaf
f878f353e4
Move some files out of Content.Shared root because I forgot ( #4182 )
2021-06-13 22:52:40 +10:00
DrSmugleaf
ff1a2d97ea
Re-organize all projects ( #4166 )
2021-06-09 22:19:39 +02:00