Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: df5cce36664b
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b10f6469d055
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Apr 1, 2018

  1. Copy the full SHA
    a3ba29d View commit details
  2. Merge pull request #1784 from pleroy/Cfg

    Release the numerics blueprint for RSS
    pleroy authored Apr 1, 2018
    Copy the full SHA
    b10f646 View commit details
Showing with 8 additions and 0 deletions.
  1. +1 −0 astronomy/astronomy.vcxproj
  2. +3 −0 astronomy/astronomy.vcxproj.filters
  3. +4 −0 ksp_plugin_adapter/ksp_plugin_adapter.csproj
1 change: 1 addition & 0 deletions astronomy/astronomy.vcxproj
Original file line number Diff line number Diff line change
@@ -15,6 +15,7 @@
<None Include="query.f" />
<None Include="sol_gravity_model.cfg" />
<None Include="sol_initial_state_jd_2433282_500000000.cfg" />
<None Include="sol_numerics_blueprint.cfg" />
</ItemGroup>
<ItemGroup>
<Text Include="kerbol_gravity_model.proto.txt" />
3 changes: 3 additions & 0 deletions astronomy/astronomy.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -41,6 +41,9 @@
<None Include="sol_gravity_model.cfg">
<Filter>Resource Files</Filter>
</None>
<None Include="sol_numerics_blueprint.cfg">
<Filter>Resource Files</Filter>
</None>
</ItemGroup>
<ItemGroup>
<Text Include="sol_initial_state_jd_2433282_500000000.proto.txt">
4 changes: 4 additions & 0 deletions ksp_plugin_adapter/ksp_plugin_adapter.csproj
Original file line number Diff line number Diff line change
@@ -191,6 +191,10 @@
<Link>real_solar_system\initial_state_jd_2433282_500000000.cfg</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="..\astronomy\sol_numerics_blueprint.cfg">
<Link>real_solar_system\sol_numerics_blueprint.cfg</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="ksp_plugin_adapter.dll.config">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>