Commit Graph

2434 Commits

Author SHA1 Message Date
20kdc
632a4bcd95 Apc and light construction partial fix (#5030)
* Fix APC placement type

* Fix wall tags.

* Change wall light placement to match how it actually is now

* Change spawn-entity wall light snap mode

Separate commit so it can be nixed out for JREV

* Default switch placement mode to SnapgridCenter
2021-10-26 16:15:02 +02:00
PJBot
3bbe8f7652 Automatic changelog update 2021-10-25 10:59:19 -04:00
20kdc
c29b23eb64 Fix ChemMaster bottles not having contents (#5026) 2021-10-25 16:58:16 +02:00
PJBot
5fc101307d Automatic changelog update 2021-10-25 10:58:04 -04:00
Vera Aguilera Puerto
cb2309b094 Add insulated gloves to saltern and a few closets/vending machines. 2021-10-25 16:56:54 +02:00
PJBot
35d0a7539d Automatic changelog update 2021-10-25 10:37:07 -04:00
ike709
ec92f4eef2 Adds stack splitting (#4981)
* Adds stack splitting

* Apply suggestions from code review

Co-authored-by: ike709 <ike709@github.com>
Co-authored-by: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
2021-10-25 16:36:04 +02:00
PJBot
17e0362e06 Automatic changelog update 2021-10-25 10:22:59 -04:00
Vera Aguilera Puerto
ed3bf94a3b Electrocution. (#4958)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com>
2021-10-25 16:21:56 +02:00
PJBot
66a3d5bf29 Automatic changelog update 2021-10-25 10:15:24 -04:00
StStevens
e621a82e65 Fire extinguisher safety (#4912)
* Moved safety into FireExtinguisherComponent.

* Fix errant find and replace

* Address reviews

Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
2021-10-25 18:04:24 +11:00
PJBot
2caf2dbbe0 Automatic changelog update 2021-10-25 02:44:52 -04:00
mirrorcult
c0ecdb09af Slipping tweaks + remove EffectBlocker (#4955)
* Slipping tweaks + remove EffectBlocker

* mfw failed merge conflict resolution

Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
2021-10-25 17:43:49 +11:00
Leon Friedrich
e016fc9906 spray bottle fix (#5012)
* fix-spray

* move vapor rotation
2021-10-25 17:29:02 +11:00
PJBot
41524dac5b Automatic changelog update 2021-10-25 00:24:00 -04:00
PJBot
b60dea5c21 Automatic changelog update 2021-10-24 23:34:52 -04:00
metalgearsloth
16e3b6a08e Fix 4-way gas pipe visualisation (#5011) 2021-10-25 14:26:42 +11:00
PJBot
6fee3da994 Automatic changelog update 2021-10-24 23:25:57 -04:00
metalgearsloth
507a1b9f84 Fix gas pipe rotation rendering (#5015) 2021-10-25 14:24:54 +11:00
PJBot
9937001b73 Automatic changelog update 2021-10-24 08:47:41 -04:00
SethLafuente
2b2211a468 Reinforced Plasma Windows (#4962)
* submodule

* adds reinforced plasma windows

* Fixed some of le issues

* removing the module

* empty

literal nothing

* empty

same empty

* request fixes

* ups forgot to add that

* small change

change do after and camel reinforcedPlasmaWindow

* Update structures.yml

* Update rplasma.yml

* Update meta.json

* Update structures.yml

* Update structures.yml

* Update window.yml

* Update structures.yml

* small fixes

* literary nothing why is this here

* Update window.yml

* Update structures.yml

Co-authored-by: SETh lafuente <cetaciocascarudo@gmail.com>
2021-10-24 23:46:38 +11:00
PJBot
5c4567ea3e Automatic changelog update 2021-10-24 04:29:28 -04:00
PJBot
a8be25ca33 Automatic changelog update 2021-10-24 02:29:23 -04:00
moonheart08
1fa946cd57 Revert "Pipes as items is broken so simply undo. (#4925)" (#5007)
This reverts commit 668c94b929.
2021-10-23 23:28:19 -07:00
PJBot
349ad208df Automatic changelog update 2021-10-24 01:43:50 -04:00
Alex Evgrashin
7de1ebbd77 Move RCD to ECS (#4742)
* Moved ammo to ecs

* Moved RCD to ecs

* Replaced RCDDeconstructWhitelist with Tag

* Updated new structures RCDDeconstructWhitelist

* Queue delete
2021-10-24 14:34:00 +11:00
PJBot
f6803eb324 Automatic changelog update 2021-10-23 22:35:34 -04:00
E F R
c5dd6c8b02 Server/Storage: allow specifying a radius for _areaInsert (#5001)
️ Pay no attention to the changes in trashbag.yml... they are merely an
illusion... ️

t. 🧙‍♂️
2021-10-23 19:34:29 -07:00
PJBot
023832d4e8 Automatic changelog update 2021-10-23 22:30:41 -04:00
PJBot
77c28c0302 Automatic changelog update 2021-10-23 20:33:35 -04:00
E F R
ee031153c3 Maps/Saltern: Remove duplicate wires (#4985) 2021-10-23 17:32:49 -07:00
moonheart08
86e2f2005e Allows placing cables on lattices. (#4984)
Adds a "sturdy" tile flag, that in the future could be used by construction/etc to figure out if it's safe to build on a tile. (For example water isn't space, but it's not a sturdy building surface!)
2021-10-23 17:32:33 -07:00
PJBot
ee3d498382 Automatic changelog update 2021-10-23 19:24:23 -04:00
Julian Giebel
45caf25ea9 Apc device network and apc based light switch (#4908)
* Remove WireNet node group from cables
Implement extension cable components and system
Remove connection over distance logic from ApcPower... components

* Add extension cable components to prototypes

* Implement ApcNetwork
Implement ApcNetSwitch

* Fix ignoredComponents.cs

* Add friend attribute to new components

* Add construction graph for a light switch

* Address reviews

* Fix broken test

* Move ConnectionType enum to DeviceNetworkComponent
Change netId data definition to use the ConnectionType enum values

Co-authored-by: Julian Giebel <j.giebel@netrocks.info>
2021-10-23 16:23:19 -07:00
PJBot
de514758ef Automatic changelog update 2021-10-23 14:47:01 -04: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
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
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