Commit Graph

36638 Commits

Author SHA1 Message Date
liltenhead 20d871a386
Buff emergency welder (#25483)
fuel count

(cherry picked from commit 4ea1d21b5e)
2024-03-05 09:49:21 +01:00
PJBot 8a230cbd0b
Automatic changelog update
(cherry picked from commit 945c8dbe2f)
2024-03-05 09:49:20 +01:00
Pieter-Jan Briers 905bb83a2d
Make department / job list sorting consistent. (#25486)
* Make department / job list sorting consistent.

This makes late join, crew manifest and character profile all apply consistent sorting for jobs and departments.

We use the already-defined weights for departments (so command, then sec, then station specific, then just sort by prototype ID). Jobs also use weight (so heads are always at the top) then prototype ID, then character name (for manifest).

Removed the crewmanifest.ordering CVar as doing it via prototype weight is just easier, and that CVar was already a mess anyways.

* Fix jittery job icons in lists.

They were set to KeepCentered in TextureRect. This has issues because the allocated space is actually an odd number of pixels, so it tries to position the draw at a half pixel offset.

Now, yes, fixing this in TextureRect would make much more sense, but get off my back. (Ok seriously we need better helper functions for doing that in the engine. Don't wanna deal with that right now and I already have this patch made.)

Instead I'm just gonna fix the issue by using VerticalAlignment in all these places instead which ends up doing exactly the same thing YIPPEE.

Also gave a margin next to the icon on the crew manifest. Margins people!

(cherry picked from commit 715794dd41)
2024-03-05 09:49:19 +01:00
Pieter-Jan Briers 324ea7fbc8
Switch project files to C# 12. (#25487)
Just unlocks new language features like primary constructors.

(cherry picked from commit b1de6dd601)
2024-03-05 09:49:02 +01:00
MACMAN2003 1a1c61d71d
Add Ratvar (#24958)
* Create ratvar.yml

* restore balance to the universe

* scale issues

mfw nar-sie is smaller

* spawner + spawn anim

a shitty spawn anim is better than no spawn anim

* undenseify

no longer as dense as a dying neutron star

(cherry picked from commit 2458c87b62)
2024-03-05 09:48:54 +01:00
Tayrtahn 164c06f6ed
Add prediction to Openable (#25477)
* Fix formatting problem with FullOpened

* Moved to Shared and networked

* Revert "Fix formatting problem with FullOpened"

This reverts commit f8353403da830a4402bdd457bcf24a2432a5f566.

(cherry picked from commit 381bb9020a)
2024-03-05 09:48:52 +01:00
PJBot c84ecdf0ba
Automatic changelog update
(cherry picked from commit 84d9f7a6a9)
2024-03-05 09:48:51 +01:00
lzk 0cc0735fa2
Make galoshes obtainable and slowing you (#25484)
* make galoshes obtainable and slowing you

* Update specific.yml

(cherry picked from commit 65687375ee)
2024-03-05 09:48:50 +01:00
Tayrtahn ef6958e1cf
Fix examine text bug for Openable Drinkables (#25478)
Break up Opened/Closed and fill level onto separate lines

(cherry picked from commit 146c7b272d)
2024-03-05 09:48:49 +01:00
Nemanja 384c060ea5
Predict doors and airlocks (#25419)
* predict doors and airlocks

* prying, too

* ack

* eek

(cherry picked from commit ce0a51fc29)
2024-03-05 09:48:41 +01:00
I.K 8c44dd1af0
Give "DO NOT MAP" suffix to handheld crew monitor (#25473)
don'

(cherry picked from commit b7747596f1)
2024-03-05 09:48:40 +01:00
PJBot b2f0557a74
Automatic changelog update
(cherry picked from commit e6605a774b)
2024-03-05 09:48:39 +01:00
Whisper 4797313d8b
fix reagent slime role description being friendly (#25466)
(cherry picked from commit f38a961a1b)
2024-03-05 09:48:32 +01:00
PJBot 18152e70b4
Automatic changelog update
(cherry picked from commit 2b34970445)
2024-03-05 09:48:30 +01:00
Ps3Moira e9a74b764f
Add Large Wood Floors (#25462)
Large Wood Floors

(cherry picked from commit 83cd1089fe)
2024-03-05 09:48:29 +01:00
PJBot 62774a0663
Automatic changelog update
(cherry picked from commit 7ac3a2a47d)
2024-03-05 09:48:27 +01:00
lzk 4a28872058
Make even more items good looking in inventory + size changing (#25461)
* Make even more items good looking in inventory

* holoprojecrots

(cherry picked from commit 35723ad22f)
2024-03-05 09:48:21 +01:00
HoofedEar e96254fb4c
Add RequiresGrid component (#23394)
* saving working code

* add checks for deletion

(cherry picked from commit 487dd113b0)
2024-03-05 09:48:10 +01:00
PJBot 2c441ff66a
Automatic changelog update
(cherry picked from commit 22c76bb625)
2024-03-05 09:48:09 +01:00
liltenhead 91a9824ce1
Red flashlight color for assault borg (#25465)
assaultborglight

(cherry picked from commit 85ae40e0a4)
2024-03-05 09:48:08 +01:00
PJBot b16465fea1
Automatic changelog update
(cherry picked from commit 3c25e6353d)
2024-03-05 09:48:07 +01:00
J. Brown 29cfc13d7e
Fix #22933 - Job-specific Uplink items leaking to non-job minds (#23179)
Fix for 22933 - SharedMindSystem now checks for VisitingMindComponent too.

(cherry picked from commit b26e9a9a32)
2024-03-05 09:48:01 +01:00
PJBot 93742c50af
Automatic changelog update
(cherry picked from commit c27d0c143c)
2024-03-05 09:47:57 +01:00
PJBot 082dc4ef5e
Automatic changelog update
(cherry picked from commit 423b75f22c)
2024-03-05 09:46:35 +01:00
beck-thompson 67acf16d1a
Changed radio jammer wattage from 6 -> 2 (#25432)
Changed wattage from 6 -> 2

(cherry picked from commit 48213ebb65)
2024-03-05 09:46:25 +01:00
PJBot b75f13af80
Automatic changelog update
(cherry picked from commit 7734b09e45)
2024-03-05 09:46:23 +01:00
Whisper 3ee725e2ba
Fix xeno and dragon blood levels (#25442)
(cherry picked from commit 26417b76db)
2024-03-05 09:46:22 +01:00
lzk b4dc5351fb
Little rework of existing yaml flatpacks (#24814)
* Little rework of existing yaml flatpacks

* comit 2

* 55

* 66

* 77

* WRAAAA

* done mr sloth

* Update flatpack.yml

* fix??

(cherry picked from commit 326b890318)
2024-03-05 09:46:21 +01:00
PJBot 85f003da2f
Automatic changelog update
(cherry picked from commit fda1242b37)
2024-03-05 09:46:16 +01:00
genderGeometries 6d902b62a6
Crop harvest int cast fix (#25453)
* deleted int cast on solution amount

* deleted int cast on solution amount for real

(cherry picked from commit 1360d57eea)
2024-03-05 09:46:14 +01:00
PJBot 9ba8fda560
Automatic changelog update
(cherry picked from commit 2cc484c18a)
2024-03-05 09:46:13 +01:00
Killerqu00 d061c8f1e8
Fix EVA helmets quickequip (#25448)
fix quickequip

(cherry picked from commit ae110685ff)
2024-03-05 09:46:12 +01:00
PJBot 0c47e0d3a1
Automatic changelog update
(cherry picked from commit abedce43cc)
2024-03-05 09:46:07 +01:00
MjrLandWhale 0cb3505573
Dispenser jug fix (#25450)
* Resprite of Nettle & Death Nettle. Corrected R & L hand locations for all orientations of both plants.

* Removes chemdispensible type from DrinkBase entity

* Updated drink jug names to differentiate from chem jugs

* Add FitsInDispenser type to DrinkGlassBase. Re-allows glasses into beaker slots

(cherry picked from commit 499aa71b5e)
2024-03-05 09:46:03 +01:00
metalgearsloth 9516ab5794
Fix bwoink sounds (#25441)
* Fix bwoink sounds

Didn't get a chance to test with 2 clients as I'm about to sleep but otherwise I'll check tomorrow.

* a

(cherry picked from commit 79c6385ca7)
2024-03-05 09:45:58 +01:00
keronshb fd4445253d
Moves muted to shared (#25374)
* moves muted to shared

* fixes usings

* Update MutedComponent.cs

funny webedit

* Update MutedComponent.cs

oops using statement webedit

(cherry picked from commit 046c874dae)
2024-03-05 09:45:27 +01:00
Velcroboy 38268dcd3f
Adds random pill canister (#25316)
Co-authored-by: Jeff <velcroboy333@hotmail.com>
(cherry picked from commit 128f5e8625)
2024-03-05 09:45:01 +01:00
PJBot 9b2bdb7414
Automatic changelog update
(cherry picked from commit 72acdd5f8d)
2024-03-05 09:44:58 +01:00
Fildrance d0a55859df
fix: #25102 cryo pod now uses health-analyzer system to update body state in UI (#25109)
* fix: cryo pod now uses health-analyzer system to update body state in UI

* refactor: use EntityEventRefHandler instead ComponentEventRefHandler in CryoPodComponent subscribe on EntRemovedFromContainerMessage

---------

Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
(cherry picked from commit ef849a0156)
2024-03-05 09:44:53 +01:00
Krunklehorn 9338e0d12b
Voice trigger fixes, death acidifier typos (#24941)
* Fixed length check, added attempt event, added popups on failure

* Fixed file name typo, fixed description

* Converted to else-if

(cherry picked from commit f29575f43f)
2024-03-05 09:44:49 +01:00
PJBot aea160913c
Automatic changelog update
(cherry picked from commit cd6370877e)
2024-03-05 09:44:44 +01:00
dffdff2423 6757f63a90
Add option for admins to disable bwoink (#25008)
* Add option for admins to disable bwoink

In a vain attempt to get people to ahelp more, provide the possibility
for admins to not play the bwoink sound if they don't want to scare the
player.

* Add silent indicator to discord relay

* Use string interpolation

(cherry picked from commit a3c93b0bd7)
2024-03-05 09:43:40 +01:00
FungiFellow 192d7b4830
Remove Acidifier from Syndie Uplink and Increase Price to 4tc (#25039)
* Blacklist Acidifier from Nukie Uplink and Increase Price to 4tc

* Removing Category to just disappear it from uplinks while keeping the item?

* Price 4, Nukie Uplink Only

* Update uplink_catalog.yml

* Added one backspace

(cherry picked from commit 77e8930a72)
2024-03-05 09:43:38 +01:00
PJBot 9bc8fb51da
Automatic changelog update
(cherry picked from commit bceae01819)
2024-03-05 09:43:37 +01:00
Emisse 90edf45922
Kill blumpkin donut (#25431)
(cherry picked from commit c4fc03226e)
2024-03-05 09:43:36 +01:00
potato1234_x 5f19fc3bb6
Spaceman's Trumpet and Lily (#25090)
* trumpet + lily +polypy

* trumbet

(cherry picked from commit 33153aaa2e)
2024-03-05 09:43:30 +01:00
PJBot 4cbf1dffc3
Automatic changelog update
(cherry picked from commit 41267979f4)
2024-03-05 09:43:24 +01:00
EdenTheLiznerd 6a10972548
Nerfs normal nettles to be weaker than their deathnettle counterparts (#25177)
Had an oopsie!

(cherry picked from commit 9674b793f4)
2024-03-05 09:43:23 +01:00
PJBot 514f59ff55
Automatic changelog update
(cherry picked from commit 43f900992b)
2024-03-05 09:43:21 +01:00
Sphiral 77602584fd
Adds a mask slot and moves adminPDA to new ID slot for aghost (#25402)
(cherry picked from commit 196145685e)
2024-03-05 09:43:20 +01:00