Skip to content

Commit

Permalink
Merge pull request #35 from zer0Kerbal/1.3.99.2-Beta-3
Browse files Browse the repository at this point in the history
1.3.99.2 beta 3
  • Loading branch information
zer0Kerbal authored Oct 10, 2021
2 parents 56b1978 + 504341c commit 07fc153
Show file tree
Hide file tree
Showing 44 changed files with 2,001 additions and 346 deletions.
15 changes: 15 additions & 0 deletions COPYING.WTFPL
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
http://www.wtfpl.net/faq/

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2014 RussNash37 ([email protected])

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
108 changes: 95 additions & 13 deletions Changelog.cfg
Original file line number Diff line number Diff line change
@@ -1,38 +1,120 @@
// Changelog.cfg v1.0.0.0
// Changelog.cfg v1.1.1.0
// Kaboom!
// created: 2020 02 25
// updated: 15 Jul 2021

// updated: 20 Sep 2021
KERBALCHANGELOG
{
showChangelog = True
modName = Kaboom!
license = GPLv2
author = russnash37, zer0Kerbal
VERSION
{
version = 1.3.99.2-BETA-3
versionDate = 2021-10-09
versionKSP = 1.12.2
change = #26 - [ImgBot] Optimize images Mod-enhancement, In progress, upstream- contributed by imgbot[bot]
change = #27 - WeldingDockingPorts documentation, priority-0, In progress, code-issue- contributed by yalov
change = #29 - upstream for 1.3.99.2-Beta-3 upstream- contributed by zer0Kerbal
change = #31 - Merge pull request #29 from zer0Kerbal/master upstream- contributed by zer0Kerbal
change = #14 - Beta One: 1.3.99.0 (file version 1.3.99.17) documentation, Mod-enhancement, In progress, betareport, code-issue
CHANGE
{
type = Added
change = Localization
subChange = [en-us.cfg]
subChange = code localized
}
CHANGE
{
type = Code
change = SuperKlue in-flight docking ports
subChange = thank you to ['@flart'](https://forum.kerbalspaceprogram.com/index.php?/profile/181486-flart/) @yalov
subChange = if glued kaboom is enabled and there was in-flight docking, docking ports kaboom together
subChange = longer ScreenMessage
subChange = remove unnecessary usings
subChange = update .csproj
}
CHANGE
{
type = Status
change = Issues/MileStones
subChange = closes #14 - Beta One: 1.3.99.0 (file version 1.3.99.17)
subChange = updates #33 - Localization project - contributed by zer0kerbal
subChange = updates #22 - Localization - en-us.cfg (English) - all but one string - contributed by zer0kerbal
subChange = closes #26 - [ImgBot] Optimize images - contributed by imgbot[bot]
subChange = closes #27 - WeldingDockingPorts documentation, contributed by yalov
subChange = closes #29 - upstream for 1.3.99.2-Beta-3 - contributed by zer0Kerbal
subChange = closes #31 - Merge pull request #29 from zer0Kerbal/master upstream - contributed by zer0Kerbal
subChange = closes #9 - compile for KSP 1.12.2 - .NET 4.7.2 - C# 10.0 - contributed by zer0Kerbal
Change = Bug
subChange = opened #32 - Kaboom Safety Cover not localized
Change = Possible future changes
subChange = #33, #20, #21, #22 - more localizations
subChange = #25 - auto destruct during launch
subChange = #17, #18 - bigger boom, bigger badda-boom
subChange = #16 - boom stick
subChange = #1 - staging
}
}
VERSION
{
version = 1.4.0.0
versionName =
version = 1.3.99.1
versionName = BETA TEST 2
versionDate = 2021-09-20
versionKSP = 1.12.2
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
type = `Code' 📝 ✨
change = thank you to ['@flart'](https://forum.kerbalspaceprogram.com/index.php?/profile/181486-flart/) @yalov
change = Invoke() with delay instead of OnUpdate().
subChange = scale delay on timewarp. Parts are able to kaboom while timewarp
change = fix decoupling of decouplers on glued kaboom
change = fix missing title and fields for kabooming by kerbal within range
subChange = increase range to 10, same as EVA Construction Mode range
}
CHANGE
{
change = Issues Resolved
subchange = - resolves issue #
type = Issues Resolved ℹ️ ❌
change = ✔ resolves issue #12
}
CHANGE
{
type = Change
change = renamed [Patches] folder to [Compatibility]
}
}
VERSION
{
version = 1.3.99.0
versionName = BETA TEST 1
versionDate = 2021-09-16
versionKSP = 1.12.2
change = update folder structure
change = update to modern back-end automation
CHANGE
{
type = `Code' 📝 ✨
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!
versionDate = 2021-07-18
versionKSP = 1.12.2
change = update folder structure
change = update to modern back-end automation
CHANGE
Expand Down Expand Up @@ -81,5 +163,5 @@ KERBALCHANGELOG
}
}

// GPLv2
// GPLv2 BY
// zer0Kerbal
2 changes: 2 additions & 0 deletions GPLv2.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Kaboom! (c) � 2017, 2021 zer0Kerbal ([email protected])

GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Expand Down
15 changes: 15 additions & 0 deletions GameData/Kaboom/COPYING.WTFPL
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
http://www.wtfpl.net/faq/

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2014 RussNash37 ([email protected])

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
167 changes: 167 additions & 0 deletions GameData/Kaboom/Changelog.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,167 @@
// Changelog.cfg v1.1.1.0
// Kaboom!
// created: 2020 02 25
// updated: 20 Sep 2021
KERBALCHANGELOG
{
showChangelog = True
modName = Kaboom!
license = GPLv2
author = russnash37, zer0Kerbal
VERSION
{
version = 1.3.99.2-BETA-3
versionDate = 2021-10-09
versionKSP = 1.12.2
change = #26 - [ImgBot] Optimize images Mod-enhancement, In progress, upstream- contributed by imgbot[bot]
change = #27 - WeldingDockingPorts documentation, priority-0, In progress, code-issue- contributed by yalov
change = #29 - upstream for 1.3.99.2-Beta-3 upstream- contributed by zer0Kerbal
change = #31 - Merge pull request #29 from zer0Kerbal/master upstream- contributed by zer0Kerbal
change = #14 - Beta One: 1.3.99.0 (file version 1.3.99.17) documentation, Mod-enhancement, In progress, betareport, code-issue
CHANGE
{
type = Added
change = Localization
subChange = [en-us.cfg]
subChange = code localized
}
CHANGE
{
type = Code
change = SuperKlue in-flight docking ports
subChange = thank you to ['@flart'](https://forum.kerbalspaceprogram.com/index.php?/profile/181486-flart/) @yalov
subChange = if glued kaboom is enabled and there was in-flight docking, docking ports kaboom together
subChange = longer ScreenMessage
subChange = remove unnecessary usings
subChange = update .csproj
}
CHANGE
{
type = Status
change = Issues/MileStones
subChange = closes #14 - Beta One: 1.3.99.0 (file version 1.3.99.17)
subChange = updates #33 - Localization project - contributed by zer0kerbal
subChange = updates #22 - Localization - en-us.cfg (English) - all but one string - contributed by zer0kerbal
subChange = closes #26 - [ImgBot] Optimize images - contributed by imgbot[bot]
subChange = closes #27 - WeldingDockingPorts documentation, contributed by yalov
subChange = closes #29 - upstream for 1.3.99.2-Beta-3 - contributed by zer0Kerbal
subChange = closes #31 - Merge pull request #29 from zer0Kerbal/master upstream - contributed by zer0Kerbal
subChange = closes #9 - compile for KSP 1.12.2 - .NET 4.7.2 - C# 10.0 - contributed by zer0Kerbal
Change = Bug
subChange = opened #32 - Kaboom Safety Cover not localized
Change = Possible future changes
subChange = #33, #20, #21, #22 - more localizations
subChange = #25 - auto destruct during launch
subChange = #17, #18 - bigger boom, bigger badda-boom
subChange = #16 - boom stick
subChange = #1 - staging
}
}
VERSION
{
version = 1.3.99.1
versionName = BETA TEST 2
versionDate = 2021-09-20
versionKSP = 1.12.2
change = update folder structure
change = update to modern back-end automation
CHANGE
{
type = `Code' 📝 ✨
change = thank you to ['@flart'](https://forum.kerbalspaceprogram.com/index.php?/profile/181486-flart/) @yalov
change = Invoke() with delay instead of OnUpdate().
subChange = scale delay on timewarp. Parts are able to kaboom while timewarp
change = fix decoupling of decouplers on glued kaboom
change = fix missing title and fields for kabooming by kerbal within range
subChange = increase range to 10, same as EVA Construction Mode range
}
CHANGE
{
type = Issues Resolved ℹ️ ❌
change = ✔ resolves issue #12
}
CHANGE
{
type = Change
change = renamed [Patches] folder to [Compatibility]
}
}
VERSION
{
version = 1.3.99.0
versionName = BETA TEST 1
versionDate = 2021-09-16
versionKSP = 1.12.2
change = update folder structure
change = update to modern back-end automation
CHANGE
{
type = `Code' 📝 ✨
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!
versionDate = 2021-07-18
versionKSP = 1.12.2
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 BY
// zer0Kerbal
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
}
}

// GPLv2
// GPLv2 BY
// zer0Kerbal
2 changes: 2 additions & 0 deletions GameData/Kaboom/GPLv2.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Kaboom! (c) � 2017, 2021 zer0Kerbal ([email protected])

GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Expand Down
Loading

0 comments on commit 07fc153

Please sign in to comment.