Skip to content

Commit

Permalink
Version 1.3.99.2 - BETA III
Browse files Browse the repository at this point in the history
# Version 1.3.99.2 - BETA III

- 08 Oct 2021
- Beta Release for Kerbal Space Program [KSP 1.12.2]

***

### Added

- Localization [en-us.cfg]
- ***your localization here***

### `Code'

- thank you to ['@flart'](https://forum.kerbalspaceprogram.com/index.php?/profile/181486-flart/) @yalov
- if glued kaboom is enabled and there was in-flight docking, docking ports kaboom together
- longer ScreenMessage
- remove unnecessary usings
- update .csproj

### Status

  - Issues/MileStones
    - closes #14 - Beta One: 1.3.99.0 (file version 1.3.99.17)
    - updates #33 - Localization project - contributed by zer0kerbal
    - updates #22 - Localization - en-us.cfg (English) - all but one string - contributed by zer0kerbal
    - closes #26 - [ImgBot] Optimize images - contributed by imgbot[bot]
    - closes #27 - WeldingDockingPorts documentation, contributed by yalov
    - closes #29 - upstream for 1.3.99.2-Beta-3 - contributed by zer0Kerbal
    - closes #31 - Merge pull request #29 from zer0Kerbal/master upstream - contributed by zer0Kerbal
    - closes #9 - compile for KSP 1.12.2 - .NET 4.7.2 - C# 10.0 - contributed by zer0Kerbal

 - Bug
   - opened #32 - Kaboom Safety Cover not localized

  - *** Possible future changes ***
    - #33, #20, #21, #22 - more localizations
    - #25 - auto destruct during launch
    - #17, #18 - bigger boom, bigger badda-boom
    - #16 - boom stick
    - #1 - staging
  • Loading branch information
zer0Kerbal committed Oct 10, 2021
1 parent 06bfeed commit a893dd4
Show file tree
Hide file tree
Showing 30 changed files with 1,122 additions and 355 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.
50 changes: 49 additions & 1 deletion Changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,61 @@
// 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
Expand Down
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.
50 changes: 49 additions & 1 deletion GameData/Kaboom/Changelog.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,61 @@
// 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
Expand Down
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
4 changes: 2 additions & 2 deletions GameData/Kaboom/Kaboom.version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"NAME" : "Kaboom",
"NAME" : "Kaboom! (BOOM)",
"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",
Expand All @@ -14,7 +14,7 @@
"MAJOR" : 1,
"MINOR" : 3,
"PATCH" : 99,
"BUILD" : 1
"BUILD" : 2
},
"KSP_VERSION" :
{
Expand Down
52 changes: 41 additions & 11 deletions GameData/Kaboom/Localization/en-us.cfg
Original file line number Diff line number Diff line change
@@ -1,26 +1,56 @@
// Changelog.cfg v1.1.1.0
// Kaboom! (BOOM)
// created: 25 Feb 2020
// updated: 05 Oct 2021

// Auto generated by KSPDev Localization tool at: 8/28/2021 4:44:57 PM
// Total strings: 5
// Total words: 7
Localization
{
en-us
{

// ********** Type: Kaboom.ModuleKaboom, KSP Actions
#BOOM-modname = Kaboom!
#BOOM-modnameV = Kaboom! v<<0>>

#Kaboom_ModuleKaboom_KaboomAction = Kaboom!

// ********** Type: Kaboom.ModuleKaboom, KSP Events

#Kaboom_ModuleKaboom_CancelKaboomEvent = Cancel Kaboom!
#Kaboom_ModuleKaboom_KaboomEvent = Kaboom!
// ********** Type: Kaboom.ModuleKaboom, KSP Fields
#BOOM-GroupName = Kaboom
#BOOM-delay = Kaboom delay
#BOOM-KaboomEvent = Kaboom!
#BOOM-Cancel = Cancel Kaboom!
#BOOM-SafetyCover = Kaboom Safety Cover
#BOOM-KaboomItMsg = Kaboom set for <<0>> seconds.
#BOOM-CancelKoboomIt = Kaboom canceled.

// ********** Type: Kaboom.Welding
#BOOM-MergePartsMsg = You cannot weld the root part! <<0>>
#BOOM-WeldingData-A = Docked vessels detected, unable to explode the pocking port.\nTrying to explode both docking ports
#BOOM-WeldingData-B = This part need to have 2 parts on attachment nodes
#BOOM-WeldingData-C = This part is the root part! Cancelling

// ********** Type: Kaboom.ModuleKaboom, KSP Fields
#BOOM-GluedEvent = Superklue

#Kaboom_ModuleKaboom_delay = Kaboom delay
#Kaboom_ModuleKaboom_delay_Units = Seconds
#BOOM-ModuleKaboom-delay = Kaboom delay
#BOOM-ModuleKaboom-delay-Units = Seconds

// ********** Global strings
#BOOM-settings-titl = Kaboom! Settings
#BOOM-settings-sect = Kaboom! (BOOM)
#BOOM-settings-disp = Kaboom!

#BOOM-settings-softExplode = Soft Explode
#BOOM-settings-softExplode-tt = Kaboom explosions make less fire

#BOOM-settings-coloredPaw = PAW Safety Cover is Red
#BOOM-settings-coloredPaw-tt = Red color coding of Kaboom Safety Cover in the Part Action Window.\nUpdates after scene change.

#BOOM-settings-xDebug = Debug?
#BOOM-settings-xDebug-tt = Enable for debug features (if any) (default = false/off)

#BOOM-settings-xLogging = Extra Logging?
#BOOM-settings-xLogging-tt = Enable this for extra logging features (if any) (default = false/off)\ngame performance will probably be negatively effected.
}
}

// GPLv2 BY
// zer0Kerbal
Loading

0 comments on commit a893dd4

Please sign in to comment.