summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-08-30use inheritdocJesse Plamondon-Willard
2020-08-29tweaks to reduce differences in Android portJesse Plamondon-Willard
2020-08-29format codeJesse Plamondon-Willard
2020-08-29fix build error on Linux/MacJesse Plamondon-Willard
2020-08-28fix map tile rotation broken when you return to titleJesse Plamondon-Willard
2020-08-26fix old commentJesse Plamondon-Willard
2020-08-26add heuristic rewrite for field => const changesJesse Plamondon-Willard
2020-08-26fix some broken field references not detectedJesse Plamondon-Willard
2020-08-26rename new heuristic rewriters for clarityJesse Plamondon-Willard
2020-08-26remove now-unused instruction replace callbackJesse Plamondon-Willard
2020-08-26fix InvalidProgramException when replacing CIL instructions in some casesJesse Plamondon-Willard
2020-08-25tweak locale init so it doesn't depend on the game's internal load orderJesse Plamondon-Willard
2020-08-25use inheritdoc in rewritersJesse Plamondon-Willard
2020-08-25fix some method references only partially rewrittenJesse Plamondon-Willard
Thanks to Bepis on Discord for helping find the issue!
2020-08-25fix missing-parameter rewriter not loading default values onto stackJesse Plamondon-Willard
2020-08-24minor tweaksJesse Plamondon-Willard
2020-08-24add rewriter for method references with missing optional parametersJesse Plamondon-Willard
2020-08-24support mapping fields to a different type in FieldReplaceRewriterJesse Plamondon-Willard
2020-08-24add heuristic field-to-property rewriterJesse Plamondon-Willard
2020-08-24simplify console interception flowJesse Plamondon-Willard
The console interceptor now uses a marker in the string (instead of a state field) to track whether the message should intercepted. This makes each write more atomic, so it's less affected by multithreading in some cases.
2020-08-24switch to ILSpy for decompiled codeJesse Plamondon-Willard
2020-08-23fix object-disposed errorJesse Plamondon-Willard
2020-08-23minor cleanupJesse Plamondon-Willard
2020-08-23remove unneeded access modifierJesse Plamondon-Willard
2020-08-23 add EarlyConstants for constants needed before external DLLs are loadedJesse Plamondon-Willard
2020-08-23move file for upcoming changeJesse Plamondon-Willard
2020-08-23centralise core SMAPI logic, decouple from Game1 where possibleJesse Plamondon-Willard
2020-08-23move some console/logging logic out of SCore into a new LogManagerJesse Plamondon-Willard
2020-08-22move assembly attributes to match conventionJesse Plamondon-Willard
2020-08-17Fix harmony attributes not workign cross-platformspacechase0
2020-08-16fix CP validation for new 'Update' fieldJesse Plamondon-Willard
2020-08-16update schema for Content Patcher 1.17Jesse Plamondon-Willard
2020-08-15tweak update alert rulesJesse Plamondon-Willard
2020-08-15fix broken URL in update alerts for unofficial versionsJesse Plamondon-Willard
2020-08-13remove experimental RewriteInParallel optionJesse Plamondon-Willard
2020-08-09add support for read/writing SDate to JSONJesse Plamondon-Willard
2020-08-09fix error when mods add/remove events asynchronouslyJesse Plamondon-Willard
2020-08-03update Content Patcher schema for 1.16Jesse Plamondon-Willard
2020-08-02prepare for releaseJesse Plamondon-Willard
2020-08-02fix compile error on Linux/MacJesse Plamondon-Willard
2020-08-02update dependenciesJesse Plamondon-Willard
2020-07-29format new code, update release notesJesse Plamondon-Willard
2020-07-28avoid expanding arguments into quoted stringsAlena Messmer
2020-07-26use ordinal comparison/sorting instead of invariantJesse Plamondon-Willard
2020-07-25log GPU info to simplify troubleshootingJesse Plamondon-Willard
2020-07-21fix error when a mod adds/remove an event handler while handling the eventJesse Plamondon-Willard
2020-07-21ignore more content file types when detecting modsJesse Plamondon-Willard
2020-07-17add item repository fixes from CJB Cheats Menu codeJesse Plamondon-Willard
2020-07-05fix other missing quotesJesse Plamondon-Willard
2020-07-05Update smapi.targets so 0Harmony, MonoGame refs appear only when intended.Ellen