From c2dcbf3f1d32b4d361989d5375a5c24db69656a9 Mon Sep 17 00:00:00 2001 From: gotmachine <24925209+gotmachine@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:30:35 +0200 Subject: [PATCH] FInal commit for 1.36.0 release --- GameData/KSPCommunityFixes/KSPCommunityFixes.version | 2 +- KSPCommunityFixes/Performance/PartSystemsFastUpdate.cs | 2 -- KSPCommunityFixes/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/GameData/KSPCommunityFixes/KSPCommunityFixes.version b/GameData/KSPCommunityFixes/KSPCommunityFixes.version index efa1a24..1c5aa63 100644 --- a/GameData/KSPCommunityFixes/KSPCommunityFixes.version +++ b/GameData/KSPCommunityFixes/KSPCommunityFixes.version @@ -2,7 +2,7 @@ "NAME": "KSPCommunityFixes", "URL": "https://raw.githubusercontent.com/KSPModdingLibs/KSPCommunityFixes/master/GameData/KSPCommunityFixes/KSPCommunityFixes.version", "DOWNLOAD": "https://github.com/KSPModdingLibs/KSPCommunityFixes/releases", - "VERSION": {"MAJOR": 1, "MINOR": 36, "PATCH": 1, "BUILD": 0}, + "VERSION": {"MAJOR": 1, "MINOR": 36, "PATCH": 0, "BUILD": 0}, "KSP_VERSION": {"MAJOR": 1, "MINOR": 12, "PATCH": 5}, "KSP_VERSION_MIN": {"MAJOR": 1, "MINOR": 8, "PATCH": 0}, "KSP_VERSION_MAX": {"MAJOR": 1, "MINOR": 12, "PATCH": 5} diff --git a/KSPCommunityFixes/Performance/PartSystemsFastUpdate.cs b/KSPCommunityFixes/Performance/PartSystemsFastUpdate.cs index 1155c25..0498a2b 100644 --- a/KSPCommunityFixes/Performance/PartSystemsFastUpdate.cs +++ b/KSPCommunityFixes/Performance/PartSystemsFastUpdate.cs @@ -19,8 +19,6 @@ protected override void ApplyPatches() AddPatch(PatchType.Override, typeof(Highlighter), nameof(Highlighter.UpdateRenderers)); AddPatch(PatchType.Override, typeof(CModuleLinkedMesh), nameof(CModuleLinkedMesh.TrackAnchor)); - - // next thing to look into : Part.Update calling GetBlackBodyRadiation() all the time, even when no renderers in temperatureRenderer : 1% frame time with 1000 parts. } private static void TemperatureGaugeSystem_Update_Override(TemperatureGaugeSystem tgs) diff --git a/KSPCommunityFixes/Properties/AssemblyInfo.cs b/KSPCommunityFixes/Properties/AssemblyInfo.cs index cde42d9..c69bac5 100644 --- a/KSPCommunityFixes/Properties/AssemblyInfo.cs +++ b/KSPCommunityFixes/Properties/AssemblyInfo.cs @@ -30,8 +30,8 @@ // Revision // [assembly: AssemblyVersion("1.36.1.0")] -[assembly: AssemblyFileVersion("1.36.1.0")] +[assembly: AssemblyFileVersion("1.36.0.0")] -[assembly: KSPAssembly("KSPCommunityFixes", 1, 36, 1)] +[assembly: KSPAssembly("KSPCommunityFixes", 1, 36, 0)] [assembly: KSPAssemblyDependency("MultipleModulePartAPI", 1, 0, 0)] [assembly: KSPAssemblyDependency("ModuleManager", 1, 0)]