Skip to content

Commit

Permalink
Update for KSP 1.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
JPLRepo committed Feb 16, 2019
1 parent e4d1f7b commit 298c6bb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
V0.1.17.0
V0.1.18.0
Re-Compile for KSP 1.6.x.
Fix Camera HDR issue (thanks LinuxGuruGamer)
V0.1.17.0
Re-Compile for KSP 1.5.1.
Added German Localization (thanks Nils277)
Added Spanish Localization (thanks Fitiales)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"NAME":"JSIAdvTransparentPods",
"URL":"http://ksp-avc.cybutek.net/version.php?id=287",
"DOWNLOAD":"http://spacedock.info/mod/598/JSI%20Advanced%20Transparent%20Pods",
"VERSION":{"MAJOR":0,"MINOR":1,"PATCH":17,"BUILD":0},
"KSP_VERSION":{"MAJOR":1,"MINOR":5,"PATCH":1},
"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":5,"PATCH":0},
"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":5,"PATCH":99}
"VERSION":{"MAJOR":0,"MINOR":1,"PATCH":18,"BUILD":0},
"KSP_VERSION":{"MAJOR":1,"MINOR":6,"PATCH":1},
"KSP_VERSION_MIN":{"MAJOR":1,"MINOR":6,"PATCH":0},
"KSP_VERSION_MAX":{"MAJOR":1,"MINOR":6,"PATCH":99}
}
Binary file not shown.
2 changes: 1 addition & 1 deletion JSITransparentPods/JSIAdvTransparentPod.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public override void OnStart(StartState state)
}
if (transparentShader == null)
{
JSIAdvPodsUtil.Log("transparentShader {0} not found.", transparentShaderName);
JSIAdvPodsUtil.Log("transpartShader {0} not found.", transparentShaderName);
}
foreach (string transformName in transparentTransforms.Split('|'))
{
Expand Down
4 changes: 2 additions & 2 deletions JSITransparentPods/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// 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.1.17.0")]
[assembly: AssemblyFileVersion("0.1.17.0")]
[assembly: AssemblyVersion("0.1.18.0")]
[assembly: AssemblyFileVersion("0.1.18.0")]

0 comments on commit 298c6bb

Please sign in to comment.