Skip to content

Commit

Permalink
Version 1.3.99.0 - BETA!
Browse files Browse the repository at this point in the history
# Version 1.3.99.0 - BETA!
- <p style="color: #FF0000;"><b>DO A CLEAN INSTALL: DELETE EXISTING THEN RE-INSTALL</color></b></p>
- <h1 style="color: #FF0000;"><b>BETA SOFTWARE - CAVEAT EMPTOR</color></b></h1>

- usual spring cleaning and automation

- update folder structure
- update to modern back-end automation
- resolves issue #6
  ## Update
  - recompile for KSP 1.12.2
  - update to .NET 4.7.2
  - update to C# 9.0
  - renamed ModuleKaboom.cs to Kaboom.cs
  • Loading branch information
zer0Kerbal committed Sep 17, 2021
1 parent 0ea9508 commit 6e3f398
Show file tree
Hide file tree
Showing 23 changed files with 496 additions and 45 deletions.
20 changes: 20 additions & 0 deletions Changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,26 @@ KERBALCHANGELOG
license = GPLv2
author = russnash37, zer0Kerbal
VERSION
{
version = 1.3.99.0
versionName = BETA TEST
change = update folder structure
change = update to modern back-end automation
CHANGE
{
change = Updated
subchange = recompile for KSP 1.12.2
subchange = update to .NET 4.7.2
subchange = update to C#
subchange = updated Version.tt to 2.0.0.2
}
CHANGE
{
change = Issues Resolved
subchange = - resolves issue #
}
}
VERSION
{
version = 1.3.0.0
versionName = Moar Booms!
Expand Down
85 changes: 85 additions & 0 deletions GameData/Kaboom/Changelog.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
// Changelog.cfg v1.0.0.0
// Kaboom!
// created: 2020 02 25
// updated: 15 Jul 2021

KERBALCHANGELOG
{
showChangelog = True
modName = Kaboom!
license = GPLv2
author = russnash37, zer0Kerbal
VERSION
{
version = 1.3.99.0
versionName = BETA TEST
change = update folder structure
change = update to modern back-end automation
CHANGE
{
change = Updated
subchange = recompile for KSP 1.12.2
subchange = update to .NET 4.7.2
subchange = update to C#
subchange = updated Version.tt to 2.0.0.2
}
CHANGE
{
change = Issues Resolved
subchange = - resolves issue #
}
}
VERSION
{
version = 1.3.0.0
versionName = Moar Booms!
change = update folder structure
change = update to modern back-end automation
CHANGE
{
change = Updated
subchange = recompile for KSP 1.12.x
subchange = update to .NET 4.7.2
subchange = update to C# 9.0
subchange = renamed ModuleKaboom.cs to Kaboom.cs
}
CHANGE
{
change = Issues Resolved
subchange = - resolves issue #6
}
}
VERSION
{
version = 1.2.0.0
versionName = Now with more BOOM!
change = >>-- adoption by zer0Kerbal --<<
change = recompile for KSP 1.7.3 with .NET 3.5
change = usual spring cleaning and automation
change = Add red switch safety plate to PAW
change = create new thread
}
VERSION
{
version = 1.1.3
versionName = for Kerbal Space Program 1.4.3
change = Released on 2017-06-25
change = Updated for compatibility with KSP 1.3.
}
VERSION
{
version = 1.1.2
versionName = for Kerbal Space Program 1.2
change = Released on 2016-10-16
change = Updated to support KSP 1.2
}
VERSION
{
version = 1.1.1
versionName = for Kerbal Space Program 1.1.3
change = Released on 2016-07-09
}
}

// GPLv2
// zer0Kerbal
42 changes: 42 additions & 0 deletions GameData/Kaboom/Kaboom.version
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"NAME" : "Kaboom",
"URL" : "https://raw.githubusercontent.com/zer0Kerbal/Kaboom/master/Kaboom.version",
"DOWNLOAD" : "https://www.curseforge.com/kerbal/ksp-mods/kabooom/files/3392488",
"CHANGE_LOG_URL" : "https://raw.githubusercontent.com/zer0Kerbal/Kaboom/master/Changelog.cfg",
"GITHUB" :
{
"USERNAME" : "zer0Kerbal",
"REPOSITORY" : "Kaboom",
"ALLOW_PRE_RELEASE" : false
},
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 3,
"PATCH" : 99,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 12,
"PATCH" : 2
},
"KSP_VERSION_MIN" :
{
"MAJOR" : 1,
"MINOR" : 7,
"PATCH" : 1
},
"KSP_VERSION_MAX" :
{
"MAJOR" : 1,
"MINOR" : 12,
"PATCH" : 9999
},
"INSTALL_LOC" :
{
"NAME" : "Kaboom",
"DIRECTORY" : "Kaboom"
}
}
157 changes: 157 additions & 0 deletions GameData/Kaboom/Readme.htm

