Skip to content

Commit

Permalink
- CoF: Old codebase is preserved temporarily, rebuild moved over to t…
Browse files Browse the repository at this point in the history
…he main namespace.

- CoF: Fixed issue with tomorrow's weather not appearing in the TV forecast/radio forecast.
  • Loading branch information
KoihimeNakamura committed Jul 30, 2017
1 parent 8ce714e commit c739f9d
Show file tree
Hide file tree
Showing 69 changed files with 19 additions and 19 deletions.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ClimatesOfFerngillRebuild</RootNamespace>
<AssemblyName>ClimatesOfFerngillRebuild</AssemblyName>
<AssemblyName>ClimatesOfFerngill</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

namespace ClimatesOfFerngillRebuild
{
public class ClimatesOfFerngillRebuild : Mod
public class ClimatesOfFerngill : Mod
{
public static Dictionary<SDate, int> ForceDays = new Dictionary<SDate, int>
{
Expand Down Expand Up @@ -517,10 +517,10 @@ private void UpdateWeatherOnNewDay()
if (WeatherOpt.Verbose)
Monitor.Log($"We've set the weather for Tomorrow. It is: {Game1.weatherForTomorrow}");

CurrentWeather.TomorrowWeather = Game1.weatherForTomorrow; //would help if I updated this!

//set trackers
EndWeather = Game1.weatherForTomorrow;

//if (WeatherOpt.Verbose) Monitor.Log(DebugOutput.ToString());
}

private bool CheckForForceDay(SDate Target)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"Version": {
"MajorVersion": 1,
"MinorVersion": 1,
"PatchVersion": 0,
"PatchVersion": 1,
"Build": "alpha-201708"
},
"Description": "Create a unique climate system with custom weathers, as well as add weather related events and commands.",
"UniqueID": "KoihimeNakamura.ClimatesOfFerngillRebuild",
"EntryDll": "ClimatesOfFerngillRebuild.dll",
"UniqueID": "KoihimeNakamura.ClimatesOfFerngill",
"EntryDll": "ClimatesOfFerngill.dll",
"MinimumApiVersion": "1.15"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions StardewMods.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.6
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClimatesOfFerngill", "ClimateOfFerngill\ClimatesOfFerngill.csproj", "{D0F25EF3-15F0-4CC6-849A-C2E9B1BBAAB1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SolarEclipseEvent", "SolarEclipseEvent\SolarEclipseEvent.csproj", "{B932C1FD-CAC3-4A8C-8119-8D156F8CEB96}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TimeReminder", "TimeReminder\TimeReminder.csproj", "{3F10D072-54FD-47FA-B0AA-47A5A6F80931}"
Expand All @@ -21,22 +19,20 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".metadata", ".metadata", "{
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TwilightCore", "TwilightCore\TwilightCore.csproj", "{D316F761-A80B-4CCB-936D-1327F7AA63B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClimatesOfFerngillRebuild", "ClimatesOfFerngillRebuild\ClimatesOfFerngillRebuild.csproj", "{251AC91D-397E-42AF-925D-3C7D1A9C72D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClimateDataExaminer", "ClimateDataExamin\ClimateDataExaminer.csproj", "{696260C4-50B9-4EE6-BCAD-B2DD085BE40E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TreeOverhaul", "TreeOverhaul\TreeOverhaul.csproj", "{2CDC5732-A8E9-44C4-A9E0-8B6EF3B859EE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClimatesOfFerngill", "ClimatesOfFerngill\ClimatesOfFerngill.csproj", "{251AC91D-397E-42AF-925D-3C7D1A9C72D5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "old_ClimatesOfFerngill", "OldClimateOfFerngill\old_ClimatesOfFerngill.csproj", "{D0F25EF3-15F0-4CC6-849A-C2E9B1BBAAB1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D0F25EF3-15F0-4CC6-849A-C2E9B1BBAAB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0F25EF3-15F0-4CC6-849A-C2E9B1BBAAB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0F25EF3-15F0-4CC6-849A-C2E9B1BBAAB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0F25EF3-15F0-4CC6-849A-C2E9B1BBAAB1}.Release|Any CPU.Build.0 = Release|Any CPU
{B932C1FD-CAC3-4A8C-8119-8D156F8CEB96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B932C1FD-CAC3-4A8C-8119-8D156F8CEB96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B932C1FD-CAC3-4A8C-8119-8D156F8CEB96}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -49,10 +45,6 @@ Global
{D316F761-A80B-4CCB-936D-1327F7AA63B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D316F761-A80B-4CCB-936D-1327F7AA63B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D316F761-A80B-4CCB-936D-1327F7AA63B5}.Release|Any CPU.Build.0 = Release|Any CPU
{251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Release|Any CPU.Build.0 = Release|Any CPU
{696260C4-50B9-4EE6-BCAD-B2DD085BE40E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{696260C4-50B9-4EE6-BCAD-B2DD085BE40E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{696260C4-50B9-4EE6-BCAD-B2DD085BE40E}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand All @@ -61,6 +53,14 @@ Global
{2CDC5732-A8E9-44C4-A9E0-8B6EF3B859EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2CDC5732-A8E9-44C4-A9E0-8B6EF3B859EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2CDC5732-A8E9-44C4-A9E0-8B6EF3B859EE}.Release|Any CPU.Build.0 = Release|Any CPU
{251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{251AC91D-397E-42AF-925D-3C7D1A9C72D5}.Release|Any CPU.Build.0 = Release|Any CPU
{D0F25EF3-15F0-4CC6-849A-C2E9B1BBAAB1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0F25EF3-15F0-4CC6-849A-C2E9B1BBAAB1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0F25EF3-15F0-4CC6-849A-C2E9B1BBAAB1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0F25EF3-15F0-4CC6-849A-C2E9B1BBAAB1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit c739f9d

Please sign in to comment.