Skip to content

Commit

Permalink
Merge pull request #334 from ihsoft/next
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft authored Sep 8, 2022
2 parents 8a5fd4e + 964d05f commit ba40aaf
Show file tree
Hide file tree
Showing 16 changed files with 48 additions and 35 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.12 (September 7th, 2022):
* [Fix] Set a proper normal texture to the RTS hose.

# 1.11 (June 3rd, 2022):
* [Enhancement #329] Bring back haroon and grapling hook.

Expand Down
Binary file modified Deps/CommunityCategoryKit/CCK.dll
Binary file not shown.
50 changes: 25 additions & 25 deletions Deps/CommunityCategoryKit/CCK.version
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"DOWNLOAD": "https://github.com/BobPalmer/CommunityCategoryKit/releases",
"NAME": "Community Category Kit",
"URL": "https://raw.githubusercontent.com/UmbraSpaceIndustries/CommunityCategoryKit/main/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
"DOWNLOAD": "https://github.com/UmbraSpaceIndustries/CommunityCategoryKit/releases",
"GITHUB": {
"ALLOW_PRE_RELEASE": false,
"REPOSITORY": "CommunityCategoryKit",
"USERNAME": "BobPalmer"
},
"ALLOW_PRE_RELEASE": false,
"REPOSITORY": "CommunityCategoryKit",
"USERNAME": "UmbraSpaceIndustries"
},
"VERSION": {
"BUILD": 112,
"MAJOR": 0,
"MINOR": 1,
"PATCH": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 9,
"PATCH": 1
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 99,
"PATCH": 99
},
"MAJOR": 1,
"MINOR": 12,
"PATCH": 3
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 8,
"PATCH": 0
},
"NAME": "Community Category Kit",
"URL": "https://raw.githubusercontent.com/BobPalmer/CommunityCategoryKit/master/FOR_RELEASE/GameData/CommunityCategoryKit/CCK.version",
"VERSION": {
"BUILD": 0,
"MAJOR": 5,
"MINOR": 1,
"MAJOR": 1,
"MINOR": 8,
"PATCH": 0
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
"MINOR": 99,
"PATCH": 99
}
}
}
8 changes: 8 additions & 0 deletions Deps/CommunityCategoryKit/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
112.0 - 2021.09.19
------------------
KSP 1.12.x Compatibility

5.2.0 - 2020.12.20
------------------
KSP 1.11 Compatibility

4.3.0 - 2019.10.28
------------------
KSP 1.8.x Compatibility
Expand Down
3 changes: 2 additions & 1 deletion Deps/CommunityCategoryKit/common-filters.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ CCKCommonFilterConfig
{
name = Containers
tag = cck-containers
normalIcon = CommunityCategoryKit/icons/Containers
normalIcon = CommunityCategoryKit/icons/Containers_N
selectedIcon = CommunityCategoryKit/icons/Containers_S
usedByMod = Kerbal Inventory System (KIS)
usedByMod = Kerbal Attachment System (KAS)
}
Expand Down
Binary file added Deps/CommunityCategoryKit/icons/Containers_N.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Deps/ModuleManager.4.1.4.dll
Binary file not shown.
Binary file added Deps/ModuleManager.4.2.2.dll
Binary file not shown.
6 changes: 3 additions & 3 deletions KAS.version
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"NAME": "KAS",
"URL": "https://github.com/ihsoft/KAS/blob/master/KAS.version",
"VERSION": {
"BUILD": 42072,
"BUILD": 34332,
"MAJOR": 1,
"MINOR": 11,
"PATCH": 8189
"MINOR": 12,
"PATCH": 8285
}
}
1 change: 1 addition & 0 deletions Parts/RTS1/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ PART
pipeTextureRescaleMode = TileFromTarget
pipeDiameter = 0.07
pipeTexturePath = KAS/Textures/hose-d70-1kn
pipeNormalsTexturePath = KAS/Textures/hose-d70-1knNRM
pipeTextureSamplesPerMeter = 1

sourceJoint
Expand Down
6 changes: 3 additions & 3 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion ("1.11.*")]
[assembly: AssemblyInformationalVersion ("1.11 for KSP v1")]
[assembly: KSPAssembly ("KAS", 1, 11)]
[assembly: AssemblyVersion ("1.12.*")]
[assembly: AssemblyInformationalVersion ("1.12 for KSP v1")]
[assembly: KSPAssembly ("KAS", 1, 12)]
[assembly: AssemblyFlags (AssemblyNameFlags.PublicKey)]
Binary file added Textures/hose-d70-1knNRM.dds
Binary file not shown.
2 changes: 1 addition & 1 deletion Tools/publish_curseforge_args.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--github=ihsoft/KAS
--versions=latest_all_builds
--title=KAS {tag}
--archive=../KAS_v1.11.zip
--archive=../KAS_v1.12.zip
2 changes: 1 addition & 1 deletion Tools/publish_github_args.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
--changelog=../CHANGELOG.md
--as_draft
--title=KAS v{tag}
--archive=../KAS_v1.11.zip
--archive=../KAS_v1.12.zip
2 changes: 1 addition & 1 deletion Tools/publish_spacedock_args.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
--changelog=../CHANGELOG.md
--github=ihsoft/KAS
--ksp_version=latest
--archive=../KAS_v1.11.zip
--archive=../KAS_v1.12.zip

0 comments on commit ba40aaf

Please sign in to comment.