Large diffs are not rendered by default.

Binary file modified GameData/Kaboom/plugins/Kaboom.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Kaboom.version
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
{
"MAJOR" : 1,
"MINOR" : 3,
"PATCH" : 0,
"PATCH" : 99,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 12,
"PATCH" : 1
"PATCH" : 2
},
"KSP_VERSION_MIN" :
{
Expand Down
157 changes: 157 additions & 0 deletions Readme.htm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion json/code.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "Code",
"labelColor": "66ccff",
"message": "<.Net 4.7.2> <Unity 2019.2.2f1> <C# 9.0>",
"message": "˂˂.Net 4.7.2˃˃ ˂˂Unity 2019.2.2f1˃˃ ˂˂C#˃˃",
"color": "darkblue",
"style": "plastic"
}
2 changes: 1 addition & 1 deletion json/ksp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "KSP",
"labelColor": "darkblue",
"message": "1.12.1",
"message": "1.12.2",
"color": "66ccff",
"style": "plastic"
}
2 changes: 1 addition & 1 deletion json/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "Kaboom",
"labelColor": "darkgreen",
"message": "1.3.0.0",
"message": "1.3.99.0",
"color": "orange",
"style": "plastic"
}
2 changes: 1 addition & 1 deletion source/Kaboom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private void CancelKaboomIt()
{
Events["CancelKaboomEvent"].active = false;
Events["KaboomEvent"].active = true;
ScreenMessages.PostScreenMessage("Kaboom cancelled.", 5.0f, ScreenMessageStyle.UPPER_CENTER);
ScreenMessages.PostScreenMessage("Kaboom canceled.", 5.0f, ScreenMessageStyle.UPPER_CENTER);
timerActive = false;
}

Expand Down
2 changes: 1 addition & 1 deletion source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("rushnash37, zer0Kerbal")]
[assembly: AssemblyProduct("Kaboom!")]
[assembly: AssemblyCopyright("Copyright © 2020 All Rights Reserved")]
[assembly: AssemblyCopyright("Copyright © 2020, 2021 All Rights Reserved")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
35 changes: 19 additions & 16 deletions source/Properties/Version.cs
Original file line number Diff line number Diff line change
@@ -1,24 +1,27 @@
//<17>
//17
//
// Automatically generated code. Any changes will be lost!
using System.Reflection;
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
//

using System.Reflection;

//[assembly: AssemblyFileVersion("1.3.0.0")]
[assembly: AssemblyVersion("1.3.0.0")]
[assembly: AssemblyFileVersion("1.3.99.17")]
[assembly: AssemblyVersion("1.3.99.0")]

namespace Kaboom
{
public static class Version
{
public const int major = 1;
public const int minor = 3;
public const int patch = 0;
public const int build = 0;
public const string Number = "1.3.0.0";
public static class Version
{
public const int major = 1;
public const int minor = 3;
public const int patch = 99;
public const int build = 0;
public const string Number = "1.3.99.0";
#if DEBUG
public const string Text = Number + " DEBUG";
public const string Text = Number + " DEBUG";
#else
public const string Text = Number + "";
public const string Text = Number + "";
#endif
}
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 9 additions & 9 deletions source/TechChecker.cs → source/Support/TechCheckerv1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public static bool TechAvailable
get;
set;
}

public static bool RealChutes
{
get;
Expand Down Expand Up @@ -103,14 +103,14 @@ private void CheckRealChutes()
}
}

private void OnShowUI()
{
Kaboom.HideUI = false;
}
//private void OnShowUI()
//{
// Kaboom.HideUI = false;
//}

private void OnHideUI()
{
Kaboom.HideUI = true;
}
//private void OnHideUI()
//{
// Kaboom.HideUI = true;
//}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
13 changes: 0 additions & 13 deletions source/bin/Debug/Kaboom.xml

This file was deleted.

0 comments on commit 6e3f398

Please sign in to comment.