Skip to content

Commit a7884eb

Browse files
authored
Merge pull request #137 from KSP-RO/Develop
updating for KSP 1.10.x
2 parents 9746e0d + 67256db commit a7884eb

File tree

10 files changed

+44
-35
lines changed

10 files changed

+44
-35
lines changed
512 Bytes
Binary file not shown.

GameData/CommunityCategoryKit/CCK.version

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,27 @@
55
"REPOSITORY": "CommunityCategoryKit",
66
"USERNAME": "BobPalmer"
77
},
8-
"KSP_VERSION":{
9-
"MAJOR":1,
10-
"MINOR":8,
11-
"PATCH":0
12-
},
13-
"KSP_VERSION_MIN":{
14-
"MAJOR":1,
15-
"MINOR":8,
16-
"PATCH":0
17-
},
18-
"KSP_VERSION_MAX":{
19-
"MAJOR":1,
20-
"MINOR":8,
21-
"PATCH":9
22-
},
8+
"KSP_VERSION": {
9+
"MAJOR": 1,
10+
"MINOR": 9,
11+
"PATCH": 1
12+
},
13+
"KSP_VERSION_MAX": {
14+
"MAJOR": 1,
15+
"MINOR": 99,
16+
"PATCH": 99
17+
},
18+
"KSP_VERSION_MIN": {
19+
"MAJOR": 1,
20+
"MINOR": 8,
21+
"PATCH": 0
22+
},
2323
"NAME": "Community Category Kit",
2424
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
2525
"VERSION": {
26+
"BUILD": 0,
2627
"MAJOR": 5,
27-
"MINOR": 0,
28-
"PATCH": 0,
29-
"BUILD": 0
30-
}
28+
"MINOR": 1,
29+
"PATCH": 0
30+
}
3131
}

GameData/CommunityResourcePack/CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.4.0 - 2020.09.26
2+
------------------
3+
KSP 1.10 Compatibility
4+
15
1.3.0 - 2019.10.28
26
------------------
37
KSP 1.8.x Compatibility

GameData/CommunityResourcePack/CRP.version

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
"VERSION":{
1111
"MAJOR":1,
12-
"MINOR":3,
13-
"PATCH":0,
12+
"MINOR":4,
13+
"PATCH":1,
1414
"BUILD":0
1515
},
1616
"KSP_VERSION":{
@@ -25,7 +25,7 @@
2525
},
2626
"KSP_VERSION_MAX":{
2727
"MAJOR":1,
28-
"MINOR":8,
29-
"PATCH":9
30-
}
28+
"MINOR":99,
29+
"PATCH":99
30+
}
3131
}
512 Bytes
Binary file not shown.

GameData/ThunderAerospace/ChangeLog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
V0.16.0
2+
Re-compile for KSP 1.10.x.
3+
Background resources can now track any mod part that uses stock resource converters to generate EC. This can be turned on via the Difficulty Settings (off by default).
4+
Fixed potential null reference errors on solar banels in background resources if the solar panel is missing transform definitions.
5+
Removed "Vessel situation change" log spam.
16
V0.15.0
27
Fix potential NRE when applying game settings changes.
38
Remove Mini AVC plugin.

GameData/ThunderAerospace/TacLifeSupport/TacLifeSupport.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33
"URL": "http://ksp-avc.cybutek.net/version.php?id=9",
44
"DOWNLOAD": "https://github.com/KSP-RO/TacLifeSupport/releases",
55
"CHANGE_LOG_URL": "https://github.com/KSP-RO/TacLifeSupport/wiki/Changes",
6-
"VERSION": "0.15.0.0",
6+
"VERSION": "0.16.0.0",
77
"KSP_VERSION": {
88
"MAJOR": 1,
9-
"MINOR": 9,
9+
"MINOR": 10,
1010
"PATCH": 0
1111
},
1212
"KSP_VERSION_MIN": {
1313
"MAJOR": 1,
14-
"MINOR": 9,
14+
"MINOR": 10,
1515
"PATCH": 0
1616
},
1717
"KSP_VERSION_MAX": {
1818
"MAJOR": 1,
19-
"MINOR": 9,
19+
"MINOR": 10,
2020
"PATCH": 99
2121
}
2222
}

Source/LifeSupportController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ private void onVesselWasModified(Vessel vessel)
20052005

20062006
private void onVesselSituationChange(GameEvents.HostedFromToAction<Vessel, Vessel.Situations> evt)
20072007
{
2008-
this.Log("Vessel situation change");
2008+
//this.Log("Vessel situation change");
20092009
}
20102010

20112011
#endregion

Source/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.15.0")]
36-
[assembly: AssemblyFileVersion("0.15.0")]
35+
[assembly: AssemblyVersion("0.16.0")]
36+
[assembly: AssemblyFileVersion("0.16.0")]

Source/TacLifeSupport.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<Import Project="$(PROGRAMFILES)\MSBuild\ExtensionPack\4.0\MSBuild.ExtensionPack.tasks" Condition="Exists('$(PROGRAMFILES)\MSBuild\ExtensionPack\4.0\MSBuild.ExtensionPack.tasks')" />
135135
<PropertyGroup>
136136
<AssemblyMajorVersion>0</AssemblyMajorVersion>
137-
<AssemblyMinorVersion>15</AssemblyMinorVersion>
137+
<AssemblyMinorVersion>16</AssemblyMinorVersion>
138138
<AssemblyBuildNumber>0</AssemblyBuildNumber>
139139
<AssemblyFileMajorVersion>$(AssemblyMajorVersion)</AssemblyFileMajorVersion>
140140
<AssemblyFileMinorVersion>$(AssemblyMinorVersion)</AssemblyFileMinorVersion>
@@ -153,13 +153,13 @@
153153
<DownloadUrl>https://github.com/KSP-RO/TacLifeSupport/releases</DownloadUrl>
154154
<ChangelogUrl>https://github.com/KSP-RO/TacLifeSupport/wiki/Changes</ChangelogUrl>
155155
<KspVersionMajor>1</KspVersionMajor>
156-
<KspVersionMinor>9</KspVersionMinor>
156+
<KspVersionMinor>10</KspVersionMinor>
157157
<KspVersionPatch>0</KspVersionPatch>
158158
<KspMinVersionMajor>1</KspMinVersionMajor>
159-
<KspMinVersionMinor>9</KspMinVersionMinor>
159+
<KspMinVersionMinor>10</KspMinVersionMinor>
160160
<KspMinVersionPatch>0</KspMinVersionPatch>
161161
<KspMaxVersionMajor>1</KspMaxVersionMajor>
162-
<KspMaxVersionMinor>9</KspMaxVersionMinor>
162+
<KspMaxVersionMinor>10</KspMaxVersionMinor>
163163
<KspMaxVersionPatch>99</KspMaxVersionPatch>
164164
</PropertyGroup>
165165
<Target Name="GitInfo">

0 commit comments

Comments
 (0)