Commit Graph

36638 Commits

Author SHA1 Message Date
Nemanja 077ebb06ae
research disk debug stuff (#13063)
* research disk tweaks

* save a single blessed line of yaml
2022-12-19 21:36:08 -06:00
PJBot 39b8b61bc6 Automatic changelog update 2022-12-19 22:35:06 -05:00
Nemanja 4faf819bc4
write a test to ensure all computers are constructible (#13096) 2022-12-19 21:34:26 -06:00
Leon Friedrich 586864ee85
Cardboard box fixes (#13087) 2022-12-19 21:33:59 -06:00
Leon Friedrich 5c9e4f6ca5
Explicitly set outsidePrediction to false (#13088) 2022-12-19 21:33:11 -06:00
Nemanja e78b4f53e2
fix multi-servers not working (#13095) 2022-12-19 21:31:47 -06:00
Chief-Engineer 432c50240b
fix pa computer logs (#13092) 2022-12-19 21:31:29 -06:00
Jezithyr 5f9b4adf47
Cleaned up obsolete properties from MobStateComponent (#13097)
Co-authored-by: Jezithyr <Jezithyr@gmail.com>
2022-12-19 21:25:35 -06:00
rolfero 7259acfb18
Examine Groups (#12400)
* new version

* testy2

* working version

* new GroupExamineSystem

* restructure

* restructure again

* update icon

* adding group examine to prototypes

* change examine group title to a localized string

Co-authored-by: CommieFlowers <rasmus.cedergren@hotmail.com>
2022-12-19 20:53:36 -06:00
PJBot f09097ccd7 Automatic changelog update 2022-12-19 21:49:19 -05:00
Stealthbomber16 f40130a7bb
service vending machine updates (#12151)
* botany vending machines

egg-plant seeds added to seed vendor since they are available in botany locker at roundstart
botany tool number increased to match the increased botany staff count of most stations

* dinnerware has large beakers now

* nutrimax has buckets and swabs

* bucket advertisement

Buckets!
2022-12-19 20:48:13 -06:00
TemporalOroboros 9a72b05a50
Splits the singularity into its component parts + ECS singularity + Support for singularities in containers. (#12132)
* InitialCommit (Broken)

* Fixes compile errors

* PR comments. More doc comments. Fixes

* Makes a singularity/event horizon without radiation/physics a valid state to be in

* VV 'fake' setters, fixes the visualizer, fixes the singularity trying to eat itself instead of nearby things.

* Removes unused dependency from Content.Client.GravityWellSystem

* Testing containment and fake VV setters for SingularityGeneratorComponent

* Fixes gravity wells (broken due to LookupFlags.None). Adds recursive Event Horizon consumption

* Fix merge skew

* Fixes for the master merge

* Fix engine commit

* Dirty is obsolete

* Switch over dirty

* Fix requested changes

* ambiant -> ambient

* Moves EventHorionComponent to Shared

* Proper container handling

* Fixes master merge. Fixes post insertion assertions for singularities. Extends proper container handling to gravity wells and the distortion shader.

* Better support for admemes throwing singularities.

* Moves update timing from accumulators to target times

* Update doc comments
2022-12-19 20:47:15 -06:00
PJBot 490aefecef Automatic changelog update 2022-12-19 21:42:04 -05:00
Willhelm53 a1dcc500a8
Puddle Visuals: ECS/Refactor and fixes (#11941)
* Don't stop me now, cuz I'm havin' such a good time (I'm havin' a ball!)

* YEET

* No changes to intended behaviour at this point. Pretty much just a refactor + bugfixes.

* tweaks to RandomizeState, removing an error caused by setting the state after setting the RSI

* Comments cleanup and removed IsSlippery. To re-add soon for this PR.

* test

* We don't actually use this PuddleGeneric anywhere

* cheeky

* Uncheeky, and tweaks based on #8203

* Recheeky

* A small price to pay for `checks passed`

* Beauty, like ice, our footing does betray; Who can tread sure on the smooth, slippery way

* Undo Slippery Checks

* Begin smoothing. Need to fix the animation-not-playing bug again

* Cleanup

* animation bugfix

* IgnoredComponents tests fix
2022-12-19 20:40:53 -06:00
keronshb 3327c2998f
Adds Special Respawn, spawns a new disk if the old one was deleted (#12762)
* Spawns a new disk if one was deleted

* Adds tiledef to space checks, also adds a way to randomly check for a respawn point on station

* Removes unused method

* Cuts down on tile checks needed by checking surrounding tiles first

* Fixes up an issue where the coords wouldn't spawn

* Removes disk system, adds special respawning system and comp

* Fixes spelling error

* Fixes linter issue

* Maybe fixes the linter with a ref event?

* Empty commit to rerun tests

* Maybe fix?

* check for deleted grid

* Moves shutdown code to terminating code

* Customtypeseralizer

* changes name of datafield

* Removes owning station references

* Trying the queue event again
2022-12-19 20:38:34 -06:00
Nemanja 0549b22cbc
clean up a bunch of R&D code (#13071)
* clean up a bunch of R&D code

* don't store components

* brug

* speedrun some sloth review
2022-12-19 15:14:02 -06:00
Pieter-Jan Briers f78dca8504
Script to dump user data for GDPR purposes. (#13016) 2022-12-19 13:37:42 +01:00
metalgearsloth c656e051c2
Revert parallel steering (#13085) 2022-12-19 18:46:27 +11:00
PJBot 2ba9eb66ff Automatic changelog update 2022-12-18 23:39:33 -05:00
Nemanja cdc6716859
Printable drills and constructable thrusters (#12943) 2022-12-19 15:38:30 +11:00
PJBot 494b416999 Automatic changelog update 2022-12-18 21:40:38 -05:00
metalgearsloth ab68d300f7
Multi-viewport popups (#11591) 2022-12-19 13:39:35 +11:00
PJBot 8409c93cdf Automatic changelog update 2022-12-18 21:20:01 -05:00
Leon Friedrich c06daf1af4
Fix decals not deserializing (#13083) 2022-12-19 13:18:58 +11:00
metalgearsloth 8b177e83e5
Add VV to gridpathfinding comp (#13081) 2022-12-19 13:11:09 +11:00
Pieter-Jan Briers 896ffec8d9
Fix S.T.Json holding integration instances live for long. (#13080) 2022-12-19 13:09:50 +11:00
Pieter-Jan Briers 4bfc644a03
Fix stack overflow in FlashOverlay dispose. (#13082) 2022-12-19 13:06:16 +11:00
Chief-Engineer 081982735c
Add pull logs (#12922)
* add pull logs

* fix logs for stopping pulling

* rm missed line
2022-12-19 02:15:55 +01:00
PJBot b689e9a91a Automatic changelog update 2022-12-18 20:14:40 -05:00
Kevin Zheng 72e1a5e109
Fix in-game voting (#12932)
* Fix in-game voting

* Add comment

* Re-enable vote.restart_enabled by default
2022-12-19 02:13:37 +01:00
PJBot 0147003036 Automatic changelog update 2022-12-18 20:11:41 -05:00
Nemanja e8f481de01
fix broken forced climbing (#13034)
* fix broken forced climbing

* debug messages
2022-12-19 02:10:37 +01:00
Leon Friedrich 881a2b2ece
PopupSystem public methods rejig (#12830) 2022-12-19 08:41:47 +11:00
PJBot e459452333 Automatic changelog update 2022-12-18 16:25:47 -05:00
Leon Friedrich 5a5cf2cc87
Fix magboot check (#13076) 2022-12-19 08:24:43 +11:00
Leon Friedrich decce17e94
Fix decal state exceptions (#13075) 2022-12-19 07:44:14 +11:00
PJBot b0456d62f8 Automatic changelog update 2022-12-18 14:42:08 -05:00
metalgearsloth b6a59051dd
Fix click sorting (#11657) 2022-12-19 06:41:04 +11:00
Leon Friedrich 8f352f87c2
Decal state handling (#12624) 2022-12-19 06:28:46 +11:00
Leon Friedrich 2759ef009e
Gas tile overlay state handling changes (#12691) 2022-12-19 06:25:27 +11:00
Nemanja 195bf86fe2
PlantholderComponent ECS (#12871) 2022-12-18 10:12:28 -08:00
PJBot 7ba3f0b14a Automatic changelog update 2022-12-18 03:22:47 -05:00
nikthechampiongr 749d09572c
Fixed typo in copypasta flavor message (#13060) 2022-12-18 09:21:44 +01:00
metalgearsloth fd9575ef05
Fix cringe (#13065) 2022-12-18 16:50:12 +11:00
PJBot 1b4c79d5ba Automatic changelog update 2022-12-18 00:04:27 -05:00
metalgearsloth d50517b225
Fix gravity shenanigans (#12866) 2022-12-18 16:03:23 +11:00
PJBot dde5d26561 Automatic changelog update 2022-12-16 22:52:33 -05:00
metalgearsloth b3e55c5e22
Don't allow non-hard anchor overlap (#12890) 2022-12-17 14:51:30 +11:00
PJBot 56fa19045d Automatic changelog update 2022-12-16 22:48:18 -05:00
metalgearsloth 8bc5f29f9f
Prevent subfloor melee attacks (#12899)
Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
2022-12-17 14:47:15 +11:00