Skip to content

Commit 0aaaa9c

Browse files
authored
Merge pull request #139 from KSP-RO/Develop
Develop
2 parents a7884eb + 8b01890 commit 0aaaa9c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+224
-15
lines changed
-512 Bytes
Binary file not shown.

GameData/CommunityCategoryKit/CCK.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"VERSION": {
2626
"BUILD": 0,
2727
"MAJOR": 5,
28-
"MINOR": 1,
28+
"MINOR": 2,
2929
"PATCH": 0
3030
}
3131
}

GameData/CommunityCategoryKit/CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
5.2.0 - 2020.12.20
2+
------------------
3+
KSP 1.11 Compatibility
4+
15
4.3.0 - 2019.10.28
26
------------------
37
KSP 1.8.x Compatibility

GameData/CommunityCategoryKit/common-filters.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ CCKCommonFilterConfig
88
{
99
name = Containers
1010
tag = cck-containers
11-
normalIcon = CommunityCategoryKit/icons/Containers
11+
normalIcon = CommunityCategoryKit/icons/Containers_N
12+
selectedIcon = CommunityCategoryKit/icons/Containers_S
1213
usedByMod = Kerbal Inventory System (KIS)
1314
usedByMod = Kerbal Attachment System (KAS)
1415
}

GameData/CommunityResourcePack/CHANGELOG.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
1.4.0 - 2020.09.26
1+
1.4.2 - 2020.12.20
22
------------------
3-
KSP 1.10 Compatibility
3+
KSP 1.11 Compatibility
44

55
1.3.0 - 2019.10.28
66
------------------

GameData/CommunityResourcePack/CRP.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"VERSION":{
1111
"MAJOR":1,
1212
"MINOR":4,
13-
"PATCH":1,
13+
"PATCH":2,
1414
"BUILD":0
1515
},
1616
"KSP_VERSION":{
Binary file not shown.

GameData/ThunderAerospace/ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
V0.17.0
2+
Re-compile for KSP 1.11.x.
3+
Fix Kopernicus Solar Panel background processing.
4+
Added EVA construction capabilities to all 0.625m, 1.5m and 2.5m TAC-LS parts.
15
V0.16.0
26
Re-compile for KSP 1.10.x.
37
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).

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.16.0.0",
6+
"VERSION": "0.17.0.0",
77
"KSP_VERSION": {
88
"MAJOR": 1,
9-
"MINOR": 10,
9+
"MINOR": 11,
1010
"PATCH": 0
1111
},
1212
"KSP_VERSION_MIN": {
1313
"MAJOR": 1,
14-
"MINOR": 10,
14+
"MINOR": 11,
1515
"PATCH": 0
1616
},
1717
"KSP_VERSION_MAX": {
1818
"MAJOR": 1,
19-
"MINOR": 10,
19+
"MINOR": 11,
2020
"PATCH": 99
2121
}
2222
}

GameData/ThunderAerospace/TacLifeSupportContainers/Food.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,9 @@ PART
5656
amount = 240
5757
maxAmount = 240
5858
}
59+
MODULE
60+
{
61+
name = ModuleCargoPart
62+
packedVolume = 160
63+
}
5964
}

0 commit comments

Comments
 (0)