Spatison
dc76a9a889
fix ( #687 )
2024-09-06 20:18:36 +03:00
Spatison
8579ab7602
fix: Message server now can see new user ( #611 )
2024-08-12 13:29:49 +03:00
ThereDrD
8e4ebf02aa
Revert "Goida revert ( #600 )" ( #601 )
...
This reverts commit a95fe131
2024-08-09 21:08:34 +03:00
MJSailor
a95fe13180
Goida revert ( #600 )
...
* Revert "- fix: YAML linter fixes. (#598 )"
This reverts commit 012bf3c357 .
* Revert "Automatic changelog update"
This reverts commit cf1c3a9af5 .
* Revert "[Fix] Base Layer Prototype (#597 )"
This reverts commit b000423999 .
* Revert "Modules update (#596 )"
This reverts commit 00fbdead77 .
* Revert "Automatic changelog update"
This reverts commit 0d7a12b2a2 .
* Revert "Fixes (#593 )"
This reverts commit 943c77031c .
* Revert "minor loadout fixes (#594 )"
This reverts commit 143c010a89 .
* Revert "Update DryDock.yml (#595 )"
This reverts commit 4cd0100ac7 .
* Revert "Automatic changelog update"
This reverts commit 08eadc690f .
* Revert "fix: Maximum message size (#591 )"
This reverts commit 343f3612eb .
* Revert "Черри пики 7 (#592 )"
This reverts commit 3f97bdce2f .
* Revert "Automatic changelog update"
This reverts commit 0678eca250 .
* Revert "Рандомфиксы (#590 )"
This reverts commit 2b9e5e2437 .
* Revert "Нижнее бельё в лодауты (#580 )"
This reverts commit e01a47b089 .
* Revert "add lathe sounds (#588 )"
This reverts commit c80a2985f2 .
* Revert "Добавил параметр группы для некоторых реагентов (#585 )"
This reverts commit 713b16bb98 .
* Revert "add hrp ++++ aspect (#587 )"
This reverts commit a6a69cc60f .
* Revert "Новые амбиенты и пару песен (#586 )"
This reverts commit 48c86bd846 .
* Revert "Сообщения в ПДА 2 (#583 )"
This reverts commit cced3cc98b .
* Revert "Automatic changelog update"
This reverts commit abf435b11d .
* Revert "Chem stuff and more (#584 )"
This reverts commit 3608960f5c .
* Revert "JobRequiremet refactor (#579 )"
This reverts commit 9a9c9598e0 .
* Revert "Revert "Reapply "Нижнее бельё в лодауты"""
This reverts commit 44447d573f .
* Revert "Reapply "Нижнее бельё в лодауты""
This reverts commit 0c4d082ad3 .
* Revert "Revert "Нижнее бельё в лодауты""
This reverts commit 56473c5492 .
* Revert "Нижнее бельё в лодауты"
This reverts commit d1cb0cb364 .
* Revert "DryDock and WhiteMoose update (#578 )"
This reverts commit 14755808af .
* Revert "Automatic changelog update"
This reverts commit 0133f82722 .
* Revert "Fixes (#576 )"
This reverts commit b7cc49896c .
* Revert "порт системы регенерации солюшена цинки (#574 )"
This reverts commit a22cf3d50b .
* Revert "Воровские перчатки (#573 )"
This reverts commit bb7140f3d4 .
* Revert "mood resprite (#572 )"
This reverts commit 4db96dc569 .
* Revert "fix missing letter (#571 )"
This reverts commit 94ea756794 .
* Revert "Сообщения в ПДА (#564 )"
This reverts commit d023d29e54 .
* Revert "- fix: No visible aghost."
This reverts commit 27e7f25f7e .
* Revert "- tweak: Nerf cult shield."
This reverts commit 6a384246b8 .
2024-08-09 19:09:22 +03:00
Spatison
d023d29e54
Сообщения в ПДА ( #564 )
...
* add: Сообщения в ПДА
* Search bar and colors in messages on the PDA
2024-08-06 16:58:30 +03:00
nikthechampiongr
266cc85f57
Create DeviceNetworkJammerComponent & System as a general way for entities to act as jammers ( #26342 )
...
* Add DeviceNetworkJammerComponent & System
Allows for entities to "jam" DeviceNetwork packets.
Whenever a device attempts to send a packet, the
DeviceNetworkJammerSystem listens for the BeforePacketSentEvent.
From there if any entity with the jammer component is within range of
either the sender or receiver of the packet the event will be cancelled.
Additionally jammers can only block packets in certain networks. If a
packet is not being transmitted in one of the networks it can block then
even if the jammer is in range the event will not be cancelled.
The range is stored in the jammer component along with the networks it
can jam.
Jammable network ids are stored as strings which seems to be how custom
networks are stored (E.g. network ids for suit sensors).
To allow for all of this, the BeforePacketSentEvent was modified to
provide the NetworkId.
* Make JammerSystem for the radio jammer use the DeviceNetworkJammer. Remove redundant event.
* Replace calls to TryDistance with InRange
2024-03-24 21:59:16 -04:00
Julian Giebel
1ed63d43b0
System for single device net server per station functionality ( #23946 )
2024-03-03 20:45:37 -04:00