Skip to content
Success

Changes

Summary

  1. Fix color tag (commit: 6e75d17) (details)
  2. Clear filesSha before generating sha (commit: 458b486) (details)
  3. Don't run setup outside of loading screen (commit: dd851a1) (details)
  4. Move election check up (commit: edc09b6) (details)
  5. Make MM a once addon (commit: 9f5aa02) (details)
  6. Get rid of unnecessary using (commit: 7cb640a) (details)
  7. v3.1.2 (commit: 4e2af67) (details)
The file was modified ModuleManager/MMPatchLoader.cs (diff)
Commit 458b4862eeef6f1d97c5683122e799fbe4e64311 by joeydwong
Clear filesSha before generating sha
Otherwise this ends up getting reused for database reloads then
generates a bunch of errors due to duplicate keys and doesn't actually
detect changes
(commit: 458b486)
The file was modified ModuleManager/MMPatchLoader.cs (diff)
Commit dd851a136149c97acb1630bc74fb5d712985f7e5 by joeydwong
Don't run setup outside of loading screen
KSP tries to re-instantiate all addons ona a database reload.  It NREs
because the loading screen doesn't exist anymore.  None of this stuff
needs to be run again.
(commit: dd851a1)
The file was modified ModuleManager/ModuleManager.cs (diff)
Commit edc09b68454fc1b4c9f1f378fcfc208fb89d8954 by joeydwong
Move election check up
Really none of this stuff should run if it's not the right instance
(commit: edc09b6)
The file was modified ModuleManager/ModuleManager.cs (diff)
Commit 9f5aa027d834ff26f01fcdce7c6fd3ce00c8b5a8 by joeydwong
Make MM a once addon
Really shouldn't trigger anyway but just to be sure a duplicate doesn't
get created
(commit: 9f5aa02)
The file was modified ModuleManager/ModuleManager.cs (diff)
Commit 7cb640ac6626f126079572e2a9d1a23b710161aa by joeydwong
Get rid of unnecessary using
(commit: 7cb640a)
The file was modified ModuleManager/ModuleManager.cs (diff)
The file was modified ModuleManager/Properties/AssemblyInfo.cs (diff)