Commit Graph

5558 Commits

Author SHA1 Message Date
20kdc
dbc92afa09 Fix singularity test map (#4744)
./Content.Server --cvar game.map=Maps/Test/singularity.yml
2021-10-02 16:44:15 -07:00
20kdc
eb82dd3dae Fix #4070, Visualizer Edition (#4730)
* Transform the Cloning Pod visualizer into a generic enum visualizer for simple cases like it

...I find it helpful at times like these to remind myself that our true enemy is
code. Code is what makes our programs run and generally is required for all of
these machinations to function in any way at all...

* Give the kitchen/meat spike a visualizer

* GenericEnumVisualizer: Byteify enums, switch to TryGetComponent for sprite
2021-10-02 16:43:47 -07:00
PJBot
67c4f49749 Automatic changelog update 2021-10-02 17:04:45 -04:00
E F R
03e5c153da atmos: fix AtmosDeviceSystem failing to join (#4746) 2021-10-02 14:03:42 -07:00
PJBot
28516fd466 Automatic changelog update 2021-10-02 13:54:12 -04:00
20kdc
201b1bec89 Fix time management bugs in RadiationPulseSystem (#4743) 2021-10-02 10:53:09 -07:00
PJBot
7a2bcefee1 Automatic changelog update 2021-10-02 10:54:23 -04:00
Alex Evgrashin
3b9146a11d Fix deployable barrier light toggle (#4739) 2021-10-02 16:53:20 +02:00
Vera Aguilera Puerto
b5a8e21f78 Clean up LockSystem very slightly. 2021-10-02 12:00:23 +02:00
PJBot
0f5298e020 Automatic changelog update 2021-10-02 05:43:49 -04:00
Leon Friedrich
f80f252ff2 Make fuel tanks explodey again (#4670)
* make fuel tanks explodey again

* tanks now take damage from lit welders,
2021-10-02 11:42:46 +02:00
Vera Aguilera Puerto
2992bd74cd Fix ServerStorageComponent making bad assumptions about GetEntity/GetComponent.
It assumed they returned null instead of throwing, and had wrong/invalid logic as a result.
2021-10-02 11:26:53 +02:00
Vera Aguilera Puerto
48c9f0d646 Fix server lobby music exception.
Audio resources aren't shipped with the server, so the check is essentially useless.
2021-10-02 11:26:52 +02:00
PJBot
2910aa99f0 Automatic changelog update 2021-10-02 05:05:03 -04:00
Vera Aguilera Puerto
8fab6e7e0c Adds cooldown to dice rolling. 2021-10-02 11:03:54 +02:00
Vera Aguilera Puerto
1aadd3e57d Activate now triggers UseDelay cooldown as well.
Fixes #4605
2021-10-02 11:02:02 +02:00
Vera Aguilera Puerto
665928cfcf Make GasTileOverlaySystem slightly more resistant against non-existing grid entities. 2021-10-02 10:53:11 +02:00
PJBot
48ed557962 Automatic changelog update 2021-10-01 21:48:56 -04:00
Leon Friedrich
4d7a1f8092 whoops (#4732) 2021-10-01 18:47:52 -07:00
PJBot
6c4a15e196 Automatic changelog update 2021-10-01 18:18:39 -04:00
20kdc
77c5e7a5ed Migrate cuffing to an uncuff attempt event and allow self-uncuff again (#4725)
* Migrate cuffing to an uncuff attempt event and allow self-uncuff again

* Uncuff attempt event: Use more SubscribeLocalEvent and Dependency attributes
2021-10-02 00:17:36 +02:00
PJBot
852785e73e Automatic changelog update 2021-10-01 17:00:09 -04:00
mirrorcult
402cd9b56b Many lighting tweaks (#4709) 2021-10-01 20:59:06 +00:00
DrSmugleaf
f07bd6b005 You can now recreate modern marketing with VV
Makes AdvertiseComponent wait fields editable through VV
2021-10-01 21:32:02 +02:00
Kara D
c692928792 fuck you scrungularity! 2021-10-01 12:16:58 -07:00
Kara D
0825f66ca8 Fix aghosts not being able to interact with chess
Fixes #4719
2021-10-01 12:11:04 -07:00
PJBot
063e676eed Automatic changelog update 2021-10-01 09:49:03 -04:00
Ygg01
478909dcbb Fix tanks being empty on round start (#4696)
* Fix tanks being empty on round start

* Fix test.

Co-authored-by: Vera Aguilera Puerto <gradientvera@outlook.com>
2021-10-01 15:48:00 +02:00
PJBot
cf82670e12 Automatic changelog update 2021-10-01 09:28:49 -04:00
Vera Aguilera Puerto
3b14c21396 Port all construction conditions to the new examine. 2021-10-01 15:27:42 +02:00
Vera Aguilera Puerto
f21c921c56 Fix being able to place cables on non-subfloor tiles
- Also performs an actionblocker check just in case.
2021-10-01 15:09:12 +02:00
PJBot
10254b5290 Automatic changelog update 2021-10-01 08:48:27 -04:00
Vera Aguilera Puerto
ac6bc743da Fix being able to uncuff yourself while incapacitated. 2021-10-01 14:47:19 +02:00
Vera Aguilera Puerto
c421ec5f63 Add DoorBumpOpener to ignored components, on the client. 2021-10-01 14:47:03 +02:00
PJBot
6e2111ddfb Automatic changelog update 2021-10-01 07:48:45 -04:00
Vera Aguilera Puerto
883cbf40b2 Fix airlocks being opened by anything that bumps into them.
- Adds DoorBumpOpener component.
2021-10-01 13:47:38 +02:00
PJBot
e3139ef41b Automatic changelog update 2021-10-01 07:38:49 -04:00
Vera Aguilera Puerto
36514f4bbd Fix hand examine showing virtual items. 2021-10-01 13:37:43 +02:00
PJBot
0686e915a2 Automatic changelog update 2021-10-01 07:36:28 -04:00
Vera Aguilera Puerto
bbe79d91a7 Fix strippable showing virtual items. 2021-10-01 13:35:21 +02:00
Vera Aguilera Puerto
d1bd306dfe Update submodule. 2021-10-01 13:27:48 +02:00
Vera Aguilera Puerto
facb0358f5 Fix buckle component exception when Removed from entity. 2021-10-01 13:23:39 +02:00
Vera Aguilera Puerto
47107c6a42 Adds linting support to SoundCollectionPrototype, fix linter errors.
Closes #4580
2021-10-01 12:40:44 +02:00
Vera Aguilera Puerto
ac9f0b39b0 When the 2021-10-01 12:31:10 +02:00
PJBot
b4b6261894 Automatic changelog update 2021-10-01 06:29:58 -04:00
Vera Aguilera Puerto
26808d2e9a Fixes bar sign not changing due to wrong conditional. 2021-10-01 12:28:52 +02:00
PJBot
66b088a0dc Automatic changelog update 2021-10-01 06:07:53 -04:00
20kdc
9600c8e983 Fix various solution capability issues (syringes, drinks) (#4687)
* Fix syringe message stating you're attempting to draw from yourself when you aren't

* Fix various missing capabilities (syringes, beakers, drinks)

* And fix mug inject/dispense/etc, too!

* Injectors can now refill things, and switch over drinks and cups thereof to be refillable rather than injectable
2021-10-01 12:06:50 +02:00
Kara D
400a6277fc Fix pulling being set even if the attempt was cancelled 2021-09-30 13:07:19 -07:00
Vera Aguilera Puerto
6451b339c2 Fix drinking glasses not fitting in reagent dispensers. 2021-09-30 14:21:56 +02:00