File tree Expand file tree Collapse file tree 10 files changed +44
-35
lines changed
REPOSoftTech/BackgroundResources Expand file tree Collapse file tree 10 files changed +44
-35
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 1+ 1.4.0 - 2020.09.26
2+ ------------------
3+ KSP 1.10 Compatibility
4+
151.3.0 - 2019.10.28
26------------------
37KSP 1.8.x Compatibility
Original file line number Diff line number Diff line change 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":{
2525 },
2626 "KSP_VERSION_MAX":{
2727 "MAJOR":1,
28- "MINOR":8 ,
29- "PATCH":9
30- }
28+ "MINOR":99 ,
29+ "PATCH":99
30+ }
3131 }
Original file line number Diff line number Diff line change 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.
16V0.15.0
27 Fix potential NRE when applying game settings changes.
38 Remove Mini AVC plugin.
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ) ]
Original file line number Diff line number Diff line change 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 >
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" >
You can’t perform that action at this time.
0 commit comments