Releases: linuxgurugamer/ResonantOrbitCalculator
Releases · linuxgurugamer/ResonantOrbitCalculator
0.0.7.1
0.0.7
Added LOS length calculation and display
Fixed bug with up/down arrows not being displaed after 2nd display
Replaced all GUILayout.BeginHorizontal() and GUILayout.BeginVertical() with the "using (new GUILayout.HorizontalScope())" and "using (new GUILayout.VerticalScope())"
Small optimization by moving init of GUIStyles into ToolbarRegistration
Added buttons to select units display
m, km, Mm, Gm
0.0.6.3
Added AssemblyFileVersion
Updated version file for 1.12
0.0.6.2
Added informative text to explain how to use with KAC when KAC is available
0.0.6.1
Fixed incorrect alarms being added to KAC for sat deployments
Fixed up/down arrows being shown in the increment/decrement buttons
0.0.6
Added InstallChecker
Updated for KSP 1.8
0.0.5.2
Moved images back into PluginData
Thanks to @4x4cheesecake for this:
Fix planet preview generation (especially for Kopernicus)
0.0.5.1
Moved thumbnail generation from the main menu to the space center scene
Added check for Kopernicus already generated
0.0.5
Moved images out of pluginData folder, for performance (toolbar now uses the unBlur mod)
Moved PlanetSelector class into it's own file
Added code to check for Kopernicus, and if it does, writes a temporary cfg to disable the on-demand code in
Kopernicuus at the next boot to initialize the thumbnails
Added entry to settings page to force generation of thumbnails at next boot, only available when Kopernicus is installed
Removed unnecessary "using" lines
Updated AssemblyVersion.tt for location-independent builds
0.0.4.1
Fixed a grammer mistake
Removed KSP_VERSION from the .version file