Commit Graph

28966 Commits

Author SHA1 Message Date
JIPDawg 00a74b9480 Make small clamp use 2% battery instead of recharging 2% battery. (#32320)
Make small clamp user 2% battery instead of recharge 2% battery.

Co-authored-by: JIPDawg <JIPDawg93@gmail.com>
2024-09-22 02:47:42 +01:00
PJBot 698b03380a Automatic changelog update 2024-09-22 02:47:33 +01:00
PopGamer46 d08ab4a2fa Makes the rat king's cheeseEm order more convenient to use (#32181)
more convenient cheeseem
2024-09-22 02:47:33 +01:00
PJBot 4d09065b7c Automatic changelog update 2024-09-22 02:47:33 +01:00
Plykiya 0f2835d950 Removes cockroach/mothroach melee damage (#32221)
no more cockroach and mothroach damage
2024-09-22 02:47:33 +01:00
PJBot b1b1c00f1a Automatic changelog update 2024-09-22 02:47:33 +01:00
PJBot 3bea6d3b86 Automatic changelog update 2024-09-22 02:47:17 +01:00
Plykiya 980e041293 Allows you to buckle transfer person from bed to bed (#32089)
* unbuckle if the target is buckled

* better way to do it
2024-09-22 02:47:17 +01:00
PJBot b189f849e2 Automatic changelog update 2024-09-22 02:47:17 +01:00
Winkarst 4da56f2242 Dialog windows now grab the keyboard focus (#31294)
* Dialog windows now grab the keyboard focus

* Comment
2024-09-22 02:47:17 +01:00
PJBot 958fb022ce Automatic changelog update 2024-09-22 02:47:12 +01:00
deltanedas 239deca8bd increase thieving beacon range to 2 (#31340)
* increase thieving beacon range to 2

* add obstruction check

* review

* Entity<T?> strikes again

* webedit ops because github died or something

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-09-22 02:46:57 +01:00
lzk 0705af9640 fix conjugate have in cryo locale string (#31993) 2024-09-22 02:46:11 +01:00
PJBot f0ebad757c Automatic changelog update 2024-09-22 02:46:11 +01:00
deltanedas 9cb164dd3f make flare recipe roundstart instead of blueprint (#32303)
* make flare recipe roundstart instead of blueprint

* migrate it

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-09-22 02:46:07 +01:00
PJBot fe01ca7545 Automatic changelog update 2024-09-22 02:45:17 +01:00
Errant 0b55418ff3 Crew Monitor filter (#31659)
* crewmon filter

* string case matching

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

---------

Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
2024-09-22 02:45:17 +01:00
PJBot d1438ed9b0 Automatic changelog update 2024-09-22 02:45:17 +01:00
PJBot a319dc806b Automatic changelog update 2024-09-22 02:45:06 +01:00
Boaz1111 f55dcef14d adds plasma and uranium arrows (#31241) 2024-09-22 02:45:06 +01:00
Tayrtahn 00e00d9fd8 Fix Set Outfit command/verb (#29672)
* Filter Set Outfit menu to exclude loadout sets

* Apply loadouts to job outfits

* Use appropriate species for Urists

* squishy

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-09-22 02:45:06 +01:00
Willhelm53 f990671307 Padded ItemStatus Text (#29560)
* Back in the saddle again! <(8o)

* if you like my STYLE you should see my SHEETS ;-)

* stylesheet change works for ItemStatusNotHeld but broken for ItemStatus. Just using xaml for now.

* teehee

* beeg

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-09-22 02:45:06 +01:00
ShadowCommander bb1b50866c Move PlaceableSurfaceComponent usages to PlaceableSurfaceSystem (#28384)
* Move placeable check to PlaceableSurfaceSystem

This check stops entities from being inserted into a storage entity
when it has a PlaceableSurfaceComponent.

The entity is instead placed on top of the entity like a table.

* Move SetPlaceable to PlaceableSurfaceSystem

* Update to transform system and consolidate code

* Fix interaction with storage that has a placeable component

* deadlock

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-09-22 02:45:06 +01:00
Leon Friedrich d9c47745fb Make status effect networking not use `TryAddStatusEffect` (#28766)
* Make status effect networking not use `TryAddStatusEffect`

* a
2024-09-22 02:45:06 +01:00
IProduceWidgets bb65810671 Clean up solution regen and drain comps (#29777)
* clean up solution regen and drain comps

* Tape applied.

* Update Content.Server/Chemistry/Components/SolutionRegenerationComponent.cs

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>

* remain entity

* That has to be a rogue test fail.

---------

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
2024-09-22 02:45:06 +01:00
PJBot d343acb281 Automatic changelog update 2024-09-22 02:45:06 +01:00
Luiz Costa 5968726e65 Fix TEG acting as infinite energy source on destruction (#29972)
* TEG now checks for power supply before checking for IsFullyBuilt

* Update Content.Server/Power/Generation/Teg/TegSystem.cs

Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
2024-09-22 02:45:05 +01:00
PJBot 2387440377 Automatic changelog update 2024-09-22 02:45:05 +01:00
ArchRBX 42c3d3d296 Coordinates under IFF Label on Mass Scanners and Shuttle Consoles (#31501)
* adds coord label beneath iff label

* fixed wrong coordinate system being used

* changes the clamping on the label UI to instead normalise the UI's distance vector from the centre of the screen, fixes corner-hugging

* cleaned up if-statement by moving the calc ahead of it

* fixed clamping, fixed parenting issue, added draw cull on coord label

---------

Co-authored-by: archrbx <punk.gear5260@fastmail.com>
2024-09-22 02:45:05 +01:00
PJBot d5e7073c04 Automatic changelog update 2024-09-22 02:45:05 +01:00
Winkarst 8b535b1a9f Make fire leave burnt decals on the tiles (#31939)
* Make fire leave burnt decals on the tiles

* License

* Yes

* Update

* Spelling error

* Prototypes reload support

* To array
2024-09-22 02:44:51 +01:00
SlamBamActionman 095fb63bca Allow containment field generators to be enabled on mapinit (#31158)
* Initial commit

* review fix
2024-09-22 02:44:51 +01:00
ShadowCommander 9ae32dce9e Give prototype refactor (#29697)
* Update GivePrototype

* File scoped namespace

* Change to EntProtoId instead of ProtoId<> for better validation
2024-09-22 02:44:51 +01:00
metalgearsloth 0ca9079406 Add flip button to mapping state (#30636) 2024-09-22 02:44:30 +01:00
DrSmugleaf a8c2444a66 Add mapping editor (#23427)
* Add mapping editor (#757)

* Remove mapping actions, never again

* Cleanup actions system

* Jarvis, remove all references to CM14

* Fix InventoryUIController crashing when an InventoryGui is not found

* Rename mapping1 to mapping

* Clean up context calls

* Add doc comments

* Add delegate for hiding decals in the mapping screen

* Jarvis mission failed

* a

* Add test

* Fix not flushing save stream in mapping manager

* change

* Fix verbs

* fixes

* localise

---------

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2024-09-22 02:44:27 +01:00
PJBot 9118c5fa4a Automatic changelog update 2024-09-22 02:41:32 +01:00
deltanedas 4386f5e034 change cdn to deltav 2024-09-22 02:40:58 +01:00
deltanedas 3e3984b8c7 make epinephrine adrenaline (#32076)
Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-09-22 02:38:57 +01:00
deltanedas 3a1d442e67 add interaction success/failure events (#32216)
* add interaction success/failure events

* pro

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-09-22 02:38:57 +01:00
chavonadelal e331842c01 Localization cooldown/remaining string in alerts (#32282)
Cooldown localization
2024-09-22 02:38:57 +01:00
PJBot df8a2be5f6 Automatic changelog update 2024-09-22 02:38:57 +01:00
beck-thompson 6697641243 Fix recycler eating materials (Salvage mains rejoice) (#32144)
first commit
2024-09-22 02:38:57 +01:00
Skarletto 6c07f3f72b change jamjar glasses description (#32215)
nerds only please
2024-09-22 02:38:56 +01:00
chavonadelal 418ced1530 Localization of the shuttle call sender (#32286) 2024-09-22 02:38:56 +01:00
chavonadelal 724456d099 Wires ui tooltip localization (#32284)
* Wires ui tooltip localization

* Corrections after review
2024-09-22 02:38:56 +01:00
PJBot f3b5be8322 Automatic changelog update 2024-09-22 02:38:56 +01:00
Calecute 849a96ce58 Fix guidebook cakebatter recipe (#32276)
Bugfix: Add 5 milk to cake batter recipe in the guidebook to correctly reflect new recipe
2024-09-22 02:38:56 +01:00
AsnDen 5d946c58cc ghost-role-information-silicon-rules (#32275)
changes missing ghost-role-information-rules-default-silicon to ghost-role-information-silicon-rules
2024-09-22 02:38:56 +01:00
Pieter-Jan Briers f3a6a99a36 chmod +x publish_multi_request.py (#32274)
Fuck.
2024-09-22 02:38:56 +01:00
Pieter-Jan Briers bc8c5228ef New publish workflow for Robust.Cdn (#32222)
This uses multiple API requests to directly send the publish to the CDN server, no more GitHub artifacts.

Faster, less moving parts.

Needs Robust.Cdn 2.2.0
2024-09-22 02:38:38 +01:00