]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Add mapping editor (#23427)
authorDrSmugleaf <10968691+DrSmugleaf@users.noreply.github.com>
Sun, 4 Aug 2024 03:31:45 +0000 (20:31 -0700)
committerGitHub <noreply@github.com>
Sun, 4 Aug 2024 03:31:45 +0000 (13:31 +1000)
commit54d5bd266cdf06fcd4351dc2120b8ddee13ec2ec
tree2489788e22b9e3dc4ea2c9e423eef8b91f3cc6a4
parent6e8f8d706a79c933e3073e8b22c0ac81e9877af3
Add mapping editor (#23427)

* Add mapping editor (#757)

* Remove mapping actions, never again

* Cleanup actions system

* Jarvis, remove all references to CM14

* Fix InventoryUIController crashing when an InventoryGui is not found

* Rename mapping1 to mapping

* Clean up context calls

* Add doc comments

* Add delegate for hiding decals in the mapping screen

* Jarvis mission failed

* a

* Add test

* Fix not flushing save stream in mapping manager

* change

* Fix verbs

* fixes

* localise

---------

Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
37 files changed:
Content.Client/Actions/ActionsSystem.cs
Content.Client/Commands/ActionsCommands.cs
Content.Client/Commands/MappingClientSideSetupCommand.cs
Content.Client/ContextMenu/UI/ContextMenuUIController.cs
Content.Client/Decals/Overlays/DecalPlacementOverlay.cs
Content.Client/IoC/ClientContentIoC.cs
Content.Client/Mapping/MappingActionsButton.xaml [new file with mode: 0644]
Content.Client/Mapping/MappingActionsButton.xaml.cs [new file with mode: 0644]
Content.Client/Mapping/MappingDoNotMeasure.xaml [new file with mode: 0644]
Content.Client/Mapping/MappingDoNotMeasure.xaml.cs [new file with mode: 0644]
Content.Client/Mapping/MappingManager.cs [new file with mode: 0644]
Content.Client/Mapping/MappingOverlay.cs [new file with mode: 0644]
Content.Client/Mapping/MappingPrototype.cs [new file with mode: 0644]
Content.Client/Mapping/MappingPrototypeList.xaml [new file with mode: 0644]
Content.Client/Mapping/MappingPrototypeList.xaml.cs [new file with mode: 0644]
Content.Client/Mapping/MappingScreen.xaml [new file with mode: 0644]
Content.Client/Mapping/MappingScreen.xaml.cs [new file with mode: 0644]
Content.Client/Mapping/MappingSpawnButton.xaml [new file with mode: 0644]
Content.Client/Mapping/MappingSpawnButton.xaml.cs [new file with mode: 0644]
Content.Client/Mapping/MappingState.cs [new file with mode: 0644]
Content.Client/Mapping/MappingSystem.cs
Content.Client/UserInterface/Systems/Actions/ActionUIController.cs
Content.Client/Verbs/UI/VerbMenuUIController.cs
Content.IntegrationTests/Tests/MappingEditorTest.cs [new file with mode: 0644]
Content.Server/IoC/ServerContentIoC.cs
Content.Server/Mapping/MappingManager.cs [new file with mode: 0644]
Content.Shared/Decals/DecalPrototype.cs
Content.Shared/Input/ContentKeyFunctions.cs
Content.Shared/Mapping/MappingMapDataMessage.cs [new file with mode: 0644]
Content.Shared/Mapping/MappingSaveMapErrorMessage.cs [new file with mode: 0644]
Content.Shared/Mapping/MappingSaveMapMessage.cs [new file with mode: 0644]
Resources/Locale/en-US/mapping/editor.ftl [new file with mode: 0644]
Resources/Textures/Interface/eraser.svg [new file with mode: 0644]
Resources/Textures/Interface/eraser.svg.png [new file with mode: 0644]
Resources/Textures/Interface/eyedropper.svg [new file with mode: 0644]
Resources/Textures/Interface/eyedropper.svg.png [new file with mode: 0644]
Resources/keybinds.yml