Delta-v/Content.Server
nikthechampiongr a036d3a485
Fix firelock prediction issues with periodic pulses of closing lights (#28227)
* Fix firelock prediction issues with periodic pulses of closing lights

For some reason this function was setting a time for the next state
which was triggering the door system to try to close the firelock.
This does not happen serverside because the function only fires from an
event called clientside apparently.
It appears to be an attempt to stop firelocks from closing instantly
that did not function properly, and I cannot discern any other purpose.
As such I have removed it.

* Remove redundant serverside check

This became redundant with commit 439a87f2
2024-06-01 16:57:01 +02:00
..
Abilities/Mime Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
Access Senior ID cards get a custom job name (#1218) 2024-05-18 21:29:07 +02:00
Actions Magic Refactor + Wizard Grimoire (#22568) 2024-05-18 13:55:05 +02:00
Acz Port python packaging to Content.Packaging (#21458) 2023-11-12 20:45:40 +01:00
Administration Resolve `'EntitySystem.Get<T>()' is obsolete` in content (#27936) 2024-05-18 13:58:55 +02:00
Advertise Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Afk Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
Alert Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
AlertLevel Add syndicate sleeper agents random event (#27501) 2024-05-15 19:57:27 +02:00
Ame Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Animals Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-24 00:03:28 +01:00
Announcements Make all prototype types partial (#21374) 2023-11-12 20:29:57 +01:00
Anomaly Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Antag early merge antag fix (#1238) 2024-05-22 08:36:39 +02:00
Arcade Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Armor Add price multiplier for armor component (#24561) 2024-01-28 00:27:48 +01:00
Atmos Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
Audio Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
BarSign/Systems Code cleanup: Dirty(Comp) (#26238) 2024-03-24 00:04:13 +01:00
Beam Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Bed Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Bible Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
Body Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
Botany Move GasMixture to shared (#27480) 2024-05-07 04:00:15 +02:00
Buckle/Systems Powered stasis bed prevents body decay (#23520) 2024-01-26 22:16:32 +01: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-27 21:59:12 +02:00
CardboardBox the boxening (#22643) 2023-12-22 22:48:39 +01:00
Cargo Trading post doesn't try to spawn in the lobby 2024-05-07 03:37:52 +02:00
CartridgeLoader Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
CharacterInfo Objectives ecs rework (#19967) 2023-09-27 21:59:12 +02:00
Charges Use new ComponentPauseGenerator (#25183) 2024-03-07 00:57:05 +01:00
Chat Resolve `'EntitySystem.Get<T>()' is obsolete` in content (#27936) 2024-05-18 13:58:55 +02:00
Chemistry Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
Chunking Optimise DecalOverlay (#25266) 2024-03-05 09:49:43 +01:00
Cloning Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Clothing Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
Cluwne Unrevert audio (#21330) 2023-12-02 20:16:36 +01:00
CombatMode Fix hostile simplemob rotation (#20900) 2023-10-14 22:06:22 +02:00
Commands Action, Action Container, and Action Upgrade changes (#24005) 2024-01-26 22:51:47 +01:00
Communications Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Configurable Improve InteractionSystem range & BUI checks (#27999) 2024-06-01 16:56:23 +02:00
Connection Add new "grant_connect_bypass" admin command (#26771) 2024-04-21 21:47:30 +02:00
Construction Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Containers Disposal aftermerg fix (#27488) 2024-05-07 03:45:07 +02:00
Coordinates Kill `SharedEntityExtensions` and all popup extensions (#20909) 2023-10-20 15:29:43 +02:00
Crayon Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
CrewManifest Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
CriminalRecords/Systems fix ninja hacking not affecting sechud (#28021) 2024-05-18 14:01:33 +02:00
Cuffs Sync master up to 1/10 (#74) 2023-10-03 14:15:46 -05:00
Damage add fuel costs back to finishing welding (#27030) 2024-04-21 23:20:07 +02:00
Database Lobby refactor + species loadouts support (#27576) 2024-05-18 13:55:56 +02:00
Decals Change some `EntityQueryEnumerator` to `AllEntityQuery` (#27969) 2024-05-18 13:59:02 +02:00
Defusable Move grenade components to shared (#22691) 2024-02-08 12:22:56 +01:00
DeltaV Add Syndicate/generic radio implants, remove Syndicate encryption key from uplink (#1262) 2024-05-27 15:24:52 +00:00
Destructible Resolve `'EntitySystem.Get<T>()' is obsolete` in content (#27936) 2024-05-18 13:58:55 +02:00
DetailExaminable Hide flavor text if identity hidden (#19635) 2023-08-30 09:38:16 +10:00
DeviceLinking Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
DeviceNetwork Fix network configurator memory leaking (#27346) 2024-05-03 00:18:47 +02:00
Devour Content ecs containers (#22484) 2024-01-22 18:47:55 +01:00
Dice Unrevert audio (#21330) 2023-12-02 20:16:36 +01:00
Discord Relay custom votes to a webhook (#18561) 2023-12-16 20:24:33 +01:00
Disposal Change some `EntityQueryEnumerator` to `AllEntityQuery` (#27969) 2024-05-18 13:59:02 +02:00
DoAfter More DoAfter Changes (#14609) 2023-04-02 21:13:48 -04:00
Doors Fix firelock prediction issues with periodic pulses of closing lights (#28227) 2024-06-01 16:57:01 +02:00
Dragon Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Drunk Drunk Shader (#8910) 2022-06-23 14:33:25 +10:00
EUI Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-27 23:44:02 +01:00
Effects Content update for NetEntities (#18935) 2023-09-27 21:59:12 +02:00
Electrocution Chances of triggering effects (#27056) 2024-04-21 22:06:59 +02:00
Emoting Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
Emp Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Engineering Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
Ensnaring Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
EntityList Un-revert IPlayerManager refactor (#21244) 2023-10-31 19:00:44 +01:00
Entry THE RETURN OF ITEM STATUS (#22986) 2024-04-21 23:41:08 +02:00
Examine Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-27 23:44:02 +01:00
Execution Fix build error 2024-05-18 14:12:42 +02:00
Explosion Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
Extinguisher Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Eye/Blinding Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Fax Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
Flash Flash buff (#25730) 2024-04-21 22:34:16 +02:00
Fluids Resolve `'EntitySystem.Get<T>()' is obsolete` in content (#27936) 2024-05-18 13:58:55 +02:00
Forensics Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
GameTicking Prevent ghosts from spawning on terminating maps/grids (#28099) 2024-06-01 16:53:42 +02:00
Gateway Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Gatherable Nuke spaceshroom ore (#28110) 2024-06-01 16:50:55 +02:00
GenericAntag bring back paradox anomaly (#825) 2024-02-13 16:55:35 +01:00
Geras Resolve all non-obsoleting warnings in content (#27934) 2024-05-18 13:57:06 +02:00
Ghost Fix non-ghosts and admins counting toward most followed (#28120) 2024-06-01 16:53:44 +02:00
GhostKick Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-27 23:44:02 +01:00
Glue scoopable ash and foam, solution transfer prediction (#25832) 2024-04-07 14:27:04 +02:00
Gravity Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
GridPreloader New event: Approaching unknown shuttle (#24490) 2024-05-18 13:51:30 +02:00
Guardian Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
GuideGenerator Make some prototypes use frozen collections (#22576) 2024-01-22 18:36:50 +01:00
Hands/Systems Resolve all non-obsoleting warnings in content (#27934) 2024-05-18 13:57:06 +02:00
Holiday Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
Holosign Convert to Unix 2024-03-27 11:05:48 +00:00
HotPotato Code cleanup: Dirty(Comp) (#26238) 2024-03-24 00:04:13 +01:00
Humanoid Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
IP Dependency update / fixes / skrungle bungle (#23745) 2024-01-26 22:33:46 +01:00
IdentityManagement Resolve all non-obsoleting warnings in content (#27934) 2024-05-18 13:57:06 +02:00
IgnitionSource fix fire spread round removal (#27986) 2024-05-18 13:59:20 +02:00
ImmovableRod Optimise immovable rod mapinit (#27149) 2024-04-21 23:21:51 +02:00
Implants Replace the teleportation logic on the SCRAM implant! (#26429) 2024-04-07 14:27:05 +02:00
Info Obsolete `Logger` cleanup for `EntitySystem`s (#25941) 2024-03-17 14:46:35 +01:00
Instruments Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Interaction Improve InteractionSystem range & BUI checks (#27999) 2024-06-01 16:56:23 +02:00
Inventory Move storage binds and slot click handling to shared (#27135) 2024-04-21 23:31:37 +02:00
IoC Merge remote-tracking branch 'refs/remotes/upstream/master' into 2024/04/21-loadouts 2024-04-22 19:41:29 +02:00
Item Misc ItemToggleSystem changes (#26489) 2024-04-07 14:04:40 +02:00
Jittering Seal/abstract/virtual everything (#6739) 2022-02-16 18:23:23 +11:00
Jobs Replace EntityUid parsing with NetEntity (#23474) 2024-01-26 21:29:52 +01:00
KillTracking DamageSpecifier Total => GetTotal (#24160) 2024-01-27 23:42:35 +01:00
Kitchen Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Labels/Label Fix handlabeler/utility belt misprediction (#26660) 2024-05-07 01:26:28 +02:00
LandMines Landmine stepoff (#22962) 2024-03-27 18:28:59 +01:00
Lathe make lube speed up lathes (#25515) 2024-05-18 13:31:28 +02:00
Light Move UnpoweredFlashlight to shared (#27449) 2024-05-07 02:04:57 +02:00
Lightning Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Lock Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Lube scoopable ash and foam, solution transfer prediction (#25832) 2024-04-07 14:27:04 +02:00
Magic Magic Refactor + Wizard Grimoire (#22568) 2024-05-18 13:55:05 +02:00
MagicMirror Fix magic mirror (#28084) 2024-06-01 16:51:30 +02:00
Mapping Add NukeOps Test (#27207) 2024-05-03 00:01:36 +02:00
Maps Resolve `'EntitySystem.Get<T>()' is obsolete` in content (#27936) 2024-05-18 13:58:55 +02:00
MassMedia Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Materials scoopable ash and foam, solution transfer prediction (#25832) 2024-04-07 14:27:04 +02:00
Mech Move GasMixture to shared (#27480) 2024-05-07 04:00:15 +02:00
Medical Add defib event, add fields to be able to disable crit defib and do after movement (#28174) 2024-06-01 16:55:16 +02:00
Mind Fix ghosts getting spawned in nullspace (#27617) 2024-05-18 13:53:01 +02:00
Mindshield Fix not removing RevolutionaryRoleComponent from minds on mindshield application (#20832) 2023-10-14 22:02:40 +02: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-03-05 09:45:27 +01:00
Morgue Examine prediction (#23565) 2024-01-26 21:48:02 +01:00
Motd Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
MouseRotator Mouse rotator system (#19267) 2023-09-27 21:59:12 +02:00
Mousetrap Fix clientside storage Whitelists (#24063) 2024-02-08 12:22:58 +01:00
Movement Unify `Content`'s `EntitySystem` logging (#26216) 2024-03-23 23:51:39 +01:00
NPC Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
NameIdentifier Code cleanup: Dirty(Comp) (#26238) 2024-03-24 00:04:13 +01:00
Ninja Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
NodeContainer Resolve `'EntitySystem.Get<T>()' is obsolete` in content (#27936) 2024-05-18 13:58:55 +02:00
Nuke Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
NukeOps Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Nutrition Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Nyanotrasen paradox anomaly antag rework (#1206) 2024-05-18 19:44:48 +00:00
Objectives ninja criminal records hacking (#24982) 2024-05-18 13:34:11 +02:00
PAI Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
PDA Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Paper Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
Parallax biome flexibility changes (#28017) 2024-05-18 14:00:10 +02:00
ParticleAccelerator Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Payload/EntitySystems Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Physics Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
Pinpointer Replace NavMap dictionaries with int[] (#27602) 2024-05-07 04:18:25 +02:00
Placement Merge `ActorSystem` and `IPlayerManager` (#21314) 2023-11-12 20:53:33 +01:00
Players Fix preference loading bugs (#27742) 2024-05-18 13:30:09 +02:00
PneumaticCannon Atmos device performance improvements (#26493) 2024-04-07 14:14:34 +02:00
Pointing Slightly emphasize popup when someone points at you (#28152) 2024-06-01 16:53:39 +02:00
Points Unrevert audio (#21330) 2023-12-02 20:16:36 +01:00
Polymorph Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
Popups Add SharedPopupSystem.PopupClient for cursor and coordinates (#27231) 2024-05-02 23:52:38 +02:00
Power Modify battery assert to avoid floating point errors (#28007) 2024-06-01 16:51:13 +02:00
PowerCell Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
PowerSink Remove all obsolete BatteryComponent method calls (#25871) 2024-03-07 01:52:46 +01:00
Prayer Fix ghost prayer interaction (#27199) 2024-04-21 23:39:43 +02:00
Preferences/Managers Resolve all non-obsoleting warnings in content (#27934) 2024-05-18 13:57:06 +02:00
Procedural Haunted dungeon template (#23768) 2024-03-27 18:28:44 +01:00
Projectiles Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
Puppet Moves muted to shared (#25374) 2024-03-05 09:45:27 +01:00
Radiation Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
Radio Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
RandomAppearance Random spontaneous cleanup PR (#25131) 2024-02-18 23:02:29 +01:00
RandomMetadata fix: localisation keys in random content books (#27390) 2024-05-15 19:56:48 +02:00
RatKing Reduced Warning Count By 130 For Full Rebuilds (#26518) 2024-04-07 14:11:06 +02:00
Remotes Restrict door remotes to only being able to manipulate doors relevant to their type (#26371) 2024-03-27 18:28:06 +01:00
Repairable add fuel costs back to finishing welding (#27030) 2024-04-21 23:20:07 +02:00
RequiresGrid Add RequiresGrid component (#23394) 2024-03-05 09:48:10 +01:00
Research Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Resist Port carrying & pseudo-item tweaks & features from frontier 2024-05-06 13:21:07 -05:00
Respawn Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Revenant Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
Revolutionary better deconversion (#23315) 2024-01-26 22:37:15 +01:00
Robotics/Systems malf killer 9000 (robotics console) (#24855) 2024-05-18 13:34:13 +02:00
Roles Reduced Warning Count By 130 For Full Rebuilds (#26518) 2024-04-07 14:11:06 +02:00
Rotatable Refactor serialization copying to use source generators (#19412) 2023-08-22 18:14:33 -07:00
Rotation Fix rotation visuals desync & appearance state spam (#23016) 2024-01-22 18:37:45 +01:00
RoundEnd Add evac shuttle test. (#27152) 2024-04-21 23:22:04 +02:00
Salvage Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
Sandbox Resolve `'EntitySystem.Get<T>()' is obsolete` in content (#27936) 2024-05-18 13:58:55 +02:00
Screens cancelable brig timers (#26557) 2024-04-07 14:22:06 +02:00
SensorMonitoring Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Sericulture Sericulture fixes (#19193) 2023-10-08 19:52:10 +02:00
ServerInfo Launcher info links. (#12781) 2022-12-02 17:23:43 -08:00
ServerUpdates Un-revert IPlayerManager refactor (#21244) 2023-10-31 19:00:44 +01:00
Shuttles Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
Silicons Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
Singularity Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Solar Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Sound Add Ability to stop sound when MobState is Dead (#26905) 2024-04-21 21:56:36 +02:00
Spawners Use non-generic `TryComp()` for metadata & transform (#28133) 2024-06-01 16:53:51 +02:00
Species/Systems Body code cleanup (#24946) 2024-04-07 14:04:17 +02:00
Speech Move replacement chance from ReplacementAccentComponent to ReplacementAccentPrototype (#28049) 2024-05-18 14:04:28 +02: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-24 00:03:28 +01:00
Spreader Atmos device performance improvements (#26493) 2024-04-07 14:14:34 +02:00
Sprite Code cleanup: Dirty(Comp) (#26238) 2024-03-24 00:04:13 +01:00
Stack Implement gridinv, proper (#703) 2024-01-21 19:58:28 +01:00
Standing Revert "Remove most usages of obsolete TransformComponent methods (#1… (#19714) 2023-09-01 12:30:29 +10:00
Station Resolve all non-obsoleting warnings in content (#27934) 2024-05-18 13:57:06 +02:00
StationEvents Improve InteractionSystem range & BUI checks (#27999) 2024-06-01 16:56:23 +02:00
StationRecords fix ninja hacking not affecting sechud (#28021) 2024-05-18 14:01:33 +02: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-24 00:03:28 +01:00
Storage Fix SpawnItemsOnUse not playing sound (#27621) 2024-05-07 04:19:24 +02:00
Store Magic Refactor + Wizard Grimoire (#22568) 2024-05-18 13:55:05 +02:00
Strip Fix incorrect message displaying when trying to remove stuck item from someones hand. (#28024) 2024-05-18 13:59:34 +02:00
Stunnable Misc ItemToggleSystem changes (#26489) 2024-04-07 14:04:40 +02:00
SubFloor Code Cleanup: Purge obsolete MapManager methods (#26279) 2024-03-24 00:13:35 +01:00
SurveillanceCamera Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Tabletop Obsolete `Logger` cleanup for `EntitySystem`s part 2 (#26159) 2024-03-17 15:11:33 +01:00
Teleportation Simplify DoAfterArgs behavior for movement and distance checks (#25226) 2024-03-24 00:03:28 +01:00
Temperature Remove AlertType and AlertCategory (#27933) 2024-06-01 16:55:49 +02:00
Terminator bring back paradox anomaly (#825) 2024-02-13 16:55:35 +01:00
Tesla Use new ComponentPauseGenerator (#25183) 2024-03-07 00:57:05 +01:00
Thief Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Tiles Landmine stepoff (#22962) 2024-03-27 18:28:59 +01:00
Tips Tippy fixes (#27475) 2024-05-07 03:44:12 +02:00
Toilet Toilet Upgrade (needs review) (#22133) 2024-04-07 14:18:32 +02:00
Tools THE RETURN OF ITEM STATUS (#22986) 2024-04-21 23:41:08 +02:00
Toolshed/Commands Un-revert IPlayerManager refactor (#21244) 2023-10-31 19:00:44 +01:00
Traitor Resolve all non-obsoleting warnings in content (#27934) 2024-05-18 13:57:06 +02:00
Traits Code cleanup: Dirty(Comp) (#26238) 2024-03-24 00:04:13 +01:00
UserInterface Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
VendingMachines Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Verbs Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-27 23:44:02 +01:00
VoiceMask Content update for UI prediction (#27214) 2024-05-03 00:15:32 +02:00
Voting Obsolete refactor - ConnectedClient to Channel (#24409) 2024-01-27 23:44:02 +01:00
Wagging Stop wagging tails on crit (#25323) 2024-02-18 23:39:38 +01:00
Warps Default warp point names (#21017) 2023-10-20 15:29:43 +02:00
Weapons Improve InteractionSystem range & BUI checks (#27999) 2024-06-01 16:56:23 +02:00
Weather Rename WorldMap to MapId (#14857) 2023-03-27 22:40:57 +11:00
Whitelist Whitelistremoves now requires either ban or whitelist, not both (#994) 2024-03-27 23:53:09 +00:00
Wires Resolve all non-obsoleting warnings in content (#27934) 2024-05-18 13:57:06 +02:00
Worldgen Make remaining IPrototypes partial (#27157) 2024-04-21 23:33:58 +02:00
Xenoarchaeology Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-18 13:58:34 +02:00
Zombies Resolve all non-obsoleting warnings in content (#27934) 2024-05-18 13:57:06 +02:00
AssemblyInfo.cs Add test to load all config presets (#20705) 2023-10-08 19:58:55 +02:00
Content.Server.csproj THE RETURN OF ITEM STATUS (#22986) 2024-04-21 23:41:08 +02:00
Content.Server.csproj.DotSettings
GlobalUsings.cs Global usings (#6472) 2022-02-05 11:39:36 -07:00
Program.cs