diff --git a/AlphabeticalKerbals.netkan b/AlphabeticalKerbals.netkan new file mode 100644 index 0000000..34d997f --- /dev/null +++ b/AlphabeticalKerbals.netkan @@ -0,0 +1,10 @@ +{ + "spec_version" : 1, + "identifier" : "AlphabeticalKerbals", + "$kref" : "#/ckan/github/cecilkorik/AlphabeticalKerbals", + "license" : "CC0", + "ksp_version" : "1.3.1", + "resources": { + "homepage": "https://forum.kerbalspaceprogram.com/index.php?/topic/167202-wip-131-alphabeticalkerbals/" + } +} \ No newline at end of file diff --git a/AlphabeticalKerbals/Properties/AssemblyInfo.cs b/AlphabeticalKerbals/Properties/AssemblyInfo.cs index becac0e..c93c07d 100644 --- a/AlphabeticalKerbals/Properties/AssemblyInfo.cs +++ b/AlphabeticalKerbals/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.0.0")] -[assembly: AssemblyFileVersion("0.2.0.0")] +[assembly: AssemblyVersion("0.3.0.0")] +[assembly: AssemblyFileVersion("0.3.0.0")] diff --git a/AlphabeticalKerbals/SceneHooks.cs b/AlphabeticalKerbals/SceneHooks.cs index 7c5e612..0447d3d 100644 --- a/AlphabeticalKerbals/SceneHooks.cs +++ b/AlphabeticalKerbals/SceneHooks.cs @@ -12,7 +12,7 @@ namespace AlphabeticalKerbals public class AlphabetStatic { - public static readonly TimeSpan update_interval = new TimeSpan(0, 0, 0, 0, 750); + public static readonly TimeSpan update_interval = new TimeSpan(0, 0, 0, 0, 333); } [KSPAddon(KSPAddon.Startup.EditorAny, false)] diff --git a/README b/README index c9cfda3..8972d8b 100644 --- a/README +++ b/README @@ -4,9 +4,3 @@ This should make it easier to find the individual you are looking for in a long list, or simply make the list look tidier and more organized for anyone who prefers their Kerbals to be in alphabetical order instead of always having the most recent hires at the bottom. - -Current status: BETA - -Only functions in the VAB/SPH at the moment. Other Kerbal lists are not yet -sorted. Notably, I have not yet discovered a way to manipulate the dialog -that appears when doing a direct launch by clicking the launchpad. \ No newline at end of file diff --git a/distrib/AlphabeticalKerbals.zip b/distrib/AlphabeticalKerbals.zip index 7c77231..afe29da 100644 Binary files a/distrib/AlphabeticalKerbals.zip and b/distrib/AlphabeticalKerbals.zip differ diff --git a/distrib/AlphabeticalKerbals/AlphabeticalKerbals.dll b/distrib/AlphabeticalKerbals/AlphabeticalKerbals.dll index 0cd5eab..d5faa80 100644 Binary files a/distrib/AlphabeticalKerbals/AlphabeticalKerbals.dll and b/distrib/AlphabeticalKerbals/AlphabeticalKerbals.dll differ