Commit Graph

27729 Commits

Author SHA1 Message Date
Winkarst
dce0ce4569 Add SpriteFadeComponent to potted plants (#31628) 2024-08-30 20:34:25 +10:00
PJBot
37b73542db Automatic changelog update 2024-08-30 01:47:52 +00:00
DieselMohawk
bdfc57c5ac Added Armband Onto Back Sprite of Security Jumpsuit (#31635)
* Fixed Minor Mistake

* Fixed the NEW sprite and added Jumpskirt Fix
2024-08-29 21:46:46 -04:00
PJBot
3c28f83ea4 Automatic changelog update 2024-08-30 01:44:42 +00:00
slarticodefast
572392b5e3 Fix energy shield visuals (#31619)
fix energy shield visuals
2024-08-29 21:43:34 -04:00
Spessmann
46329a98eb cog update (#31631)
* cog update

* woopsie, fixed that
2024-08-29 17:17:25 -06:00
deltanedas
3bdd2e3a87 reduce lathe recipe copy pasta (#31515)
* add inheritance to lathe recipes and make result an override

* add GetResult method to lathe system

* make other parts of the code use GetResult

* clean up the stock parts yml

* remove unused apu boards from dynamic recipes

* make inverse dictionary public so test doesnt have to copy paste

* revert result override stuff

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-08-29 15:36:29 -04:00
beck-thompson
a799d4a785 Fix openable visuals (#31484)
First commit
2024-08-29 14:26:32 -04:00
PJBot
7a2892bc97 Automatic changelog update 2024-08-29 13:22:14 +00:00
MisterMecky
c6a8d877a0 strange pill tweaks (#30524)
* fix randomfill logic

* Revert "fix randomfill logic"

This reverts commit 7cd73c0e61cbe5eda58f9451d15e583b76b62640.

* change strange pill weights

* proposed balance changes
2024-08-29 23:21:04 +10:00
metalgearsloth
f0615ec3c8 Fixup playerspawn stuff (#31546)
* Fixup playerspawn stuff

- Also removed arrivals forcing, this should just turn containerspawnpoint off.

* fix this one

* test fix

* really fix
2024-08-29 15:27:47 +10:00
PJBot
2fd57c2d4a Automatic changelog update 2024-08-29 03:24:42 +00:00
metalgearsloth
d921684e16 Update submodule to 232.0.0 (#31616) 2024-08-29 13:23:36 +10:00
PJBot
df392c7281 Automatic changelog update 2024-08-29 03:05:49 +00:00
Winkarst
b3036ded0a Make railings render over tables (#31589)
Make rails render over tables
2024-08-29 13:04:43 +10:00
PJBot
b6391e1149 Automatic changelog update 2024-08-29 02:44:33 +00:00
Partmedia
a9602cbab3 Check air alarm sensors when repowering (#29857)
If air sensor/vent detects danger while the air alarm is unpowered, the air alarm won't be updated accordingly when it gains power. This can cause situations where the alarm says that everything's normal, even though the alarm UI shows stuff like 10000kPa and all sensors display danger.

When AtmosAlarmable (air alarm) is powered on, it runs the Sync method of AtmosDeviceNetworkSystem. AtmosMonitors then answer by sending a SyncData packet back, however AtmosAlarmable doesn't handle this packet in any way. This happens because the packet doesn't have any tags set, so they are ignored, and even if they weren't, there's no case in the switch statement which handles the syncing.

The proper way to do this fix is probably by actually handling this packet in some way, but I'm lazy rn so I'll just use this quick fix: Whenever AtmosMonitor gets a request to sync, it runs the Alert method, informing the connected air alarms of it's current state.
2024-08-28 18:43:27 -08:00
Unisol
6a52de86ff Added plastitanium walls and windows (#31178)
* added plastitanium walls and windows

* Changed crack sprite on diagonal window from square to diagonal
2024-08-29 12:15:00 +10:00
PJBot
a268ede700 Automatic changelog update 2024-08-29 01:59:22 +00:00
SlamBamActionman
ff5acf7877 Add Command Glasses (#30447)
* Initial commit

* Removed wanted and mindshield status display

* Updated glasses visuals & contraband status

* Added Command Hud

* Changed name to administration glasses/hud
2024-08-29 11:58:16 +10:00
PJBot
d0aafae425 Automatic changelog update 2024-08-29 01:32:05 +00:00
RumiTiger
d9b1369dae Cherry (#28962)
* Add files via upload

* Update produce.yml

* Update produce.yml

* Update seeds.yml

* Update flavor-profiles.ftl

* Update flavors.yml

* Update meal_recipes.yml

* Update food_produce.yml

* Update meta.json

* Update seeds.yml

* Update botany.yml

* Delete Resources/Textures/Objects/Specific/Hydroponics/cherry.rsi/meta.json

* Create meta.json

* Delete Resources/Textures/Objects/Specific/Hydroponics/cherry.rsi/meta.json

* Create meta.json

* Update produce.yml

* Update produce.yml

* Update produce.yml

* Update food_produce.yml

* Update food_produce.yml

* Update produce.yml

* Apply suggestions from code review

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

* Update seeds.yml

* Update juice.yml

* Update juice.ftl

* Update seeds.ftl

* Update seeds.yml

* Update cargo_botany.yml

* Update cargo_botany.yml

* Update cargo_botany.yml

* Update cargo_vending.yml

* Update cargo_vending.yml

* Update seeds.yml

* Update seeds.yml

* Update meta.json

* Update produce.yml

* Cherry Tree

* Alphabetical order

* Update food_produce.yml

* Update food-sequence.ftl

* Update food-sequence.ftl

* Update produce.yml

* Update produce.yml

* Update food-sequence.ftl

---------

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
2024-08-29 11:30:58 +10:00
DieselMohawk
26ba9918f3 Sec Webbing Icon Resprite and Rename (#29599)
* Sec Webbing Icon Resprite and Rename

* Renamed To Security Carrier
2024-08-29 11:23:59 +10:00
Emisse
604025ebe4 bagel update (#31605) 2024-08-28 15:45:06 -06:00
PJBot
d540f27087 Automatic changelog update 2024-08-28 20:49:52 +00:00
beck-thompson
50791db750 Add rings (Salvage loot real)! (#31372)
* First commit

* I'm silly

* Another fix

* How could I forget the descriptions!

* Forgot

* Made textures alligned properly

* Removed the stuff!

* Opps

* Typo fixes
2024-08-28 22:48:46 +02:00
Emisse
7454c77ae5 bagel update (#31603)
* bagel update

* light switch to make audience area darker in theatre
2024-08-28 14:14:23 -06:00
PJBot
a4d58a55d2 Automatic changelog update 2024-08-28 20:06:12 +00:00
themias
bea72106b7 Fix nuke disk erroneously being marked 'left behind' (#31602)
Fix erroneous 'disk left behind' objective
2024-08-28 14:05:04 -06:00
Emisse
af35c2b773 escape pod tiny fan (#31601)
* escape pod tiny fan

* oop
2024-08-28 13:51:22 -06:00
lzk
6398f5bd49 Remove random cyrillic letters (#31600) 2024-08-29 00:26:34 +05:00
lzk
98680ce0f2 Change my copyright (#31599) 2024-08-28 21:12:09 +02:00
JustCone
b2edae89d2 Reach - Scientist added to map's prototype (#31567)
Added scientist to map prototype
2024-08-28 11:35:57 -06:00
PJBot
693fc75539 Automatic changelog update 2024-08-28 17:32:55 +00:00
JustCone
f7f255a259 Marathon - Names a singular camera (#31590)
Fixes unnamed camera
2024-08-28 11:32:15 -06:00
JustCone
daba76d4fe Bagel - LV cable wasn't connected (#31591)
fixes a missing wire
2024-08-28 11:31:56 -06:00
themias
0f2c42f764 Fix defibs draining battery when turned off (#31593) 2024-08-28 11:31:47 -06:00
PJBot
d088c8a015 Automatic changelog update 2024-08-28 13:23:28 +00:00
PopGamer46
c2ccf2bc0f Fixes shuttles not being able to FTL onto/near station (#31569)
fixes FTL
2024-08-28 23:22:21 +10:00
lzk
f5a8be8ad3 fix spelling error silicon jobs (#31581)
Update department.ftl
2024-08-28 15:10:18 +02:00
PJBot
386733e99c Automatic changelog update 2024-08-28 13:10:02 +00:00
deltanedas
6808558df6 add construction for carp statue (#31261)
* separate eyes and teeth

* make it buildable and make fixture less abusable

* norot

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-08-28 15:08:55 +02:00
Winkarst
8d388974ad Add Robust.Xaml.csproj to the solution (#31573) 2024-08-28 15:08:35 +02:00
PJBot
24e9dc688c Automatic changelog update 2024-08-28 12:37:39 +00:00
coolboy911
91eb0c2e29 added wide-spectrum anomaly locator to anomaly cyborg module (#31427)
added wide-spectrum anomaly locator to anomaly borg module
2024-08-28 14:36:31 +02:00
PJBot
460e587345 Automatic changelog update 2024-08-28 11:28:15 +00:00
saintmuntzer
d8dbfa92d7 recolor riot helmet (#31530)
* recolor riot helmet

resolves #31256
match riot helmet to default security helmet

* further color tweaks for consistency; update meta.json

Tweaked equipped sprites to more closely match the security helmet.
2024-08-28 21:27:08 +10:00
PJBot
c0c534bf52 Automatic changelog update 2024-08-28 09:44:37 +00:00
lzk
512d27ca6b Add black suspenders (#29055)
* Black suspenders

* fix

* fix linter
2024-08-28 11:43:30 +02:00
Errant
4d4a10dae6 Update ClothingSpeedModifierSystem.cs (#29994)
* TryGetContainerContainer

* Math

* Changed AddMarkup to AddMarkupOrThrow

* Better math

* engine version

* engine version
2024-08-28 11:28:24 +02:00