summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2017-10-07reorganise repo structureJesse Plamondon-Willard
2017-10-07move mod build config files into subfolderJesse Plamondon-Willard
2017-10-07Merge remote-tracking branch 'mod-build-config/develop' into ↵Jesse Plamondon-Willard
add-mod-build-config # Conflicts: # .gitattributes # .gitignore # README.md # release-notes.md
2017-09-26restore AssemblyRewriters assembly for method injectionJesse Plamondon-Willard
This fixes a SMAPI 2.0 issue where mods would fail with MethodAccessException if they used SpriteBatch methods that got rewritten for MonoGame/XNA compatibility, because the methods SMAPI injected were internal. Moving it back into a separate assembly lets us make it public without making it visible to modders.
2017-09-24update config documentation (#361)Jesse Plamondon-Willard
2017-09-23drop support for SMAPI 1.x (#360)Jesse Plamondon-Willard
2017-09-19merge assembly rewriters into main SMAPI project (#347)Jesse Plamondon-Willard
2017-08-02add installer command-line arguments for scripting (#337)Jesse Plamondon-Willard
2017-07-28update nuspecJesse Plamondon-Willard
2017-07-28mark debugging support as Windows-only in readme (#4)Mike Weaver
2017-07-28add option to create release zip files (Windows-only)Jesse Plamondon-Willard
CodeTaskFactory doesn't seem to be available on Linux/Mac.
2017-07-23simplify compatibility list by defaulting compatibility type, update readmeJesse Plamondon-Willard
2017-07-10enable SMAPI 2.0 mode by defaultJesse Plamondon-Willard
This commit replaces the SMAPI_2_0 compile flag with SMAPI_1_x.
2017-07-03add SMAPI 2.0 compile modeJesse Plamondon-Willard
2017-07-02update readme & polish release notes for 1.15Jesse Plamondon-Willard
2017-07-01update readmeJesse Plamondon-Willard
2017-06-05update nuspec for releaseJesse Plamondon-Willard
2017-06-05add support for deploying mods to game folder automaticallyJesse Plamondon-Willard
2017-06-05move release notes into separate fileJesse Plamondon-Willard
2017-06-05recommended path override with config instead of per-project settingJesse Plamondon-Willard
2017-05-16document compile flags in readmeJesse Plamondon-Willard
2017-05-13streamline crossplatform build with Mono 5.0, update readme, tweak release notesJesse Plamondon-Willard
2017-04-22fix typo in readmeJesse Plamondon-Willard
2017-04-01add --log-path argument to specify SMAPI log path during testingJesse Plamondon-Willard
2017-03-14let players override SMAPI incompatible-code detection if neededJesse Plamondon-Willard
2017-03-14clarify incompatible mods config in readmeJesse Plamondon-Willard
2017-03-14add 'what is SMAPI?' section to readme, update Discord linkJesse Plamondon-Willard
2017-03-12update readmeJesse Plamondon-Willard
2017-02-23merge config filesJesse Plamondon-Willard
2017-02-09remove Mono.Cecil.Rocks (#231)Jesse Plamondon-Willard
It's not needed since we're not injecting new instructions, and causes the field rewriters to fail unexpectedly.
2017-02-03move install package's Mono/Windows folders out of rootJesse Plamondon-Willard
This will hopefully reduce confusion among players who go into "Windows" instead of running install.exe.
2017-01-26update image URL in readmeJesse Plamondon-Willard
2017-01-22add support for setting a custom game path globallyJesse Plamondon-Willard
2017-01-22Add GOG Mac pathJesse Plamondon-Willard
Thanks to LeonBlade for the path.
2017-01-16bump version, update release steps in readmeJesse Plamondon-Willard
2017-01-11fix release notesJesse Plamondon-Willard
2017-01-11rewrite readme for simplicityJesse Plamondon-Willard
2017-01-10tweak custom game path sectionJesse Plamondon-Willard
2017-01-10remove support custom target platform (never used)Jesse Plamondon-Willard
2017-01-10remove support for Silverplum (discontinued), update release notesJesse Plamondon-Willard
2016-12-30fallback to launching SMAPI without a terminal on Linux if the terminal is ↵Jesse Plamondon-Willard
unavailable (#198)
2016-12-30add config file to readmeJesse Plamondon-Willard
2016-12-22skip mods known to be incompatible and display error with update links (#192)Jesse Plamondon-Willard
2016-12-21rename SMAPI config file for consistency (#192, #202)Jesse Plamondon-Willard
2016-12-12fix System.Runtime.Caching not available on MacJesse Plamondon-Willard
2016-12-05add 'simplify mod development' section, add TOCJesse Plamondon-Willard
2016-12-01remove Costura assembly weaving (#166)Jesse Plamondon-Willard
This didn't work on Linux or Mac, caused assembly resolution problems when rewritten mods referenced Json.NET, complicated debugging, and wasn't really needed since players use the installer to cleanly add or remove SMAPI.
2016-11-29update readme & installer for 1.3 (#166)Jesse Plamondon-Willard
2016-11-24tweak readmeJesse Plamondon-Willard
2016-11-17add global assembly infoJesse Plamondon-Willard