Skip to content

Commit

Permalink
FInal commit for 1.36.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmachine committed Oct 18, 2024
1 parent be16a28 commit c2dcbf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GameData/KSPCommunityFixes/KSPCommunityFixes.version
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 0 additions & 2 deletions KSPCommunityFixes/Performance/PartSystemsFastUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions KSPCommunityFixes/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]

0 comments on commit c2dcbf3

Please sign in to comment.