Leon Friedrich
05b482c127
Update engine to v210.1.0 ( #25288 )
2024-02-16 11:31:00 +13:00
wafehling
f4876bdb26
Artifact hemoglobin trigger now accepts all sentient blood types ( #25240 )
...
* Artifact blood trigger now accepts all sentient blood types
* Update artifact-hints.ftl
2024-02-15 15:56:22 -05:00
PJBot
57492b6aac
Automatic changelog update
2024-02-15 20:55:47 +00:00
liltenhead
11cd4ff5aa
Reduce eshield hp ( #25258 )
...
reduce eshield hp
2024-02-15 15:54:41 -05:00
PJBot
d799a83135
Automatic changelog update
2024-02-15 20:53:58 +00:00
Flareguy
1ecc3a0b47
Sec & greysec jumpskirt fix ( #25269 )
...
* "resprites" sec & greysec jumpskirts
* adjustments
2024-02-15 15:53:32 -05:00
Pieter-Jan Briers
571d4f7358
Fix disposals bins not automatically flushing after an object is inserted ( #25233 )
...
Fix disposals bins not automatically flushing after an object is inserted.
Because of Spaghetti Code™️ , AfterInsert() in DisposalUnitSystem still handles insertion itself. Except in all cases except drag/drop insert, the object is already inserted so this check fails and the remaining logic doesn't happen anymore. Fixed now.
2024-02-15 15:52:52 -05:00
nikthechampiongr
82f5bf8121
Clarify stripping logs ( #25190 )
...
* Indicate whether pickpocketing is stealthy in logs, change :user to :actor, and clean up messages.
* Remove ugly whitespace
* Do the thing I should have done but didn't because I didn't want to think
* Fix spacing
2024-02-15 13:36:43 -06:00
PJBot
d6502cd71b
Automatic changelog update
2024-02-15 01:39:02 +00:00
Jezithyr
be29a054de
Death acidifier fix ( #25251 )
2024-02-14 17:37:56 -08:00
Plykiya
d6139429ad
Fix: Holosigns can be stored again ( #25249 )
...
* Holosigns can be stored again
* TryComp to HasComp
---------
Co-authored-by: Plykiya <plykiya@protonmail.com>
2024-02-14 19:06:11 -06:00
Menshin
ce4bd8568c
Allow thermomachines to exchange with air instead of inlet ( #25247 )
...
Add purely atmospheric heat exchange to the gas thermomachine component (in preparation for space heaters).
2024-02-14 17:00:21 -08:00
brainfood1183
e1805e04d4
Add French accent beret ( #21430 )
2024-02-14 16:52:24 -08:00
Krunklehorn
2f0c837816
Fix spawn priority persistence on reconnect and restart ( #25246 )
...
Because of course I would forget one line
2024-02-15 01:24:35 +01:00
Krunklehorn
f7d789e75d
Updates to Origin ( #24908 )
...
Replaced medical's HM console with a CM console, added janitor equipment closet
2024-02-14 16:26:27 -07:00
PJBot
ef4ca651a9
Automatic changelog update
2024-02-14 23:08:37 +00:00
Zadeon
9d87d4be4f
Updated disabler to have suitStorage tag under slots. ( #25238 )
2024-02-14 16:07:31 -07:00
Pieter-Jan Briers
6d8be538c9
Predict Injector (syringes), cleanup ( #25235 )
...
At least the mode/transfer amount logic. Actual transfer logic needs Bloodstream which I didn't wanna move into shared.
2024-02-14 16:05:01 -07:00
Jessica M
d0c24f9aff
Makes clumsy not delete guns ( #25243 )
...
clumsy no longer deletes guns
Co-authored-by: Jessica M <jessica@maybe.sh>
2024-02-14 16:04:06 -07:00
Velcroboy
f61f30fec9
Fixes silver bars being whole stacks ( #25239 )
...
Co-authored-by: Jeff <velcroboy333@hotmail.com>
2024-02-14 15:45:33 -05:00
Velcroboy
95990c4c79
Adds always powered variants of colored lights ( #25185 )
...
Co-authored-by: Jeff <velcroboy333@hotmail.com>
2024-02-14 21:03:59 +03:00
k3yw
d2541d6c1f
Update criminal-records.ftl ( #25229 )
2024-02-14 18:02:57 +01:00
Nemanja
8ed32a1e42
Add events for TemperatureProtection and PressureProtection ( #25165 )
2024-02-13 23:44:47 -08:00
Interrobang01
a2ac6e4177
Add pun to diagnostic hud description ( #25209 )
...
Seaborgium is element number 106 and is presumably what lets these glasses "see" "borgs".
2024-02-13 23:42:33 -08:00
metalgearsloth
212c8b2b46
Minor test fixes ( #25174 )
...
Stuff that probably shoulda been wrapped ig but our test runner stinky.
2024-02-14 18:14:40 +11:00
PJBot
159eadebc8
Automatic changelog update
2024-02-14 05:27:08 +00:00
Plykiya
e6c21d66fa
Ranged Holosigns ( #25120 )
...
* Changed holo signs to be ranged and used on click rather than Z.
* Updated comments
* Failed attempt at ignoring walls
* Getting rid of unused libraries
---------
Co-authored-by: Plykiya <plykiya@protonmail.com>
2024-02-14 00:25:59 -05:00
wafehling
071f19ac08
Balanced ChemVend Stock ( #25207 )
...
* Balanced ChemVend Stock
ChemVend needs more balanced stock for what actually gets used
* +1 Sugar
2024-02-14 00:22:41 -05:00
Errant
5a9ab3b315
Vox names, species prototype cleanup, some cosmetic changes ( #24994 )
...
* voxnames
* New generator parameters, names are more readable
* bunch of missing vox stuff
* more names
* sad
2024-02-14 14:08:45 +11:00
PJBot
bd669a93cd
Automatic changelog update
2024-02-14 01:15:57 +00:00
Guilherme Ornel
ff92025026
Fax machines can print from text file ( #23262 )
...
* added
* checks tweaking
* fixed what sloth wanted
* fixed?
* dialog diposing fix
* checks tweaking
* more changes
* dispose streamreader
* Update Content.Client/Fax/UI/FaxBoundUi.cs
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
* Update Content.Server/Fax/FaxSystem.cs
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
* fix minor typo
---------
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2024-02-14 12:14:51 +11:00
Pieter-Jan Briers
dd128cf79b
Revert "Allow configuring gen_build_info.py through environment variables" ( #25201 )
...
Revert "Allow configuring gen_build_info.py through environment variables (#2…"
This reverts commit 163e6d2f89 .
2024-02-14 01:20:30 +01:00
Pieter-Jan Briers
9c4e883c9b
Allow players to run saveconfig command. ( #25200 )
...
Benign client-side command.
2024-02-14 11:03:27 +11:00
deltanedas
6677995b63
saltern update ( #25182 )
...
Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-02-13 15:47:41 -07:00
PJBot
50e9e95182
Automatic changelog update
2024-02-13 22:20:27 +00:00
Ed
4d7fd1cace
Anomaly Synchronizer + Signallers tweaks ( #24461 )
...
* content
* nerf
* fix rsi
2024-02-13 17:19:22 -05:00
Ubaser
56c8084de5
Additional damage visualisers ( #24618 )
...
* brute
* add
2024-02-13 17:18:45 -05:00
PJBot
bbececc9c3
Automatic changelog update
2024-02-13 22:17:06 +00:00
James Simonson
25f73f6406
Microwave UX enhancements ( #24547 )
...
* Facelift Microwave UI
Includes new background light in UI, Uses predictive input, UI now properly disables buttons when microwave is active
* Microwave now shows Elapsed time
* Fixed bad formatting
* Added new term for "BottomMargin"
* Change yellow color
* Update StyleNano.cs
just spacing fixed
* Cook time countdown now detached from server
Instead of the server constantly sending out messages for the cook countdown, it is now predicted client side using TimeSpan
* Update MicrowaveMenu.xaml
forgot to re-add item space
2024-02-13 17:16:00 -05:00
PJBot
40823416f0
Automatic changelog update
2024-02-13 22:13:38 +00:00
Ed
ae321151ca
Shadow anomaly returns ( #24629 )
...
* content
* add cat
* ambient
* I FORGOT HEARTS!
* fix ambient
* some fixes
* canCollide: false
* connect to damageable
* pi
* remove fx
* some fixes
* *sad bruh*
* hazed
* Update base_shadow.yml
2024-02-13 17:12:32 -05:00
PJBot
f8640cf97e
Automatic changelog update
2024-02-13 22:09:13 +00:00
Tayrtahn
75e47fff9e
Add verbs to Open/Close Openable containers, and add optional seals ( #24780 )
...
* Implement closing; add open/close verbs
* Add breakable seals
* Allow custom verb names; make condiment bottles closeable
* Remove pointless VV annotations and false defaults
* Split Sealable off into a new component
* Should have a Closed event too
* Oh hey, there are icons I could use
* Ternary operator
* Add support for seal visualizers
* Moved Sealable to Shared, added networking
* Replaced bottle_close1.ogg
2024-02-13 17:08:07 -05:00
Kevin Zheng
52f74fa39d
Require plants to be harvestable before sampling ( #24851 )
2024-02-13 17:05:28 -05:00
PJBot
78392e6d89
Automatic changelog update
2024-02-13 22:04:19 +00:00
lzk
4b9f1a47bb
Split slime marking leg gradient ( #24928 )
...
* Split slime marking leg gradient
* up markings to 4
2024-02-13 17:03:41 -05:00
Alzore
666460d14f
Decrease the chemical cost of regen mesh and sutures and move them to their own file ( #24948 )
...
* WHYWEREMEDSINMEALRECIPES
* 20chem
* didiforgettosavethis
2024-02-13 17:03:13 -05:00
Pieter-Jan Briers
68ce53ae17
Random spontaneous cleanup PR ( #25131 )
...
* Use new Subs.CVar helper
Removes manual config OnValueChanged calls, removes need to remember to manually unsubscribe.
This both reduces boilerplate and fixes many issues where subscriptions weren't removed on entity system shutdown.
* Fix a bunch of warnings
* More warning fixes
* Use new DateTime serializer to get rid of ISerializationHooks in changelog code.
* Get rid of some more ISerializationHooks for enums
* And a little more
* Apply suggestions from code review
Co-authored-by: 0x6273 <0x40@keemail.me>
---------
Co-authored-by: 0x6273 <0x40@keemail.me>
2024-02-13 16:48:39 -05:00
PJBot
d0c174388c
Automatic changelog update
2024-02-13 21:44:25 +00:00
KREKS
6850d47ca5
Glassbox shatter resprite ( #25136 )
2024-02-13 16:43:37 -05:00