]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Client commands: clean up and localize (#22897)
authorPrPleGoo <PrPleGoo@users.noreply.github.com>
Wed, 3 Jan 2024 22:29:37 +0000 (23:29 +0100)
committerGitHub <noreply@github.com>
Wed, 3 Jan 2024 22:29:37 +0000 (17:29 -0500)
commit0e306e7862a2078e04235adc7f1cfd08760cc136
tree9269a5a3e35db62e703b8b37840144296573c4fb
parente790e59e192e6e607963e70bb49e63f28bf0e56a
Client commands: clean up and localize (#22897)

* action commands

* atmos debug commands

* comming

* credits command

* debug commands

* usage

* usings

* debug pathfinding command

* grouping entity menu command

* hide mechanisms command

* commit

* mapping client side setup command

* open ahelp command

* set menu visibility command

* commit

* show mechanisms command

* toggle health overlay command

* toggle outline command

* stage

* disable once

* ioc

* namespaces

* WriteError

* clean up command usage

* don't abbriviate

* ActionsCommands

* AtmosDebugCommands

* the rest

* oops

* undo
28 files changed:
Content.Client/Commands/ActionsCommands.cs
Content.Client/Commands/AtmosDebugCommands.cs
Content.Client/Commands/CreditsCommand.cs
Content.Client/Commands/DebugCommands.cs
Content.Client/Commands/DebugPathfindingCommand.cs
Content.Client/Commands/GroupingEntityMenuCommand.cs
Content.Client/Commands/HideMechanismsCommand.cs
Content.Client/Commands/MappingClientSideSetupCommand.cs
Content.Client/Commands/OpenAHelpCommand.cs
Content.Client/Commands/SetMenuVisibilityCommand.cs
Content.Client/Commands/ShowMechanismsCommand.cs
Content.Client/Commands/ToggleHealthOverlayCommand.cs
Content.Client/Commands/ToggleOutlineCommand.cs
Content.Client/Commands/ZoomCommand.cs
Resources/Locale/en-US/commands/actions-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/atmos-debug-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/credits-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/debug-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/debug-pathfinding-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/grouping-entity-menu-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/hide-mechanisms-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/mapping-client-side-setup-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/open-a-help-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/set-menu-visibility-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/show-mechanisms-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/toggle-health-overlay-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/toggle-outline-command.ftl [new file with mode: 0644]
Resources/Locale/en-US/commands/zoom-command.ftl