Commit Graph

27729 Commits

Author SHA1 Message Date
Leon Friedrich
1faa1b5df6 Allow zoom command to modify an eye's PVS range (#29245)
Allow zoom command to modify an eye's PVS range

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2024-07-03 16:44:55 +10:00
PJBot
a2a3233f5e Automatic changelog update 2024-07-03 05:28:41 +00:00
eoineoineoin
a05d05088e Make artifact analyzer obey laws of physics (#28117) 2024-07-03 01:27:33 -04:00
DrSmugleaf
347bed8be5 Make camera recoil system only refresh offset when its values change (#29673) 2024-07-03 15:16:18 +10:00
DrSmugleaf
c6d718d126 Fix camera recoil system overriding all other eye offsets (#29146) 2024-07-02 19:51:16 -07:00
PJBot
ae4cff4982 Automatic changelog update 2024-07-03 00:32:44 +00:00
nikthechampiongr
7defc4b87d Nerf the elite hardsuit (#29429) 2024-07-03 10:31:38 +10:00
PJBot
7b3140fbb3 Automatic changelog update 2024-07-03 00:03:05 +00:00
Plykiya
c56f495cf1 Thieving glove pickups actually stealthy (#29665)
Co-authored-by: plykiya <plykiya@protonmail.com>
2024-07-03 10:01:59 +10:00
Tayrtahn
cfc0247e5c Code Cleanup: Integration Tests (#29584)
* Cleanup PuddleTest

* Cleanup GravityGridTest

* Cleanup PowerTest

* Cleanup SaveLoadMapTest

* Cleanup Body tests

* Cleanup ContainerOcclusionTest

* Cleanup AirlockTest

* Cleanup DamageableTest

* Cleanup EntityTest

* Cleanup FluidSpillTest

* Cleanup FollowerSystemTest

* Cleanup HandCuffTest

* Cleanup InteractionSystemTests

* Cleanup InRangeUnobstructed

* Cleanup SimplePredictReconcileTest

* Cleanup PostMapInitTest

* Cleanup SalvageTest

* Cleanup SaveLoadSaveTest

* Cleanup ShuttleTest

* Cleanup MaterialArbitrageTest

* Cleanup PrototypeSaveTest

* Fix ShuttleTest

* Bunch of small ones

* Move JobTests to Station directory

* More small fixes

* Cleanup InteractionTest.Helpers
Had to change a method signature, so some callers were modified too.

* Missed one
2024-07-03 10:01:37 +10:00
lzk
58d46ddd46 Fix GhostCommand naming (#29671) 2024-07-03 10:01:17 +10:00
Mervill
4ec15c84fa Clean up gas miners (#29657)
Separate the environment check from CapSpawnAmount into GetValidEnvironment to make the code a little cleaner, and also makes these two checks independent.

CapSpawnAmount and GetValidEnvironment now both have zero side-effects

Broken renamed Idle to reflect its use. Broken in my mind implies that there's some method for fixing.

---------

Co-authored-by: Partmedia <kevinz5000@gmail.com>
2024-07-02 12:18:56 -08:00
PJBot
542e1db913 Automatic changelog update 2024-07-02 15:29:55 +00:00
Ko4ergaPunk
59ce9e6dc7 pipetka) (#29667) 2024-07-02 18:28:49 +03:00
Brandon Hu
95f76efd80 fix(greenshift): remove meteors from greenshift (#29271) 2024-07-02 09:51:25 -04:00
PJBot
d89ea4dac7 Automatic changelog update 2024-07-02 13:34:55 +00:00
lzk
c0a1e6ea15 space law book (#29392)
* Space Law Book

* crate
2024-07-02 09:33:48 -04:00
lzk
2a6b7dbaf9 Add ability to add additional friendly and hostile factions in prototypes (#29636)
* Make friendly and hostile factions in NpcFactionMemberComponent datafiels

* :trollface:

* :trollface:
2024-07-02 09:32:21 -04:00
PJBot
5c8962823e Automatic changelog update 2024-07-02 13:05:23 +00:00
slarticodefast
daae8253c6 Fix MouseRotator on rotated grids (#29663)
* fix harm mode rotation

* cleanup

* -pi to pi
2024-07-02 23:04:15 +10:00
Chief-Engineer
763a25e934 add more info to entity json in logs (#18672)
* add more info to entity json in logs

* replace TryGetSessionById

* remove unused dependency

* get admin status from the entity

* group values by component

* alphabetize

* I've discovered that my original plans may be bad for performance
2024-07-02 11:09:24 +02:00
PJBot
cab2ea757d Automatic changelog update 2024-07-02 03:31:59 +00:00
Tayrtahn
b565258f12 Fixed buckled players thrashing while speaking in beds (#29653)
* Fix characters thrashing when talking while lying down

* Remove weird design choice
2024-07-01 23:30:53 -04:00
PJBot
2f1bc7ab93 Automatic changelog update 2024-07-01 22:24:42 +00:00
Tayrtahn
340332cf5b Fix nukeops ending early if an operative dies at base (#29642)
Fix nukeops ending early if an operative died at base
2024-07-01 18:23:36 -04:00
PJBot
854762092d Automatic changelog update 2024-07-01 21:15:44 +00:00
Cojoke
fe7dbb42b3 Allow Flares to light cigarettes (#29476)
* Allow Flares to light cigarettes

* !IsHot check

* nicer looking(and I think the right way to do that...)

* heh, whoops

* Adds IgnitionEvent, IgnitionSource now functions as IsHot when Ignited

* Fixes + remove redundancy

* Hows this?

* press enter

Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>

* Flare is not forever hot anymore

* Formatting fixes

* Make IgnitionEvent readonly

---------

Co-authored-by: ShadowCommander <10494922+ShadowCommander@users.noreply.github.com>
2024-07-01 14:14:38 -07:00
jmcb
ed2789a0e4 Remove outdated NotNullWhen annotation (#29641)
A previous version of this function returned a bool. Since this no longer does that, remove the annotation.
2024-07-01 09:10:49 -08:00
PJBot
732489ee4a Automatic changelog update 2024-07-01 16:28:55 +00:00
jmcb
ca87fb8bc5 Fix showing tips on the login screen from the localized tip dataset (#29640)
Regression introduced in #28285
2024-07-01 12:27:49 -04:00
PJBot
e0697763f8 Automatic changelog update 2024-07-01 15:40:11 +00:00
Plykiya
7032499e2a Fixes gravity wells (#29617)
* Fixes gravity wells

* thank you slarticodefast

* Minor nitpicks addressed

* NITPICKS UNDONE

* REDO THE NITPICK, WE LOVE MATRIX MULTIPLCATION

* Revert "REDO THE NITPICK, WE LOVE MATRIX MULTIPLCATION"

This reverts commit c782eee1a1c7bda90c7ca686928019cc5f25c8cf.

* NITPICK REDO

---------

Co-authored-by: plykiya <plykiya@protonmail.com>
2024-07-01 11:39:05 -04:00
PJBot
cb87787ffb Automatic changelog update 2024-07-01 06:12:36 +00:00
metalgearsloth
b6cf2ce524 Add FTL arrival visuals (#29402)
* Add FTL arrival visuals

* weh

* Update Content.Shared/Shuttles/Components/FTLComponent.cs

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

---------

Co-authored-by: Tayrtahn <tayrtahn@gmail.com>
2024-07-01 16:11:30 +10:00
metalgearsloth
5543689c14 Update submodule to 227.0.0 (#29634) 2024-07-01 16:09:41 +10:00
PJBot
a5ccf97a64 Automatic changelog update 2024-07-01 05:34:15 +00:00
Cojoke
7555952738 Add Slowdown to Dragging Items that Slow when Held (#29364)
* Add slowdown to dragging Items that slow when held

* Heh, fancy

* Heh, fancy

* rename SetMovementSpeedModifiers to GetHeldMovementSpeedModifiers because it was not setting anything
2024-07-01 15:33:08 +10:00
PJBot
195a1c1810 Automatic changelog update 2024-07-01 03:07:34 +00:00
Nemanja
84282ca016 Remove blurry vision examine mispredict (#29633)
remove blurry vision examine mispredict
2024-07-01 13:06:28 +10:00
TurboTracker
4039488654 comment out Exterminator reference in Ion Laws (#29628)
1984'ed via pull/26978 but was likely missed.
2024-06-30 23:01:53 -04:00
PJBot
a3db80af04 Automatic changelog update 2024-06-30 17:57:37 +00:00
Hmeister-real
7140d01336 CE hardsuit is fireproof again (#29516)
* helm fireproofing

* suit fireproofing

* Update hardsuit-helmets.yml

* Update hardsuits.yml
2024-06-30 10:56:31 -07:00
PJBot
a029925818 Automatic changelog update 2024-06-30 16:22:04 +00:00
Nemanja
162913ccd0 Selectable Bar Signs (#29068)
* make bar sign selectable

* ajcm strongest soldier

* AJCM comes down hard for round 2

* good shit

* ok ballin

* bless'ed be the webedit
2024-07-01 02:20:57 +10:00
Plykiya
f6bb10503f Removes obsolete AnchorEntity() functions (#28613)
Obsolete anchor entity functions

Co-authored-by: plykiya <plykiya@protonmail.com>
2024-07-01 00:32:48 +10:00
PJBot
af1acf6e60 Automatic changelog update 2024-06-30 13:52:39 +00:00
deltanedas
379013a5da show sleeper agents in round end summary (#29468)
fix sleeper agents not showing in summary

Co-authored-by: deltanedas <@deltanedas:kde.org>
2024-06-30 09:51:33 -04:00
~DreamlyJack~
881f3e4255 New Color Dress (#29473)
* add dress

* add dress

* add dress

* add dress

* add dress

* add dress

* add dress

* add dress

* add dress yml

* add dress in dresser
2024-06-30 09:49:35 -04:00
PJBot
715e027183 Automatic changelog update 2024-06-30 13:48:27 +00:00
Partmedia
f4c7339870 Auto-scale sensor monitoring graph (#29559) 2024-06-30 09:48:20 -04:00