From fe007a7e33c9baf6c39fca030be1696b98b6d9a3 Mon Sep 17 00:00:00 2001 From: Date: Wed, 5 Dec 2018 17:16:28 -0800 Subject: [PATCH] Updated to SMAPI 2.8. Working through compatibility currently. Updates to Happy Birthday next. --- .../AdditionalCropsFramework.csproj | 6 +- .../AdditionalCropsFramework/packages.config | 2 +- .../AdvancedSaveBackup.csproj | 6 +- .../AdvancedSaveBackup/packages.config | 2 +- GeneralMods/AutoSpeed/AutoSpeed.csproj | 6 +- GeneralMods/AutoSpeed/packages.config | 2 +- .../BillboardAnywhere.csproj | 6 +- GeneralMods/BillboardAnywhere/packages.config | 2 +- .../BuildEndurance/BuildEndurance.csproj | 6 +- GeneralMods/BuildEndurance/packages.config | 2 +- GeneralMods/BuildHealth/BuildHealth.csproj | 6 +- GeneralMods/BuildHealth/packages.config | 2 +- .../BuyBackCollectables.csproj | 6 +- .../BuyBackCollectables/packages.config | 2 +- .../CustomNPCFramework.csproj | 6 +- .../CustomNPCFramework/packages.config | 2 +- .../CustomShopsRedux/CustomShopsRedux.csproj | 6 +- GeneralMods/CustomShopsRedux/packages.config | 2 +- .../DailyQuestAnywhere.csproj | 6 +- .../DailyQuestAnywhere/packages.config | 2 +- .../DebugSandBoxAndReferences.csproj | 6 +- .../DebugSandBoxAndReferences/packages.config | 2 +- .../Fall28SnowDay/Fall28SnowDay.csproj | 6 +- GeneralMods/Fall28SnowDay/packages.config | 2 +- .../FarmersMarketStall.csproj | 6 +- .../FarmersMarketStall/packages.config | 2 +- .../HappyBirthday/Framework/ModConfig.cs | 6 + GeneralMods/HappyBirthday/GiftManager.cs | 352 ++++++++++++++++++ GeneralMods/HappyBirthday/HappyBirthday.cs | 318 +--------------- .../HappyBirthday/HappyBirthday.csproj | 6 +- GeneralMods/HappyBirthday/PossibleGifts.cs | 75 ---- GeneralMods/HappyBirthday/packages.config | 2 +- GeneralMods/MapEvents/EventSystem.csproj | 6 +- GeneralMods/MapEvents/packages.config | 2 +- GeneralMods/MoreRain/MoreRain.csproj | 6 +- GeneralMods/MoreRain/packages.config | 2 +- .../MuseumRearranger/MuseumRearranger.csproj | 6 +- GeneralMods/MuseumRearranger/packages.config | 2 +- GeneralMods/NightOwl/NightOwl.csproj | 6 +- GeneralMods/NightOwl/packages.config | 2 +- GeneralMods/NoMorePets/NoMorePets.csproj | 6 +- GeneralMods/NoMorePets/packages.config | 2 +- GeneralMods/SaveAnywhere/SaveAnywhere.csproj | 6 +- GeneralMods/SaveAnywhere/packages.config | 2 +- .../SimpleSoundManager.csproj | 6 +- .../SimpleSoundManager/packages.config | 2 +- .../StardewSymphonyRemastered.csproj | 6 +- .../StardewSymphonyRemastered/packages.config | 2 +- GeneralMods/StardustCore/StardustCore.csproj | 6 +- GeneralMods/StardustCore/packages.config | 2 +- .../SundropMapEvents/SundropMapEvents.csproj | 6 +- GeneralMods/SundropMapEvents/packages.config | 2 +- GeneralMods/TimeFreeze/TimeFreeze.csproj | 6 +- GeneralMods/TimeFreeze/packages.config | 2 +- .../UnifiedSaveCore/AUnifiedSaveCore.csproj | 8 +- .../UnifiedSaveCore/Framework/ChestHandler.cs | 26 ++ .../Framework/ObjectHandler.cs | 75 ++++ GeneralMods/UnifiedSaveCore/ModCore.cs | 2 + GeneralMods/UnifiedSaveCore/packages.config | 2 +- .../Vocalization/Vocalization.csproj | 10 +- .../Vocalization/Vocalization/packages.config | 2 +- 61 files changed, 593 insertions(+), 483 deletions(-) create mode 100644 GeneralMods/HappyBirthday/GiftManager.cs delete mode 100644 GeneralMods/HappyBirthday/PossibleGifts.cs create mode 100644 GeneralMods/UnifiedSaveCore/Framework/ChestHandler.cs create mode 100644 GeneralMods/UnifiedSaveCore/Framework/ObjectHandler.cs diff --git a/GeneralMods/AdditionalCropsFramework/AdditionalCropsFramework.csproj b/GeneralMods/AdditionalCropsFramework/AdditionalCropsFramework.csproj index 7fce171c..9f500eed 100644 --- a/GeneralMods/AdditionalCropsFramework/AdditionalCropsFramework.csproj +++ b/GeneralMods/AdditionalCropsFramework/AdditionalCropsFramework.csproj @@ -100,15 +100,15 @@ - + - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/AdditionalCropsFramework/packages.config b/GeneralMods/AdditionalCropsFramework/packages.config index 6766c23b..b8b15c8e 100644 --- a/GeneralMods/AdditionalCropsFramework/packages.config +++ b/GeneralMods/AdditionalCropsFramework/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file diff --git a/GeneralMods/AdvancedSaveBackup/AdvancedSaveBackup.csproj b/GeneralMods/AdvancedSaveBackup/AdvancedSaveBackup.csproj index 32b1ccda..eeae3c37 100644 --- a/GeneralMods/AdvancedSaveBackup/AdvancedSaveBackup.csproj +++ b/GeneralMods/AdvancedSaveBackup/AdvancedSaveBackup.csproj @@ -87,15 +87,15 @@ - + - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/AdvancedSaveBackup/packages.config b/GeneralMods/AdvancedSaveBackup/packages.config index 87b1c41e..af793ad3 100644 --- a/GeneralMods/AdvancedSaveBackup/packages.config +++ b/GeneralMods/AdvancedSaveBackup/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/AutoSpeed/AutoSpeed.csproj b/GeneralMods/AutoSpeed/AutoSpeed.csproj index f73cb848..23545179 100644 --- a/GeneralMods/AutoSpeed/AutoSpeed.csproj +++ b/GeneralMods/AutoSpeed/AutoSpeed.csproj @@ -85,15 +85,15 @@ - + - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/AutoSpeed/packages.config b/GeneralMods/AutoSpeed/packages.config index 87b1c41e..af793ad3 100644 --- a/GeneralMods/AutoSpeed/packages.config +++ b/GeneralMods/AutoSpeed/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj b/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj index ca00eaec..a3638df8 100644 --- a/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj +++ b/GeneralMods/BillboardAnywhere/BillboardAnywhere.csproj @@ -87,15 +87,15 @@ - + - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/BillboardAnywhere/packages.config b/GeneralMods/BillboardAnywhere/packages.config index 87b1c41e..af793ad3 100644 --- a/GeneralMods/BillboardAnywhere/packages.config +++ b/GeneralMods/BillboardAnywhere/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/BuildEndurance/BuildEndurance.csproj b/GeneralMods/BuildEndurance/BuildEndurance.csproj index 2d297b06..0fd10fa4 100644 --- a/GeneralMods/BuildEndurance/BuildEndurance.csproj +++ b/GeneralMods/BuildEndurance/BuildEndurance.csproj @@ -86,15 +86,15 @@ - + - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/BuildEndurance/packages.config b/GeneralMods/BuildEndurance/packages.config index 87b1c41e..af793ad3 100644 --- a/GeneralMods/BuildEndurance/packages.config +++ b/GeneralMods/BuildEndurance/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/BuildHealth/BuildHealth.csproj b/GeneralMods/BuildHealth/BuildHealth.csproj index bd14989f..d1627a93 100644 --- a/GeneralMods/BuildHealth/BuildHealth.csproj +++ b/GeneralMods/BuildHealth/BuildHealth.csproj @@ -86,15 +86,15 @@ - + - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/BuildHealth/packages.config b/GeneralMods/BuildHealth/packages.config index 87b1c41e..af793ad3 100644 --- a/GeneralMods/BuildHealth/packages.config +++ b/GeneralMods/BuildHealth/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj b/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj index f664e01b..488853fb 100644 --- a/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj +++ b/GeneralMods/BuyBackCollectables/BuyBackCollectables.csproj @@ -88,15 +88,15 @@ - + - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - + \ No newline at end of file diff --git a/GeneralMods/BuyBackCollectables/packages.config b/GeneralMods/BuyBackCollectables/packages.config index 87b1c41e..af793ad3 100644 --- a/GeneralMods/BuyBackCollectables/packages.config +++ b/GeneralMods/BuyBackCollectables/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file diff --git a/GeneralMods/CustomNPCFramework/CustomNPCFramework.csproj b/GeneralMods/CustomNPCFramework/CustomNPCFramework.csproj index 9eeded7f..20071e85 100644 --- a/GeneralMods/CustomNPCFramework/CustomNPCFramework.csproj +++ b/GeneralMods/CustomNPCFramework/CustomNPCFramework.csproj @@ -119,15 +119,15 @@ - + - + This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - +