summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-06-21fix event priority sortingJesse Plamondon-Willard
2020-06-20prepare for releaseJesse Plamondon-Willard
2020-06-20fix reload_i18n not reloading content pack translationsJesse Plamondon-Willard
2020-06-20remove special handling for SMAPI 3.6 betaJesse Plamondon-Willard
2020-06-20remember selected schema when editing a fileJesse Plamondon-Willard
2020-06-20change default JSON validator schema to noneJesse Plamondon-Willard
2020-06-20add i18n schema to JSON validatorJesse Plamondon-Willard
2020-06-20make parallel rewriting optionalJesse Plamondon-Willard
2020-06-20switch to custom build of Harmony 1.2.0.1Jesse Plamondon-Willard
2020-06-19backport harmony_summary command to Harmony 1.x (#711)Jesse Plamondon-Willard
2020-06-16improve new event codeJesse Plamondon-Willard
This commit... * debounces the has-custom-priorities check; * fixes collection-modified-during-enumeration errors if an event handler is added or removed while the event is being raised; * fixes Remove(handler) removing all instances of the handler instead of the last one.
2020-06-16fix typoJesse Plamondon-Willard
2020-06-15temporarily restore Harmony 1.x support with compile flag (#711)Jesse Plamondon-Willard
2020-06-15fix merge, update release notesJesse Plamondon-Willard
2020-06-15Merge pull request #723 from spacechase0/event-priorityJesse Plamondon-Willard
Implement event priority attribute
2020-06-15merge inconsistent event raise methodsJesse Plamondon-Willard
2020-06-15increase event priority rangeJesse Plamondon-Willard
This can be used in cases where more granular priority is needed.
2020-06-15refactor & optimize event code a bit, drop old support for unknown event ↵Jesse Plamondon-Willard
handlers
2020-06-15Implemented event priority attributeChase W
2020-06-14update TMXTileJesse Plamondon-Willard
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-24add update key overridesJesse Plamondon-Willard
2020-05-24update ModDrop URLsJesse Plamondon-Willard
2020-05-24ignore MacOS files starting with ._Jesse Plamondon-Willard
2020-05-24add update subkeysJesse Plamondon-Willard
2020-05-23refactor update check APIJesse Plamondon-Willard
This simplifies the logic for individual clients, centralises common logic, and prepares for upcoming features.
2020-05-23drop MongoDB codeJesse Plamondon-Willard
MongoDB support unnecessarily complicated the code and there's no need to run distributed servers in the foreseeable future. This keeps the abstract storage interface so we can wrap a distributed cache in the future.
2020-05-22keep verb when redirecting api.smapi.ioJesse Plamondon-Willard
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