Skip to content

Commit

Permalink
Made each window's id unique
Browse files Browse the repository at this point in the history
 Added a debug mode, settable in the setting screen, to control whether the data dump buttons are shown in Flight and Editor
 Removed GUI.WindowFunction from the calls in OnGUI
 Made the DebugStuff class always loaded
  • Loading branch information
linuxgurugamer committed May 1, 2020
1 parent 2b7cbf9 commit 404c459
Show file tree
Hide file tree
Showing 11 changed files with 273 additions and 220 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
ChangeLog

0.0.1.2
Made each window's id unique
Added a debug mode, settable in the setting screen, to control whether the data dump buttons are shown in Flight and Editor
Removed GUI.WindowFunction from the calls in OnGUI
Made the DebugStuff class always loaded

0.0.1.1
Fixed staging, axis and actions always being done when reverting even if nothing changed
Disabled restoring changed settings when reverting to launch, subject to further investigation
Expand Down
2 changes: 1 addition & 1 deletion GameData/SOS/SOS.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"MAJOR": 0,
"MINOR": 0,
"PATCH": 1,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ and a pause after changing all three will be:

https://i.imgur.com/YekEhGG.png

The (BLSG not available) refers to Better Load Save Game, which will be released in a few
days. Due to the way the menu is implemented, I can't access the normal Load Save Game menu item.
The (BLSG not available) refers to Better Load Save Game, which is used to replace the stock Load Save.
Due to the way the menu is implemented, I can't access the normal Load Save Game menu item.

Note that this mod is fully Localized. It mostly uses stock labels, there are a seven custom labels in
the dictionary.cfg file, currently en-us only. Translations are welcome
Expand Down
2 changes: 1 addition & 1 deletion SOS.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"MAJOR": 0,
"MINOR": 0,
"PATCH": 1,
"BUILD": 1
"BUILD": 2
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion SOS/Actions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ SortedDictionary<string, ActionGroupInfo> GetAllActionsFromPartsAndModules(List<

}
}
}
}
}
#if DEBUG
DumpAllActions("actions.config");
Expand Down
Loading

0 comments on commit 404c459

Please sign in to comment.