Skip to content
Success

Changes

Summary

  1. Add a -mm-dump cmd line option and redo the export (commit: bba0efe) (details)
  2. Fix NEEDS checking for inner nodes/values (commit: 60171d9) (details)
  3. v3.0.1 for KSP 1.3.1 (commit: 58e1ca2) (details)
Commit bba0efef25a46f00bfd36101197cd7ae25a6f358 by sarbian
Add a -mm-dump cmd line option and redo the export
Now uses the same directory sub tree as GameData
(commit: bba0efe)
The file was modified ModuleManager/MMPatchLoader.cs (diff)
The file was modified ModuleManager/ModuleManager.cs (diff)
Commit 60171d951e7a5d7a1954119afdc0d9b82df894d2 by joeydwong
Fix NEEDS checking for inner nodes/values
Didn't work if you had both top level NEEDS and NEEDS on a subnode/value
since it was checking NEEDS on the wrong node in that case
(commit: 60171d9)
The file was modified ModuleManager/NeedsChecker.cs (diff)
The file was modified ModuleManagerTests/NeedsCheckerTest.cs (diff)
The file was modified ModuleManager/Properties/AssemblyInfo.cs (diff)