]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Replace Matrix3 with System.Numerics.Matrix3x2 (#27443)
authoreoineoineoin <github@eoinrul.es>
Sun, 2 Jun 2024 04:07:41 +0000 (05:07 +0100)
committerGitHub <noreply@github.com>
Sun, 2 Jun 2024 04:07:41 +0000 (14:07 +1000)
commitb44b159431630a918356e9625420e8d7fd8d468e
tree180aea926dc03f4f18d05941251f319b95f22ab0
parent21d0b1fd558f417c25e0587cf8d0186ec83a294e
Replace Matrix3 with System.Numerics.Matrix3x2 (#27443)

Replace Matrix3 with Matrix3x2
58 files changed:
Content.Client/Administration/UI/SpawnExplosion/ExplosionDebugOverlay.cs
Content.Client/Atmos/Overlays/AtmosDebugOverlay.cs
Content.Client/Atmos/Overlays/GasTileOverlay.cs
Content.Client/Clickable/ClickableComponent.cs
Content.Client/Decals/Overlays/DecalOverlay.cs
Content.Client/Decals/Overlays/DecalPlacementOverlay.cs
Content.Client/DoAfter/DoAfterOverlay.cs
Content.Client/Explosion/ExplosionOverlay.cs
Content.Client/Fluids/PuddleOverlay.cs
Content.Client/Maps/GridDraggingSystem.cs
Content.Client/NPC/PathfindingSystem.cs
Content.Client/NodeContainer/NodeVisualizationOverlay.cs
Content.Client/Overlays/EntityHealthBarOverlay.cs
Content.Client/Overlays/StencilOverlay.RestrictedRange.cs
Content.Client/Overlays/StencilOverlay.Weather.cs
Content.Client/Overlays/StencilOverlay.cs
Content.Client/Paper/UI/StampLabel.xaml.cs
Content.Client/Paper/UI/StampWidget.xaml.cs
Content.Client/Pinpointer/UI/NavMapControl.cs
Content.Client/Popups/PopupOverlay.cs
Content.Client/Shuttles/Systems/ShuttleSystem.EmergencyConsole.cs
Content.Client/Shuttles/UI/BaseShuttleControl.xaml.cs
Content.Client/Shuttles/UI/NavScreen.xaml.cs
Content.Client/Shuttles/UI/ShuttleDockControl.xaml.cs
Content.Client/Shuttles/UI/ShuttleMapControl.xaml.cs
Content.Client/Shuttles/UI/ShuttleNavControl.xaml.cs
Content.Client/StatusIcon/StatusIconOverlay.cs
Content.Client/Storage/Systems/StorageSystem.cs
Content.Client/UserInterface/Controls/DirectionIcon.cs
Content.Client/UserInterface/Controls/MapGridControl.xaml.cs
Content.Client/Viewport/ScalingViewport.cs
Content.Client/Weapons/Melee/MeleeWeaponSystem.Effects.cs
Content.Client/Weapons/Ranged/ItemStatus/BulletRender.cs
Content.Server/Explosion/EntitySystems/ExplosionGridTileFlood.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.GridMap.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.Processing.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.TileFill.cs
Content.Server/Explosion/EntitySystems/ExplosionSystem.Visuals.cs
Content.Server/Fluids/EntitySystems/AbsorbentSystem.cs
Content.Server/GameTicking/GameTicker.Spawning.cs
Content.Server/Medical/SuitSensors/SuitSensorSystem.cs
Content.Server/NPC/Pathfinding/PathfindingSystem.Distance.cs
Content.Server/NPC/Pathfinding/PathfindingSystem.Grid.cs
Content.Server/NPC/Pathfinding/PathfindingSystem.cs
Content.Server/Procedural/DungeonJob.PrefabDunGen.cs
Content.Server/Procedural/DungeonSystem.Rooms.cs
Content.Server/Radiation/Systems/RadiationSystem.GridCast.cs
Content.Server/Salvage/FultonSystem.cs
Content.Server/Shuttles/Events/FTLStartedEvent.cs
Content.Server/Shuttles/Systems/ArrivalsSystem.cs
Content.Server/Shuttles/Systems/DockingSystem.Shuttle.cs
Content.Server/Shuttles/Systems/ShuttleSystem.Impact.cs
Content.Server/Singularity/EntitySystems/GravityWellSystem.cs
Content.Server/Weapons/Ranged/Systems/GunSystem.cs
Content.Shared/Explosion/Components/ExplosionVisualsComponent.cs
Content.Shared/Item/SharedItemSystem.cs
Content.Shared/Maps/TurfSystem.cs
Content.Shared/Weapons/Melee/SharedMeleeWeaponSystem.cs