fish-station/Content.Server/Administration/Commands
VigersRay 67c8ba2471 Merge remote-tracking branch 'refs/remotes/wizards/master'
# Conflicts:
#	Content.Client/Administration/UI/Tabs/ObjectsTab/ObjectsTab.xaml.cs
#	Content.Client/Administration/UI/Tabs/ObjectsTab/ObjectsTabEntry.xaml
#	Content.Client/Administration/UI/Tabs/ObjectsTab/ObjectsTabEntry.xaml.cs
#	Content.IntegrationTests/Tests/PostMapInitTest.cs
#	Content.Server/Chat/Systems/ChatSystem.cs
#	Content.Server/Clothing/Components/GloveHeatResistanceComponent.cs
#	Content.Server/Light/EntitySystems/PoweredLightSystem.cs
#	Content.Server/Medical/HealthAnalyzerSystem.cs
#	Content.Server/Medical/SuitSensors/SuitSensorComponent.cs
#	Content.Server/StationEvents/Events/MeteorSwarmSystem.cs
#	Content.Server/StationEvents/Events/StationEventSystem.cs
#	Content.Shared/Actions/SharedActionsSystem.cs
#	Content.Shared/Interaction/SharedInteractionSystem.cs
#	Resources/Prototypes/AlertLevels/alert_levels.yml
#	Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
#	Resources/Prototypes/Catalog/Fills/Lockers/misc.yml
#	Resources/Prototypes/Catalog/VendingMachines/Inventories/engivend.yml
#	Resources/Prototypes/Datasets/Names/fortunes.yml
#	Resources/Prototypes/Datasets/ion_storm.yml
#	Resources/Prototypes/Entities/Clothing/Neck/mantles.yml
#	Resources/Prototypes/Entities/Clothing/Uniforms/jumpsuits.yml
#	Resources/Prototypes/Entities/Markers/Spawners/Random/maintenance.yml
#	Resources/Prototypes/Entities/Mobs/Cyborgs/base_borg_chassis.yml
#	Resources/Prototypes/Entities/Objects/Fun/pai.yml
#	Resources/Prototypes/Entities/Objects/Misc/identification_cards.yml
#	Resources/Prototypes/Entities/Objects/Specific/Medical/handheld_crew_monitor.yml
#	Resources/Prototypes/Entities/Structures/Machines/lathe.yml
#	Resources/Prototypes/GameRules/events.yml
#	Resources/Prototypes/Loadouts/Jobs/Science/research_director.yml
#	Resources/Prototypes/Recipes/Lathes/clothing.yml
#	Resources/Prototypes/game_presets.yml
#	Resources/Prototypes/secret_weights.yml
#	Resources/ServerInfo/Guidebook/Engineering/Singularity.xml
#	Resources/Textures/Clothing/Head/Helmets/security.rsi/equipped-HELMET-vox.png
#	Resources/Textures/Clothing/Head/Helmets/security.rsi/equipped-HELMET.png
#	Resources/Textures/Clothing/Head/Helmets/security.rsi/icon.png
#	Resources/Textures/Clothing/Head/Helmets/security.rsi/inhand-left.png
#	Resources/Textures/Clothing/Head/Helmets/security.rsi/inhand-right.png
#	Resources/Textures/Clothing/Head/Helmets/security.rsi/meta.json
#	Resources/Textures/Clothing/Mask/ert.rsi/meta.json
#	Resources/Textures/Clothing/Mask/joy.rsi/meta.json
#	Resources/Textures/Clothing/Mask/squadron.rsi/meta.json
#	Resources/Textures/Clothing/Neck/Cloaks/cmo.rsi/equipped-NECK.png
#	Resources/Textures/Clothing/Neck/Cloaks/cmo.rsi/meta.json
#	Resources/Textures/Clothing/OuterClothing/Armor/security.rsi/equipped-OUTERCLOTHING.png
#	Resources/Textures/Clothing/OuterClothing/Armor/security.rsi/icon.png
#	Resources/Textures/Clothing/OuterClothing/Armor/security.rsi/meta.json
#	Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/inhand-left.png
#	Resources/Textures/Clothing/OuterClothing/Hardsuits/medical.rsi/inhand-right.png
#	Resources/Textures/Clothing/Uniforms/Jumpsuit/hos_alt.rsi/equipped-INNERCLOTHING.png
#	Resources/Textures/Objects/Specific/Hydroponics/aloe.rsi/produce.png
#	Resources/Textures/Objects/Specific/Hydroponics/apple.rsi/produce.png
#	Resources/Textures/Objects/Specific/Hydroponics/cannabis.rsi/produce.png
#	Resources/Textures/Objects/Tools/crowbar.rsi/meta.json
#	Resources/Textures/Objects/Tools/crowbar.rsi/red-icon.png
#	Resources/Textures/Objects/Tools/crowbar.rsi/red-storage.png
#	Resources/Textures/Structures/Wallmounts/Lighting/light_tube.rsi/base.png
#	Resources/Textures/Structures/Wallmounts/Lighting/light_tube.rsi/broken.png
#	Resources/Textures/Structures/Wallmounts/Lighting/light_tube.rsi/burned.png
#	Resources/Textures/Structures/Wallmounts/Lighting/light_tube.rsi/empty.png
#	Resources/Textures/Structures/Wallmounts/Lighting/light_tube.rsi/glow.png
#	Resources/Textures/Structures/Wallmounts/Lighting/light_tube.rsi/meta.json
#	Resources/migration.yml
2024-08-14 19:55:44 +03:00
..
AddBodyPartCommand.cs Refactoring body system to use containers and general body cleanup (#20202) 2023-09-21 17:23:02 +10:00
AddEntityStorageCommand.cs Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00
AddMechanismCommand.cs Refactoring body system to use containers and general body cleanup (#20202) 2023-09-21 17:23:02 +10:00
AddPolymorphActionCommand.cs Cleanups PolymorphSystem/Components/Prototypes (#23721) 2024-02-01 23:17:02 +11:00
AddReagent.cs Revert 'Revert 'Solution Entities'' (#23168) 2023-12-29 08:47:43 -04:00
AdminLogBulk.cs Make AdminLogsSystem an IoC manager (#8492) 2022-05-28 23:41:17 -07:00
AdminWhoCommand.cs Clean up command perms (#28451) 2024-06-01 01:14:43 -07:00
AGhostCommand.cs Fix AGhostCommand naming (#29945) 2024-07-14 20:25:18 +10:00
AnnounceUiCommand.cs Clean up command perms (#28451) 2024-06-01 01:14:43 -07:00
BabyJailCommand.cs Fix baby jail (#29896) 2024-07-11 15:14:01 +10:00
BanCommand.cs Random spontaneous cleanup PR (#25131) 2024-02-13 16:48:39 -05:00
BanExemptionCommands.cs Clean up command perms (#28451) 2024-06-01 01:14:43 -07:00
BanListCommand.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
BanPanelCommand.cs fix(Commands): Improve Localization of commands. Standardize some behaviors. (#30362) 2024-08-11 19:46:57 +10:00
ClearBluespaceLockerLinks.cs Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00
ControlMob.cs fix(Commands): Improve Localization of commands. Standardize some behaviors. (#30362) 2024-08-11 19:46:57 +10:00
DeAdminCommand.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
DeleteComponent.cs Update GetComponents for IEnumerable (#18395) 2023-07-30 03:34:41 +10:00
DepartmentBanCommand.cs Фиксы апстрима 2024-06-04 09:52:26 +03:00
DirtyCommand.cs Add some tests and fix some miscellaneous bugs (#22836) 2023-12-28 10:05:20 +11:00
DSay.cs fix(Commands): Improve Localization of commands. Standardize some behaviors. (#30362) 2024-08-11 19:46:57 +10:00
ExplosionCommand.cs Log enrichment: Explosion damage to players (#29762) 2024-08-09 16:24:05 +10:00
FaxUiCommand.cs fix(Commands): Improve Localization of commands. Standardize some behaviors. (#30362) 2024-08-11 19:46:57 +10:00
FollowCommand.cs fix(Commands): Improve Localization of commands. Standardize some behaviors. (#30362) 2024-08-11 19:46:57 +10:00
JobWhitelistCommands.cs fix(cmd-Jobwhitelistadd): Fixed typo in Loc.GetString (#30355) 2024-07-25 23:55:44 -06:00
LinkBluespaceLocker.cs Clean up command perms (#28451) 2024-06-01 01:14:43 -07:00
LoadGameMapCommand.cs Update content vectors to numerics (#17759) 2023-07-08 14:08:32 +10:00
OpenAdminLogsCommand.cs fix(Commands): Improve Localization of commands. Standardize some behaviors. (#30362) 2024-08-11 19:46:57 +10:00
OpenAdminNotesCommand.cs fix(Commands): Improve Localization of commands. Standardize some behaviors. (#30362) 2024-08-11 19:46:57 +10:00
OpenPermissionsCommand.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
OpenUserVisibleNotesCommand.cs fix(Commands): Improve Localization of commands. Standardize some behaviors. (#30362) 2024-08-11 19:46:57 +10:00
OSay.cs Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00
OwoifyCommand.cs Replace EntityUid parsing with NetEntity (#23474) 2024-01-04 11:04:31 +11:00
PanicBunkerCommand.cs Panic Bunker uses minutes not hours (#28805) 2024-06-09 22:45:47 +02:00
PardonCommand.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
PersistenceSaveCommand.cs Reduced Warning Count By 130 For Full Rebuilds (#26518) 2024-03-29 16:28:16 +11:00
PlayerPanelCommand.cs Implement a playerpanel (#30238) 2024-08-09 15:33:25 +10:00
PlayGlobalSoundCommand.cs Fix playglobalsound autocompletion (#26167) 2024-03-24 14:15:26 +11:00
PlayTimeCommands.cs Merge remote-tracking branch 'refs/remotes/wizards/master' 2024-06-13 09:47:00 +03:00
PromoteHostCommand.cs Cleanup the namespaces (#8132) 2022-05-13 17:59:03 +10:00
ReAdminCommand.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
ReadyAll.cs Resolve 'EntitySystem.Get<T>()' is obsolete in content (#27936) 2024-05-12 20:34:52 -04:00
RemoveBodyPartCommand.cs Refactoring body system to use containers and general body cleanup (#20202) 2023-09-21 17:23:02 +10:00
RemoveEntityStorageCommand.cs Remove 700 usages of Component.Owner (#21100) 2023-10-19 12:34:31 -07:00
RemoveExtraComponents.cs Remove last component.Name calls (#13593) 2023-01-19 13:57:18 +11:00
RemoveMechanismCommand.cs Refactoring body system to use containers and general body cleanup (#20202) 2023-09-21 17:23:02 +10:00
RoleBanCommand.cs Merge sunrise build (#2) 2024-05-31 02:16:18 +03:00
RoleBanListCommand.cs Roleban completions (#9114) 2022-06-24 21:14:47 +10:00
RoleUnbanCommand.cs Fix role unbans not applying in real time (#20547) 2023-09-28 16:46:39 -07:00
SetAdminOOC.cs fix(Commands): Improve Localization of commands. Standardize some behaviors. (#30362) 2024-08-11 19:46:57 +10:00
SetMindCommand.cs Replace EntityUid parsing with NetEntity (#23474) 2024-01-04 11:04:31 +11:00
SetOutfitCommand.cs De-duplicate loadout gear (#30341) 2024-08-05 00:42:25 -04:00
SetSolutionCapacity.cs Revert 'Revert 'Solution Entities'' (#23168) 2023-12-29 08:47:43 -04:00
SetSolutionTemperature.cs Revert 'Revert 'Solution Entities'' (#23168) 2023-12-29 08:47:43 -04:00
SetSolutionThermalEnergy.cs Revert 'Revert 'Solution Entities'' (#23168) 2023-12-29 08:47:43 -04:00
ShowGhostsCommand.cs view ghosts on round end (#11680) 2022-10-05 21:55:11 -05:00
ShuttleCommands.cs Resolve 'EntitySystem.Get<T>()' is obsolete in content (#27936) 2024-05-12 20:34:52 -04:00
StealthminCommand.cs Add stealthmins (#26263) 2024-03-24 10:39:53 -05:00
ThrowScoreboardCommand.cs Resolve 'EntitySystem.Get<T>()' is obsolete in content (#27936) 2024-05-12 20:34:52 -04:00
VariantizeCommand.cs Reduced Warning Count By 130 For Full Rebuilds (#26518) 2024-03-29 16:28:16 +11:00
WarpCommand.cs Revert "Fix chat bubbles (#25643)" (#25645) 2024-02-28 00:51:20 +11:00