Skip to content

Commit 9950824

Browse files
Updated for KSP 1.4.1+
added support for the Clickthrough Blocker Added support for the toolbar Controller Updated button texture with transparancy
1 parent 784d4b3 commit 9950824

26 files changed

+874
-1116
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,4 @@ KOI Private Test.zip
218218

219219
*.dll
220220
*.pdb
221+
.vs

Changelog.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,10 @@
1313
Updated for 1.3
1414

1515
1.1.5
16-
Updated for KSP 1.3.1
16+
Updated for KSP 1.3.1
17+
18+
1.1.6
19+
Updated for KSP 1.4.1+
20+
added support for the Clickthrough Blocker
21+
Added support for the toolbar Controller
22+
Updated button texture with transparancy
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
{
22
"NAME": "KerbalObjectInspector",
33
"URL": "https://raw.githubusercontent.com/linuxgurugamer/KerbalObjectInspector/master/KerbalObjectInspector.version",
4+
"DOWNLOAD": "https://github.com/linuxgurugamer/KerbalObjectInspector/releases",
5+
"GITHUB": {
6+
"USERNAME": "linuxgurugamer",
7+
"REPOSITORY": "KerbalObjectInspector"
8+
},
49
"VERSION": {
510
"MAJOR": 1,
611
"MINOR": 1,
7-
"PATCH": 5,
12+
"PATCH": 6,
813
"BUILD": 0
914
},
1015
"KSP_VERSION": {
1116
"MAJOR": 1,
12-
"MINOR": 3,
17+
"MINOR": 4,
1318
"PATCH": 1
1419
},
1520
"KSP_VERSION_MIN": {
1621
"MAJOR": 1,
17-
"MINOR": 3,
22+
"MINOR": 4,
1823
"PATCH": 1
1924
},
2025
"KSP_VERSION_MAX": {
2126
"MAJOR": 1,
22-
"MINOR": 3,
23-
"PATCH": 1
27+
"MINOR": 4,
28+
"PATCH": 99
2429
}
2530
}

LICENSE renamed to GameData/KerbalObjectInspector/LICENSE.txt

File renamed without changes.
1.21 KB
Loading
1.38 KB
Loading
1.13 KB
Loading

GameData/KerbalObjectInspector/KerbalObjectInspector.png renamed to GameData/KerbalObjectInspector/PluginData/Old/KerbalObjectInspector-38.png

File renamed without changes.
Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 14
4-
VisualStudioVersion = 14.0.25420.1
3+
# Visual Studio 15
4+
VisualStudioVersion = 15.0.27428.2005
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KerbalObjectInspector", "KerbalObjectInspector\KerbalObjectInspector.csproj", "{92ABAF34-9F63-41F2-BD7E-F1DB22F5F692}"
77
EndProject
88
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B5446DDD-7013-4810-BCD7-66F0699B01D8}"
99
ProjectSection(SolutionItems) = preProject
10-
..\buildRelease.bat = ..\buildRelease.bat
11-
..\Changelog.txt = ..\Changelog.txt
12-
..\deploy.bat = ..\deploy.bat
13-
..\KerbalObjectInspector.version = ..\KerbalObjectInspector.version
14-
..\README.md = ..\README.md
10+
buildRelease.bat = buildRelease.bat
11+
Changelog.txt = Changelog.txt
12+
deploy.bat = deploy.bat
13+
jenkins.txt = jenkins.txt
14+
KerbalObjectInspector.version = KerbalObjectInspector.version
15+
LICENSE.txt = LICENSE.txt
16+
README.md = README.md
1517
EndProjectSection
1618
EndProject
1719
Global
@@ -28,4 +30,7 @@ Global
2830
GlobalSection(SolutionProperties) = preSolution
2931
HideSolutionNode = FALSE
3032
EndGlobalSection
33+
GlobalSection(ExtensibilityGlobals) = postSolution
34+
SolutionGuid = {77BA86F0-4A5E-452F-B42F-403B47416386}
35+
EndGlobalSection
3136
EndGlobal

KerbalObjectInspector.version

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
{
22
"NAME": "KerbalObjectInspector",
33
"URL": "https://raw.githubusercontent.com/linuxgurugamer/KerbalObjectInspector/master/KerbalObjectInspector.version",
4+
"DOWNLOAD": "https://github.com/linuxgurugamer/KerbalObjectInspector/releases",
5+
"GITHUB": {
6+
"USERNAME": "linuxgurugamer",
7+
"REPOSITORY": "KerbalObjectInspector"
8+
},
49
"VERSION": {
510
"MAJOR": 1,
611
"MINOR": 1,
7-
"PATCH": 5,
12+
"PATCH": 6,
813
"BUILD": 0
914
},
1015
"KSP_VERSION": {
1116
"MAJOR": 1,
12-
"MINOR": 3,
17+
"MINOR": 4,
1318
"PATCH": 1
1419
},
1520
"KSP_VERSION_MIN": {
1621
"MAJOR": 1,
17-
"MINOR": 3,
22+
"MINOR": 4,
1823
"PATCH": 1
1924
},
2025
"KSP_VERSION_MAX": {
2126
"MAJOR": 1,
22-
"MINOR": 3,
23-
"PATCH": 1
27+
"MINOR": 4,
28+
"PATCH": 99
2429
}
2530
}

0 commit comments

Comments
 (0)