From d0f6babb76e641502bfc4e48c8cdaa5cfae531bc Mon Sep 17 00:00:00 2001 From: Joshua Navarro Date: Sun, 9 Dec 2018 19:57:12 -0800 Subject: [PATCH] Added multiplayer support for HappyBirthday. Fixed night owl glitches. --- .../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 +- .../DailyQuestAnywhere.csproj | 6 +-- .../DailyQuestAnywhere/packages.config | 2 +- .../Fall28SnowDay/Fall28SnowDay.csproj | 6 +-- GeneralMods/Fall28SnowDay/packages.config | 2 +- .../FarmersMarketStall.csproj | 6 +-- .../FarmersMarketStall/packages.config | 2 +- .../Framework/MultiplayerSupport.cs | 50 +++++++------------ .../HappyBirthday/Framework/PlayerData.cs | 2 +- GeneralMods/HappyBirthday/HappyBirthday.cs | 49 ++++++++++++++++-- .../HappyBirthday/HappyBirthday.csproj | 6 +-- GeneralMods/HappyBirthday/manifest.json | 4 +- 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.cs | 23 ++++++++- 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 +- .../Vocalization/Vocalization.csproj | 6 +-- .../Vocalization/Vocalization/packages.config | 2 +- 51 files changed, 181 insertions(+), 131 deletions(-) diff --git a/GeneralMods/AdvancedSaveBackup/AdvancedSaveBackup.csproj b/GeneralMods/AdvancedSaveBackup/AdvancedSaveBackup.csproj index eeae3c37..e3de5277 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 af793ad3..98c7e68d 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 23545179..fdbcc978 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 af793ad3..98c7e68d 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 a3638df8..7772b107 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 af793ad3..98c7e68d 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 0fd10fa4..955526ea 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 af793ad3..98c7e68d 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 d1627a93..815eb301 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 af793ad3..98c7e68d 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 488853fb..f5472a4e 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 af793ad3..98c7e68d 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 20071e85..3c28b92c 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}. - +