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.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
1 parent
06bfeed
commit a893dd4
Showing
30 changed files
with
1,122 additions
and
355 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
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. |
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,3 +1,5 @@ | ||
Kaboom! (c) � 2017, 2021 zer0Kerbal ([email protected]) | ||
|
||
GNU GENERAL PUBLIC LICENSE | ||
Version 2, June 1991 | ||
|
||
|
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,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. |
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,3 +1,5 @@ | ||
Kaboom! (c) � 2017, 2021 zer0Kerbal ([email protected]) | ||
|
||
GNU GENERAL PUBLIC LICENSE | ||
Version 2, June 1991 | ||
|
||
|
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,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 |
Oops, something went wrong.