Increased update polling frequency

Added CKAN support
This commit is contained in:
cecil 2017-11-12 13:30:10 -05:00
parent c6dc673084
commit c96143a573
6 changed files with 13 additions and 9 deletions

View file

@ -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/"
}
}

View file

@ -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")]

View file

@ -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)]

6
README
View file

@ -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.

Binary file not shown.