Commit Graph

26659 Commits

Author SHA1 Message Date
PJBot
ea6be02ea3 Automatic changelog update 2024-08-02 15:50:14 +00:00
Mervill
0f33025d34 Debug command to make you thirsty (#30562)
* debug command to make you thirsty

* pr feedback
2024-08-03 01:49:08 +10:00
DrSmugleaf
1fd934d5dc Use EntityQuery for footstep modifier and map grid in SharedMoverController (#30575) 2024-08-02 10:08:46 -04:00
PJBot
f153f134fc Automatic changelog update 2024-08-02 10:03:23 +00:00
slarticodefast
2a29fea51d make the digital audio workstation rotatable (#30571)
make the DAW rotatable
2024-08-02 20:02:16 +10:00
Mervill
af75258601 Remove obsolete code from Food, Drink and Respirator systems. (#30560)
* Remove obsolete code from Food, Drink and Respirator systems

* remove obsolete comment
2024-08-02 17:30:45 +10:00
Emisse
ac4086f984 apc touchup sprite (#30460)
* apc touchup

* darker borders ofjdsa fjoias
2024-08-02 17:19:25 +10:00
Tayrtahn
ed4ae1628c Add "fill levels" to spear in-hand/wielded/equipped sprites (#28865)
* Add fill level sprite support for equipped items

* Add fill sprites for held/equipped spears
2024-08-02 17:18:59 +10:00
Aiden
029771d672 'Spawn Here' Verb Forces Mind Transfer (#30568)
Update AdminVerbSystem.cs
2024-08-02 17:14:21 +10:00
IProduceWidgets
36038a1707 Allow ai to understand if its handcuffed. (#30402)
* allow ai to understand if its handcuffed.

* rerun tests they worky on local

* Contained here in, a string of expletives about flaky tests.

* on retrospect, default true is probably smorter.

* do reviews

* I forgor xml

* more xml
2024-08-02 17:07:46 +10:00
PJBot
8d23d36e88 Automatic changelog update 2024-08-02 07:06:18 +00:00
ShadowCommander
1579c8a424 Deploy foldable (#30000)
* Deploy foldable

* Add NetworkedComponent and access to the component

* Add handled to afterinteract

* Use drop target location instead of setcoordinates

* Put back in hand after failed deploy

This prevents dropping the bed when clicking while inside a locker.

* Created BaseDeployFoldable for folding chairs, body bags, and rollerbeds
2024-08-02 17:05:12 +10:00
osjarw
ccdbdee929 Add DoAfter handling to InteractWithOperator (#30319)
* commit used for the recording, mostly copypaste

* Remove recording artifacts, now contains content

* use switch expression instead of switch statement
Also `ExpectedDoAfter` to fail when doafter isn't raised
2024-08-02 16:17:11 +10:00
slarticodefast
448f3804e6 Remove duplicate cartridge rsi (#30498)
remove duplicate cartridge rsi
2024-08-02 16:14:50 +10:00
PJBot
533c968928 Automatic changelog update 2024-08-02 06:06:44 +00:00
Plykiya
85bcc74bdf Add percentage reading to chargers (#28500)
* Add percentage reading to chargers

* using args.pushgroup

* change message

* Update Content.Server/Power/EntitySystems/ChargerSystem.cs

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2024-08-02 16:05:38 +10:00
Velcroboy
378d1e5c71 Adjusts the Bingus steal target to include any of the named cats (#30504)
* Adjusts the Bingus steal target to include any of the named cats

* Change name of target group

---------

Co-authored-by: Velcroboy <velcroboy333@hotmail.com>
2024-08-02 16:02:56 +10:00
Vasilis
c36b94316e Add PR guidelines checkbox to PR template (#30283)
* Add PR guidelines checkbox to PR template

* Update PULL_REQUEST_TEMPLATE.md
2024-08-02 16:02:24 +10:00
PJBot
bfd47ed69a Automatic changelog update 2024-08-02 05:58:56 +00:00
Benny (TropicalHibi)
d13bcd1faa WRU and FS autocompletion (#30508)
modified:   Resources/Locale/en-US/speech/speech-chatsan.ftl
modified:   Resources/Prototypes/Accents/word_replacements.yml
2024-08-02 15:57:50 +10:00
Brandon Hu
5dd3e9b514 tweak(BurialSystem): Don't cancel doafter on keyup (#30507) 2024-08-02 15:57:18 +10:00
deltanedas
b4607acea0 add flash bounty for revs (#29248)
* add flash bounty

* escape

---------

Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-08-02 15:48:04 +10:00
PJBot
fa5995ddab Automatic changelog update 2024-08-02 05:46:05 +00:00
slarticodefast
2c31e03ee3 Fix borgs being unable to state laws or open other UIs without modules (#30299)
borg law 2 state laws all day
2024-08-02 15:44:59 +10:00
PJBot
0b253e94eb Automatic changelog update 2024-08-02 05:44:47 +00:00
WarMechanic
67fc8af814 Adjusts the lethality of meteor explosions (#29199)
* make changes

* int oops
2024-08-02 15:43:40 +10:00
Kaga-404
745d90ad73 Revolver fixes for caseless ammo and wielding (#30117)
* handled check

* splits Handled and TryResetDelay checks
2024-08-02 15:43:11 +10:00
Mervill
4179821ffa Show the player a server message when they get booted from the arrivals shuttle (#30519)
show the player a server message when they get booted from the arrivals shuttle
2024-08-02 15:42:02 +10:00
NakataRin
c99cdf5c59 susbox locale fix (#30564) 2024-08-02 15:39:00 +10:00
PJBot
a2e945f272 Automatic changelog update 2024-08-02 01:34:26 +00:00
metalgearsloth
20cb65f2e6 Fix double interaction popups (#30452)
The issue is it plays the "you hug xyz" to everyone in range as well as the target client so they overlap. IDK if anything else is broken by this but this control flow is pretty bad so I wouldn't be surprised.
2024-08-02 11:33:20 +10:00
Plykiya
e6b67540e4 Update MoverController.cs to not use Component.Owner (#29965)
* Update MoverController.cs

* Update a bunch of movement code to use Entity<T>

* Last errors

* wow, there were more errors

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
2024-08-02 11:32:32 +10:00
Brandon Hu
dceb562be7 add(TransferAmountWindow): QoL stuff (#30464)
* ugh
2024-08-02 11:20:36 +10:00
PJBot
1fcbaa132f Automatic changelog update 2024-08-01 20:02:13 +00:00
marbow
b8fc703bf0 Detective's closet now has a hand labeler (#30501)
handlabeler
2024-08-01 14:01:05 -06:00
PJBot
ce3169ed17 Automatic changelog update 2024-08-01 20:00:53 +00:00
IProduceWidgets
dc5f951f0e Remove cubes from nukie outpost. (#30547)
I expect you to die!
2024-08-01 14:00:30 -06:00
lzk
2422a606d5 Update Marathon (#30534)
* Update Marathon

restocks
beacons
emitters

* Update 2

perma fixes
2024-08-01 14:00:16 -06:00
NakataRin
71ea1516ed added paramedic to train (#30556) 2024-08-01 13:59:43 -06:00
SlamBamActionman
7da2fb1218 Change from using obsolete method in ExplosionOverlay (#30550)
* Change from obsolete method in ExplosionOverlay

* Send AppearanceSystem through constructor
2024-08-01 23:17:15 +10:00
PJBot
ff76214247 Automatic changelog update 2024-08-01 10:27:39 +00:00
Ko4ergaPunk
27f3bea46d Cutter machine & steel mozaic item tiles (#30431)
* no texture machine

* done

* delete wip

* bug fixes

* oops

* CutterMachineCircuitboard
Glass: 500
2024-08-01 13:26:32 +03:00
Nemanja
2c26be606f Add support for printing reagents in lathes (#30476)
* Add support for reagents in lathes

* missing locale
2024-08-01 14:15:05 +10:00
Mervill
4b7325098a Remove obsolete code from LightningSystem (#30546) 2024-07-31 20:27:17 -07:00
PJBot
ab05228479 Automatic changelog update 2024-08-01 03:01:00 +00:00
Plykiya
1d79b924a6 Adds hand labelers to the ChemDrobe, LawDrobe, and PTech (#29958)
* Adds hand labelers to the chemdrobe and ptech

* LawDrobe too

* Update cart.yml

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
2024-07-31 19:59:54 -07:00
PJBot
b5524bfcd1 Automatic changelog update 2024-08-01 02:59:22 +00:00
PixeltheAertistContrib
ad0aba5108 Change Social Anxiety ----> Stutter (#29898)
* Change Social Anxiety ----> Stutter

* Update traits.ftl

---------

Co-authored-by: Plykiya <58439124+Plykiya@users.noreply.github.com>
2024-07-31 19:58:16 -07:00
PJBot
34450dc908 Automatic changelog update 2024-08-01 02:56:09 +00:00
Plykiya
1d2b7131ab Meteors now leave behind a bit of ore (#30419)
* Meteors that leave behind asteroid ore

* bigger offset

* Bit more generic

* Better defaults

* hrm?

* I HATE CUSTOM SERIALIZERS

* More comments

* renamed a variable

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
2024-07-31 19:55:02 -07:00