summaryrefslogtreecommitdiff
path: root/src/SMAPI
AgeCommit message (Collapse)Author
2020-06-14add support for using a custom Harmony build (#711)Jesse Plamondon-Willard
2020-06-14tweak build filesJesse Plamondon-Willard
2020-06-07improve premultiplication performanceJesse Plamondon-Willard
2020-06-04fix thread safety issue in new parallel rewritingJesse Plamondon-Willard
2020-06-04simplify parallel rewriting logicJesse Plamondon-Willard
2020-06-04Bug fix: Provide seed to Aggregate op(for Sequence contains no elements ↵ZaneYork
exception, all type was filtered by Where(type => type.BaseType != null) op)
2020-06-03don't prevent mods from accessing game methods/properties extended by SMAPIJesse Plamondon-Willard
2020-06-03stop rewriting module at first errorJesse Plamondon-Willard
2020-06-03tweak new code, add release note (#718)Jesse Plamondon-Willard
2020-06-03Remove take while op(does not return first none matched item)ZaneYork
2020-06-03Parallel exception aggregate fixZaneYork
2020-06-02undo parallel loop (#716)Jesse Plamondon-Willard
This caused errors during rewriting to be obfuscated with null reference exceptions.
2020-06-021.Multithread rewriteZaneYork
2020-05-31update TMXTile to fix void map issue on AndroidJesse Plamondon-Willard
2020-05-30simplify harmony_search output, tweak SMAPI's Harmony IDJesse Plamondon-Willard
2020-05-29Bug fix: make it possible for multi patch(When one patch replace an ↵ZaneYork
instruction, another patch didn't aware it due to the variable capture)
2020-05-27fix BadImageFormatException error handlingJesse Plamondon-Willard
Thanks to mouse for pointing it out!
2020-05-22add harmony_summary commandJesse Plamondon-Willard
2020-05-22move internal commands out of SCoreJesse Plamondon-Willard
2020-05-21rewrite Harmony.Patch method to allow non-implemented virtual methods (#711)Jesse Plamondon-Willard
2020-05-21rewrite HarmonyMethod to allow null (#711)Jesse Plamondon-Willard
2020-05-21rename facade classesJesse Plamondon-Willard
2020-05-21improve facade annotationsJesse Plamondon-Willard
2020-05-21fix AccessTools facade constructor logic (#711)Jesse Plamondon-Willard
2020-05-21load .pdb file when mod is loaded from bytes (#711)Jesse Plamondon-Willard
2020-05-21rewrite method overrides (#711)Jesse Plamondon-Willard
2020-05-20Merge branch 'mod/harmony-2.0' into developJesse Plamondon-Willard
# Conflicts: # docs/release-notes.md # src/SMAPI/Framework/ModLoading/AssemblyLoader.cs
2020-05-20fix error-handling when patch is called with a null target method (#711)Jesse Plamondon-Willard
2020-05-20rewrite renamed 'prioritiy' field (#711)Jesse Plamondon-Willard
2020-05-20rewrite base types & interfaces (#711)Jesse Plamondon-Willard
2020-05-20rewrite methods without a body (#711)Jesse Plamondon-Willard
2020-05-20ignore special types (#711)Jesse Plamondon-Willard
2020-05-19fix rewriting declaring type for a generic method (#711)Jesse Plamondon-Willard
2020-05-19rewrite assembly rewriting, merge Harmony rewriters (#711)Jesse Plamondon-Willard
This reduces duplication, decouples it from the assembly loader, and makes it more flexible to handle Harmony rewriting.
2020-05-18fix some type references not being rewritten (#711)Jesse Plamondon-Willard
2020-05-18move facade namespace (#711)Jesse Plamondon-Willard
2020-05-18remove workaround no longer needed with Harmony 2.0.2 (#711)Jesse Plamondon-Willard
2020-05-18simplify patch facade (#711)Jesse Plamondon-Willard
Thanks to 0x0ade for the suggestion!
2020-05-16minor cleanupJesse Plamondon-Willard
2020-05-16use newer C# featuresJesse Plamondon-Willard
2020-05-13tweak Harmony patch error (#711)Jesse Plamondon-Willard
2020-05-11fix Harmony issue when assembly is loaded from memory (#711)Jesse Plamondon-Willard
2020-05-10rewrite AccessTools methods which changed in Harmony 2.0 (#711)Jesse Plamondon-Willard
2020-05-09fixed generic types in method references not rewritten (#711)Jesse Plamondon-Willard
2020-05-09sort mod warning listsJesse Plamondon-Willard
2020-05-09simplify logged paranoid warningsJesse Plamondon-Willard
2020-05-09log detailed error for rewritten patch failures (#711)Jesse Plamondon-Willard
2020-05-09add attribute type rewriting (#711)Jesse Plamondon-Willard
2020-05-06add base instruction handler (#711)Jesse Plamondon-Willard
2020-05-05fix reference to old Harmony namespace (#711)Jesse Plamondon-Willard