Delta-v/Content.Server
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
..
Abilities/Mime Moves muted to shared (#25374) 2024-02-21 15:53:46 -05:00
Access Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Actions Action container rejig (#20260) 2023-09-23 18:49:39 +10:00
Acz Port python packaging to Content.Packaging (#21458) 2023-11-07 09:53:59 +11:00
Administration Fix admin verb to set unspawned ballisic ammo count (#26411) 2024-03-24 17:45:01 -07:00
Advertise Reduce vendor thank you message spam and add variety (#23746) 2024-01-08 18:34:47 -07:00
Advertisements Reduce vendor thank you message spam and add variety (#23746) 2024-01-08 18:34:47 -07:00
Afk Random spontaneous cleanup PR (#25131) 2024-02-13 16:48:39 -05:00
Alert Pulling rework v2 (#24936) 2024-03-19 14:30:56 +11:00
AlertLevel Random spontaneous cleanup PR (#25131) 2024-02-13 16:48:39 -05:00
Ame Make `ItemSlots` more verbose + AME proof of concept (#25779) 2024-03-03 16:37:34 +11:00
Animals Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Announcements Make all prototype types partial (#21374) 2023-11-01 19:56:23 -07:00
Anomaly Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Antag Refactor antag rule code (#23445) 2024-02-29 17:25:10 +11:00
Arcade Lock Anomaly generator to research access (#24464) 2024-02-01 19:45:24 +11:00
Armor Add price multiplier for armor component (#24561) 2024-01-25 17:04:01 -05:00
Atmos Run `fixgridatmos` for cargo & emergency shuttle (#26382) 2024-03-25 03:17:56 +11:00
Audio Nuke Music start adjusted for duration (#25946) 2024-03-12 14:50:34 -04:00
BarSign/Systems Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Beam Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
Bed Snore is a trait now (#26322) 2024-03-22 18:00:57 +11:00
Bible UseDelay + ItemCooldown merge (#22502) 2024-01-03 21:33:09 -04:00
Body Partial atmos refactor (#22521) 2024-03-24 03:34:56 +11:00
Botany Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Buckle/Systems Powered stasis bed prevents body decay (#23520) 2024-01-09 01:40:52 -05:00
CPUJob/JobQueues/Queues Move jobQueue to engine (#16443) 2023-05-15 12:47:12 +10:00
Cabinet predict itemcabinet (#14045) 2023-02-12 02:35:05 +00:00
Camera Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00
CardboardBox the boxening (#22643) 2023-12-17 02:55:40 -07:00
Cargo Added 18 new bounties to cargo (#26160) 2024-03-17 13:06:16 -04:00
CartridgeLoader News UI overhaul and PDA notifications (#19610) 2024-02-26 21:38:00 -04:00
CharacterInfo Objectives ecs rework (#19967) 2023-09-16 16:18:10 +10:00
Charges Use new ComponentPauseGenerator (#25183) 2024-02-26 14:36:19 +11:00
Chat Add stealthmins (#26263) 2024-03-24 10:39:53 -05:00
Chemistry Partial atmos refactor (#22521) 2024-03-24 03:34:56 +11:00
Chunking Optimise DecalOverlay (#25266) 2024-02-23 18:12:23 +11:00
Cloning Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
Clothing Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Cluwne Unrevert audio (#21330) 2023-11-27 22:12:34 +11:00
CombatMode Fix hostile simplemob rotation (#20900) 2023-10-14 00:15:20 -07:00
Commands Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
Communications Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Configurable Move ActorComponent to shared (#21293) 2023-10-29 04:21:02 +11:00
Connection Throttle people trying to connect to a full server. (#20972) 2024-03-14 19:00:47 +11:00
Construction Partial atmos refactor (#22521) 2024-03-24 03:34:56 +11:00
Containers Content ecs containers (#22484) 2023-12-28 01:30:03 -04:00
Coordinates Kill `SharedEntityExtensions` and all popup extensions (#20909) 2023-10-16 16:56:09 +11:00
Crayon Unrevert audio (#21330) 2023-11-27 22:12:34 +11:00
CrewManifest Make department / job list sorting consistent. (#25486) 2024-02-23 15:04:44 +11:00
CriminalRecords/Systems Criminal record hud icons (#25192) 2024-03-11 14:12:52 +11:00
Cuffs Update trivial components to use auto comp states (#20539) 2023-09-28 16:20:29 -07:00
Damage Diona Nymphs & Splitting (#24630) 2024-02-16 18:54:44 -08:00
Database Improve admin message seen/dismiss state. (#26223) 2024-03-21 16:15:46 +01:00
Decals Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Defusable Move grenade components to shared (#22691) 2024-02-02 00:29:01 +11:00
Destructible Add prediction for puddle and spillable examines (#25794) 2024-03-03 16:36:36 +11:00
DetailExaminable Hide flavor text if identity hidden (#19635) 2023-08-30 09:38:16 +10:00
DeviceLinking Predict doors and airlocks (#25419) 2024-02-23 10:01:31 +11:00
DeviceNetwork Create DeviceNetworkJammerComponent & System as a general way for entities to act as jammers (#26342) 2024-03-24 21:59:16 -04:00
Devour Content ecs containers (#22484) 2023-12-28 01:30:03 -04:00
Dice Unrevert audio (#21330) 2023-11-27 22:12:34 +11:00
Discord Relay custom votes to a webhook (#18561) 2023-12-14 20:03:32 -08:00
Disposal Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
DoAfter More DoAfter Changes (#14609) 2023-04-02 21:13:48 -04:00
Doors Predict doors and airlocks (#25419) 2024-02-23 10:01:31 +11:00
Dragon Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Drunk Drunk Shader (#8910) 2022-06-23 14:33:25 +10:00
EUI Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
Effects Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00
Electrocution Pulling rework v2 (#24936) 2024-03-19 14:30:56 +11:00
Emoting Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
Emp Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
Engineering Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Ensnaring Landmine stepoff (#22962) 2024-03-24 16:33:45 +11:00
EntityList Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
Entry Add new "OptionsVisualizer" (#25128) 2024-02-17 15:52:11 -05:00
Examine Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
Explosion Landmine stepoff (#22962) 2024-03-24 16:33:45 +11:00
Extinguisher Fixed Fire Extinguisher safety range (#25534) 2024-02-25 13:29:16 +11:00
Eye/Blinding Lock Anomaly generator to research access (#24464) 2024-02-01 19:45:24 +11:00
Fax More fax logging (#25911) 2024-03-13 20:03:12 +11:00
Flash Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
Fluids Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Forensics Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
GameTicking Admin New Player Notification Sound (#24327) 2024-03-24 13:46:45 +11:00
Gateway Use new ComponentPauseGenerator (#25183) 2024-02-26 14:36:19 +11:00
Gatherable Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
GenericAntag Store ninja objectives in conditions 2 (#20894) 2024-01-29 15:06:32 +11:00
Ghost Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
GhostKick Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
Glue Added verb action to Glue/Lube system (#26002) 2024-03-22 10:37:46 +01:00
Gravity Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Guardian Code cleanup: Purge calls to obsolete EntityCoordinates methods (#26292) 2024-03-21 12:59:56 +11:00
GuideGenerator Make some prototypes use frozen collections (#22576) 2023-12-25 15:12:22 +11:00
Hands/Systems Code cleanup: Purge calls to obsolete EntityCoordinates methods (#26292) 2024-03-21 12:59:56 +11:00
HealthExaminable Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
Holiday Random spontaneous cleanup PR (#25131) 2024-02-13 16:48:39 -05:00
Holosign Remove CRLF, enforce with workflow (#26401) 2024-03-24 22:06:17 +01:00
HotPotato Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Humanoid Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
IP Dependency update / fixes / skrungle bungle (#23745) 2024-01-12 23:22:01 +01:00
IdentityManagement Criminal record hud icons (#25192) 2024-03-11 14:12:52 +11:00
IgnitionSource Makes the e-sword light plasma fires, as intended. (#25665) 2024-02-28 16:59:35 -05:00
ImmovableRod Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Implants Fix scram! implant keeping you pulled to someone when teleporting you (#26309) 2024-03-21 18:42:32 +01:00
Info Obsolete `Logger` cleanup for `EntitySystem`s (#25941) 2024-03-10 01:15:13 +01:00
Instruments Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Interaction Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Inventory Virtual items cleanup (#23912) 2024-01-14 21:18:47 +11:00
IoC Revert "Game server api (#23129)" (#23672) 2024-01-07 02:04:21 -08:00
Item Virtual items cleanup (#23912) 2024-01-14 21:18:47 +11:00
Jittering Seal/abstract/virtual everything (#6739) 2022-02-16 18:23:23 +11:00
Jobs Replace EntityUid parsing with NetEntity (#23474) 2024-01-04 11:04:31 +11:00
KillTracking DamageSpecifier Total => GetTotal (#24160) 2024-01-21 18:59:14 -07:00
Kitchen Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Labels/Label Add prediction to hand labeler labels (#25869) 2024-03-06 12:33:28 +11:00
LandMines Landmine stepoff (#22962) 2024-03-24 16:33:45 +11:00
Lathe Lock Anomaly generator to research access (#24464) 2024-02-01 19:45:24 +11:00
Light Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Lightning Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
Lock Lock Anomaly generator to research access (#24464) 2024-02-01 19:45:24 +11:00
Lube Added verb action to Glue/Lube system (#26002) 2024-03-22 10:37:46 +01:00
Magic Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
MagicMirror Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Mapping Unify `Content`'s `EntitySystem` logging (#26216) 2024-03-18 07:30:27 +11:00
Maps Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
MassMedia News UI overhaul and PDA notifications (#19610) 2024-02-26 21:38:00 -04:00
Materials Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Mech Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Medical Create DeviceNetworkJammerComponent & System as a general way for entities to act as jammers (#26342) 2024-03-24 21:59:16 -04:00
Mind Random spontaneous cleanup PR (#25131) 2024-02-13 16:48:39 -05:00
Mindshield Fix not removing RevolutionaryRoleComponent from minds on mindshield application (#20832) 2023-10-11 18:14:00 -04:00
Mining Add linter-friendly WeightedRandom prototypes (#18729) 2023-08-06 12:31:25 +10:00
MoMMI Fix warnings and code cleanup/fixes (#13570) 2023-01-19 13:56:45 +11:00
Mobs Moves muted to shared (#25374) 2024-02-21 15:53:46 -05:00
Morgue Examine prediction (#23565) 2024-01-06 17:53:13 +11:00
Motd Random spontaneous cleanup PR (#25131) 2024-02-13 16:48:39 -05:00
MouseRotator Mouse rotator system (#19267) 2023-09-23 15:45:13 +10:00
Mousetrap Fix clientside storage Whitelists (#24063) 2024-02-02 00:33:57 +11:00
Movement Unify `Content`'s `EntitySystem` logging (#26216) 2024-03-18 07:30:27 +11:00
NPC NPC steering tweaks (#26351) 2024-03-23 12:42:51 +11:00
NameIdentifier Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Ninja Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
NodeContainer Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Nuke Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
NukeOps Refactor antag rule code (#23445) 2024-02-29 17:25:10 +11:00
Nutrition Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Objectives Pulling rework v2 (#24936) 2024-03-19 14:30:56 +11:00
PAI Move ActorComponent to shared (#21293) 2023-10-29 04:21:02 +11:00
PDA Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
Paint Fix build (#26258) 2024-03-19 23:34:00 +11:00
Paper Add sfx for writing on paper (#25257) 2024-02-16 16:48:18 -07:00
Parallax Partial atmos refactor (#22521) 2024-03-24 03:34:56 +11:00
ParticleAccelerator Obsolete `Logger` cleanup for `EntitySystem`s (#25941) 2024-03-10 01:15:13 +01:00
Payload/EntitySystems Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
Physics Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Pinpointer Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Placement Merge `ActorSystem` and `IPlayerManager` (#21314) 2023-11-11 13:08:10 +11:00
Plants Unrevert audio (#21330) 2023-11-27 22:12:34 +11:00
Players Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
PneumaticCannon Add events for GunComponent values, muzzle flashes and cartridge spread (#24077) 2024-01-29 10:32:42 +11:00
Pointing Code cleanup: Purge calls to obsolete EntityCoordinates methods (#26292) 2024-03-21 12:59:56 +11:00
Points Unrevert audio (#21330) 2023-11-27 22:12:34 +11:00
Polymorph Cleanups PolymorphSystem/Components/Prototypes (#23721) 2024-02-01 23:17:02 +11:00
Popups Add SharedPopupSystem.PopupPredicted (#25811) 2024-03-06 02:59:05 +01:00
Power Use entity queries in ambient sound & power receiver systems (#26410) 2024-03-24 17:52:05 -07:00
PowerCell Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
PowerSink Remove all obsolete BatteryComponent method calls (#25871) 2024-03-06 16:34:50 +11:00
Prayer Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
Preferences/Managers Character profile sanitization improvements (#25579) 2024-02-26 13:36:38 +11:00
Procedural Haunted dungeon template (#23768) 2024-03-24 14:37:18 +11:00
Projectiles Fix projectiles (#25636) 2024-02-28 00:04:32 +11:00
Puppet Moves muted to shared (#25374) 2024-02-21 15:53:46 -05:00
Radiation Random spontaneous cleanup PR (#25131) 2024-02-13 16:48:39 -05:00
Radio Create DeviceNetworkJammerComponent & System as a general way for entities to act as jammers (#26342) 2024-03-24 21:59:16 -04:00
RandomAppearance Random spontaneous cleanup PR (#25131) 2024-02-13 16:48:39 -05:00
RandomMetadata Remove usages of obsolete MetaDataComponent setters (#19582) 2023-08-28 19:20:31 +10:00
RatKing Rename Miasma to Ammonia (#22791) 2023-12-20 21:19:50 -07:00
Remotes Restrict door remotes to only being able to manipulate doors relevant to their type (#26371) 2024-03-24 01:48:16 +01:00
Repairable Predict tile-prying (#21167) 2023-10-24 00:20:33 +11:00
RequiresGrid Add RequiresGrid component (#23394) 2024-02-22 22:26:02 +11:00
Research Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Resist Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Respawn Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Revenant Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Revolutionary better deconversion (#23315) 2024-01-14 14:20:35 +11:00
Roles Refactor antag rule code (#23445) 2024-02-29 17:25:10 +11:00
Rotatable Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
Rotation Fix rotation visuals desync & appearance state spam (#23016) 2023-12-26 16:32:25 -07:00
RoundEnd Predict two-way levers (#25043) 2024-02-11 14:19:45 +11:00
Salvage Partial atmos refactor (#22521) 2024-03-24 03:34:56 +11:00
Sandbox Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
Screens Hallway textscreens (#24189) 2024-01-27 08:51:24 -05:00
SensorMonitoring Remove all obsolete BatteryComponent method calls (#25871) 2024-03-06 16:34:50 +11:00
Sericulture Sericulture fixes (#19193) 2023-10-01 16:46:09 -04:00
ServerInfo Launcher info links. (#12781) 2022-12-02 17:23:43 -08:00
ServerUpdates Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
Shuttles Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Silicons Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Singularity Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Solar Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
Sound Lock Anomaly generator to research access (#24464) 2024-02-01 19:45:24 +11:00
Spawners Obsolete `Logger` cleanup for `EntitySystem`s (#25941) 2024-03-10 01:15:13 +01:00
Species/Systems Zombie Diona Fixes (#25404) 2024-02-26 16:31:37 -07:00
Speech Make parrots talk like parrots (#26340) 2024-03-24 18:26:41 -07:00
Spider Spiders Buff and critters change (#13377) 2023-01-22 18:50:05 -04:00
SprayPainter Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Spreader Partial atmos refactor (#22521) 2024-03-24 03:34:56 +11:00
Sprite Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Stack Storage CanInsert() tweaks (#21623) 2023-11-13 23:43:03 +11:00
Standing Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00
Station Obsolete `Logger` cleanup for `EntitySystem`s (#25941) 2024-03-10 01:15:13 +01:00
StationEvents Immovable Rod visual variations (#25932) 2024-03-24 23:45:52 +01:00
StationRecords Make department / job list sorting consistent. (#25486) 2024-02-23 15:04:44 +11:00
Stealth Cardboard Box and Stealth Components (#11569) 2022-10-10 09:17:53 +11:00
Sticky Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Storage Code cleanup: Purge calls to obsolete EntityCoordinates methods (#26292) 2024-03-21 12:59:56 +11:00
Store Fixes store purchase events and adds support to raise a directed event (#26389) 2024-03-24 19:07:05 +01:00
Strip Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Stunnable Added display for amount of hits left in stun batons/stun prods. (#25141) 2024-02-11 23:36:06 -07:00
SubFloor Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
SurveillanceCamera Predict two-way levers (#25043) 2024-02-11 14:19:45 +11:00
Tabletop Obsolete `Logger` cleanup for `EntitySystem`s part 2 (#26159) 2024-03-17 18:31:09 +11:00
Teleportation Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-19 21:09:00 +11:00
Temperature Add events for TemperatureProtection and PressureProtection (#25165) 2024-02-13 23:44:47 -08:00
Terminator exterminator midround minor antag (#19946) 2023-12-24 20:16:56 -07:00
Tesla Use new ComponentPauseGenerator (#25183) 2024-02-26 14:36:19 +11:00
Thief Thief hotfix (#22976) 2023-12-27 12:42:15 -08:00
Tiles Landmine stepoff (#22962) 2024-03-24 16:33:45 +11:00
Tips Random spontaneous cleanup PR (#25131) 2024-02-13 16:48:39 -05:00
Toilet Unrevert audio (#21330) 2023-11-27 22:12:34 +11:00
Tools Remove drones, fix InnateToolSystem (#25372) 2024-02-20 23:23:04 -07:00
Toolshed/Commands Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
Traitor Refactor antag rule code (#23445) 2024-02-29 17:25:10 +11:00
Traits Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
UserInterface Random spontaneous cleanup PR (#25131) 2024-02-13 16:48:39 -05:00
VendingMachines Unify `Content`'s `EntitySystem` logging (#26216) 2024-03-18 07:30:27 +11:00
Verbs Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
VoiceMask Fix sloshing electricity & enable SpeechVerb masking (#24238) 2024-01-23 17:12:18 -05:00
Voting Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
Wagging Stop wagging tails on crit (#25323) 2024-02-17 16:33:10 -05:00
Warps Default warp point names (#21017) 2023-10-16 16:39:39 +11:00
Weapons Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
Weather Rename WorldMap to MapId (#14857) 2023-03-27 22:40:57 +11:00
Whitelist Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-23 09:14:13 +11:00
Wires Fix wire layout inheritance. (#26289) 2024-03-20 16:22:47 +01:00
Worldgen Code cleanup: Purge calls to obsolete EntityCoordinates methods (#26292) 2024-03-21 12:59:56 +11:00
Xenoarchaeology Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-22 18:08:40 +11:00
Zombies Code cleanup: Dirty(Comp) (#26238) 2024-03-19 23:27:02 -04:00
AssemblyInfo.cs Add test to load all config presets (#20705) 2023-10-06 19:31:08 -07:00
Content.Server.csproj News UI overhaul and PDA notifications (#19610) 2024-02-26 21:38:00 -04:00
Content.Server.csproj.DotSettings Electrocution. (#4958) 2021-10-25 16:21:56 +02:00
GlobalUsings.cs Global usings (#6472) 2022-02-05 11:39:36 -07:00
Program.cs