summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Collapse)Author
2020-02-01prepare for releaseJesse Plamondon-Willard
2020-02-01add support for *.tmx map filesJesse Plamondon-Willard
2020-01-31rework build settings a bitJesse Plamondon-Willard
2020-01-26refactor performance counter codeJesse Plamondon-Willard
This commit performs some general refactoring, including... - avoid manually duplicating the event list; - rework the 'is important' event flag; - remove the new packages (Cyotek.Collections can be replaced with built-in types, and System.ValueTuple won't work in the Mono version used on Linux/Mac); - improve performance; - minor cleanup.
2020-01-10Initial commit of the performance countersDrachenkaetzchen
2020-01-04prepare for releaseJesse Plamondon-Willard
2019-12-02prepare for releaseJesse Plamondon-Willard
2019-12-02migrate from AWS to AzureJesse Plamondon-Willard
This commit migrates from subdomains to paths (due to the cost of a wildcard HTTPS certificate on Azure), adds a web project to redirect the old subdomains from AWS to Azure, and removes AWS-specific hacks.
2019-11-24migrate package icon to the new NuGet formatJesse Plamondon-Willard
2019-10-01add support for core translation filesJesse Plamondon-Willard
2019-09-14only set game as start action for main SMAPI projectJesse Plamondon-Willard
2019-09-14remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent ↵Jesse Plamondon-Willard
assembly names
2019-09-14 bump .NET Standard version used by the mod build package to match toolkitJesse Plamondon-Willard
2019-09-14group technical docs, add general shortcut for mod build package docs (#651)Jesse Plamondon-Willard
2019-09-14update game-not-found error messagesJesse Plamondon-Willard
2019-09-14move assembly references out of common.targetsJesse Plamondon-Willard
2019-09-14add $(GameExecutableName) to mod build packageJesse Plamondon-Willard
2019-09-14move <GamePath> logic into separate .targets file file for reuseJesse Plamondon-Willard
2019-09-14move environment utility into toolkit for reuseJesse Plamondon-Willard
2019-09-14fix missing PDB fileJesse Plamondon-Willard
2019-09-14update mods + mod build package for smapi-internal changesJesse Plamondon-Willard
2019-09-14simplify config.json and metadata.json namesJesse Plamondon-Willard
2019-09-14simplify project namesJesse Plamondon-Willard
2019-09-14add new DLL to SMAPI references, support older game versions in package, fix ↵Jesse Plamondon-Willard
name on Linux/Mac (#638)
2019-09-14bump version to 3.0Jesse Plamondon-Willard
2019-09-14drop support for old versions of SMAPI and Visual Studio in mod build packageJesse Plamondon-Willard
2019-09-13update for releaseJesse Plamondon-Willard
2019-09-13migrate to new project file formatJesse Plamondon-Willard
2019-04-22prepare for 2.11.2 releaseJesse Plamondon-Willard
2019-03-17prepare for 2.11.1 releaseJesse Plamondon-Willard
2019-02-24update for Stardew Valley 1.3.35-beta supportJesse 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-08prepare for 2.10.2 releaseJesse Plamondon-Willard
2018-12-30update for releaseJesse Plamondon-Willard
2018-12-29update for releaseJesse Plamondon-Willard
2018-12-16update for releaseJesse Plamondon-Willard
2018-12-16update for releaseJesse Plamondon-Willard
2018-12-14fix unix launcher included in Windows installerJesse Plamondon-Willard
2018-12-07update for releaseJesse Plamondon-Willard
2018-12-07update for releaseJesse Plamondon-Willard
2018-12-04enable all build deploy tasks in release modeJesse Plamondon-Willard
2018-12-04also deploy SMAPI files in release buildsJesse Plamondon-Willard
2018-11-19bump version for releaseJesse Plamondon-Willard
2018-11-19fix game crash in MacOSJesse 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-19bump versions for re-releaseJesse Plamondon-Willard
2018-11-19fix installer errors on Windows (#602)Jesse Plamondon-Willard
2018-11-18shorten bundle file names (#602)Jesse Plamondon-Willard
2018-11-18remove 0Harmony.pdb from build scripts (#602)Jesse Plamondon-Willard
The file isn't included in the new Harmony NuGet package.
2018-11-18add build logic from the custom scripts (#602)Jesse Plamondon-Willard
2018-11-18hide installer's bundled files to avoid confusion (#602)Jesse Plamondon-Willard
2018-11-14fix build error on Linux/Mac (#480)Jesse Plamondon-Willard