Swept
ae54ad188e
Changes most uses of Color.Green to Color.LimeGreen for better visuals ( #4666 )
2021-09-20 21:50:02 -07:00
Vera Aguilera Puerto
f1490f4d85
Cleanup microwave and ExpendableLight sound stop code.
...
Now this doesn't throw anymore, so no need to try catch it.
2021-09-20 11:25:12 +02:00
Pieter-Jan Briers
a3fc00dc29
Change some data definitions to not do IoC resolve in their constructors.
2021-09-01 13:23:52 +02:00
metalgearsloth
df7d6c4d90
PoweredLight uses PointLights for appearance ( #4540 )
...
* PoweredLight uses PointLights for appearance
Previously this just set PointLightComponent data via the visualizer which lead to desyncs in the data between client and server. If the server pointlight was dirtied at any point then the pointlight data set via appearance visualizers was bulldozed.
* Address review
2021-08-31 18:45:02 +10:00
Alex Evgrashin
4c873e53f2
Refactor ghost boo to ECS ( #4511 )
...
* Moved ghost boo to ecs
* Fixed small light exception
* No need to inject EM
* Moved cooldown and time to fields
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com >
2021-08-31 18:33:55 +10:00
ShadowCommander
b8e6a996d4
Fix missing sounds ( #4466 )
...
* Fix missing sounds
* Make SoundHitSpecies fallback to SoundHit
* Fix crayon YAML
* Update PlaySoundBehavior YAML
* Fix required
2021-08-13 21:31:37 -07:00
Galactic Chimp
57016d14b4
removed TryGetSound + made some SoundSpecifier datafields required
2021-07-31 19:52:33 +02:00
Galactic Chimp
b2e40d540f
Inserted SoundSpecifier where appropiate
2021-07-31 15:17:16 +02:00
Vera Aguilera Puerto
dc18997bf8
Removes LoopingSoundComponent. ( #4396 )
...
I'm sorry.
2021-07-31 12:41:59 +02:00
Visne
bf493c39b7
Replace most VBox/HBoxContainers with BoxContainers ( #4274 )
2021-07-18 18:39:31 +02:00
Visne
b7dc3c81ae
Remove redundant #nullable enable ( #4275 )
2021-07-16 17:37:09 -07:00
Pieter-Jan Briers
103bc19508
Pow3r: stage 1 ( #4208 )
...
Co-authored-by: 20kdc <asdd2808@gmail.com >
2021-07-04 18:11:52 +02:00
DrSmugleaf
ff1a2d97ea
Re-organize all projects ( #4166 )
2021-06-09 22:19:39 +02:00