From 1ed7376fd06c383fa9759583ab7fa9bdf5c6c5c4 Mon Sep 17 00:00:00 2001 From: enamelizer Date: Thu, 14 Nov 2013 20:09:05 -0800 Subject: [PATCH] Version 0.2.2.1 --- GameData/HrmHaystack/LICENCE.md | 20 +++++++++++++++++++ VS_Solution/HrmHaystack/HrmHaystack.cs | 2 +- .../HrmHaystack/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 GameData/HrmHaystack/LICENCE.md diff --git a/GameData/HrmHaystack/LICENCE.md b/GameData/HrmHaystack/LICENCE.md new file mode 100644 index 0000000..baa6514 --- /dev/null +++ b/GameData/HrmHaystack/LICENCE.md @@ -0,0 +1,20 @@ +The MIT License (MIT) + +Copyright (c) 2013 hermes-jr, Aaron DeMarre + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/VS_Solution/HrmHaystack/HrmHaystack.cs b/VS_Solution/HrmHaystack/HrmHaystack.cs index e94b972..fa502c2 100755 --- a/VS_Solution/HrmHaystack/HrmHaystack.cs +++ b/VS_Solution/HrmHaystack/HrmHaystack.cs @@ -45,7 +45,7 @@ public class HSBehaviour : MonoBehaviour private static List celestialBodyList; private static List filteredBodyList; - public static bool showCelestialBodies = false; + public static bool showCelestialBodies = true; // count types private static Dictionary typeCount; diff --git a/VS_Solution/HrmHaystack/Properties/AssemblyInfo.cs b/VS_Solution/HrmHaystack/Properties/AssemblyInfo.cs index 3d2f554..d75df9e 100755 --- a/VS_Solution/HrmHaystack/Properties/AssemblyInfo.cs +++ b/VS_Solution/HrmHaystack/Properties/AssemblyInfo.cs @@ -30,6 +30,6 @@ // 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.0.2.2")] -[assembly: AssemblyFileVersion("0.0.2.2")] +[assembly: AssemblyVersion("0.2.2.1")] +[assembly: AssemblyFileVersion("0.2.2.1")] [assembly: NeutralResourcesLanguageAttribute("en")]