Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-02 | drop support for unofficial 64-bit mode | Jesse Plamondon-Willard | |
2021-07-30 | migrate to the new Harmony patch pattern used in my mods | Jesse Plamondon-Willard | |
That improves validation and error-handling. | |||
2021-07-23 | remove now-unneeded Mono.Cecil aliases (#711) | Jesse Plamondon-Willard | |
2021-07-23 | use unmerged Harmony assembly (#711) | Jesse Plamondon-Willard | |
Harmony merges Mono.Cecil and MonoMod.Common into its DLL, and keeps some (but not all) of the merged types public. That causes type conflicts in SMAPI's code since it uses both Harmony and Mono.Cecil, and extern aliases break on Linux due to IDE/compiler limitations. This commit uses a custom build of Harmony without the assembly merging, so SMAPI can use and manage Mono.Cecil itself. | |||
2021-07-11 | alias Mono.Cecil references (#711) | Jesse Plamondon-Willard | |
This is needed to migrate to Harmony 2.0 because it uses MonoMod, which has a copy of Mono.Cecil merged into its assembly, which leads to "type X exists in both 0Harmony.dll and Mono.Cecil.dll" errors. We can't use the version bundled with MonoMod since only some of the types are publicly accessible. | |||
2021-04-02 | add initial support for 64-bit Windows hack (#767) | Jesse Plamondon-Willard | |
2021-03-21 | split compile flag into separate Windows + XNA flags (#767) | Jesse Plamondon-Willard | |
2020-11-21 | update to TMXTile 1.5.8 | Jesse Plamondon-Willard | |
2020-11-17 | update to TMXTile 1.5.7 | Jesse Plamondon-Willard | |
2020-10-03 | update dependencies | Jesse Plamondon-Willard | |
2020-08-23 | add EarlyConstants for constants needed before external DLLs are loaded | Jesse Plamondon-Willard | |
2020-08-02 | update dependencies | Jesse Plamondon-Willard | |
2020-06-20 | switch to custom build of Harmony 1.2.0.1 | Jesse Plamondon-Willard | |
2020-06-15 | temporarily restore Harmony 1.x support with compile flag (#711) | Jesse Plamondon-Willard | |
2020-06-14 | update TMXTile | Jesse Plamondon-Willard | |
2020-06-14 | add support for using a custom Harmony build (#711) | Jesse Plamondon-Willard | |
2020-06-14 | tweak build files | Jesse Plamondon-Willard | |
2020-05-31 | update TMXTile to fix void map issue on Android | Jesse Plamondon-Willard | |
2020-05-05 | migrate to Harmony 2.0 (#711) | Jesse Plamondon-Willard | |
2020-03-22 | update packages | Jesse Plamondon-Willard | |
2020-03-07 | add support for flipped and rotated map tiles | Jesse Plamondon-Willard | |
2020-03-06 | update packages | Jesse Plamondon-Willard | |
2020-02-22 | update packages | Jesse Plamondon-Willard | |
2020-02-01 | update packages | Jesse Plamondon-Willard | |
2020-02-01 | add support for *.tmx map files | Jesse Plamondon-Willard | |
2020-01-31 | rework build settings a bit | Jesse Plamondon-Willard | |
2020-01-06 | Add french translation | kchapelier | |
2020-01-02 | add Japanese translations, update translation docs | Jesse Plamondon-Willard | |
2019-11-24 | update packages | Jesse Plamondon-Willard | |
2019-10-01 | add support for core translation files | Jesse Plamondon-Willard | |
2019-09-14 | update packages | Jesse Plamondon-Willard | |
2019-09-14 | remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent ↵ | Jesse Plamondon-Willard | |
assembly names | |||
2019-09-14 | Update Mono.Cecil package | Jesse Plamondon-Willard | |
2019-09-14 | update NuGet packages | Jesse Plamondon-Willard | |
2019-09-14 | update for SDV 1.4 build change on Linux/Mac (#638) | Jesse Plamondon-Willard | |
2019-09-14 | move assembly references out of common.targets | Jesse Plamondon-Willard | |
2019-09-14 | simplify config.json and metadata.json names | Jesse Plamondon-Willard | |
2019-09-14 | simplify project names | Jesse Plamondon-Willard | |