Skip to content

Commit f97d731

Browse files
author
KSP2Redux CI Bot
committed
Deploy docs for develop to develop [skip ci]
1 parent 04d2590 commit f97d731

18 files changed

Lines changed: 71281 additions & 6063 deletions

develop/AssemblyCSharp/GlobalAssemblyCSharp.VersionID.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h4 id="GlobalAssemblyCSharp_VersionID_DEBUG_INFO" data-uid="GlobalAssemblyCShar
128128
<div class="markdown level1 conceptual"></div>
129129
<h5 class="declaration">Declaration</h5>
130130
<div class="codewrapper">
131-
<pre><code class="lang-csharp hljs">public const string DEBUG_INFO = &quot;958f8481&quot;</code></pre>
131+
<pre><code class="lang-csharp hljs">public const string DEBUG_INFO = &quot;083cd0b8&quot;</code></pre>
132132
</div>
133133
<h5 class="fieldValue">Field Value</h5>
134134
<table class="table table-bordered table-condensed">
@@ -152,7 +152,7 @@ <h4 id="GlobalAssemblyCSharp_VersionID_VERSION_TEXT" data-uid="GlobalAssemblyCSh
152152
<div class="markdown level1 conceptual"></div>
153153
<h5 class="declaration">Declaration</h5>
154154
<div class="codewrapper">
155-
<pre><code class="lang-csharp hljs">public const string VERSION_TEXT = &quot;0.2.3.0.101976&quot;</code></pre>
155+
<pre><code class="lang-csharp hljs">public const string VERSION_TEXT = &quot;0.2.3.0.101978&quot;</code></pre>
156156
</div>
157157
<h5 class="fieldValue">Field Value</h5>
158158
<table class="table table-bordered table-condensed">

develop/AssemblyCSharp/KSP.Game.Load.ClearStuckDockedDockingNodeStateSaveMigration012.html

Lines changed: 342 additions & 0 deletions
Large diffs are not rendered by default.

develop/AssemblyCSharp/KSP.Game.Load.SaveGameMigration.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ <h5>Inheritance</h5>
8989
<div class="level0"><span class="xref">object</span></div>
9090
<div class="level1"><a class="xref" href="GlobalAssemblyCSharp.VersionedBase.html">VersionedBase</a></div>
9191
<div class="level2"><span class="xref">SaveGameMigration</span></div>
92+
<div class="level3"><a class="xref" href="KSP.Game.Load.ClearStuckDockedDockingNodeStateSaveMigration012.html">ClearStuckDockedDockingNodeStateSaveMigration012</a></div>
9293
<div class="level3"><a class="xref" href="KSP.Game.Load.UpdateRocketTechTreeSaveMigration011.html">UpdateRocketTechTreeSaveMigration011</a></div>
9394
</div>
9495
<div class="inheritedMembers">

develop/AssemblyCSharp/KSP.Game.Load.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,11 @@ <h4><a class="xref" href="KSP.Game.Load.ApplyLegacyModuleDataFlowAction.html">Ap
9393
</section>
9494
<h4><a class="xref" href="KSP.Game.Load.ApplySaveGameMigrationsFlowAction.html">ApplySaveGameMigrationsFlowAction</a></h4>
9595
<section><p>Flow action that upgrades deserialized save data to the current schema before runtime managers consume it.</p>
96+
</section>
97+
<h4><a class="xref" href="KSP.Game.Load.ClearStuckDockedDockingNodeStateSaveMigration012.html">ClearStuckDockedDockingNodeStateSaveMigration012</a></h4>
98+
<section><p>Save migration that clears the stuck Docked state on docking nodes left over by issue #272,
99+
where an undock failed to reset state and left the port reporting
100+
<a class="xref" href="KSP.Modules.Data_DockingNode.DockingState.html#KSP_Modules_Data_DockingNode_DockingState_Docked">Docked</a> with no matching physical attachment.</p>
96101
</section>
97102
<h4><a class="xref" href="KSP.Game.Load.CollectCelestialBodyDataFlowAction.html">CollectCelestialBodyDataFlowAction</a></h4>
98103
<section><p>Obsolete save-load flow action that collected and serialized celestial body data into <a class="xref" href="KSP.Sim.SerializedCelestialBody.html">SerializedCelestialBody</a> instances during a game load cycle.</p>

develop/AssemblyCSharp/toc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5124,6 +5124,9 @@
51245124
<li>
51255125
<a href="KSP.Game.Load.ApplySaveGameMigrationsFlowAction.html" name="" title="ApplySaveGameMigrationsFlowAction">ApplySaveGameMigrationsFlowAction</a>
51265126
</li>
5127+
<li>
5128+
<a href="KSP.Game.Load.ClearStuckDockedDockingNodeStateSaveMigration012.html" name="" title="ClearStuckDockedDockingNodeStateSaveMigration012">ClearStuckDockedDockingNodeStateSaveMigration012</a>
5129+
</li>
51275130
<li>
51285131
<a href="KSP.Game.Load.CollectCelestialBodyDataFlowAction.html" name="" title="CollectCelestialBodyDataFlowAction">CollectCelestialBodyDataFlowAction</a>
51295132
</li>

develop/AssemblyCSharp/toc.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

develop/index.json

Lines changed: 8 additions & 3 deletions
Large diffs are not rendered by default.

develop/manifest.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21061,6 +21061,20 @@
2106121061
"Title": "KSP.Game.Load.ApplySaveGameMigrationsFlowAction",
2106221062
"Summary": "<p sourcefile=\"AssemblyCSharp/KSP.Game.Load.ApplySaveGameMigrationsFlowAction.yml\" sourcestartlinenumber=\"1\">Flow action that upgrades deserialized save data to the current schema before runtime managers consume it.</p>\n"
2106321063
},
21064+
{
21065+
"type": "ManagedReference",
21066+
"source_relative_path": "AssemblyCSharp/KSP.Game.Load.ClearStuckDockedDockingNodeStateSaveMigration012.yml",
21067+
"output": {
21068+
".html": {
21069+
"relative_path": "AssemblyCSharp/KSP.Game.Load.ClearStuckDockedDockingNodeStateSaveMigration012.html"
21070+
}
21071+
},
21072+
"version": "",
21073+
"Uid": null,
21074+
"IsMRef": true,
21075+
"Title": "KSP.Game.Load.ClearStuckDockedDockingNodeStateSaveMigration012",
21076+
"Summary": "<p sourcefile=\"AssemblyCSharp/KSP.Game.Load.ClearStuckDockedDockingNodeStateSaveMigration012.yml\" sourcestartlinenumber=\"1\">Save migration that clears the stuck Docked state on docking nodes left over by issue #272,\nwhere an undock failed to reset state and left the port reporting\n<xref href=\"KSP.Modules.Data_DockingNode.DockingState.Docked\" data-throw-if-not-resolved=\"false\"></xref> with no matching physical attachment.</p>\n"
21077+
},
2106421078
{
2106521079
"type": "ManagedReference",
2106621080
"source_relative_path": "AssemblyCSharp/KSP.Game.Load.CollectCelestialBodyDataFlowAction.yml",

0 commit comments

Comments
 (0)