Skip to content

Releases: linuxgurugamer/ResonantOrbitCalculator

0.0.7.1

20 Oct 21:06

Choose a tag to compare

v0.0.7.1
Using file: ChangeLog.txt
Fixed the tooltip window always being shown even when tooltips were disabled
Updated version file to use github for new version info

0.0.7

02 Jan 13:09

Choose a tag to compare

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

02 Oct 06:47

Choose a tag to compare

Added AssemblyFileVersion
Updated version file for 1.12

0.0.6.2

01 Sep 01:07

Choose a tag to compare

Added informative text to explain how to use with KAC when KAC is available

0.0.6.1

14 Apr 02:35

Choose a tag to compare

Fixed incorrect alarms being added to KAC for sat deployments
Fixed up/down arrows being shown in the increment/decrement buttons

0.0.6

03 Nov 02:20

Choose a tag to compare

Added InstallChecker
Updated for KSP 1.8

0.0.5.2

04 Aug 20:00

Choose a tag to compare

Moved images back into PluginData 
Thanks to @4x4cheesecake for this:
	Fix planet preview generation (especially for Kopernicus)

0.0.5.1

02 Jul 01:10

Choose a tag to compare

Moved thumbnail generation from the main menu to the space center scene
Added check for Kopernicus already generated

0.0.5

01 Jul 11:37

Choose a tag to compare

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

15 Mar 11:22

Choose a tag to compare

Fixed a grammer mistake
Removed KSP_VERSION from the .version file