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

Commits on Jun 20, 2020

  1. Deprecate 1.7.3.

    eggrobin committed Jun 20, 2020
    Copy the full SHA
    177cb24 View commit details
  2. Merge pull request #2606 from eggrobin/deprecate-1-7-3

    Deprecate 1.7.3.
    pleroy authored Jun 20, 2020
    Copy the full SHA
    5fa2cec View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 ksp_plugin_adapter/main_window.cs
6 changes: 3 additions & 3 deletions ksp_plugin_adapter/main_window.cs
Original file line number Diff line number Diff line change
@@ -155,14 +155,14 @@ protected override void RenderWindow(int window_id) {
style : Style.Warning(UnityEngine.GUI.skin.label));
}
if (DateTimeOffset.Now > next_release_date_) {
if (Versioning.version_minor <= 4) {
if (Versioning.version_minor <= 7) {
UnityEngine.GUILayout.TextArea(
"Announcement: the new moon of lunation number " +
next_release_lunation_number_ +
" has come; please update KSP to version 1.6.1 and download " +
" has come; please update KSP to version 1.8.1 and download " +
"the latest Principia release, " + next_release_name_ + ". " +
"Note that RealismOverhaul and RealSolarSystem now support " +
"KSP 1.6.1.",
"KSP 1.8.1.",
style : Style.Multiline(UnityEngine.GUI.skin.textArea));
} else {
UnityEngine.GUILayout.TextArea(