From 5d873ff13dc552599bf393b798968f4dab898d89 Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Fri, 31 Jan 2025 17:42:21 -0500 Subject: [PATCH 1/2] Add MathNet.Numerics To The Engine --- Directory.Packages.props | 1 + Robust.Client/Robust.Client.csproj | 1 + Robust.Server/Robust.Server.csproj | 1 + Robust.Shared/Robust.Shared.csproj | 1 + 4 files changed, 4 insertions(+) diff --git a/Directory.Packages.props b/Directory.Packages.props index 34f3022c4d..54b528748b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -67,6 +67,7 @@ + diff --git a/Robust.Client/Robust.Client.csproj b/Robust.Client/Robust.Client.csproj index a16652ce6a..a7a07dd91b 100644 --- a/Robust.Client/Robust.Client.csproj +++ b/Robust.Client/Robust.Client.csproj @@ -26,6 +26,7 @@ + diff --git a/Robust.Server/Robust.Server.csproj b/Robust.Server/Robust.Server.csproj index 71f64692cb..5c9a491e33 100644 --- a/Robust.Server/Robust.Server.csproj +++ b/Robust.Server/Robust.Server.csproj @@ -31,6 +31,7 @@ + diff --git a/Robust.Shared/Robust.Shared.csproj b/Robust.Shared/Robust.Shared.csproj index b6f11c4505..8607b0ad98 100644 --- a/Robust.Shared/Robust.Shared.csproj +++ b/Robust.Shared/Robust.Shared.csproj @@ -24,6 +24,7 @@ + From 92cae545b16bb80fc8dfd6643de0ac631cd051b0 Mon Sep 17 00:00:00 2001 From: VMSolidus Date: Fri, 31 Jan 2025 17:43:11 -0500 Subject: [PATCH 2/2] Update Robust.Shared.Maths.csproj --- Robust.Shared.Maths/Robust.Shared.Maths.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Robust.Shared.Maths/Robust.Shared.Maths.csproj b/Robust.Shared.Maths/Robust.Shared.Maths.csproj index cb73478a39..96b06f8638 100644 --- a/Robust.Shared.Maths/Robust.Shared.Maths.csproj +++ b/Robust.Shared.Maths/Robust.Shared.Maths.csproj @@ -7,6 +7,7 @@ +