From a3ade7a5126642f42794281057349fa5ff737cdd Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 13 Apr 2018 22:41:34 -0400 Subject: split mod DB into a separate file The mod metadata has grown over time, and there's no need to keep it in memory after mod loading. This lets us load the config earlier (since it has a smaller impact on memory usage which affects the game's audio code), and lets us discard the mod metadata when we're done with it. --- build/prepare-install-package.targets | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/prepare-install-package.targets') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index fca311f2..348cc1bc 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -31,6 +31,7 @@ + @@ -44,6 +45,7 @@ + -- cgit From da7ef1fd693fcb295baf2f19ee810e78ca69e986 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 30 Apr 2018 12:33:57 -0400 Subject: fix install package on Windows --- build/prepare-install-package.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/prepare-install-package.targets') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 348cc1bc..8d10fc2e 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -45,7 +45,7 @@ - + -- cgit From 009a387526ee10b18d0ed3030d6e8868edf17203 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Tue, 1 May 2018 18:44:39 -0400 Subject: unify SMAPI.AssemblyRewriters and SMAPI.Common projects --- build/prepare-install-package.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/prepare-install-package.targets') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 8d10fc2e..8410f60e 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -29,7 +29,7 @@ - + @@ -43,7 +43,7 @@ - + -- cgit From ff55901025365a342e0794df86f6122603e614c8 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 2 May 2018 21:51:06 -0400 Subject: compile separate Linux/Mac installer to avoid WMI reference errors (#485) --- build/prepare-install-package.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build/prepare-install-package.targets') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 8410f60e..d67d271f 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -18,12 +18,13 @@ - + + -- cgit From f83a3bf7a44b41efd1c4b8d1426400b94668deae Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Thu, 10 May 2018 00:56:08 -0400 Subject: fix references to removed file --- build/prepare-install-package.targets | 2 -- 1 file changed, 2 deletions(-) (limited to 'build/prepare-install-package.targets') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index d67d271f..6c431838 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -30,7 +30,6 @@ - @@ -44,7 +43,6 @@ - -- cgit From 324d02233dcb459f95befe1393d08d73766b3ece Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 11 May 2018 12:59:52 -0400 Subject: rename 'install.exe' to 'install on Windows.exe' to avoid confusion --- build/prepare-install-package.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/prepare-install-package.targets') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 6c431838..433078d7 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -18,7 +18,7 @@ - + -- cgit From 2a7bcb28f6a390e165c2cb8817f333aad750a032 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Fri, 25 May 2018 01:13:28 -0400 Subject: add empty toolkit project & fix misleading build configuration name (#532) --- build/prepare-install-package.targets | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'build/prepare-install-package.targets') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 433078d7..9a5cde3f 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -7,7 +7,9 @@ --> - $(SolutionDir)\..\bin\$(Configuration)\SMAPI + $(SolutionDir)\..\bin\$(Configuration) + $(CompiledRootPath)\SMAPI + $(CompiledRootPath)\SMAPI.Toolkit\net4.5 $(SolutionDir)\..\bin\Packaged $(PackagePath)\internal @@ -35,6 +37,8 @@ + + @@ -46,6 +50,8 @@ + + -- cgit From 9bc53145150d9209fb5b13e82857afb6c155b7a5 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Wed, 6 Jun 2018 21:42:09 -0400 Subject: add Harmony DLL (#541) --- build/prepare-install-package.targets | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/prepare-install-package.targets') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 9a5cde3f..5e00d663 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -27,6 +27,8 @@ + + @@ -43,6 +45,8 @@ + + -- cgit From 71efadf2322a622bc5a74614b1575d2680a84165 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 24 Jun 2018 21:26:42 -0400 Subject: add project for toolkit interfaces visible to SMAPI mods (#532) --- build/prepare-install-package.targets | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/prepare-install-package.targets') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 5e00d663..33a92f71 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -41,6 +41,8 @@ + + @@ -56,6 +58,8 @@ + + -- cgit From 4f854aea1530177f959fc01b1731ae4759830321 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Mon, 9 Jul 2018 22:50:35 -0400 Subject: fix various build issues - 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. --- build/prepare-install-package.targets | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/prepare-install-package.targets') diff --git a/build/prepare-install-package.targets b/build/prepare-install-package.targets index 33a92f71..79185896 100644 --- a/build/prepare-install-package.targets +++ b/build/prepare-install-package.targets @@ -41,8 +41,10 @@ + + @@ -58,8 +60,10 @@ + + -- cgit