Skip to content

Commit

Permalink
Automatic merge of T1.5.1-684-gc6e0de1c4 and 8 pull requests
Browse files Browse the repository at this point in the history
- Pull request #570 at c59c788: Experimental glTF 2.0 support with PBR lighting
- Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters
- Pull request #865 at a1318b5: Dispatcher window improvements
- Pull request #874 at f8dbeab: Dynamic brake controller refactoring
- Pull request #875 at 43bf33e: Bug fix for https://bugs.launchpad.net/or/+bug/2036346 Player train switching doesn't work with 3D cabs
- Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder
- Pull request #878 at 076cd04: Implement Polach Adhesion
- Pull request #883 at aac4d3f: SwitchPanel disconnect/connect handling
  • Loading branch information
openrails-bot committed Oct 22, 2023
10 parents 4ec53dc + c6e0de1 + c59c788 + d00beb9 + a1318b5 + f8dbeab + 43bf33e + f92de76 + 076cd04 + aac4d3f commit ea75c98
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<Copyright>Copyright © 2009 - 2022</Copyright>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<DefineConstants>TRACE;WINDOWS;ACTIVITY_EDITOR</DefineConstants>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<ItemGroup>
<Compile Update="Wizard\ActivityDescr.cs">
Expand Down Expand Up @@ -87,6 +86,5 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.0.1641" />
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
</ItemGroup>
</Project>
2 changes: 0 additions & 2 deletions Source/Contrib/ContentManager/ContentManager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<Product>Open Rails</Product>
<Copyright>Copyright © 2009 - 2022</Copyright>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<ItemGroup>
<Compile Update="CueTextBox.cs">
Expand All @@ -32,6 +31,5 @@
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
</ItemGroup>
</Project>
2 changes: 0 additions & 2 deletions Source/Menu/Menu.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
<Product>Open Rails</Product>
<Copyright>Copyright © 2009 - 2022</Copyright>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DocumentationFile>..\..\Program\Menu.xml</DocumentationFile>
Expand Down Expand Up @@ -65,6 +64,5 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="MonoGame.Framework.WindowsDX" Version="3.8.0.1641" />
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
</ItemGroup>
</Project>
2 changes: 0 additions & 2 deletions Source/RunActivity/RunActivity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<Copyright>Copyright © 2009 - 2022</Copyright>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<DefineConstants>TRACE;WINDOWS;NEW_ACTION;WITH_NEW_SAVE;ACTIVITY_EDITOR</DefineConstants>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DocumentationFile>..\..\Program\RunActivity.xml</DocumentationFile>
Expand Down Expand Up @@ -668,7 +667,6 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="RailDriver" Version="0.7.10" />
<PackageReference Include="System.Management" Version="7.0.0" />
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
<PackageReference Include="Unosquare.Swan.Lite" Version="3.1.0" />
</ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions Source/Updater/Updater.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<Product>Open Rails</Product>
<Copyright>Copyright © 2009 - 2022</Copyright>
<PackageLicenseExpression>GPL-3.0-or-later</PackageLicenseExpression>
<GenerateResourceUsePreserializedResources>true</GenerateResourceUsePreserializedResources>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
<DocumentationFile>..\..\Program\Updater.xml</DocumentationFile>
Expand All @@ -39,6 +38,5 @@
<PackageReference Include="Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers" Version="0.4.355802">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="System.Resources.Extensions" Version="7.0.0" />
</ItemGroup>
</Project>

0 comments on commit ea75c98

Please sign in to comment.