Delta-v/Content.Server/Administration/Commands
lzk 011250f35e
Fix AGhostCommand naming (#29945)
2024-07-14 20:25:18 +10:00
..
AGhostCommand.cs Fix AGhostCommand naming (#29945) 2024-07-14 20:25:18 +10: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
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 Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
ClearBluespaceLockerLinks.cs Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00
ControlMob.cs Replace EntityUid parsing with NetEntity (#23474) 2024-01-04 11:04:31 +11:00
DSay.cs Clean up command perms (#28451) 2024-06-01 01:14:43 -07: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 Admin notes bugfixes (#18189) 2023-07-21 15:43:47 +02:00
DirtyCommand.cs Add some tests and fix some miscellaneous bugs (#22836) 2023-12-28 10:05:20 +11:00
ExplosionCommand.cs Resolve `'TransformComponent.MapPosition' is obsolete` in content (#27939) 2024-05-12 10:31:54 -04:00
FaxUiCommand.cs Clean up command perms (#28451) 2024-06-01 01:14:43 -07:00
FollowCommand.cs fix follow comannd help locale (#25032) 2024-02-08 18:13:06 -05:00
JobWhitelistCommands.cs Add job whitelist system (#28085) 2024-06-01 05:08:31 -07: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
OSay.cs Content update for NetEntities (#18935) 2023-09-11 09:42:41 +10:00
OpenAdminLogsCommand.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
OpenAdminNotesCommand.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
OpenPermissionsCommand.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11:00
OpenUserVisibleNotesCommand.cs Un-revert IPlayerManager refactor (#21244) 2023-10-28 09:59:53 +11: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
PlayGlobalSoundCommand.cs Fix playglobalsound autocompletion (#26167) 2024-03-24 14:15:26 +11:00
PlayTimeCommands.cs Fix `playtime_addrole` command printing the wrong time (#28783) 2024-06-12 23:31:21 -07: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 Admin notes bugfixes (#18189) 2023-07-21 15:43:47 +02: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 Clean up command perms (#28451) 2024-06-01 01:14:43 -07:00
SetMindCommand.cs Replace EntityUid parsing with NetEntity (#23474) 2024-01-04 11:04:31 +11:00
SetOutfitCommand.cs Loadouts redux (#25715) 2024-04-16 22:57:43 +10: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