Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-14 | bump .NET Standard version used by the mod build package to match toolkit | Jesse Plamondon-Willard | |
2019-09-14 | group technical docs, add general shortcut for mod build package docs (#651) | Jesse Plamondon-Willard | |
2019-09-14 | update game-not-found error messages | Jesse Plamondon-Willard | |
2019-09-14 | move assembly references out of common.targets | Jesse Plamondon-Willard | |
2019-09-14 | add $(GameExecutableName) to mod build package | Jesse Plamondon-Willard | |
2019-09-14 | move <GamePath> logic into separate .targets file file for reuse | Jesse Plamondon-Willard | |
2019-09-14 | move environment utility into toolkit for reuse | Jesse Plamondon-Willard | |
2019-09-14 | fix missing PDB file | Jesse Plamondon-Willard | |
2019-09-14 | update mods + mod build package for smapi-internal changes | 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 | |
2019-09-14 | add new DLL to SMAPI references, support older game versions in package, fix ↵ | Jesse Plamondon-Willard | |
name on Linux/Mac (#638) | |||
2019-09-14 | bump version to 3.0 | Jesse Plamondon-Willard | |
2019-09-14 | drop support for old versions of SMAPI and Visual Studio in mod build package | Jesse Plamondon-Willard | |
2019-09-13 | update for release | Jesse Plamondon-Willard | |
2019-09-13 | migrate to new project file format | Jesse Plamondon-Willard | |
2019-04-22 | prepare for 2.11.2 release | Jesse Plamondon-Willard | |
2019-03-17 | prepare for 2.11.1 release | Jesse Plamondon-Willard | |
2019-02-24 | update for Stardew Valley 1.3.35-beta support | Jesse Plamondon-Willard | |
SDV 1.3.35 changes the signature for a utility method related to text width checks. SMAPI just needs to be recompiled, but the build won't work with previous versions of the game. | |||
2019-02-08 | prepare for 2.10.2 release | Jesse Plamondon-Willard | |
2018-12-30 | update for release | Jesse Plamondon-Willard | |
2018-12-29 | update for release | Jesse Plamondon-Willard | |
2018-12-16 | update for release | Jesse Plamondon-Willard | |
2018-12-16 | update for release | Jesse Plamondon-Willard | |
2018-12-14 | fix unix launcher included in Windows installer | Jesse Plamondon-Willard | |
2018-12-07 | update for release | Jesse Plamondon-Willard | |
2018-12-07 | update for release | Jesse Plamondon-Willard | |
2018-12-04 | enable all build deploy tasks in release mode | Jesse Plamondon-Willard | |
2018-12-04 | also deploy SMAPI files in release builds | Jesse Plamondon-Willard | |
2018-11-19 | bump version for release | Jesse Plamondon-Willard | |
2018-11-19 | fix game crash in MacOS | Jesse Plamondon-Willard | |
This fixes a game crash in MacOS during startup by copying the Windows versions of those DLLs into SMAPI's internal folder. This was handled by the custom build scripts until SMAPI 2.8. | |||
2018-11-19 | bump versions for re-release | Jesse Plamondon-Willard | |
2018-11-19 | fix installer errors on Windows (#602) | Jesse Plamondon-Willard | |
2018-11-18 | shorten bundle file names (#602) | Jesse Plamondon-Willard | |
2018-11-18 | remove 0Harmony.pdb from build scripts (#602) | Jesse Plamondon-Willard | |
The file isn't included in the new Harmony NuGet package. | |||
2018-11-18 | add build logic from the custom scripts (#602) | Jesse Plamondon-Willard | |
2018-11-18 | hide installer's bundled files to avoid confusion (#602) | Jesse Plamondon-Willard | |
2018-11-14 | fix build error on Linux/Mac (#480) | Jesse Plamondon-Willard | |
2018-11-05 | fix build on Linux/Mac | Jesse Plamondon-Willard | |
2018-10-31 | sync SMAPI context between players in multiplayer (#480) | Jesse Plamondon-Willard | |
2018-08-31 | fix readme filename capitalisation | Jesse Plamondon-Willard | |
2018-08-30 | fix assembly load security exceptions by restructuring installer and adding ↵ | Jesse Plamondon-Willard | |
*.exe.config files (#582, #588) | |||
2018-08-26 | add more default game install paths | Jesse Plamondon-Willard | |
2018-08-23 | bump versions for beta | Jesse Plamondon-Willard | |
2018-08-19 | fix mod build package not parsing some valid manifests (#584) | Jesse Plamondon-Willard | |
2018-08-19 | move most SMAPI files into subfolder (#582) | Jesse Plamondon-Willard | |
2018-08-14 | update for SMAPI 2.7 release | Jesse Plamondon-Willard | |
2018-07-09 | fix various build issues | Jesse Plamondon-Willard | |
- installer not waiting until SaveBackup mod is compiled before preparing release build; - missing XML doc files for new toolkit assemblies; - missing XML doc file in SMAPI release build; - SaveBackup including toolkit DLL. | |||
2018-06-24 | add project for toolkit interfaces visible to SMAPI mods (#532) | Jesse Plamondon-Willard | |
2018-06-06 | add Harmony DLL (#541) | Jesse Plamondon-Willard | |