Skip to content

Commit

Permalink
Release-213. SterlingSystems multistar support and KSPAssemblyDepende…
Browse files Browse the repository at this point in the history
…ncy fix.
  • Loading branch information
R-T-B committed Aug 30, 2024
1 parent e2b4525 commit 948bb77
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
Kopernicus
==============================
August 15th, 2024
August 29th, 2024
* Created by: BryceSchroeder and Nathaniel R. Lewis (Teknoman117)
* Actively maintained by: Prestja and R-T-B.
* Formerly maintained by: Thomas P., NathanKell and KillAshley
* Additional Content by: Democat3457, Gravitasi, aftokino, KCreator, Padishar, Kragrathea, OvenProofMars, zengei, MrHappyFace, Sigma88, Majiir (CompatibilityChecker), blackrack/LGHassen (shaders/GPL'd scatterer code)
* Much thanks to Sarbian for ModuleManager and ModularFlightIntegrator

New in this latest version release-212:
New in this latest version release-213:

1.) More robust occulusion code when target switching, now you can't "cheat" to get free sunlight anymore. :(
1.) Add new multistar codepath/support for Sterling Systems.

2.) Add KSPAssemblyDependency that was missing for Harmony (how?!?!?!). This should help with a few load situations when dependency load orders are messy.

About
-----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"MAJOR": 1,
"MINOR": 12,
"PATCH": 1,
"BUILD": 212
"BUILD": 213
},
"KSP_VERSION_MIN":
{
Expand Down
2 changes: 1 addition & 1 deletion src/Kopernicus/Constants/CompatibilityChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class CompatibilityChecker : MonoBehaviour
#endif
internal const string VERSION_MINOR_LOWER_LIMIT = "8";
internal const string REVISION = "1";
internal const string KOPERNICUS = "212";
internal const string KOPERNICUS = "213";
public static Boolean IsCompatible()
{
/*-----------------------------------------------*\
Expand Down
1 change: 1 addition & 0 deletions src/Kopernicus/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
[assembly: KSPAssembly("Kopernicus", 1, 0)]
[assembly: KSPAssemblyDependency("Kopernicus.Parser", 1, 0)]
[assembly: KSPAssemblyDependency("ModularFlightIntegrator", 1, 0)]
[assembly: KSPAssemblyDependency("HarmonyKSP", 1, 0)]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.12." + CompatibilityChecker.KOPERNICUS + ".0")]
[assembly: LogAggregator("GameData/ModuleManager.ConfigCache")]
Expand Down

0 comments on commit 948bb77

Please sign in to comment.