Skip to content

Commit

Permalink
Increased update polling frequency
Browse files Browse the repository at this point in the history
Added CKAN support
  • Loading branch information
cecil committed Nov 12, 2017
1 parent c6dc673 commit c96143a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 9 deletions.
10 changes: 10 additions & 0 deletions AlphabeticalKerbals.netkan
Original file line number Diff line number Diff line change
@@ -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/"
}
}
4 changes: 2 additions & 2 deletions AlphabeticalKerbals/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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")]
2 changes: 1 addition & 1 deletion AlphabeticalKerbals/SceneHooks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
6 changes: 0 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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 modified distrib/AlphabeticalKerbals.zip
Binary file not shown.
Binary file modified distrib/AlphabeticalKerbals/AlphabeticalKerbals.dll
Binary file not shown.

0 comments on commit c96143a

Please sign in to comment.