Skip to content

Commit

Permalink
v1.1 added support for fractional numbers in day/night textbox and fi…
Browse files Browse the repository at this point in the history
…xed issue #1
  • Loading branch information
TheMasterCado committed Feb 8, 2019
1 parent 19a8fe4 commit ef05f7a
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ _UpgradeReport_Files/
Thumbs.db
Desktop.ini
.DS_Store

# Debug version
MoreRealism_debug\
12 changes: 9 additions & 3 deletions MoreRealism.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>TheMasterCado%40MoreRealism\</OutputPath>
<OutputPath>MoreRealism_debug\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>TheMasterCado%40MoreRealism\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down Expand Up @@ -72,9 +72,15 @@
</ItemGroup>
<ItemGroup>
<None Include="LICENSE" />
<None Include="steam_workshop-id">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<Content Include=".gitignore" />
<Content Include="preview.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Folder Include="Properties\" />
Expand Down
Binary file modified TheMasterCado@MoreRealism/MoreRealism.dll
Binary file not shown.
Binary file removed TheMasterCado@MoreRealism/MoreRealism.pdb
Binary file not shown.
Binary file added TheMasterCado@MoreRealism/preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions TheMasterCado@MoreRealism/steam_workshop-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1638239864
Binary file added preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions steam_workshop-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1638239864

0 comments on commit ef05f7a

Please sign in to comment.