Saphire Lattice
fdf67d8ee6
Fix containment fields finding one another ( #5094 )
2021-10-31 14:39:36 +01:00
Leon Friedrich
5dd73ff6e0
Fix emitter lock toggle ( #5066 )
2021-10-28 13:29:19 +02:00
Vera Aguilera Puerto
dad471562d
Singularity plays collapsing sound on shutdown, not on remove.
2021-10-23 10:49:59 +02:00
Alex Evgrashin
a3f16295ea
Move Access to ECS ( #4826 )
...
* Moved access to ecs
* Fixed tests
* Moved test to integration
* Better IoC
* Moved preset ID card
* Moved id card to ECS
* Moved access component to ECS
* Fixed pda access
* Final touches
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2021-10-22 13:31:07 +11:00
metalgearsloth
f0f7cd0e76
Update content for physics query namespace change ( #4701 )
2021-10-10 14:18:19 +11:00
Vera Aguilera Puerto
0be5ff829b
Gets rid of all ComponentManager usages. ( #4707 )
2021-09-28 13:35:29 +02:00
Vera Aguilera Puerto
0767bd3777
Popup ECS Refactor ( #4692 )
2021-09-26 15:18:45 +02:00
metalgearsloth
a8908427a8
Remove some unused fields
2021-09-21 00:16:52 +10:00
metalgearsloth
0137884e16
Take TryRepell behind the shed ( #4584 )
...
Singularity containment uses physics and just workstm
2021-09-10 15:26:38 +02:00
Swept
c00e82462b
Tweaks ambient sound values and improves some existing sounds ( #4576 )
...
* Updates singularity to use AmbientSound
* Removed hum from light tubes and tweaked vending/bulb ambience
* Adds more explosion sound effects
* Moves closet open/close.ogg and adds wooden closet sound effect
* Updates flashlight on/off sound
* Adds HL Scientist scream collection
* Tweaks APC Ambience
* Minor oversight on det locker
* Addressed reviews
2021-09-10 11:31:54 +10:00
metalgearsloth
f472bbab88
Singularity fixes ( #4383 )
...
* Singularity fixes
* Fix the rest
* Woops
* ahh
* Nerf singulo for now
* Final touchups for now
* Review
2021-08-23 00:54:03 +10:00
ShadowCommander
26ebcb4cb8
Fix gas canister
2021-08-10 16:55:12 -07:00
ShadowCommander
0c09d4d7e2
Fix stuff
2021-08-10 16:18:57 -07: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
Paul Ritter
c95edae7b1
emitter ecs & bugfixes ( #4348 )
...
* a
* finished emitter ecs
Co-authored-by: Paul <ritter.paul1+git@googlemail.com >
2021-07-24 21:42:05 +10:00
metalgearsloth
39801372be
Remove IStartCollide from containment fields ( #4318 )
...
* Remove IStartCollide from containment fields
* Emitter namespace
* vera reviews
2021-07-21 22:26:18 +10:00
metalgearsloth
500b9cb1ea
Make Saltern driveable ( #4257 )
...
* Broadphase refactor (content)
* Shuttle jank
* Fixes
* Testing jank
* Features and things
* Balance stuffsies
* AHHHHHHHHHHHHHHHH
* Mass and stuff working
* Fix drops
* Another balance pass
* Balance AGEN
* Add in stuff for rotating shuttles for debugging
* Nothing to see here
* Testbed stuffsies
* Fix some tests
* Fixen test
* Try fixing map
* Shuttle movement balance pass
* lasaggne
* Basic Helmsman console working
* Slight docking cleanup
* Helmsman requires power
* Basic shuttle test
* Stuff
* Fix computations
* Add shuttle console to saltern
* Rename helmsman to shuttleconsole
* Final stretch
* More tweaks
* Fix piloting prediction for now.
2021-07-21 21:15:12 +10:00
metalgearsloth
224bd9849b
Remove IStartCollide from singulo ( #4313 )
...
I accidentally glanced at the rest of singulo code and went blind.
2021-07-21 12:33:22 +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
Pieter-Jan Briers
103bc19508
Pow3r: stage 1 ( #4208 )
...
Co-authored-by: 20kdc <asdd2808@gmail.com >
2021-07-04 18:11:52 +02: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
DrSmugleaf
716bee0746
Remove IClientSingularityInstance, move visual effects to SingularityDistortionComponent ( #4194 )
...
* Remove IClientSingularityInstance
* In and out 5 minute refactor
* Component states for singularity distortion
* Fix distortion states
* Address reviews
2021-06-24 12:48:11 +10: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
e44663e99f
Remove obsolete system event unsubscriptions ( #4190 )
2021-06-16 23:54:00 +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