41743 Commits

Author SHA1 Message Date
PJBot 7b23dc68d1 Automatic changelog update 2026-05-27 09:28:49 +00:00
ProPeperos 5cf539b4af Marathon - Atmos and tweaks (#44098) 2026-05-27 09:02:10 +00:00
PJBot 8592055d59 Automatic changelog update 2026-05-27 09:05:45 +00:00
PJBot 1e3cef0f9d Automatic changelog update 2026-05-27 09:04:36 +00:00
Lilith Ashley Nyx Arson e9ee47f74c Fix DamageVisuals not working on walls (#44116)
Update DamageVisualsSystem.cs

Fixes bug where the damage overlay is always bottom in the sprite order
2026-05-27 08:46:30 +00:00
ProPeperos 13bc20e1ed Box - Atmos changes (#44011)
* Box - Atmos changes

* unachored tesla devices

* empty

---------

Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
2026-05-27 08:42:47 +00:00
exo4ka 6792c22f42 small map fix 27.05.2026 (#3609) 2026-05-27 15:36:47 +07:00
exo4ka 8ce447cd81 26.05.2026 paper update (#3607) 2026-05-27 15:35:45 +07:00
ProPeperos d75e8fb9df Centcomm - atmos and belt fixes (#44105) 2026-05-27 08:20:20 +00:00
ProPeperos 159b9a71b4 Oasis - small Atmos and fixes (#44109) 2026-05-27 08:15:28 +00:00
Whatstone 5df00f7133 Fix the ian toy sound (#44108)
Return the ian toy sound
2026-05-27 05:29:58 +00:00
PJBot 4187a4f022 Automatic changelog update 2026-05-27 05:19:44 +00:00
Chris V. 15d3647a31 Fix powered devices reporting as powered when Load is 0 (#43879)
* fix powered devices reporting as powered when Load is 0

* add small power load and draw to reagent grinder

* add small power load and draw for centrifuge and electro...thingy

* remove unhelpful comment

* clean up to make things more clear

* cleanup code for readability, maintaining current functionality
2026-05-27 05:00:36 +00:00
PJBot a2d559c52c Automatic changelog update 2026-05-27 04:56:24 +00:00
chromiumboy 2ca5d9d81a Disposals refactor (#40540)
* Initial commit

* Added pods

* Transit tubes should no longer connect with disposal pipes

* Updated the transit tube sprites

* Revisited how the transit tubes work

* Fixing merge conflict

* Updated sprites

* Simplified disposal component collections and updated yaml

* Moved the majority of the disposals code to Shared

* Move disposed ents via physics

* Disposal unit now use generic visualizers

* Followers of disposed entities have predicted movement

* Made BeingDisposedSystem shared

* Added documentation for some components

* Code clean up

* Removed unneeded container entries, tubes use directions instead of angles

* Many EntityUid/Comp -> Entity<Comp> changes

* Updated DisposableSystem

* Review of DisposalTubeSystem

* Review of DisposalUnitSystem

* Review of DisposalSignalRouterSystem

* Unit updates

* Fixing merge conflict

* Merge conflict resolved

* Re-organization of systems and components

* Allow trapped entities to escape endless loops

* Fix for item ejection

* UI updates

* Minor tweak

* Fixes for transit tubes

* Removed placeholder sprite

* Removed transit tubes (for now)

* Moved exit stun time to DisposalHolderComponent

* Added a limit on the amount of damage that can sustained from disposals travel

* Fix for PVS-related sound issues

* Added a limit on the number of entities that can be inserted into units

* Clean up

* Undid file scoping

* Fixed test fail

* Fixed test fail

* Increased min default capacity of disposal units

* Fixed audio spam occurring when dumping multiple items into a disposal unit

* Tile prying now occurs whenever exiting an open pipe

* Prevent attacking and interactions while traveling through disposals

* Added generic verbs for entering/exiting disposal units

* Fixed UI prediction bug

* Bug fixes

* Small improvements

* Moved the disposal holder prototype from the disposal entry to the unit

* Minor clean up

* Added support for a disposal holder despawn effect

* Added prediction guard

* Test fail fix

* Re-added new escape behavior

* Removed outdated PVS code

* Clean up

* More escape behavior changes

* More clean up

* Updated exit selection logic

* Bug fix

* More clean up

* Split up disposal unit code

* Cleaned up disposal units some more

* Adjusted exit throw distance

* Capitalized disposal and mailing unit window titles

* Bug fixes

* Taggers and routers show existing tags when the UI opens

* Fixed test fail

* test fail fix

* Minor performance improvement

* Minor improvement in pathing

* merge conflicts

* Fix heisentest

* Fixed mispredict

* Updated system referencing conventions

* Updated to account for changes made to the code

* Attempting to fix submodule issue

* Addressing test fails

* Additional fixes for tests

* Addressing reviewer comments

* Cleaned up exit randomization

* T-ray can see disposal pipes when in 'pipe' mode

* Fix for flush animation flickering

* mild thing

* fix both

---------

Co-authored-by: Princess Cheeseballs <66055347+Pronana@users.noreply.github.com>
2026-05-27 04:38:03 +00:00
PJBot 54edbe6032 Automatic changelog update 2026-05-26 23:40:00 +00:00
Baa 463a5772f1 Sheep v2 (#38505)
* Adds sheep
Ported from TG.

* Expands the wooly system to allow wooly creatures to be sheared.
Shearing creates cotton, with a ratio to match the nutritional value of the fibre reagent.
Look, there's no wool item and I don't want to add them, they're generically modified space sheep that grow cotton, what do you want from me??

* Add shears icon

* Switch to better icon

* Decouple shearing system from wooly system.

* Add cutting quality to barber scissors.
Means they can now shear animals and cut wires.

* Add toggled wool to sheep

* Move wooly layer handling to wooly system.
Otherwise it wouldn't account for wooly mobs that can't be sheared, which I think would be a problem.

* Fix incorrect message when there's not enough solution to shear off, but there's more than 0.

* Add shearing on left-click.

* Add dead wool sprite
Unused for now

* I installed a formatter teehee

* Disable wooly layer when the mob dies.

* No need to check life state at two places.

* Moving to shared for prediction or something

* Completes transition to shared, adds some more comments.

* Switch to SharedSolutionContainer to fix merge conflict?

* Fix accidental paste.

* Moved sheep spawner into animals.yml

* Move shearable system to Animals (plural)

* Switch visuals layer to new ToggleableVisuals

* Fixes serialization error.
Solution should not have been a DataField.
Also fixes a typo.

* Re-arrange a little for clarity.

* Resolve serialisation error, better formatting and sheep default to having 25 wool.

* Added space sheep. Sprite by Aleksh, comissioned by Baa.

* Make Jetpack fields modifiable.
Useful for adding jetpack effects to mobs

* Space sheep now fly, glow and produce jetpack effects

* Clarifying one comment and removing an un-used value.

* Remove unused space sheep sprite.

* Remove unused sprite and add space sheep dead.

* SpaceSheep inherits from sheep instead of duplicating yaml

* Re-arrange and rename sprites for consistency and clarity.
And also add a space sheep spawner.

* Add an optional description addon for the shearable component.

* Move all shearable system into shared.
No longer spawns stacks of things and doesn't require stackable objects to be defined.

* Add rainbow sheep and sheep base.
Inheriting the parent of sheep was breaking spacesheep so now they all inherit from this sort of sub-sheep thing.

* Sheep plushies, sprites pending.

* Sheep plushies
Please don't eat them ;q;

* Rainbow Sheep spawner

* BAAAAA

* Working shearable layer.

* Remove ShearableVisualsComponent, move details into ShearableComponent

* Update license definition.
I'm just saying, the website says it has no dashes.

* Re-use pre-existing mobstate enum instead of re-writing it.

* Remove unused return enum

* Clean up ShearableSystem and fix calculation bug.

* Trim silence from sheep SFX and add reverbed space sheep versions
Space Sheep now generate Durathread and use new shearable layer.

* I don't like the word floofy

* Sheep crates and wooly spawner

* Rename "sheared" to "shearable" because it didnt' make sense.

* Remove extra space

* Fix YAML errors.

* Sheep base should be abstract

* Remove ActiveJetpack from spacesheep (crying)

* Set SpaceSheep price to 600

* Revert Active Jetpack changes.

* Fix every file ending

* Revert changes to WoolySystem
No need to cause additional merge conflicts

* Missed a line

* Missed another line

* Fix tool selection so null actually works for no tools.
Also uses object instead of string.
Same for shearing strings.

* Requested formatting changes, plus some comment fixes.

* Remove extra spaces

* Make shearing icon customisable

* Slightly dither spawned items for exciting fun
This implementation works flawlessly without any issues and it's even predicted.

* No longer spawns in walls

* Space Sheep now grow two dura-thread every 2 minutes.

* The REST of the requested changes ❤️

* Make the shearing verb customisable.
It's used in some strings, or might be one day.

* Bunch of requested changes, also adds popup when wrong tool used.
But i'll probably end up removing it because it happens for other clicks, like feeding the sheep.

* Remove weird solution entity caching and instead return it from CheckShear.

* Requested changes.

* Used proper random spawning prediction.
Thanks to #39661

* Requested changes
Fixed param name shearingSolutionEnt.
Removed unused popup line, leave comment.
Verb is now always added but disabled when appropriate. TODO look into weird butcher verb.

* Re-arrange AddShearVerb a bit to remove a redundant null check.

* Remove uneeded check.

* Switch from TryIndex to Index when checking ToolQuality

* Make shearable markup text nullable and null by default.

* Switch MaximumProductsSpawned to int

* Revert woolyComponent changes.
I've decided it's out-of-scope and I don't want to cause mergeconflicts with any pending changes to wooly.

* One more change removed.

* Add newline

* Switch to FixedPoint2.Min and re-do shearing forumula documentation.

* Make shearable spawn offset configurable.

* Fix everything wrong with shearingSolutionToRemove
It was calculated twice.
One of the calculations just didn't work.
The comment was mostly right but I clarrified some parts and also made sure it was correct.
How confident am I? If I was advising stock trading I would call this description "Financial Advice" and then collect a large paycheck.

* Add overload functions for ChearShear and switch to propert ent<T> syntax

* Simplify UpdateShearingLayer calculation
Clarity suggestion.

* Add sheep plushies to fun places.

* Fix missing line end

* Convert CheckShear to return a boolean instead of an enum.

* Add missing documentation.

* Update Food to Edible

* Update random calculations.
Can still be replaced once PredictedRandom is in engine

* Rename CheckShear to CanShear

* Fix sheep being deleted when a moth eats their wool
Fix attempting to shear sheep with all objects.
Add speech verbs and sounds for sheep.

* Use some NotNullWhen statements to a void some additional codies <3
Remove a few other redundant things.

* Add missing emote sounds for sheep.

* Removed unsued shearingSolutionState out var.

* Requested YAML adjustments

* Adjust documentation of CanShear to reduce duplication.

* I missed a comma and it didn't read right

* Suggested simplification of examine function

* New tool quality just for shearing
Add shearing to wirecutters, barber's scissors, cowcutters, and plant clippers (these can all shear sheep).

* Correct ShearedProductId syntax.
Removed an unused variable.

* Rework CanShear() function to reduce number of out vars and overide varients. for simplicity.

* Update to new solutions system <3

* test

* Fix compiler warnings with partial class and readonly dependencies.

* Completely rework shearing algorithm so it makes sense.
The entirety of the previous calculation was borne from my misunderstanding of what FixedPoint2 is and does and how it works.
Now it's simple and actually makes sense.

* Rebalance sheep materials to match the solutions inside the product.

* Yaml fix

* Documentation tweaks

* Fix any item being used to shear sheep.
I don't know why that was false

* Switch to Loc.TryGetString, fix warning message name reference, upgrade message to warning severity from debug, add earlier return for shearable checks.

* Make TargetSolutionName a required datafield.

---------

Co-authored-by: Beck Thompson <beck-thompson-kde@outlook.com>
2026-05-26 23:21:13 +00:00
PJBot 7bcdb2932b Automatic changelog update 2026-05-26 21:37:20 +00:00
John 2eb3126dc6 fix medipens spilling when thrown (#44102)
* no longer will medipens spill when thrown

* reparented injectors/sprays to removed spillable component

* hyposprays and jet injectors nolonger spill when thrown.
2026-05-26 21:18:12 +00:00
PJBot 0924363ea2 Automatic changelog update 2026-05-26 20:02:27 +00:00
Hitlinemoss 9262110b25 Give more borg lawsets an emag-law-zero that actually matches the rest of the lawset (#42660)
* Give more borg lawsets an emag-law-zero that actually matches the rest of the lawset

* Alternative robocop

* Xenoborgs now obeysTo 'the Mothership'
2026-05-26 19:43:49 +00:00
KloopRE 7d30f5ce1e Enhance entity deletion test to ignore timed despawn entities (#44077)
* Enhance entity deletion test with extra ticks

* Implement CleanupTransientEntities for test stability

Added CleanupTransientEntities method to handle deletion of transient side-effect entities during tests.

* Add using directive for Robust.Shared.Spawners

* corrections
2026-05-26 17:34:19 +00:00
Tayrtahn ee26556753 Validate FlavorProfileComponent.Flavors (#44090)
* Validate FlavorProfileComponent.Flavors

* No need to skip invalid prototypes now

* Fix misc invalid ids

* Add a FlavorPrototype for cotton

* "tastes like cottons" -> "tastes like cotton"
2026-05-26 16:16:02 +00:00
sleepyyapril 71244bc140 Move Server-side ChatSystem Regions to Partial Classes (#44092)
* chore: move regions to partial classes

* chore: forgot to remove the region
2026-05-26 15:55:06 +00:00
Dmitry 48cdd61d11 minor changes (#3604) 2026-05-26 15:47:32 +07:00
Dmitry b2626ac663 Merge pull request #3605 from DIMMoon1/upstream04.2
Upstream 05
2026-05-26 12:48:54 +07:00
PJBot ae48136b8c Automatic changelog update 2026-05-25 23:54:10 +00:00
Rem b54674464b Space Law Crime List Text Cleanup (#44084)
Corrections.

There are a few spelling mistakes and some text that could use a minor edit.
2026-05-25 23:18:43 +00:00
PJBot 062787e4e0 Automatic changelog update 2026-05-25 23:35:06 +00:00
ArtisticRoomba 68526b8891 Fix incorrect DeltaPressure comparison (#43517) 2026-05-25 16:33:59 -07:00
PJBot f467ca7cdc Automatic changelog update 2026-05-25 23:18:58 +00:00
Connor Huffine f311966b08 Add description text to coordinates modes (#44083)
* Add description text

* Sweeten the switches

* Add symbol for sensors

* Missed an exception doc
2026-05-25 23:00:26 +00:00
PJBot 5ba2894590 Automatic changelog update 2026-05-25 22:10:01 +00:00
piskaczek 5d24d5cbb2 Grilles are no longer rotated. Grilles can no longer be rotated. PART 3! (#44079)
* enjoy lmao

* Okay this time i might actually commit the fix for diagonal grilles

* pray 4 me

* thign
2026-05-25 21:51:05 +00:00
Dmitry 4a2a66b7ec ipc omg pls work 2026-05-26 00:37:58 +07:00
Dmitry 636dd43ca1 ipc test fix 2026-05-25 23:41:03 +07:00
Tayrtahn 1838931fd0 Remove LabelComponent when removing a label (#44022)
* Remove LabelComponent when removing a label

* Use ComponentShutdown for more reliable cleanup

* Comment tweak

* Microfix

* Review
2026-05-25 14:53:57 +00:00
Errant 3b800c0e11 Merge stable into master (#44076)
[Hotfix] Fix MenuButton Missing Negative Style (#44073)

Co-authored-by: Thomas <87614336+Aeshus@users.noreply.github.com>
2026-05-25 12:01:22 +02:00
Thomas 01a925da68 [Hotfix] Fix MenuButton Missing Negative Style (#44073) 2026-05-25 11:36:13 +02:00
PJBot 0cfbe012a7 Automatic changelog update 2026-05-25 00:25:00 +00:00
ThatGuyUSA 00ab35294c [BUGFIX] Shaken sodas now spill again (#44033)
Tiders will rule the halls once again.
2026-05-25 00:05:57 +00:00
Dmitry a8a5312c41 omg... 2026-05-25 06:40:51 +07:00
Dmitry cc71ba262d proto fix 2026-05-25 06:32:29 +07:00
Dmitry 4b2c013a88 RA0051 2026-05-25 06:05:16 +07:00
Dmitry d77fb7b4cc merge origin/master 2026-05-25 05:35:37 +07:00
Dmitry abc933d604 fix? 2026-05-25 05:29:41 +07:00
Dmitry 2fbaf3c347 merge remote wizden/stable 2026-05-25 05:07:45 +07:00
PJBot 0947e7882c Automatic changelog update 2026-05-24 21:44:57 +00:00
Connor Huffine 54d555b917 Mini Gravity Generator requires charging (#44061)
* Starting charge to zero

* Reach starts with gravity

* Revert "Reach starts with gravity"

This reverts commit 49a7e22fc054687b879a5a13562433bc081f19cd.

* Create charged/uncharged prototypes

* Fix formatting

* Change construction

* Review feedback
2026-05-24 21:25:36 +00:00
riccardi48 07efab3976 Remove background box from main menu (#43977)
* Menu Change

* Change v2

* final change

* Format code

---------

Co-authored-by: Thomas (Aeshus) <git@aeshus.com>
2026-05-24 21:18:57 +00:00