forked from russnash/Kaboom
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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
1 parent
0ea9508
commit 6e3f398
Showing
23 changed files
with
496 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.