Skip to content

Commit 4737d32

Browse files
authored
Merge pull request #349 from ihsoft/next
Release v1.23
2 parents 79b6a35 + fd08a9e commit 4737d32

33 files changed

+704
-158
lines changed

Binaries/KSPDev_Utils.1.2.dll

-120 KB
Binary file not shown.

Binaries/KSPDev_Utils.2.0.dll

132 KB
Binary file not shown.
Lines changed: 365 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Binaries/KSPDev_Utils_README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@ are _much more_ features (read the API docs!):
2727
* Well documented KSP interfaces.
2828
* Methods to deal with procedural models in the game.
2929
* Different helpers for common processing tasks like state machine or delaying a method call.
30+
* Advanced logging system which supports game's setting `verbose logging`.
31+
* Handy classes to deal with the localized content, including commonly used value types (mass, distance, velocity, etc.) and resources.
32+
* Support of dynamically loaded prefabs (see [UnityDev](https://github.com/ihsoft/UnityDev) as well).
33+
* Convience methods to deal with the Unity input.
34+
* Fast an easy way of making debug GUI for your modules: simply annotate the fields that you want adjusting in the game and you are done.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 1.23 (October 23rd, 2019):
2+
* [Change] `KSP 1.8` compatibility. __WARNING__: the mod won't work with version lower than `KSP 1.8`!
3+
* [Change] Replace `Editor/partGrabModifiers` setting with `Editor/editorPartGrabAction`.
4+
* [Enhancement] Allow dropping KIS items on the kerbal: [Dragging equipped items](https://youtu.be/udTj7_pO2hc). Thanks to [sleepyquelea](https://github.com/sleepyquelea)!
5+
* [Fix #339] Inflatable habitat parts have unreasonable inventories.
6+
* [Fix #341] AddPodInventories not called for initial crew capacity 0.
7+
* [Fix #348] Volumes of some parts are too high to fit the KIS containers.
8+
19
# 1.22 (May 30th, 2019):
210
* [Change] "Breaking ground" DLC support.
311
* [Change] Don't allow `KIS` to deploy or move the ground experiments.

Deps/CommunityCategoryKit/CCK.dll

0 Bytes
Binary file not shown.

Deps/CommunityCategoryKit/CCK.version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"KSP_VERSION":{
99
"MAJOR":1,
10-
"MINOR":6,
11-
"PATCH":0
10+
"MINOR":7,
11+
"PATCH":3
1212
},
1313
"KSP_VERSION_MIN":{
1414
"MAJOR":1,
@@ -17,14 +17,14 @@
1717
},
1818
"KSP_VERSION_MAX":{
1919
"MAJOR":1,
20-
"MINOR":6,
20+
"MINOR":8,
2121
"PATCH":9
2222
},
2323
"NAME": "Community Category Kit",
2424
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
2525
"VERSION": {
2626
"MAJOR": 4,
27-
"MINOR": 1,
27+
"MINOR": 3,
2828
"PATCH": 0,
2929
"BUILD": 0
3030
}

Deps/CommunityCategoryKit/CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
4.2.0 - 2019.08.04
2+
------------------
3+
KSP 1.7.x Compatibility
4+
15
4.1.0 - 2019.02.05
26
------------------
37
KSP 1.6.x Compatibility
-2.55 KB
Loading

Deps/ModuleManager.4.0.2.dll

-132 KB
Binary file not shown.

0 commit comments

Comments
 (0)