]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Replace NavMap dictionaries with int[] (#27602)
authorLeon Friedrich <60421075+ElectroJr@users.noreply.github.com>
Thu, 2 May 2024 02:51:21 +0000 (14:51 +1200)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 02:51:21 +0000 (12:51 +1000)
commita7e6337cbd63439a47d1e2dc4f699b7878b6f354
tree885f961b96ba9617358856284abc66363e22964f
parent11a4f9d21fbc706749683645c1a715f87a021eb7
Replace NavMap dictionaries with int[] (#27602)

* Replace NavMap dictionaries with int[]

* Remove badly named const

* Remove unnecessary offset

* Prioritize airlocks
Content.Client/Pinpointer/NavMapSystem.cs
Content.Client/Pinpointer/UI/NavMapControl.cs
Content.Client/Power/PowerMonitoringConsoleNavMapControl.cs
Content.Server/Pinpointer/NavMapSystem.cs
Content.Server/Power/EntitySystems/PowerMonitoringConsoleSystem.cs
Content.Shared/Atmos/AtmosDirection.cs
Content.Shared/Pinpointer/NavMapComponent.cs
Content.Shared/Pinpointer/SharedNavMapSystem.cs
Content.Shared/Power/SharedPowerMonitoringConsoleSystem.cs
Content.Shared/Tag/TagSystem.cs