Commit Graph

36638 Commits

Author SHA1 Message Date
Flareguy c88a6e5514 Add hivebots (#37275)
Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
Co-authored-by: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com>
2025-05-18 17:45:35 +01:00
SlamBamActionman dd6f037236 Add support for rotatable tiles in map renderer (#37342)
* Initial commit

* Fixyfixfix
2025-05-18 17:41:48 +01:00
Velcroboy bfd0d2633c Changes suffix for always powered handhelds for clarity (#37395)
* Changes suffix for always powered handhelds for clarity

* null->full

* Aha

---------

Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
2025-05-18 17:41:10 +01:00
metalgearsloth b94173d5ef HOTFIX: Fix camera auto-orienting (#37437)
* Fix camera auto-orienting

* Optimise
2025-05-18 17:40:55 +01:00
Kyle Tyo 68f8b81677 MapManager warning cleanup client edition (#36766)
* Update ExplosionOverlaySystem.cs

* noting here that this may be reverted.

Not sure why transform sys is attached like this.

* Noting that this may be reverted.

* rapid fire spit spit spit spit spit

* last one on the client.

* Update SpawnExplosionWindow.xaml.cs

* Update ParallaxOverlay.cs

* wweeeeebbbbbbbbbbbbbbbbbbbbbbbbb edit

* requested changes.

* Update Content.Client/Shuttles/UI/ShuttleMapControl.xaml.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Content.Client/Shuttles/UI/ShuttleMapControl.xaml.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Content.Client/Parallax/ParallaxSystem.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Content.Client/Parallax/ParallaxSystem.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Content.Client/Parallax/ParallaxOverlay.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Content.Client/Parallax/BiomeDebugOverlay.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Content.Client/Overlays/StencilOverlay.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Content.Client/Parallax/BiomeDebugOverlay.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Content.Client/Atmos/Overlays/GasTileOverlay.cs

* Update Content.Client/Administration/UI/SpawnExplosion/SpawnExplosionWindow.xaml.cs

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-05-18 17:40:26 +01:00
Kyle Tyo 014b765d2a MapManager warning cleanup shared edition (#36795)
* cleanup and reworking

* one of these days I'll merge a conflict without breaking shit.

* Update Content.Shared/Shuttles/Systems/SharedShuttleSystem.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* Update Content.Shared/Tabletop/SharedTabletopSystem.cs

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>

* I'm gonna send this but... I'll be honest, I dunno what it does.

* fix coordinates

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-05-18 17:40:26 +01:00
PJBot 6d6d513c44 Automatic changelog update 2025-05-18 17:40:26 +01:00
Archee cd1c3b27bf Bikehorn Retextures (#37413)
* Bananium Horn .rsi

* Bike Horn .rsi

* Cluwne Horn .rsi

* Gold Bike Horn .rsi

* Push Horn .rsi

* Bike horn (Instrument) .rsi

* better inhand sprite for pushhorn

* Revert "Push Horn .rsi"

This reverts commit 243b3662c6bd23abad331658eb2c75b5c9183d1d.

* rsi meta attributions

* slight tweak to the golden honkers colour and energy

* adds back castShadows false

* position corrections for inhand and belt for bananium

* inhand corrections for bikehorn inhands and belt

* inhand corrections for cluwnehorn

* inhand corrections for goldbikehorn

* inhand corrections for bike_horn (instrument)

* adds 'far-side held' sprites, bikehorn

* adds 'far-side held' sprites, bikehorn(instrument)

* bikehorn belt, i made the horn cone a shade too dark whoops

* adds 'far-side held' sprites, goldbikehorn

* adds 'far-side held' sprites, cluwnehorn

* adds 'far-side held' sprites, bananiumhorn

* cluwnehorn belt, same change as bikehorn belt earlier
2025-05-18 17:40:26 +01:00
Tayrtahn 31396afc42 Cleanup warnings in `AtmosAlarmableVisualsSystem` (#37459)
Cleanup warnings in AtmosAlarmableVisualsSystem
2025-05-18 17:40:26 +01:00
Tayrtahn 13ddd84dad Cleanup warnings in `RgbLightControllerSystem` (#37458)
Cleanup warnings in RgbLightControllerSystem
2025-05-18 17:40:25 +01:00
PJBot 6974bd3739 Automatic changelog update 2025-05-18 17:40:25 +01:00
IProduceWidgets 6fa7213482 More wizard names (#36437)
* Wizard names

* readd any dropped names.

* haha funny number

* update dataset counts!
2025-05-18 17:40:25 +01:00
PJBot d6c6825e04 Automatic changelog update 2025-05-18 17:40:25 +01:00
qwerltaz e694825d85 air alarm panic wire snipping forces panic mode (#36439)
* air alarm panic wire snipping forces panic mode

* document

* ForcedMode is datafield

* switch to bool flag

* lock button when panic wire cut

* prevent manually individually changing scrubbers from siphon when panic wire is cut

* failure alert when wire snipped

* is Control

* remove double horizontalExpand

* Update Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs

* Update Content.Server/Atmos/Monitor/Systems/AirAlarmSystem.cs

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-05-18 17:40:25 +01:00
Tayrtahn b41b9337b0 Cleanup warnings in `BorgSystem` (#37456)
Cleanup warnings in BorgSystem
2025-05-18 17:40:05 +01:00
Tayrtahn 72d7ac4086 Cleanup warnings in `EmitterSystem` (#37455)
Cleanup warnings in EmitterSystem
2025-05-18 17:40:05 +01:00
Tayrtahn 9b0965832a Cleanup warnings in `VendingMachineSystem` (#37454)
Cleanup warnings in VendingMachineSystem
2025-05-18 17:40:05 +01:00
PJBot ca6b042249 Automatic changelog update 2025-05-18 17:40:05 +01:00
LaCumbiaDelCoronavirus b44c6cd050 Change balancing of atmos gas tank bombs (#36780)
* i will put functionality in salt later

* la

* to 10
2025-05-18 17:39:57 +01:00
PJBot e480387347 Automatic changelog update 2025-05-18 17:39:12 +01:00
MisterImp b28baefcd8 New food recipe: Draco (dragon taco) (#37212)
* Added draco (dragon taco)

* Update Resources/Prototypes/Entities/Objects/Consumable/Food/taco.yml

* fix whitespace

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2025-05-18 17:39:12 +01:00
PJBot 1a318edf91 Automatic changelog update 2025-05-18 17:39:12 +01:00
metalgearsloth 886b54e6d6 Predict gas valves (#33836)
* Predict gas valves

* wawawewa

* Fix imports before I get yelled at

* soff
2025-05-18 17:39:12 +01:00
PJBot 438c61e8fa Automatic changelog update 2025-05-18 17:39:12 +01:00
LevitatingTree 4ad021d85b Tweak ND pin names and descriptions (#37416)
* Edit item names and descriptions

* Description tweak

---------

Co-authored-by: LevitatingTree <None>
2025-05-18 17:39:12 +01:00
Tayrtahn 247334bf72 Cleanup warnings in `AtmosPipeAppearanceSystem` (#37449)
* Cleanup warnings in AtmosPipeAppearanceSystem

* Another enum
2025-05-18 17:39:12 +01:00
PJBot f4bb084881 Automatic changelog update 2025-05-18 17:39:12 +01:00
ToastEnjoyer 9f24e11773 Replaced high value target contraband on ID board and comms boards to command restricted. (#37452)
Update computer.yml
2025-05-18 17:39:12 +01:00
Tayrtahn e8e4fc15db Cleanup warnings in `ClientInnerBodySystem` (#37450)
* Cleanup warnings in ClientInnerBodySystem

* Apply suggested simplification
2025-05-18 17:39:12 +01:00
Tayrtahn 077eae3a86 Cleanup warnings in `HumanoidAppearanceSystem` (#37381)
* Cleanup warnings in HumanoidAppearanceSystem

* entity -> entity.Owner

* Revert LayerMapReserve logic

* Try again without requires
2025-05-18 17:39:11 +01:00
Tayrtahn c76aeb6111 Cleanup warnings in `KillSignSystem` (#37451)
Cleanup warnings in KillSignSystem
2025-05-18 17:38:25 +01:00
Tayrtahn ee877ebfbe Cleanup warnings in `ConstructionSystem` (#37447)
Cleanup warnings in ConstructionSystem
2025-05-18 17:38:05 +01:00
metalgearsloth aab03d7b76 Fix typingindicator doing a naughty (#37438)
How this wasn't caught before but raisepredictiveevent should never get raised when re-running states.
2025-05-18 17:37:58 +01:00
PJBot 47574a71b5 Automatic changelog update 2025-05-18 17:37:57 +01:00
Qerd fdd28640f8 Prediction of Acquistion Slip error message (#37442)
* Fix to repeated error messages writing on slip

* Changing from Predicted to Client.
2025-05-18 17:37:57 +01:00
PJBot 71ca657d9f Automatic changelog update 2025-05-18 17:37:57 +01:00
Hitlinemoss 906b114f62 Removed the emergency crowbar from the chef's closet (#37403)
* removed emergency crowbar from chef's closet

* removed emergency crowbar and spray bottle from chef's closet

* removed emergency crowbar from chef's closet
2025-05-18 17:37:57 +01:00
PJBot 8726e7d69f Automatic changelog update 2025-05-18 17:37:57 +01:00
Qerd 3b4b8e91d6 Acquisition Slips fitting in folders and clipboards (#37439)
* Acquisition Slips in folders and clipboards

* Adding Paper tag to slips

* No more repeated error messages on write attempt on slips

* Update PaperSystem.cs

Didn't mean to change this in this pr.
2025-05-18 17:37:57 +01:00
Tayrtahn cd62fda859 Cleanup warnings in `DamageStateVisualizerSystem` (#37435)
Cleanup warnings in DamageStateVisualizerSystem
2025-05-18 17:37:56 +01:00
Tayrtahn e61dd24fcc Cleanup warnings in `AirlockSystem` (#37434)
Cleanup warnings in AirlockSystem
2025-05-18 17:37:56 +01:00
Tayrtahn 47136bded5 Cleanup warnings in `CryoPodSystem` (#37433)
Cleanup warnings in CryoPodSystem
2025-05-18 17:37:56 +01:00
Tayrtahn 491227fe8c Cleanup warnings in `ClientFoodSequenceSystem` (#37431)
Cleanup warnings in ClientFoodSequenceSystem
2025-05-18 17:37:56 +01:00
Tayrtahn 10ebb4ec45 Cleanup warnings in `RevenantSystem` (#37430)
Cleanup warnings in RevenantSystem
2025-05-18 17:37:56 +01:00
Tayrtahn d20c58f9e7 Cleanup warnings in `AnomalySystem` (#37429)
Cleanup warnings in AnomalySystem
2025-05-18 17:37:56 +01:00
Tayrtahn 89ffd51c18 Cleanup warnings in `TypingIndicatorVisualizerSystem` (#37427)
Cleanup warnings in TypingIndicatorVisualizerSystem
2025-05-18 17:37:56 +01:00
Tayrtahn ae7d2f3ea5 Cleanup warnings in `HolopadSystem` (#37421)
* Cleanup warnings in HolopadSystem

* Fix reversed order of CopySprite parameters
2025-05-18 17:37:56 +01:00
Tayrtahn aa5e04aa92 Cleanup warnings in `RandomArtifactSpriteSystem` (#37418)
Cleanup warnings in RandomArtifactSpriteSystem
2025-05-18 17:37:18 +01:00
Archee 7a047951da Red Candle state fix (#37423)
fixed
2025-05-18 17:37:11 +01:00
PJBot a33364596a Automatic changelog update 2025-05-18 17:36:48 +01:00