Commit Graph

27799 Commits

Author SHA1 Message Date
Leon Friedrich f93bc2853a Add more storage admin logs & fix some interaction validation (#30725) 2024-08-09 18:58:36 +01:00
PJBot 075a1b838d Automatic changelog update 2024-08-09 18:57:59 +01:00
Flareguy 568d744afd Vox head displacement map (#30699)
* head displacement for vox

* fixe
2024-08-09 18:57:59 +01:00
Plykiya 17a24e13a5 Replace xform.WorldPosition with xformSystem method for Setting/Getting (#30029)
* GET WORLD POSITON, ROTATION

* Missing parentheses

* ui system depndency

* the issue

* Unused

* Let the function do the transform

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
2024-08-09 18:57:59 +01:00
PJBot f404ad6a16 Automatic changelog update 2024-08-09 18:57:59 +01:00
slarticodefast 6d9063cb32 Add whitelist to cryostorage (#30574) 2024-08-09 18:57:59 +01:00
PJBot df9f2e43cc Automatic changelog update 2024-08-09 18:57:59 +01:00
Nemanja a92cdf55df better examine text for radiation collectors (#30606)
* better examine text for radiation collectors

* this?

* penis
2024-08-09 18:57:58 +01:00
Errant 60c2ee6f00 Vox nukies and ninjafix (#29783)
* Nukie species gear

* antagselectionsystem autointernals

* nukie vox

* skrek

* Remove duplicate code

* skrek

* EVA tank loadouts, vox ninja update

* fix prototype duplication

* skrek

* fix summary

* fixed empty startinggear error

* enable vox ninjas

* Comments

* removed comment because startinggearprototype should not be used on antagselection aaaanyway

* squish that if

* Update Content.Shared/Clothing/LoadoutSystem.cs

---------

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2024-08-09 18:57:58 +01:00
PJBot d97e4bc658 Automatic changelog update 2024-08-09 18:55:50 +01:00
Ed 4577dc15f9 Add comment into jetpack system, to prevent future grid jetpack PRs (#30682)
Update SharedJetpackSystem.cs
2024-08-09 18:55:50 +01:00
Nemanja 7a10112c4e Make biofab distinct from biogen (#30696)
* Make biofab distinct from biogen

* biocube fabricator
2024-08-09 18:55:50 +01:00
DrSmugleaf 90b6b2eab0 Fix admin logs cache caching rounds forever if multiple game servers are ran on the same db (#30687) 2024-08-09 18:55:43 +01:00
Brandon Hu 622a772e4f tweak(SolutionTransfer): Raise default max transfer amount. (#29969)
* fix(jugs): Make max and minimum transfer amounts make sense

* fix name

* Better

* Implement bounds checks

* large beaker too

* More logical solution

* Bleh

* remove

* Doesn't make sense yet

WAS MISTAKEN AAAAAAAAAAAAAAD@ @!
2024-08-09 18:55:43 +01:00
Mervill 9f1cc60aa9 Refactor the `hungry` debug command to be in line with `thirsty` (#30591)
refactor the hungry debug command to be in line with thirsty

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2024-08-09 18:54:53 +01:00
PJBot f89268a142 Automatic changelog update 2024-08-09 18:54:53 +01:00
Nemanja adda0ad5b1 Add slowdown to low temperatures (#29692)
* TemperatureSpeed component

* temperature slowdown prediction (done right)

* remove unnecessary changes

* that too

* get in line

* make it readonly

* auto pause
2024-08-09 18:54:53 +01:00
PJBot ee37f7cdbb Automatic changelog update 2024-08-09 18:54:53 +01:00
SlamBamActionman f54bc47e84 Change Thief Syndie & Chameleon kit contents, add Syndie codeword paper (#30446)
* Initial commit

* more like bYE

* Fix exception during test
2024-08-09 18:54:53 +01:00
metalgearsloth 120f4a4854 Fix random unused field warnings (#29948)
* Fix random unused field warnings

Not many but it counts.

* caught

* Field
2024-08-09 18:54:53 +01:00
PJBot a6d1129478 Automatic changelog update 2024-08-09 18:54:53 +01:00
Mervill 970c79fe9f Debug command to set either your hunger or thirst to one of their respective threshold levels (#30563)
* Debug command to set either your hunger or thirst to one of their respective threshold levels

* code updates

* code + loc changes
2024-08-09 18:54:53 +01:00
PJBot 350d952201 Automatic changelog update 2024-08-09 18:54:53 +01:00
foboscheshir 282e27c35a Missing mime mask sprites for Vox (#30607)
mime-mask-vox
2024-08-09 18:54:52 +01:00
Brandon Hu d451898003 add(Spawners): Add a honk bot spawner (#30616) 2024-08-09 18:51:12 +01:00
voidnull000 2c985fecb9 Change the mimebot and killer tomato's descriptions (#30639)
fix those two descriptions
2024-08-09 18:51:01 +01:00
metalgearsloth 24bbd04a5a De-duplicate loadout gear (#30341)
* De-duplicate loadout gear

Needs supporting code, probably with an interface with StartingGearPrototype which would also use it, but I regexed the yaml.

* Code updates

* Remaining yaml

* Fix automatic naming

* raiseEvent

* Don't code when tired kids
2024-08-09 18:51:00 +01:00
Errant 6505969a17 Restore the longer traitor briefing message (#30404)
* Restore the long traitor briefing

* highlights
2024-08-09 18:45:42 +01:00
PJBot 64de34b277 Automatic changelog update 2024-08-09 18:45:42 +01:00
Ed c051d7902c JobRequirement refactor (#30347)
* refactor JobRequirements

* add profile support

* fix

* Update quartermaster.yml

* sloth fixes

* inport 30208

* Update DepartmentPrototype.cs

* species restriction

* left tweak stick

* stringbuilder is cool!
2024-08-09 18:45:41 +01:00
Plykiya 752a49284e Move PaperSystem to Shared (#30592)
* Fix paper system late localization

* IS THIS WHAT YOU WANT

* well I guess this is happening now

* fix the BUI

* did that even do anything before?

* again with the escapeformatting...

* Dirtying

* Move dirty to function

* Rename PaperSystem to PaperVisualizerSystem

* Fix namespace

* how many namespace changes must I suffer through

* SetContent is for Setting Content

* minor shuffling

* review

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-08-09 18:31:41 +01:00
Simon 53e1aeaeb3 Fix warnings in ShuttleSystem.GridFill.cs (#30253)
* Fix warnings in ShuttleSystem.GridFill.cs

* remove the thingie

---------

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2024-08-09 18:26:30 +01:00
PJBot 760ac8f6f8 Automatic changelog update 2024-08-09 18:26:30 +01:00
Cojoke 1644879d36 Give Mice Combat Mode and a 0 Damage Attack (#30487) 2024-08-09 18:26:30 +01:00
PJBot f9ac304411 Automatic changelog update 2024-08-09 18:26:30 +01:00
Killerqu00 8543b2c84c Sleeper agents event no longer occurs when evacuation is called (#30646)
no more evac sleeper agents
2024-08-09 18:26:26 +01:00
Plykiya f9ebd78a78 Gets rid of all leftover usages of IEyeManager.CurrentMap (#30022)
* Gets rid of all leftover usages of CurrentMap

* args works

* reverty

* skill issue

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
2024-08-09 18:25:43 +01:00
slarticodefast 075dec6ba2 Improve communications console countdown formatting (#30495)
* improve communications console countdown formatting

* tostring
2024-08-09 18:25:43 +01:00
lzk f0cf9634a6 Fix some descriptions (#30644) 2024-08-09 18:25:37 +01:00
PJBot 9e0a0c4ff5 Automatic changelog update 2024-08-09 18:24:58 +01:00
beck-thompson 80f591cf8e Explosion resistance is now predicted! (#30654)
* First commit

* Added Network and access
2024-08-09 18:24:58 +01:00
DrSmugleaf c36b79c3fc Fix falsely showing damage color effect to entities that aren't allowed to be attacked (#30661) 2024-08-09 18:24:58 +01:00
Plykiya c271b150dc Fix GhostRoleRadio icons (#30650)
Co-authored-by: plykiya <plykiya@protonmail.com>
2024-08-09 18:24:58 +01:00
Brandon Hu 1459af098c tweak(grammar): Correct multiple instances of incorrect "its" usage (#30640) 2024-08-09 18:24:58 +01:00
Brandon Hu 3922550233 tweak(grammar): Correct multiple instances of incorrect "it's" usage (#30641) 2024-08-09 18:24:58 +01:00
OrangeMoronage9622 ece8605dba fml to chatsan (#30651) 2024-08-09 18:24:58 +01:00
PJBot 99d7b3453c Automatic changelog update 2024-08-09 18:24:47 +01:00
Mervill 0bd16580c1 Give rotten meat `Trash` and `Recyclable` tag (#30594) 2024-08-09 18:24:47 +01:00
slarticodefast 54fbf9c0e5 replace all uses of TryGetContainingContainer with non-obsolete overload (#30583)
* replace all uses of TryGetContainerContainer with non-obsolete overload

* rerun
2024-08-09 18:24:46 +01:00
Mervill 1f00153e29 Remove unused variable from ThownInsertContainerSystem (#30611) 2024-08-09 18:24:46 +01:00