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: c2218a78af8e
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 63688b4f88fc
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 13, 2018

  1. Parameters for lunation 224

    eggrobin committed Jan 13, 2018
    Copy the full SHA
    929c492 View commit details
  2. Merge pull request #1673 from eggrobin/lunation-224

    Parameters for lunation 224
    pleroy authored Jan 13, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    63688b4 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 ksp_plugin_adapter/ksp_plugin_adapter.cs
6 changes: 3 additions & 3 deletions ksp_plugin_adapter/ksp_plugin_adapter.cs
Original file line number Diff line number Diff line change
@@ -16,10 +16,10 @@ public partial class PrincipiaPluginAdapter
: ScenarioModule,
WindowRenderer.ManagerInterface {

private const String next_release_name_ = "Clifford";
private const int next_release_lunation_number_ = 223;
private const String next_release_name_ = "Cohen";
private const int next_release_lunation_number_ = 224;
private DateTimeOffset next_release_date_ =
new DateTimeOffset(2018, 01, 17, 02, 17, 00, TimeSpan.Zero);
new DateTimeOffset(2018, 02, 15, 21, 05, 00, TimeSpan.Zero);

// From https://forum.kerbalspaceprogram.com/index.php?/topic/84273--/,
// edited 2017-03-09. Where the name of the layer is not CamelCase, the