Increased update polling frequency
Added CKAN support
This commit is contained in:
parent
c6dc673084
commit
c96143a573
6 changed files with 13 additions and 9 deletions
10
AlphabeticalKerbals.netkan
Normal file
10
AlphabeticalKerbals.netkan
Normal 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/"
|
||||
}
|
||||
}
|
|
@ -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")]
|
||||
|
|
|
@ -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
6
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.
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue