diff --git a/Changelog.txt b/Changelog.txt index 805241c..ebe21ca 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -26,4 +26,7 @@ 0.1.9 Added change suggested by forum user @jebs_sy to have the camera focus on the vessel (center of mass) instead of a part when leaving the hull camera - Updated for 1.4.1 \ No newline at end of file + Updated for 1.4.1 + +0.1.9.1 + Disabled log spam \ No newline at end of file diff --git a/GameData/HullCameraVDS/HullcamVDSContinued.version b/GameData/HullCameraVDS/HullcamVDSContinued.version index eb8584c..287f5db 100644 --- a/GameData/HullCameraVDS/HullcamVDSContinued.version +++ b/GameData/HullCameraVDS/HullcamVDSContinued.version @@ -11,11 +11,21 @@ "MAJOR": 0, "MINOR": 1, "PATCH": 9, - "BUILD": 0 + "BUILD": 1 }, "KSP_VERSION": { "MAJOR": 1, "MINOR": 4, "PATCH": 1 + }, + "KSP_VERSION_MIN": { + "MAJOR": 1, + "MINOR": 4, + "PATCH": 1 + }, + "KSP_VERSION_MAX": { + "MAJOR": 1, + "MINOR": 4, + "PATCH": 99 } } diff --git a/HullCamera/AssemblyVersion.cs b/HullCamera/AssemblyVersion.cs index 066efc1..19ac849 100644 --- a/HullCamera/AssemblyVersion.cs +++ b/HullCamera/AssemblyVersion.cs @@ -10,4 +10,4 @@ using System.Reflection; - [assembly: AssemblyVersion("0.1.9.0")] \ No newline at end of file + [assembly: AssemblyVersion("0.1.9.1")] \ No newline at end of file diff --git a/HullCamera/CameraFilters/CameraFilter.cs b/HullCamera/CameraFilters/CameraFilter.cs index fc5945e..680a0da 100644 --- a/HullCamera/CameraFilters/CameraFilter.cs +++ b/HullCamera/CameraFilters/CameraFilter.cs @@ -154,10 +154,10 @@ public virtual void RenderImageWithFilter(RenderTexture source, RenderTexture ta public virtual void RenderTitlePage(bool title, Texture2D titleTex) { - //Debug.Log("RenderTitlePage"); + //Debug.Log("RenderTitlePage"); if (mtShader == null) { - Debug.Log("mtShader is null"); + //Debug.Log("mtShader is null"); return; } mtShader.SetFloat("_Title", (title && titleTex != null ? 1 : 0)); diff --git a/HullcamVDSContinued.version b/HullcamVDSContinued.version index eb8584c..287f5db 100644 --- a/HullcamVDSContinued.version +++ b/HullcamVDSContinued.version @@ -11,11 +11,21 @@ "MAJOR": 0, "MINOR": 1, "PATCH": 9, - "BUILD": 0 + "BUILD": 1 }, "KSP_VERSION": { "MAJOR": 1, "MINOR": 4, "PATCH": 1 + }, + "KSP_VERSION_MIN": { + "MAJOR": 1, + "MINOR": 4, + "PATCH": 1 + }, + "KSP_VERSION_MAX": { + "MAJOR": 1, + "MINOR": 4, + "PATCH": 99 } }