Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pardeike/Harmony
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike committed Dec 29, 2023
2 parents 606ba09 + 319307c commit b324216
Show file tree
Hide file tree
Showing 10 changed files with 3,594 additions and 112 deletions.
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.AccessTools.FieldRef-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h5 class="typeParameters">Type Parameters</h5>
<a href="https://github.com/pardeike/Harmony/new/master/apiSpec/new?filename=HarmonyLib_AccessTools_FieldRef_1.md&amp;value=---%0Auid%3A%20HarmonyLib.AccessTools.FieldRef%601%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/pardeike/Harmony/blob/master/Harmony/Tools/AccessTools.cs/#L1436" class="contribution-link">View Source</a>
<a href="https://github.com/pardeike/Harmony/blob/master/Harmony/Tools/AccessTools.cs/#L1456" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.AccessTools.FieldRef-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ <h5 id="HarmonyLib_AccessTools_FieldRef_2_remarks"><strong>Remarks</strong></h5>
<a href="https://github.com/pardeike/Harmony/new/master/apiSpec/new?filename=HarmonyLib_AccessTools_FieldRef_2.md&amp;value=---%0Auid%3A%20HarmonyLib.AccessTools.FieldRef%602%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/pardeike/Harmony/blob/master/Harmony/Tools/AccessTools.cs/#L1046" class="contribution-link">View Source</a>
<a href="https://github.com/pardeike/Harmony/blob/master/Harmony/Tools/AccessTools.cs/#L1065" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/HarmonyLib.AccessTools.StructFieldRef-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ <h5 class="typeParameters">Type Parameters</h5>
<a href="https://github.com/pardeike/Harmony/new/master/apiSpec/new?filename=HarmonyLib_AccessTools_StructFieldRef_2.md&amp;value=---%0Auid%3A%20HarmonyLib.AccessTools.StructFieldRef%602%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/pardeike/Harmony/blob/master/Harmony/Tools/AccessTools.cs/#L1306" class="contribution-link">View Source</a>
<a href="https://github.com/pardeike/Harmony/blob/master/Harmony/Tools/AccessTools.cs/#L1326" class="contribution-link">View Source</a>
</li>
</ul>
</div>
Expand Down
250 changes: 150 additions & 100 deletions docs/api/HarmonyLib.AccessTools.html

Large diffs are not rendered by default.

2,744 changes: 2,744 additions & 0 deletions docs/api/HarmonyLib.AccessToolsExtensions.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/api/HarmonyLib.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ <h3 id="classes">Classes
</h3>
<h4><a class="xref" href="HarmonyLib.AccessTools.html">AccessTools</a></h4>
<section><p>A helper class for reflection related functions</p>
</section>
<h4><a class="xref" href="HarmonyLib.AccessToolsExtensions.html">AccessToolsExtensions</a></h4>
<section><p>Adds extensions to Type for a lot of AccessTools methods</p>
</section>
<h4><a class="xref" href="HarmonyLib.Code.html">Code</a></h4>
<section></section>
Expand Down
3 changes: 3 additions & 0 deletions docs/api/toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<li>
<a href="HarmonyLib.AccessTools.StructFieldRef-2.html" name="" title="AccessTools.StructFieldRef&lt;T, F&gt;">AccessTools.StructFieldRef&lt;T, F&gt;</a>
</li>
<li>
<a href="HarmonyLib.AccessToolsExtensions.html" name="" title="AccessToolsExtensions">AccessToolsExtensions</a>
</li>
<li>
<a href="HarmonyLib.ArgumentType.html" name="" title="ArgumentType">ArgumentType</a>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/articles/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ <h2 id="altering-functionality-patching">Altering functionality (Patching)</h2>
<li>it does not coordinate nicely with multiple concurrent changes</li>
<li>it has to be done before and outside the original application</li>
</ul>
<p>Harmony uses a variation of hooking and focuces only on runtime changes that don't affect files on disk:</p>
<p>Harmony uses a variation of hooking and focuses only on runtime changes that don't affect files on disk:</p>
<ul>
<li>less conflicts with multiple mods</li>
<li>supports existing mod loaders</li>
Expand Down
28 changes: 20 additions & 8 deletions docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"output": {
".html": {
"relative_path": "api/HarmonyLib.AccessTools.FieldRef-1.html",
"hash": "d/H9Tdt1UDJIle6zL3zC0jEI8FEGz7446KS1ym/dYwA="
"hash": "sr/58RpiZn/iRAJr1wddPEW7gTJZM3jM3E9bRjSBsBw="
}
},
"is_incremental": false,
Expand All @@ -21,7 +21,7 @@
"output": {
".html": {
"relative_path": "api/HarmonyLib.AccessTools.FieldRef-2.html",
"hash": "wtDjgsYPqgV5VuhCsRqPFaNvyD+yT8X1LRHQ65Zz9D4="
"hash": "LG8zl8azJMJvCUJApZjVaDa3OsQuC3kqvoLG/D60aAs="
}
},
"is_incremental": false,
Expand All @@ -33,7 +33,7 @@
"output": {
".html": {
"relative_path": "api/HarmonyLib.AccessTools.StructFieldRef-2.html",
"hash": "09TL2UlzfMu/NESEJDLv0uXcY36fBZyUz9r9luIWdwM="
"hash": "7d2tmD7VkoQdu9QkDJxiGXmuCASPe9D1wDxsktZR6IU="
}
},
"is_incremental": false,
Expand All @@ -45,7 +45,19 @@
"output": {
".html": {
"relative_path": "api/HarmonyLib.AccessTools.html",
"hash": "JCcgXdQH6kMsE7Td4W9VnKfcdP5+UZyirkqUgstSiUo="
"hash": "0tNi23YGA067QGWaAZBUgMtUvNrMJs0MEd6RUF8CWGk="
}
},
"is_incremental": false,
"version": ""
},
{
"type": "ManagedReference",
"source_relative_path": "api/HarmonyLib.AccessToolsExtensions.yml",
"output": {
".html": {
"relative_path": "api/HarmonyLib.AccessToolsExtensions.html",
"hash": "arWLMbAoY8VqVGBH6VsweENhPrZVPp2C0GrQTFeUrgQ="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -753,7 +765,7 @@
"output": {
".html": {
"relative_path": "api/HarmonyLib.html",
"hash": "TKUTRqwV7visewXZFVHMNv7m8yJh7pBPjRp67opX3j4="
"hash": "ePwyt587YyoQrV06e63CcafyfEFxFZPq6p7jcBCs2X8="
}
},
"is_incremental": false,
Expand All @@ -777,7 +789,7 @@
"output": {
".html": {
"relative_path": "api/toc.html",
"hash": "Vc8hLFn5985bHNbdfk9lIf4O0RFz+lGYgv+OOSJvqB4="
"hash": "bkstmwYuPZHXZ8+z4LOEYPQnMFMOEdr900bmSrmMta0="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -825,7 +837,7 @@
"output": {
".html": {
"relative_path": "articles/intro.html",
"hash": "ppIuUcmSm5jguTn+XHFDwnK9FSYF8b/7YzmhgSP0GGY="
"hash": "B9Nbve2Le5BHsyTR93UC6cJNNXqNkhUDQmAoEovP3E8="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -1091,7 +1103,7 @@
"ManagedReferenceDocumentProcessor": {
"can_incremental": false,
"incrementalPhase": "build",
"total_file_count": 63,
"total_file_count": 64,
"skipped_file_count": 0
},
"ResourceDocumentProcessor": {
Expand Down
Loading

0 comments on commit b324216

Please sign in to comment.