Skip to content
Merged

Dev #101

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Distribution/GameData/CommunityResourcePack/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.4.2 - 2020.12.20
------------------
KSP 1.11 Compatibility

1.3.0 - 2019.10.28
------------------
KSP 1.8.x Compatibility
Expand Down
10 changes: 5 additions & 5 deletions Distribution/GameData/CommunityResourcePack/CRP.version
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"VERSION":{
"MAJOR":1,
"MINOR":3,
"PATCH":0,
"MINOR":4,
"PATCH":2,
"BUILD":0
},
"KSP_VERSION":{
Expand All @@ -25,7 +25,7 @@
},
"KSP_VERSION_MAX":{
"MAJOR":1,
"MINOR":8,
"PATCH":9
}
"MINOR":99,
"PATCH":99
}
}
5 changes: 4 additions & 1 deletion Distribution/GameData/REPOSoftTech/DeepFreeze/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
V0.29.0.0
V0.30.0.0
Re-Compile for KSP 1.11.x
Add EVA construction capabilities to the CRY-300R (Can move it only, can't put in inventories) and the RS-X20R Glykerol Container (can be put in inventories as well).
V0.29.0.0
Re-Compile for KSP 1.10.x
V0.28.0.0
Re-Compile for KSP 1.9.x
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"NAME":"DeepFreeze Continued...",
"URL":"http://ksp-avc.cybutek.net/version.php?id=183",
"DOWNLOAD":"http://spacedock.info/mod/142/DeepFreeze%20Continued...",
"VERSION":{"MAJOR":0,"MINOR":29,"PATCH":0,"BUILD":0},
"KSP_VERSION":{"MAJOR":1,"MINOR":10,"PATCH":0},
"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":10,"PATCH":0},
"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":10,"PATCH":99}
"VERSION":{"MAJOR":0,"MINOR":30,"PATCH":0,"BUILD":0},
"KSP_VERSION":{"MAJOR":1,"MINOR":11,"PATCH":0},
"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":11,"PATCH":0},
"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":11,"PATCH":99}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,9 @@ PART
PartHasDoor = False
cryopodstateclosedstring = True
}
MODULE
{
name = ModuleCargoPart
packedVolume = -1
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ PART
amount = 25
maxAmount = 25
}
MODULE
{
name = ModuleCargoPart
packedVolume = 100
}
}
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.29.0.0")]
[assembly: AssemblyFileVersion("0.29.0.0")]
[assembly: KSPAssembly("DeepFreeze", 0, 29)]
[assembly: AssemblyVersion("0.30.0.0")]
[assembly: AssemblyFileVersion("0.30.0.0")]
[assembly: KSPAssembly("DeepFreeze", 0, 30)]