Commit Graph

36638 Commits

Author SHA1 Message Date
Kevin Zheng de0ef57a55
Do not log missing components in OpenableSystem (#24208)
Do not log missing components

(cherry picked from commit 1e9eab0a0b)
2024-01-26 23:04:23 +01:00
PJBot 565a19d4cd
Automatic changelog update
(cherry picked from commit 4536bad948)
2024-01-26 23:04:22 +01:00
Ed 129249015b
Repairable shuttles (#24193)
* fixable shuttle

* nukie not repairable

* fix

(cherry picked from commit 2c0e1fcfb9)
2024-01-26 23:04:21 +01:00
Kevin Zheng c6da9cba7d
Fix comp.Owner (#24206)
(cherry picked from commit ad233066f2)
2024-01-26 23:04:20 +01:00
themias 92876cddbe
Chicken sprite movement states (#24205)
(cherry picked from commit ab42c4d51c)
2024-01-26 23:04:19 +01:00
lzk df30ede473
localize shuttle timer eta etd (#24204)
(cherry picked from commit 89e765c9cb)
2024-01-26 23:04:17 +01:00
PJBot d38081b279
Automatic changelog update
(cherry picked from commit 24aaba884d)
2024-01-26 23:03:32 +01:00
Kevin Zheng 9cc361921b
Add limited-reagent dispensers (#23907)
* Add limited-reagent dispensers

* Add empty versions for all dispensers

* Fix lint

* Set initial window size so all buttons are visible

* Simplify logic, add parenthesis

* Use localized name for initial labels

* Adjust button style

* Avoid touching items before MapInit

* Remove pre-labeling

* Reduce diff

* Clean up YAML

* Fix test

* Really fix test

* Document

* Adjust based on review

* Add labels for obnoxiously long bottles

---------

Co-authored-by: AWF <you@example.com>
(cherry picked from commit 9394a26245)
2024-01-26 23:03:30 +01:00
themias b61d9d7a6a
Mouse sprite movement states (#24202)
(cherry picked from commit 47159d1c23)
2024-01-26 23:03:29 +01:00
PJBot b04f665bbe
Automatic changelog update
(cherry picked from commit 538277e459)
2024-01-26 23:03:27 +01:00
Kara 8b73edaa6c
Significantly less annoying eating sounds (#24195)
(cherry picked from commit fd3222993e)
2024-01-26 23:03:26 +01:00
Boaz1111 78460d4433
Xenoarch scanning time halved (#24188)
* SALVATION

* Update ArtifactAnalyzerComponent.cs

* Update artifact_analyzer.yml

(cherry picked from commit 0c78c34653)
2024-01-26 23:03:11 +01:00
PJBot 78e0c23e31
Automatic changelog update
(cherry picked from commit 087b4b090c)
2024-01-26 23:01:14 +01:00
Kara 8b649cf5df
Change default lights on devmap to non-LED ones (#24192)
(cherry picked from commit 1fe2dda345)
2024-01-26 23:01:12 +01:00
Kara e1c1bbab39
Reagent grinder jittering (#24190)
* Reagent grinder jittering

* Fix jittering for offset sprites

(cherry picked from commit 1f92376579)
2024-01-26 23:01:11 +01:00
PJBot 19ff612838
Automatic changelog update
(cherry picked from commit cfc64fa8ca)
2024-01-26 23:01:10 +01:00
Ubaser 0bee27dee0
Grindable ores (#24185)
add

(cherry picked from commit 6846bcd214)
2024-01-26 23:01:09 +01:00
metalgearsloth 42e51f5707
Remove obsolete ftl call (#24187)
Nothing burger

(cherry picked from commit 7d3fe676dd)
2024-01-26 23:01:08 +01:00
lzk bc4aaf978c
WelderRefinable light tubes bulbs and broken bottle (#24184)
s

(cherry picked from commit 8239e59388)
2024-01-26 23:01:06 +01:00
PJBot 0a64f4d053
Automatic changelog update
(cherry picked from commit 4cea4352eb)
2024-01-26 23:01:05 +01:00
Ubaser 72b41b7251
Robohands glove sprite (#24182)
add

(cherry picked from commit b6f0c35e72)
2024-01-26 23:01:04 +01:00
DrSmugleaf 85352289aa
Move rotting stages and examine to shared (#24183)
(cherry picked from commit 8902701271)
2024-01-26 23:01:03 +01:00
PJBot 9cbdfde856
Automatic changelog update
(cherry picked from commit 1f0cdf5af8)
2024-01-26 23:01:02 +01:00
TurboTrackerss14 37c32f5776
Add Mothroach Burger (#24156)
* Add Mothroach Burger

* append copyright

* fix whitespace and metajson ordering

(cherry picked from commit c32d19cf5c)
2024-01-26 23:01:01 +01:00
Debug 056a87686a
what the fuck 2024-01-26 23:00:38 +01:00
Veritius 92695c274c
Executions (#24150)
* Execution (you monster)
not done

* woops

* more stuff

* Melee executions

* Prevent executing those who can interact

* Better checks for if you can execute

* Scale the execution time of a knife with its attack speed

* Translations for fucking up an execution

* rename some functions

* Properly scale execution speed of melee weapons

* Fix checks in CanExecuteWithAny

* Allow executing yourself (funny)

* More versatile localisation

* Suicide with guns

* Popups for successful gun executions

* whoops

* Stop flare guns crashing the game on executions

* Various tweaks

* Remove some old usings

* Pacifists can no longer execute

* Remove unnecessary check

* Use CanShoot in gunsystem

* Capitalisation in ftl string

* Fix melee executions not playing a sound

* localisation tweaks

(cherry picked from commit 2e83f5a0ec)
2024-01-26 22:58:32 +01:00
Ubaser 94c664e956
Add 6 new small salvage wrecks (#24179)
* add

* updat

(cherry picked from commit b293bf4fd8)
2024-01-26 22:58:23 +01:00
PJBot c7632f1225
Automatic changelog update
(cherry picked from commit f9f79de9e1)
2024-01-26 22:58:22 +01:00
Arendian f0c8fd1143
Fix water gun and spray nozzle projectile collision (#24175)
fix water gun and spray nozzle collision

(cherry picked from commit f4727f2cf8)
2024-01-26 22:58:20 +01:00
Nemanja 23fb7d3180
Add a way for bulk abstracting prototypes (#24140)
* Ignored Prototypes

* respath it

* add multi-file support

(cherry picked from commit 1ed71f544e)
2024-01-26 22:58:11 +01:00
PJBot 008e99f4a0
Automatic changelog update
(cherry picked from commit b0e7a6db30)
2024-01-26 22:58:10 +01:00
LankLTE ab5cc6b25e
Follow command and ahelp menu follow (#24142)
* Command & ahelp rename

* Reviews

* remove tpto

(cherry picked from commit 44abe3e54d)
2024-01-26 22:58:09 +01:00
lzk fd30703d24
Remove prototypes locale (#24159)
(cherry picked from commit 1db42e048b)
2024-01-26 22:57:41 +01:00
Ubaser be014dc5da
Hauling shuttle wreck (#24152)
add

(cherry picked from commit eaee9b6896)
2024-01-26 22:56:53 +01:00
Nemanja 730ed8ab56
try and purify cryosleeper code (#24165)
(cherry picked from commit e145a8f696)
2024-01-26 22:56:52 +01:00
Kot 4ef6d936e5
Fix DragDropHelper not respecting the control.drag_dead_zone cvar (#24166)
Fix regression with the drag_dead_zone cvar not being used

(cherry picked from commit ef70629702)
2024-01-26 22:56:51 +01:00
Arkanic 80665d94b0
qol tweak: More context about how to access traitor uplink in character menu (#24163)
Update preset-traitor.ftl

(cherry picked from commit 294c4bb3ce)
2024-01-26 22:56:50 +01:00
Pieter-Jan Briers 300db3826c
Fix missing [NetSerializable] in SimplePredictReconcileTest (#24161)
This didn't cause any issues because NetSerializer wasn't used in integration tests... until https://github.com/space-wizards/RobustToolbox/pull/4838.

(cherry picked from commit 45136ef825)
2024-01-26 22:56:49 +01:00
PJBot c2f00ff3b1
Automatic changelog update
(cherry picked from commit d421fedf98)
2024-01-26 22:56:48 +01:00
Ubaser 9e10766f1d
Resprite buckets (#23866)
* add

* fix

* tweak

* bucket

* buckt

* bucket'd

* buckt

* bottm roundinger

(cherry picked from commit ecd84d8bfb)
2024-01-26 22:56:47 +01:00
lzk e5edd0f790
Fix some closets being not deconstructable (#23054)
* sss

* price change

(cherry picked from commit a2c3ec6c47)
2024-01-26 22:56:46 +01:00
PJBot 20e1c9558a
Automatic changelog update
(cherry picked from commit 4df9bdeded)
2024-01-26 22:56:45 +01:00
Arendian 5efaaa6b39
Fix flare shell not applying firestacks and makes it embed (#23648)
* Fix flare gun not igniting and small firestack increase.

* Flare shells now embed

(cherry picked from commit 495956a7fa)
2024-01-26 22:56:44 +01:00
metalgearsloth 0d64e2878d
Don't throw on player spawn for playtime failure (#24148)
Still gets logged but won't abort the entire startup process.

(cherry picked from commit 3b7679f9c9)
2024-01-26 22:56:29 +01:00
Nemanja 48ad5ea014
fix radiators leaking heat into atmos blocked tiles (#24124)
* fix radiators leaking heat into atmos blocked tiles

* Fix the fix

Pointyhat to: emogarbage

* Remove unused imports

---------

Co-authored-by: Kevin Zheng <kevinz5000@gmail.com>
(cherry picked from commit c29896f505)
2024-01-26 22:55:53 +01:00
PJBot 38ff9d80b8
Automatic changelog update
(cherry picked from commit 9337d74283)
2024-01-26 22:55:52 +01:00
Trevor Day f0c4daca24
Explosion log fix fix (#24136)
* Reaction and Explosion admin log coordinates

* Remove extraneous whitespace

(cherry picked from commit d571ed940f)
2024-01-26 22:55:51 +01:00
Emisse b9bf8342d7
medal case sprite (#24147)
medal case no longer cigar case lmao

(cherry picked from commit f33307e766)
2024-01-26 22:55:50 +01:00
Skye 4d83cff795
Cleanup Medicine Descriptions (#24141)
Medicine Cleanup TIme

(cherry picked from commit 7e101f6e19)
2024-01-26 22:55:48 +01:00
Emisse 10f1ff3117
terminal update (#24145)
(cherry picked from commit f09b05f579)
2024-01-26 22:55:47 +01:00