Commit Graph

5891 Commits

Author SHA1 Message Date
Vera Aguilera Puerto
0deaa9e18c Fix pill swallowing popup loc. 2021-10-23 10:59:53 +02:00
Vera Aguilera Puerto
a29bc600b7 Fix exception when observer tries to take over GhostTakeoverAvailable mob that has a mind.
That method is essentially a `TryTake` method, why would it throw instead of returning false...
2021-10-23 10:56:55 +02:00
Vera Aguilera Puerto
dad471562d Singularity plays collapsing sound on shutdown, not on remove. 2021-10-23 10:49:59 +02:00
Vera Aguilera Puerto
eaaeefb74b Fix yet another exception with CableTerminalNode for the same dumb reason 2021-10-22 23:50:14 +02:00
Vera Aguilera Puerto
cb2c044c08 Fix exception with CableTerminalPortNode assuming an entity's GridID can never be zero. 2021-10-22 23:46:30 +02:00
Vera Aguilera Puerto
91a34ba1c1 Update submodule. 2021-10-22 23:39:26 +02:00
PJBot
e251b418ec Automatic changelog update 2021-10-22 07:45:45 -04:00
Vera Aguilera Puerto
c4f6b71eb7 Fixes ShowHandItemOverlay freezing the game when the item in question has no sprite component. 2021-10-22 13:44:37 +02:00
Visne
86607e4fd6 Cargo console to XAML (#4973)
* Add and rename files

* CargoConsoleOrderMenu to XAML

* Cleanup imports

* Add and rename files

* CargoConsoleMenu to XAML

* Improve code

* CargoOrderRow/CargoProductRow to seperate files

* CargoOrderRow to XAML

* CargoProductRow to XAML
2021-10-22 02:53:18 -07:00
PJBot
0e7c5eaac6 Automatic changelog update 2021-10-22 05:48:50 -04:00
SethLafuente
399aa6d140 Added plasma into the cargo console (#4974)
* submodule

* adds plasma into cargo console

* Update cargo_materials.yml

Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
2021-10-22 02:47:47 -07:00
PetMudstone
8ddb4fc59a Adds the virology backpack. (#4979) 2021-10-22 11:21:24 +02:00
PJBot
5134b1d9bf Automatic changelog update 2021-10-22 05:15:11 -04:00
mirrorcult
d340bea100 gunpet (#4978) 2021-10-22 11:14:09 +02:00
Pieter-Jan Briers
04b49b45a6 Fix held item overlay UIScale calculation.
Now correctly bases UI scale off viewport control and doesn't break if scale is automatic.
2021-10-22 10:10:33 +02:00
E F R
85f2fcb86b Content/Light: make lights actually require power after changing the lightbulb (#4953) 2021-10-22 08:46:22 +02:00
E F R
5b531b7dcf Content.Server: use LocalPositon instead of Coordinates.Position (#4951) 2021-10-22 08:45:36 +02:00
Alex Evgrashin
a3f16295ea Move Access to ECS (#4826)
* Moved access to ecs

* Fixed tests

* Moved test to integration

* Better IoC

* Moved preset ID card

* Moved id card to ECS

* Moved access component to ECS

* Fixed pda access

* Final touches

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2021-10-22 13:31:07 +11:00
PJBot
430485de06 Automatic changelog update 2021-10-21 22:27:05 -04:00
Pieter-Jan Briers
3d19a991d8 Show held item next to cursor (option). (#4658)
* Show held item next to cursor (option).

* UI scale

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2021-10-22 13:26:02 +11:00
Paul Ritter
7b7562f75b ur welcome smug (#4618)
Co-authored-by: Paul <ritter.paul1+git@googlemail.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2021-10-22 13:13:56 +11:00
PJBot
f7b990ed58 Automatic changelog update 2021-10-21 17:27:21 -04:00
20kdc
67c690e27f Saltern: Add SMESes/SMES terminals, nudge random trash spawner (#4966) 2021-10-21 14:25:20 -07:00
PJBot
9a50493f77 Automatic changelog update 2021-10-21 17:09:28 -04:00
Vera Aguilera Puerto
bfdd0e055b Fixes bad Flammable ECS conversion logic 2021-10-21 23:07:42 +02:00
PJBot
dc9da409ad Automatic changelog update 2021-10-21 06:53:29 -04:00
ike709
9f929b690b Restrict character names to alphanumerics via cvar (#4947)
* Restrict character names to ASCII via cvar

* Alphanumerics is better

* name randomization

Co-authored-by: ike709 <ike709@github.com>
2021-10-21 12:52:26 +02:00
moonheart08
94afc05d6c Fixup of timrod's mapping PR (#4965)
* Remaps Atmos, because Atmos displeases me. Also remaps solars.

* fixup

* no more solar windows.

Co-authored-by: unknown <timrod@gmail.com>
2021-10-20 21:09:47 -07:00
metalgearsloth
7beb363285 Deprecate a bunch of IActionBlocker (#4852)
* Deprecate IActionBlocker ChangeDirectionAttempt

* Woops

* Throw and interact

* Deperacte speech

* ActionBlocker in fucking shambles

* CanEmote go byebye

* CanAttack is GONE

* IActionBlocker finally ded

* DRY
2021-10-21 13:03:14 +11:00
Leon Friedrich
339982d05b fix lantern visualizer animation error (#4800)
* fix lantern-visualizer

* remove deleted check

* Remove other component.Deleted checks
2021-10-20 18:45:46 -07:00
PJBot
6dccd0667f Automatic changelog update 2021-10-20 16:31:58 -04:00
Fortune117
55249e3688 Add Overdosing Behaviour to Meth (#4949)
* Added debug bottle of meth as well as a damage increase on a Reagent Threshold

* fix for metabolism getting funked when there is a failed reaction condition

* removed max, raised minimum to 10

* reduced regular meth damage, increased overdose damage
2021-10-20 13:30:55 -07:00
PJBot
f58828d317 Automatic changelog update 2021-10-20 16:26:05 -04:00
Julian Giebel
4897a47ca9 Implement cable terminal construction graph (#4960)
Co-authored-by: Julian Giebel <j.giebel@netrocks.info>
2021-10-20 13:25:02 -07:00
Paul
67a755ebaa updates submodule 2021-10-20 21:50:52 +02:00
Javier Guardia Fernández
3e5a856948 Make DisposalUnitComponent.TryInsert ECS (#4959) 2021-10-20 21:12:23 +02:00
PJBot
ecbcab4824 Automatic changelog update 2021-10-20 14:32:56 -04:00
20kdc
6fb968d47f Set default Pow3r ramp rate/tolerance values (#4748) 2021-10-20 20:31:53 +02:00
PJBot
bde31a1b00 Automatic changelog update 2021-10-20 09:26:25 -04:00
E F R
5a03c0eca8 Storage: fix Storage insert anim with _quickInsert or _areaInsert set (#4877)
Turns out the final position calculations were wrong, so I copied/pasted
from the equivalent parts of the Hands components.

Unfortunately, this means that picking up trash with a trash bag no
longer causes said trash to rapidly zoom to 0,0.
2021-10-20 15:25:22 +02:00
mirrorcult
bdfab0263b Update README.md 2.0
just farming commits for the insights graph
2021-10-19 16:53:08 -07:00
mirrorcult
e3174601d7 Update README.md
webedit lol
2021-10-19 16:51:58 -07:00
PJBot
1e16c4c9ca Automatic changelog update 2021-10-19 17:47:34 -04:00
E F R
0ab6ca9a12 Content/Atmos: add status info to binary devices' examine text (#4928) 2021-10-19 23:46:31 +02:00
Vera Aguilera Puerto
f2fc1431aa Ignore component on client. 2021-10-19 21:15:23 +02:00
20kdc
7ccf9668d4 Varied and semi-sprited atmos markers (#4944) 2021-10-19 21:07:47 +02:00
PJBot
88c8f3400b Automatic changelog update 2021-10-19 03:25:10 -04:00
20kdc
607ec67522 Movable containment field generators (#4910) 2021-10-19 00:24:07 -07:00
PJBot
26178ad8fd Automatic changelog update 2021-10-19 03:23:43 -04:00
20kdc
09d713e1f8 Make freezers rotatable (#4940)
* Make freezers rotatable

* Fix freezer sprite oddities via the noRot use

Has to be done this way for what is essentially consistency reasons
2021-10-19 00:22:41 -07:00