Commit Graph

36638 Commits

Author SHA1 Message Date
ScarKy0 7eab22673a Add additional Biome Markers. (#36300)
* init

* slight value tweaks

* few more
2025-04-06 21:36:00 +01:00
PJBot bbeb39bfe3 Automatic changelog update 2025-04-06 21:36:00 +01:00
SlamBamActionman 66fef97bf2 Reduce storage implant to a 2x L shape/6 slots (#36272)
Change subdermal implant
2025-04-06 21:36:00 +01:00
KamTheSythe d5b8358d45 Remove "SHUTTLES" from the allergy list in ion_storm.yml (#36317)
with accordance pull 35751, removes the "SHUTTLES" as a possible allergy to prevent possible round stall
2025-04-06 21:35:59 +01:00
Super e89f2bcdc3 Typo fix in Syndicate agent locale resources (#36318)
* "discretely" corrected to "discreetly"

* how did it happen twice
2025-04-06 21:35:59 +01:00
PJBot ab275cc7f8 Automatic changelog update 2025-04-06 21:35:59 +01:00
āda e9a1dc6876 Add 10u of plasma to SyndieJuice (#36280)
Gift for the agent
2025-04-06 21:35:59 +01:00
BWTCK a8fff69813 Fix shutter construction ghost rotation (#36082)
* Fixed shutter construction frame not aligning with construction ghost

* removed metadata change that should be in a different PR
2025-04-06 21:35:59 +01:00
J 6571868f3b Extracts magic strings from Tag calls (#36305)
* Extracts magic strings from Tag calls

When #36281 gets merged, the `TagSystem` methods will all give warnings. Let's fix those warnings before they even happen!

* Adds missing libraries

* Remove not yet implemented TagSystem changes

* Fix tag spelling error

Genuinely surprised there was only 1!

* Styling and proper type changes

* Styling

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

---------

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
2025-04-06 21:35:59 +01:00
PJBot 4a203418f8 Automatic changelog update 2025-04-06 21:35:59 +01:00
ScarKy0 3fac183562 Antagonist roles now require 1h playtime. (#36276)
* init

* whitespace
2025-04-06 21:35:59 +01:00
Myra 56a7c93891 IPIntel now rounds to 2 decimal points (#36298)
* IPIntel now rounds to 2 decimal points

* Nvm i understood what pjb wanted now
2025-04-06 21:35:59 +01:00
metalgearsloth 8b306ef14a Remove embed mispredict (#36297)
* Remove embed mispredict

I don't know why this is here but it doesn't seem to cause issues and transforms should be fully predicted so if there are bugs I will deal with them as they come up.

* a
2025-04-06 21:35:58 +01:00
PJBot e93715ca9a Automatic changelog update 2025-04-06 21:35:58 +01:00
Tayrtahn d715ac5d6f Fix ninjas not being able to hack criminal records (#36299)
Index reason placeholders prototype as a LocalizedDataset
2025-04-06 21:35:58 +01:00
PJBot fbcf843833 Automatic changelog update 2025-04-06 21:35:58 +01:00
TheBlueYowie 5f92886e92 Rotate Adv Mineral Scanner in Inventory (#36294) 2025-04-06 21:35:58 +01:00
PJBot f89adc7492 Automatic changelog update 2025-04-06 21:35:58 +01:00
lzk 9cb0e253e3 fix implanting borgs and bots (#36218)
* fix implanting borgs

* fix
2025-04-06 21:35:58 +01:00
metalgearsloth 9e326810d3 Mob collision tweaks (#36296)
* Mob collision tweaks

- Remove the dot product default so moving also pops it.
- Cleanup the cvars so admins can adjust

* Gas canister revert
2025-04-06 21:35:58 +01:00
metalgearsloth 3410a10c94 Mob collisions (#34580)
* Conveyor optimisations

- Optimise movement for moving stuff. Better flags + less resolves + slapped parallelrobustjob on it.
- Sleeping for entities getting conveyed into walls.

* Blocker version

* Finish

* Final

* Mob collisions

* impulses

* Collision smoothing

* Locked in

* 30tps working

* r

* fixes

* Best

* Fixes + CVars

* CVars in place

* Pushies

* Opt attempt 1

* Revert "Opt attempt 1"

This reverts commit 5ccd72dcbea09261a992aa1f7f05df169a1ce676.

* Fix mispredicts

* Ready-ish

* better

* Cleanup

* Fix conveyor power mispredict

* Forgetting to actually do deltas

* Fix buckle pushes

* Bagel save

* Revert "Bagel save"

This reverts commit 1b93fda81fb852d89b89b0beae0b80f8a61165f2.

* Conveyor resave

* Fix prediction

* Mob movement rewrite

* Bandaid

* Working version

* Tentatively working

* Friction to fix cornering

* More fixes

* Revert bagel

* Revert this

* Bad parity

* Working

* Fixes

* Woops

* Doc comments

* Pen cap cvar

* StandingState cleanup and sub

* Fix downed mobs

* fish

* client

* Disable pushing on tests

* More variables

* Movement mods

* Mass diff

* 1 more tweak

* Cvar
2025-04-06 21:35:57 +01:00
PJBot f8cd981f8b Automatic changelog update 2025-04-06 21:35:57 +01:00
K-Dynamic 48139b6d25 Add PKA and PTK-800 shuttle gun recipes to sec techfab (#34566)
* add Magboots and PKA to sec lathe

* add kinetic shuttle gun to sec lathe

* use pack recipe

* remove magboot from prior commit
2025-04-06 21:35:57 +01:00
Tayrtahn 663f1b9b77 Fix loc issues with suicide popup (#36284) 2025-04-06 21:35:57 +01:00
SlamBamActionman 6e93b34df2 [Hotfix] Change ID card console admin log severity to Medium (#36283)
It's that simple
2025-04-06 21:35:57 +01:00
Tayrtahn 287b5f355b Fix loc issues with syringes (#36285)
Fix injector loc issues
2025-04-06 21:35:57 +01:00
PJBot 348e15c9d0 Automatic changelog update 2025-04-06 21:35:57 +01:00
Luna "YuNii" Henrich db4d90590b Stop ghosts from being logged to Airlocks (#36261)
* stop ghosts from being logged

* thanks rider for the random import

* add new tag PreventAccessLogging

* once again removing random auto imports

* inverted if for code readability

* switch to ProtoId<> usage
2025-04-06 21:35:57 +01:00
PJBot c62ab845a8 Automatic changelog update 2025-04-06 21:35:57 +01:00
Whatstone fb8161b2d7 Recipes for curtains and tables using carpets now respect stacks. (#33721)
* Carpet curtain/table recipes now respect stacks

* remove unused colour carpet tags

* Remove the tags outright
2025-04-06 21:35:57 +01:00
PJBot bbeacbbb22 Automatic changelog update 2025-04-06 21:35:57 +01:00
pathetic meowmeow 3fd75f210d Improve sprite fading behaviour (#35863)
* Click through faded sprites

* Count the mouse position for which sprites to fade
2025-04-06 21:35:57 +01:00
PJBot 0a6d3b6a1d Automatic changelog update 2025-04-06 21:35:57 +01:00
āda 85fdc9b659 Diphenhydramine causes drowsiness (#36212)
* nap time in medbay

* suggested changes

* fake test fail
2025-04-06 21:35:56 +01:00
Polter 41d3e3ae76 Change the name and description of the templar helmet. (#36258)
Changed the name and description of the knight helmet.

Co-authored-by: Flesh <N/A>
2025-04-06 21:35:56 +01:00
metalgearsloth a725a4847c Add autocomplete to controlmob (#36234)
Expensive for what it is just really annoying in debug to not have it. Worst case I just make it debug only and we don't add it for release.
2025-04-06 21:35:56 +01:00
Tayrtahn 1309e0015e Fix a few loc bugs with magic mirror/scissors (#36269)
* Use identity for magic mirror popups

* THE()

* Use correct pronouns in blocked-by-hat message
2025-04-06 21:35:56 +01:00
Tayrtahn 6c713d01b9 Localize air alarm states (#36266) 2025-04-06 21:35:56 +01:00
Tayrtahn b0a3bb60a0 Fix entities burning to ash not using identity, and bad formatting (#36268)
* Make burning to ash use identity

* CAPITALIZE(THE())
2025-04-06 21:35:53 +01:00
J 482c197630 NPC Warnings cleanup (#36189)
* NPC Warnings cleanup

* Reverting unnecessary changes

* Reverting unnecessary changes, missed

* Using entity GetGrid override instead
2025-04-06 20:55:06 +01:00
Tayrtahn 36c30f992d Convert AgentIDCard message to use a Fluent selector (#36263)
Convert AgentIDCard message to use a selector
2025-04-06 20:54:20 +01:00
PJBot d9bc965b47 Automatic changelog update 2025-04-06 20:53:41 +01:00
qwerltaz 1f60a17500 add: Dragon rift color changes based on charge (#36216)
* use dragon rift sprite colours

* Entity<T>
2025-04-06 20:53:41 +01:00
PJBot e3276de378 Automatic changelog update 2025-04-06 20:53:41 +01:00
Fildrance d30c7bc7e8 fix: re-add missing RCD deconstruct action #36243 (#36255)
Co-authored-by: pa.pecherskij <pa.pecherskij@interfax.ru>
2025-04-06 20:53:41 +01:00
Kirby a2e1f9d742 Light replacer description typo fix (#36256)
Replacer description typo fix
2025-04-06 20:53:27 +01:00
Tayrtahn 01e0fed470 Fix "other player points at you" message formatting (#36253)
Fix "other player points at you" message's Fluent functions
2025-04-06 20:53:16 +01:00
Tayrtahn ae416ae18e Fix KeyNotFoundException that sometimes happens on server shutdown (#36221) 2025-04-06 20:53:16 +01:00
PJBot 1b082986f3 Automatic changelog update 2025-04-06 20:53:16 +01:00
MisterImp 5ad30fe946 New food recipe: World Peazza (#35191)
* added world peazza

* fixed a comma in the pizza sprite json

* changed attribution comment on ArtisticRoomba's suggestion

* restored accidentally deleted line, thanks Tayrtahn
2025-04-06 20:53:16 +01:00