Skip to content
Success

Changes

Summary

  1. Normalize KSP root path (commit: 0261dc6) (details)
  2. Set modded physics and reload earlier (commit: f6669bf) (details)
  3. mark dependencies as copy local false (commit: 983b330) (details)
  4. fix remaining .NET 3.5 nuget packages (commit: b3d5ad4) (details)
  5. Update remaining NuGet packages (commit: 6a32ebb) (details)
  6. Add specific language markers to all project files (commit: da38958) (details)
  7. Ensure string comparison is culture invariant (commit: 838677d) (details)
  8. Always replace physics (commit: c6163a2) (details)
  9. v4.2.0 (commit: 3894ce1) (details)
Commit 0261dc6dac6b3340357a02c8322d21770be9c09c by blowfishpro
Normalize KSP root path
KSP makes it weird
Addresses confusion in #164
(commit: 0261dc6)
The file was modified ModuleManager/FilePathRepository.cs (diff)
Commit f6669bf7b7a9a2f0cb818ee757b3d2ed870898bb by blowfishpro
Set modded physics and reload earlier
Do it in post patch, this allows the part loader to pick up changes
(e.g. rigidbody min mass)
(commit: f6669bf)
The file was modified ModuleManager/CustomConfigsManager.cs (diff)
The file was modified ModuleManager/PostPatchLoader.cs (diff)
Commit 983b330b259547f05d1ff2ff10bc5828153c7883 by blowfishpro
mark dependencies as copy local false
prevents them from showing up in the target directory
(commit: 983b330)
The file was modified ModuleManager/ModuleManager.csproj (diff)
Commit b3d5ad47526c43b6d175c775cec77b967055cae7 by blowfishpro
fix remaining .NET 3.5 nuget packages
upgrade visual studio runner
(commit: b3d5ad4)
The file was modified TestUtilsTests/TestUtilsTests.csproj (diff)
The file was modified TestUtilsTests/packages.config (diff)
The file was modified ModuleManagerTests/ModuleManagerTests.csproj (diff)
The file was modified ModuleManagerTests/packages.config (diff)
Commit 6a32ebb8213c2d7f8bca1d3532b15dcced12a598 by blowfishpro
Update remaining NuGet packages
(commit: 6a32ebb)
The file was modified ModuleManagerTests/ModuleManagerTests.csproj (diff)
The file was modified ModuleManagerTests/app.config (diff)
The file was modified ModuleManagerTests/packages.config (diff)
Commit da38958f48b34bff2052169e5f84885ec2b7daa1 by blowfishpro
Add specific language markers to all project files
seems to get confused otherwise
(commit: da38958)
The file was modified ModuleManagerTests/ModuleManagerTests.csproj (diff)
The file was modified ModuleManager/ModuleManager.csproj (diff)
The file was modified TestUtils/TestUtils.csproj (diff)
The file was modified TestUtilsTests/TestUtilsTests.csproj (diff)
Commit 838677db5f2d2c17c1ce653489a3caa974110009 by blowfishpro
Ensure string comparison is culture invariant
And get rid of message suppresions related to it
(commit: 838677d)
The file was modified ModuleManager/MMPatchLoader.cs (diff)
The file was modified ModuleManagerTests/Extensions/StringExtensionsTest.cs (diff)
The file was modified ModuleManager/Extensions/StringExtensions.cs (diff)
Commit c6163a2e495628e59822d2074da027e70aa85136 by blowfishpro
Always replace physics
On a database reload this will already be true but we still want physics
reloading to happen
(commit: c6163a2)
The file was modified ModuleManager/PostPatchLoader.cs (diff)
The file was modified ModuleManager/Properties/AssemblyInfo.cs (diff)