RimWorld

RimWorld

Harmony
Viser 1–10 av 24 bidrag
< 1  2  3 >
Oppdatering: 13. juni @ 8.22

v2.3.4 downgrades Harmony for RimWorld 1.5 from 2.3.6 to 2.3.3

Oppdatering: 11. juni @ 15.41

v2.3.3 fixes a regression error in 2.3.2 that affected RimWorld 1.5

Oppdatering: 11. juni @ 11.56

v2.3.2 loads Harmony v2.3.6 into RimWorld

Oppdatering: 9. apr. 2024 @ 23.15

v2.3.1 adds two Harmony tweak values in RimWorld that control the stacktrace behaviour so if you don't want caching or even enhanced stacktraces, you can suppress those features in the dev tools tweak dialog.

Oppdatering: 29. mars 2024 @ 11.21

v2.3 makes api public for other mods to use:

using static HarmonyLib.AccessTools;

class MyClass
{
delegate string ExtractHarmonyEnhancedStackTraceDelegate(StackTrace trace, bool forceRefresh, out int hashRef);
static readonly MethodInfo m_ExtractHarmonyEnhancedStackTrace = Method("HarmonyMod.ExceptionTools:ExtractHarmonyEnhancedStackTrace", [typeof(StackTrace), typeof(bool), typeof(int).MakeByRefType()]);
static readonly ExtractHarmonyEnhancedStackTraceDelegate ExtractHarmonyEnhancedStackTrace = MethodDelegate<ExtractHarmonyEnhancedStackTraceDelegate>(m_ExtractHarmonyEnhancedStackTrace);

string Test(StackTrace trace)
{
return ExtractHarmonyEnhancedStackTrace(trace, true, out var hash);
}
}

Oppdatering: 29. mars 2024 @ 8.15

v2.2 adds support for Harmony 2.3.3 and deduplicates stacktraces

Oppdatering: 25. mars 2024 @ 12.16

Now uses Harmony 2.3.2 for RimWorld 1.5 and enhances stacktraces with patch information.

Oppdatering: 13. mars 2024 @ 11.52

Due to a regression, v1.7.1 will provide Harmony 2.2.2 for RimWorld 1.4 and provide Harmony 2.3.1.1 for RimWorld 1.5.

Oppdatering: 13. mars 2024 @ 10.04

Provides Harmony v2.3.1.1 to all mods

Oppdatering: 5. okt. 2022 @ 14.41

[Auto-generated text]: Update on 10/5/2022 11:41:31 PM.