-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed nullref when using the equals sign and at the end of the list …
…of cameras. Added code to allow a docking node to be a target and have the docking info displayed on the docking camera
- Loading branch information
1 parent
bcee6f5
commit e5fd305
Showing
6 changed files
with
17 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"MAJOR": 0, | ||
"MINOR": 1, | ||
"PATCH": 9, | ||
"BUILD": 9 | ||
"BUILD": 10 | ||
}, | ||
"KSP_VERSION": { | ||
"MAJOR": 1, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,4 @@ | |
|
||
using System.Reflection; | ||
|
||
[assembly: AssemblyVersion("0.1.9.9")] | ||
[assembly: AssemblyVersion("0.1.9.10")] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
"MAJOR": 0, | ||
"MINOR": 1, | ||
"PATCH": 9, | ||
"BUILD": 9 | ||
"BUILD": 10 | ||
}, | ||
"KSP_VERSION": { | ||
"MAJOR": 1, | ||
|