From 556e09faffee887a3c69a22106bfd610ecaac399 Mon Sep 17 00:00:00 2001 From: zer0Kerbal <39887717+zer0Kerbal@users.noreply.github.com> Date: Sat, 26 Mar 2022 00:56:16 -0500 Subject: [PATCH] 2.4.99.0-adoption `` edition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 2.4.99.0-adoption `` edition ## adopted by zer0Kerbal * 25 Mar 2022 * Released for KSP 1.12.3 ### Code * Compile * .NET 4.7.2 * C# 10.0 * Update * [PreciseManeuver.csproj] * [PreciseManeuver.Unity.csproj] * [PreciseManeuver.sln] ### Unity * Recompile Assets * [precisemaneuverprefabs] * using Unity 2019.4.18f1 LTS * create * GameData/PreciseManeuver/ * Localization folder 📁 * Localization/[readme.md] v2.1.0.1 * Localization/[quickstart.md] v1.0.1.0 * create: [en-us.cfg] * create [es-es.cfg] * create [de-de.cfg] * create [ja.cfg] * create [ru.cfg] * create [zn-cn.cfg] * delete old [localizations.cfg] ### Localization * split localization into separate languages for easier handling * closes #12 - English * closes #14 - German (Deutsch) * closes #15 - Spanish (Español) * closes #18 - Japanese(日本語) * closes #19 - Russian (Русский) * closes #20 - Simplified Chinese (简体中文) * closes #29 - split localization into separate languages for easier handling * updates #11 - Localization - Master ### Create * folder structure * docs/ * Code/ * LegalMumboJumbo/ * [License.md] * [FORUM-01.png] * [404.md] * [Attribution.md] * [BasicInstructions.md] * [Localizations.md] * [ManualInstallation.md] * [readadme.md] v1.6.6.0 * root/ * _releasenotes * .gitattributes * .gitignore * .version file * changelog.md * [_buildJSON] v1.3.3.6.3 * [_buildRelease] v1.1.3.1 * [_deploy] v1.1.3.2 * [_gitClean] v1.0.2.0 * [_pullIssues] v1.1.0.1 * [_pullReleaseNotes] v1.1.01 * json/[_release] v1.0.3.0 * github/ * [.imgbotconfig] v2.0.0.0 * [_settings] v1.0.9.0 * workflows/ * [AVC-VersionFileValidator] v1.3.1 * [createIndexesfromMarkdown] v1.0.1.0 * [greetings] v1.1.0.1 ## Status * Issues * closes #9 * 2.4.99.0 Social Media * closes #8 * 2.4.99.0 Update Documentation * closes #7 * 2.4.99.0 Verify Legal Mumbo Jumbo * closes #6 * PreciseManeuver 2.4.99.0-adoption `` edition --- GameData/PreciseManeuver/2.4.99.0.htm | 211 +++++++-- GameData/PreciseManeuver/changelog.md | 611 ++++++++++++++++++++++---- GameData/PreciseManeuver/readme.htm | 63 ++- changelog.md | 179 +++++++- docs/ManualInstallation.md | 3 - docs/ReleaseNotes/2.4.99.0.htm | 254 +++++++++++ docs/ReleaseNotes/2.4.99.0.md | 161 +++++-- 7 files changed, 1261 insertions(+), 221 deletions(-) create mode 100644 docs/ReleaseNotes/2.4.99.0.htm diff --git a/GameData/PreciseManeuver/2.4.99.0.htm b/GameData/PreciseManeuver/2.4.99.0.htm index d1c56fd..4ba511f 100644 --- a/GameData/PreciseManeuver/2.4.99.0.htm +++ b/GameData/PreciseManeuver/2.4.99.0.htm @@ -1,91 +1,222 @@ + +

AdjustableModPanelVersion Precise Maneuver Version KSP version License AVC .version files

-

GitHub Pages


-

Version -1.5.99.0-adoption - See Clearly the Flames!

+

Version +2.4.99.0-adoption - <Kerbal Floating Point Precision> +edition

+

adopted by zer0Kerbal

    -
  • 12 Mar 2022
  • +
  • 25 Mar 2022
  • Release for Kerbal Space Program [KSP 1.12.x]

DO A CLEAN INSTALL:
DELETE EXISTING INSTALLATION THEN RE-INSTALL

-

Download from CurseForge

+

Download from CurseForge

-

Changes

+

Code

+
    +
  • Compile +
      +
    • .NET 4.7.2
    • +
    • C# 10.0
    • +
  • +
  • Update +
      +
    • [PreciseManeuver.csproj]
    • +
    • [PreciseManeuver.Unity.csproj]
    • +
    • [PreciseManeuver.sln]
    • +
  • +
+

Unity

+
    +
  • Recompile Assets

    +
      +
    • [precisemaneuverprefabs]
    • +
    • using Unity 2019.4.18f1 LTS
    • +
  • +
  • create

    +
      +
    • GameData/PreciseManeuver/ +
        +
      • Localization folder 📁 +
          +
        • Localization/[readme.md] v2.1.0.1
        • +
        • Localization/[quickstart.md] v1.0.1.0 +
            +
          • create: [en-us.cfg]
          • +
          • create [es-es.cfg]
          • +
          • create [de-de.cfg]
          • +
          • create [ja.cfg]
          • +
          • create [ru.cfg]
          • +
          • create [zn-cn.cfg]
          • +
        • +
      • +
      • delete old [localizations.cfg]
      • +
    • +
  • +
+

Localization

+
    +
  • split localization into separate languages for easier handling
      -
    • adopted by zer0Kerbal
    • +
    • closes #12 - English <us-en.cfg>
    • +
    • closes #14 - German (Deutsch) <de.cfg>
    • +
    • closes #15 - Spanish (Español) <es-es.cfg>
    • +
    • closes #18 - Japanese(日本語) <ja.cfg>
    • +
    • closes #19 - Russian (Русский) <ru.cfg>
    • +
    • closes #20 - Simplified Chinese (简体中文) <zh-cn.cfg>
    • +
    • closes #29 - split localization into separate languages for easier +handling
    • +
    • updates #11 - Localization - Master
    • +
-

Status

+

Create

    -
  • closes #14 - Version 1.5.99.0-adoption
  • -
  • closes #15 - 1.5.99.0-adoption Social
  • -
  • closes #16 - 1.5.99.0-adoption Release
  • -
  • closes #17 - 1.5.99.0-adoption Update documentatio
  • -
  • closes #18 - 1.5.99.0-adoption Legal MumboJumbo
  • +
  • folder structure +
      +
    • docs/ +
        +
      • Code/
      • +
      • LegalMumboJumbo/ +
          +
        • [License.md]
        • +
        • [FORUM-01.png]
        • +
      • +
    • +
    • [404.md]
    • +
    • [Attribution.md]
    • +
    • [BasicInstructions.md]
    • +
    • [Localizations.md]
    • +
    • [ManualInstallation.md]
    • +
    • [readadme.md] v1.6.6.0
    • +
  • +
  • root/
  • +
  • _releasenotes +
      +
    • .gitattributes
    • +
    • .gitignore
    • +
    • .version file
    • +
    • changelog.md
    • +
    • [_buildJSON] v1.3.3.6.3
    • +
    • [_buildRelease] v1.1.3.1
    • +
    • [_deploy] v1.1.3.2
    • +
    • [_gitClean] v1.0.2.0
    • +
    • [_pullIssues] v1.1.0.1
    • +
    • [_pullReleaseNotes] v1.1.01
    • +
    • json/[_release] v1.0.3.0
    • +
  • +
  • github/ +
      +
    • [.imgbotconfig] v2.0.0.0
    • +
    • [_settings] v1.0.9.0 +
        +
      • workflows/ +
          +
        • [AVC-VersionFileValidator] v1.3.1
        • +
        • [createIndexesfromMarkdown] v1.0.1.0
        • +
        • [greetings] v1.1.0.1
        • +
      • +
    • +
  • +
+

Status

+
    +
  • Issues +
      +
    • closes #9 * 2.4.99.0 Social Media
    • +
    • closes #8 * 2.4.99.0 Update Documentation
    • +
    • closes #7 * 2.4.99.0 Verify Legal Mumbo Jumbo
    • +
    • closes #6 * PreciseManeuver 2.4.99.0-adoption +<Kerbal Floating Point Precision> edition
    • +

See More

  • Changelog Summary for more details of changes : See ChangeLog
  • Discussions and news on this mod : See Discussions or KSP Forums
  • +href="https://forum.kerbalspaceprogram.com/index.php?/topic/169087-*/" +title="PreciseManeuver on the forums">KSP Forums
  • Known Issues for more details of feature requests and known issues : See Known Issues
  • GitHub Pages : See Pages
-

Localization

+

Localization

-
    -
  • - +
  • English English - in progress
  • -
  • -your translation here
  • +title="American English" alt="English" /> American English +<us-en.cfg> +
  • Deutsch German (Deutsch) <de.cfg>
  • +
  • Español Spanish (Español) +<es-es.cfg>
  • +
  • 日本語 Japanese(日本語) <ja.cfg>
  • +
  • Русский Russian (Русский) <ru.cfg>
  • +
  • 简体中文 Simplified Chinese (简体中文) +<zh-cn.cfg>
  • +
  • your translation here

HELP WANTED - See the README in the Localization folder for instructions for adding or improving translations. GitHub push is the best way to contribute. Additions and corrections welcome!


How to support this and other great mods by zer0Kerbal

How to - - - - diff --git a/GameData/PreciseManeuver/changelog.md b/GameData/PreciseManeuver/changelog.md index d16eac1..f09a55a 100644 --- a/GameData/PreciseManeuver/changelog.md +++ b/GameData/PreciseManeuver/changelog.md @@ -1,96 +1,517 @@ -2.4.4, 2019-10-20 -- KSP 1.8 -- Update for newer unity engine - -2.4.3, 2019-10-12 -- KSP 1.7 -- Small correction to maneuver select logic -- Remove compatibility checker. It's more annoyance than help. - -2.4.2, 2019-03-23 -- KSP 1.6 -- German translation -- Fixed menu button in scenarios -- Better parameters for KAC - -2.4.1, 2018-03-07 -- Recompile for KSP 1.4 - -2.3.2, 2018-01-01 -- Small fixes -- Use a library function for time display - -2.3.1, 2017-06-12 -- Spanish localization -- Fix the incorrect scale behaviour -- Absolute values in orbit info fixed -- +/- orbit buttons are now repeatable - -2.3.0, 2017-06-04 -- KSP 1.3.0 -- Localization support -- Tooltips added -- All text is replaced with TMPros -- And all inputs are also replaced with TMPros -- And even the text in dropdowns was replaced with TMPros -- Seriously, I can't beleive how many hidden places there are with the fucking text components -- Did I mention I replaced the text with TMPros? Because I did - -2.2.5, 2017-02-19 -- Fix dropdown blocker which caused the UI block in some cases - -2.2.4, 2017-02-03 -- Reworked AN/DN calculation - -2.2.3, 2017-01-30 -- Menuever copy format now is the same as in TWP -- Several minor bugfixes - -2.2.2, 2016-12-27 -- Calculate the correct ej. angle when pasting from TWP - -2.2.1, 2016-12-22 -- KSP 1.2.2 -- Orbit tools redesigned (icons instead of text) -- copy/paste for maneuvers (compatible with TWP) - -2.2-pre, 2016-09-29 -- Works with KSP 1.2 -- New +/- orbit buttons -- New AP/PE buttons for gizmo -- Axis input fields are now editable -- Clickthrough prevention - -2.1, 2016-07-14 -- Removed the dead zone in gizmo tool -- Adjusted the sensitivity of the gizmo -- Exapanded "undo" to save more than one change -- Changes from gui buttons and hotkeys now also undoable -- Fixed KAC integration -- Fixed the weird toolbar behaviour in some cases -- Eye candy for main window -- Added the ability to put the main window into background -- Honor the F2 (hide the UI) hotkey - -2.0, 2016-05-06 -- Deprecating IMGUI, new prefab-based GUI -- Scalable GUI -- Modular structure for GUI -- New preset module for saving and loading maneuvers -- New gizmo module that resembles the stock gizmo - -1.1.1, 2016-01-05 -- Check orbit parameters for sanity before use -- Change GUID to unique one -- Small GUI fixes - -1.1, 2015-12-27 -- New tools: circularize and orbit up/down -- Lots of new hotkeys -- Ability to unset hotkeys -- Little tweaks to make GUI more responsive - -1.0.0, 2015-12-13 -- Let's start a brand new changelog here, so now this is an initial release -- The histrory of the PreciseNode plugin can be found here: +# Changelog + +| modName | PreciseManeuver (KPM) | +| ---------- | ---------------------------------------------------------------- | +| license | BSD-2-Clause | +| author | radistmorse and zer0Kerbal | +| forum | (https://forum.kerbalspaceprogram.com/index.php?/topic/207261-*) | +| github | (https://github.com/zer0Kerbal/zer0Kerbal/PreciseManeuver) | +| curseforge | (https://www.curseforge.com/kerbal/ksp-mods/PreciseManeuver) | +| spacedock | (https://spacedock.info/mod/2998) | +| ckan | PreciseManeuver | + +## 2.4.99.0-adoption `` edition + +## adopted by zer0Kerbal + +* 25 Mar 2022 +* Released for KSP 1.12.3 + +### Code + +* Compile + * .NET 4.7.2 + * C# 10.0 +* Update + * [PreciseManeuver.csproj] + * [PreciseManeuver.Unity.csproj] + * [PreciseManeuver.sln] + +### Unity + +* Recompile Assets + * [precisemaneuverprefabs] + * using Unity 2019.4.18f1 LTS + +* create + * GameData/PreciseManeuver/ + * Localization folder 📁 + * Localization/[readme.md] v2.1.0.1 + * Localization/[quickstart.md] v1.0.1.0 + * create: [en-us.cfg] + * create [es-es.cfg] + * create [de-de.cfg] + * create [ja.cfg] + * create [ru.cfg] + * create [zn-cn.cfg] + * delete old [localizations.cfg] + +### Localization + +* split localization into separate languages for easier handling + * closes #12 - English + * closes #14 - German (Deutsch) + * closes #15 - Spanish (Español) + * closes #18 - Japanese(日本語) + * closes #19 - Russian (Русский) + * closes #20 - Simplified Chinese (简体中文) + * closes #29 - split localization into separate languages for easier handling + * updates #11 - Localization - Master + +### Create + +* folder structure + * docs/ + * Code/ + * LegalMumboJumbo/ + * [License.md] + * [FORUM-01.png] + * [404.md] + * [Attribution.md] + * [BasicInstructions.md] + * [Localizations.md] + * [ManualInstallation.md] + * [readadme.md] v1.6.6.0 +* root/ +* _releasenotes + * .gitattributes + * .gitignore + * .version file + * changelog.md + * [_buildJSON] v1.3.3.6.3 + * [_buildRelease] v1.1.3.1 + * [_deploy] v1.1.3.2 + * [_gitClean] v1.0.2.0 + * [_pullIssues] v1.1.0.1 + * [_pullReleaseNotes] v1.1.01 + * json/[_release] v1.0.3.0 +* github/ + * [.imgbotconfig] v2.0.0.0 + * [_settings] v1.0.9.0 + * workflows/ + * [AVC-VersionFileValidator] v1.3.1 + * [createIndexesfromMarkdown] v1.0.1.0 + * [greetings] v1.1.0.1 + +## Status + +* Issues + * closes #9 * 2.4.99.0 Social Media + * closes #8 * 2.4.99.0 Update Documentation + * closes #7 * 2.4.99.0 Verify Legal Mumbo Jumbo + * closes #6 * PreciseManeuver 2.4.99.0-adoption `` edition + +--- + +## Version 2.4.4.0 - for KSP 1.12.3 [13-Mar-2022] + +* #2 - Screenshots - contributed by zer0Kerbal +* #4 - Repo work - contributed by zer0Kerbal +* #12 - English +* #14 - German (Deutsch) +* #15 - Spanish (Español) +* #18 - Japanese(日本語) +* #19 - Russian (Русский) +* #20 - Simplified Chinese (简体中文) +* #29 - split localization into separate languages for easier handling + +--- + +## 2.4.4 + +* 2019-10-20 +* KSP 1.8 +* Update for newer unity engine + +--- + +## 2.4.3 + +* 2019-10-12 +* KSP 1.7 +* Small correction to maneuver select logic +* Remove compatibility checker. It's more annoyance than help. + +--- + +## 2.4.2 + +* 2019-03-23 +* KSP 1.6 +* German translation +* Fixed menu button in scenarios +* Better parameters for KAC + +--- + +## 2.4.1 + +* 2018-03-07 +* Recompile for KSP 1.4 + +--- + +## 2.3.2 + +* 2018-01-01 +* Small fixes +* Use a library function for time display + +--- + +## 2.3.1 + +* 2017-06-12 +* Spanish localization +* Fix the incorrect scale behaviour +* Absolute values in orbit info fixed +* +/- orbit buttons are now repeatable + +--- + +## 2.3.0 + +* 2017-06-04 +* KSP 1.3.0 +* Localization support +* Tooltips added +* All text is replaced with TMPros +* And all inputs are also replaced with TMPros +* And even the text in dropdowns was replaced with TMPros +* Seriously, I can't beleive how many hidden places there are with the fucking text components +* Did I mention I replaced the text with TMPros? Because I did + +--- + +## 2.2.5 + +* 2017-02-19 +* Fix dropdown blocker which caused the UI block in some cases + +--- + +## 2.2.4 + +* 2017-02-03 +* Reworked AN/DN calculation + +--- + +## 2.2.3 + +* 2017-01-30 +* Menuever copy format now is the same as in TWP +* Several minor bugfixes + +--- + +## 2.2.2 + +* 2016-12-27 +* Calculate the correct ej. angle when pasting from TWP + +--- + +## 2.2.1 + +* 2016-12-22 +* KSP 1.2.2 +* Orbit tools redesigned (icons instead of text) +* copy/paste for maneuvers (compatible with TWP) + +--- + +## 2.2-pre + +* 2016-09-29 +* Works with KSP 1.2 +* New +/- orbit buttons +* New AP/PE buttons for gizmo +* Axis input fields are now editable +* Clickthrough prevention + +--- + +## 2.1 + +* 2016-07-14 +* Removed the dead zone in gizmo tool +* Adjusted the sensitivity of the gizmo +* Exapanded "undo" to save more than one change +* Changes from gui buttons and hotkeys now also undoable +* Fixed KAC integration +* Fixed the weird toolbar behaviour in some cases +* Eye candy for main window +* Added the ability to put the main window into background +* Honor the F2 (hide the UI) hotkey + +--- + +## 2.0 + +* 2016-05-06 +* Deprecating IMGUI, new prefab-based GUI +* Scalable GUI +* Modular structure for GUI +* New preset module for saving and loading maneuvers +* New gizmo module that resembles the stock gizmo + +--- + +## 1.1.1 + +* 2016-01-05 +* Check orbit parameters for sanity before use +* Change GUID to unique one +* Small GUI fixes + +--- + +## 1.1 + +* 2015-12-27 +* New tools: circularize and orbit up/down +* Lots of new hotkeys +* Ability to unset hotkeys +* Little tweaks to make GUI more responsive + +--- + +## 1.0.0 + +* 2015-12-13 +* Let's start a brand new changelog here, so now this is an initial release +* The histrory of the PreciseNode plugin can be found here: https://github.com/blizzy78/ksp-precisenode/blob/master/PreciseNode/CHANGES.txt + +--- + +## 1.2.4, 2016-10-15 + +* Updated for KSP 1.2.0. +* Please note that the 32-bit version of KSP will no longer be supported. + +--- + +## 1.2.3, 2016-05-02 + +* Updated for KSP 1.1.2. +* Now uses KSP-AVC for version checking. If KSP-AVC is not installed, the bundled + MiniAVC will be used. + +--- + +## 1.2.2, 2016-04-21 + +* Updated for KSP 1.1.0. + +--- + +## 1.2.1, 2015-11-14 + +* Fixed a bug with loading/saving the intuitive maneuver node handles option. +* Fixed a bug that occurred when patched conics were not yet available in career mode. + +--- + +## 1.2.0, 2015-11-10 + +* Updated for KSP 1.0.5. +* Added intuitive behavior for maneuver node handles (code by TechnocratiK.) This can be enabled + in the options window. The intuitive behavior is most useful for normal/anti-normal burns + (ie. inclination changes.) +* Orbit information now also shows the inclination. +* Fixed a bug in the Kerbin/Earth time conversion. +* Disabled KSP compatibility check for the time being. + +--- + +## 1.1.3, 2015-05-02 + +* Fixed NullReferenceException in map mode. +* Updated for KSP 1.0.2. + +--- + +## 1.1.2, 2014-12-16 + +* Updated for KSP 0.90.0. + +--- + +## 1.1.1, 2014-10-09 + +* Fixed a bug in the KSP compatibility check. + +--- + +## 1.1.0, 2014-08-02 + +* The +/- buttons have been combined into one button. Left-clicking now acts as plus, whereas + right-clicking acts as minus. +* Fixed some bugs in the calculations of ejection angle and ejection inclination. +* If activated in the options, the conics window is now always displayed regardless of the + visibility of the main window. + +--- + +## 1.0.0, 2014-07-27 + +* In addition to the automatic update check, the plugin now also gets KSP versions + from the update check server. In case the currently running KSP version is one of + those versions, the plugin will not complain about being incompatible with this + KSP version. This saves both players' and the plugin author's time. +* Updated for KSP 0.24.2. + +--- + +## 0.14, 2014-07-25 + +* Updated for KSP 0.24.1. + +--- + +## 0.13, 2014-07-18 + +* Updated for KSP 0.24.0. +* The RP-9f Craft Locator part is now gone. + +--- + +## 0.12, 2014-06-10 + +* Added new buttons "MS" and "MR" to memorize and recall the current maneuver node's settings, + respectively. +* DN/AN buttons should no longer flicker if the relative/equatorial inclination is almost zero. + +--- + +## 0.11, 2014-04-09 + +* The button "Focus Vessel" should now work as intended. +* Time and duration displays should now honor the Earth time/Kerbin time setting. +* Added a button to delete the current maneuver node. + +--- + +## 0.10, 2014-04-02 + +* Added a new option to show/hide conics controls in the main window. +* In addition to the ejection angle, the ejection inclination will be displayed. +* The RP-9f Craft Locator (the part that saves maneuver nodes into the save file) has been removed. + KSP itself can save maneuver nodes now. + Note: For the time being, your existing craft should be fine. You simply cannot select the part + in the editor any longer. Be advised to replace existing craft using this part because it will + be removed permanently at some future point. You should be able to remove it from craft files in + the editor. +* The buttons to modify a maneuver node's time will be disabled now if they are not applicable with + respect to the node's current time. + +--- + +## PreciseNode 0.9 + +* Added a PartModule to save and load Maneuver Nodes: ModuleNodeSaver. + * No additional parameters are needed, there are no right-click options. +* Talisar provided a part for ModuleNodeSaver. + * The RP-9f Craft Locator is available under the Control parts section. + * In career mode it is under Advanced Flight Control for 8000 unlock, 1200 price. +* a.g. provided code to fix an issue with Unity on Linux where hotkeys were being + activated even while a text field had focus. +* Added Majiir's compatibility checker for KSP version checking. + * This will not disable any functions, it is purely used for warning the user. +* Added the ability to merge a node with a previous node on the Trip Info screen. +* Replaced the +/-10K time buttons with AN/DN snap buttons. + * If you have a target the buttons will snap to AN/DN of the target, otherwise + they will snap to the equatorial AN/DN. + +--- + +## PreciseNode 0.8.1 + +* Fixed node update during burn issue (editing a node without using the gizmo first). +* Changed the options and keymapper buttons to toggle-like functionality. + +PreciseNode 0.8 +* Fixed null reference exception spam. + +--- + +## PreciseNode 0.7.5 + +* Fixed erratic textbox behaviour. + +--- + +## PreciseNode 0.7 + +* Next Encounter now be calculated from the currently selected node. + * This should fix the issue where the orbit AP/PE was never shown if an encounter + existed at all. +* Added textboxes for prograde, normal, and radial controls. +* Added a button to focus on the next encounter target. +* Added a button to focus on the active vessel. +* Removed some forgotten debugging symbols. +* Fixed some repaint bugs that may have been causing unexpected CTDs. +* Fixed some null reference bugs through a better node updating scheme. + +--- + +## PreciseNode 0.6 + +* Added the time to next node in the Clock window if a node is present. +* Added a Trip Info window. + * Shows the delta-V and time until for the nodes on your route. + * Totals delta-V for the route. +* Added snap to current orbit peri- and apoapsis buttons for additional UT Controls. +* Now calculating next encounter from the current node forward. +* The "Editing Node" label at the top is now a button that focuses the map view + on that particular node. +* The Clock window will no longer stay visible when you clear the GUI via F2. + +--- + +## PreciseNode 0.5 + +* Added ability to open selected maneuver node gizmo via hotkey (default O). +* Added ability to open/hide window via hotkey (default P). +* Added ability to step down increment via alt/option + increment hotkey. +* Added ability to alter the conics patch draw limit. +* Added additional increments for UT manipulation. +* Added an options window for greater user control over plugin: + * You can show/hide the maneuver node pager. + * You can show/hide the additional UT controls. + * You can show/hide the ejection angle. + * You can show/hide the additional orbit information. +* Added an optional window for conics controls. + * If enabled the window will show whenever the map view is open. + * If enabled the window will hide automatically when the main window is open. +* Added an optional clock window to show the current UT and human readable time. + * If enabled the clock window will always show. + +--- + +## PreciseNode 0.4 + +* 0.22 compile. +* Added display for node apoapsis and periapsis, or the next encounter periapsis. + +--- + +## PreciseNode 0.3 + +* Created an options GUI for keymapping. +* PreciseNode will now save the window positions between program executions. +* Changed saving of config file to OnDisable, which happens when you switch flights. +* Changed the time display to add +1 year in order to correct to Space Center time. + +--- + +## PreciseNode 0.2 + +* Changed the "multiplier" label to "increment". +* Changed increment/decrement button colors away from the terrible cyan and magenta. +* XMLDoc'd all of the functions. +* Added conics mode selectors. +* Added keyboard controls. +* Added saving and loading from config file. \ No newline at end of file diff --git a/GameData/PreciseManeuver/readme.htm b/GameData/PreciseManeuver/readme.htm index 1317fd4..c1696e3 100644 --- a/GameData/PreciseManeuver/readme.htm +++ b/GameData/PreciseManeuver/readme.htm @@ -6,7 +6,7 @@

PreciseManeuver Curseforge CKAN GitHub Pages

Precise Maneuver (KPM)

-

PreciseManeuve plugin for Kerbal Space Program

+

Precise Maneuver plugin for Kerbal Space Program

Provides a window for more precise maneuver node editing.

By zer0Kerbal and originally by Morse

Adopted with explicit permission.

Precise Maneuver +

KSP Mod Showcase - Precise +Node

+ +Watch the video +

Usage preamble by Morse

The toolbar icon will appear during the mapview, and by pressing on it you can enable and disable various components of the plugin.

@@ -99,51 +104,31 @@

The following

Other keybindings are available, but are disabled by default.


-

Localization - work in -progress

+

Localization

    -
  • ☒ -
    • American English American English +title="American English" alt="English" /> American English <us-en.cfg>
    • -
  • -
  • ☒ -
    • Deutsch German (Deutsch) <de.cfg>
    • -
  • -
  • ☒ -
    • Español Spanish (Español) <es-es.cfg>
    • -
  • -
  • ☒ -
    • 日本語 Japanese(日本語) <ja.cfg>
    • -
  • -
  • ☒ -
    • Русский Russian (Русский) <ru.cfg>
    • -
  • -
  • ☒ -
    • 简体中文 Simplified Chinese (简体中文) <zh-cn.cfg>
    • -
  • -
  • -your translation here
  • +
  • your translation here

HELP WANTED - See the Localization - work in


How to support this and other great mods by zer0Kerbal

See More

  • Discussions and news on this mod: See Discussions or KSP Forums
  • Changelog Summary for more details of changes : See Installation Directions

    or CKAN 2

    @@ -225,17 +210,17 @@

    Dependencies

    Credits and Special Thanks

    • Morse for creating this mod
    • +href="https://forum.kerbalspaceprogram.com/index.php?/profile/154930-*/" +title="Morse">Morse for creating this glorious mod!

    Current (1) - zer0Kerbal

    Forum: Thread - Source: GitHub
    @@ -250,7 +235,7 @@

    Disclaimer(s)
    distributed under their own licenses

    Original (0) - Author: Morse

    Forum: Original (0) - Author: + + diff --git a/changelog.md b/changelog.md index 9d6ddd6..f09a55a 100644 --- a/changelog.md +++ b/changelog.md @@ -8,7 +8,100 @@ | github | (https://github.com/zer0Kerbal/zer0Kerbal/PreciseManeuver) | | curseforge | (https://www.curseforge.com/kerbal/ksp-mods/PreciseManeuver) | | spacedock | (https://spacedock.info/mod/2998) | -| ckan | PreciseManeuver | +| ckan | PreciseManeuver | + +## 2.4.99.0-adoption `` edition + +## adopted by zer0Kerbal + +* 25 Mar 2022 +* Released for KSP 1.12.3 + +### Code + +* Compile + * .NET 4.7.2 + * C# 10.0 +* Update + * [PreciseManeuver.csproj] + * [PreciseManeuver.Unity.csproj] + * [PreciseManeuver.sln] + +### Unity + +* Recompile Assets + * [precisemaneuverprefabs] + * using Unity 2019.4.18f1 LTS + +* create + * GameData/PreciseManeuver/ + * Localization folder 📁 + * Localization/[readme.md] v2.1.0.1 + * Localization/[quickstart.md] v1.0.1.0 + * create: [en-us.cfg] + * create [es-es.cfg] + * create [de-de.cfg] + * create [ja.cfg] + * create [ru.cfg] + * create [zn-cn.cfg] + * delete old [localizations.cfg] + +### Localization + +* split localization into separate languages for easier handling + * closes #12 - English + * closes #14 - German (Deutsch) + * closes #15 - Spanish (Español) + * closes #18 - Japanese(日本語) + * closes #19 - Russian (Русский) + * closes #20 - Simplified Chinese (简体中文) + * closes #29 - split localization into separate languages for easier handling + * updates #11 - Localization - Master + +### Create + +* folder structure + * docs/ + * Code/ + * LegalMumboJumbo/ + * [License.md] + * [FORUM-01.png] + * [404.md] + * [Attribution.md] + * [BasicInstructions.md] + * [Localizations.md] + * [ManualInstallation.md] + * [readadme.md] v1.6.6.0 +* root/ +* _releasenotes + * .gitattributes + * .gitignore + * .version file + * changelog.md + * [_buildJSON] v1.3.3.6.3 + * [_buildRelease] v1.1.3.1 + * [_deploy] v1.1.3.2 + * [_gitClean] v1.0.2.0 + * [_pullIssues] v1.1.0.1 + * [_pullReleaseNotes] v1.1.01 + * json/[_release] v1.0.3.0 +* github/ + * [.imgbotconfig] v2.0.0.0 + * [_settings] v1.0.9.0 + * workflows/ + * [AVC-VersionFileValidator] v1.3.1 + * [createIndexesfromMarkdown] v1.0.1.0 + * [greetings] v1.1.0.1 + +## Status + +* Issues + * closes #9 * 2.4.99.0 Social Media + * closes #8 * 2.4.99.0 Update Documentation + * closes #7 * 2.4.99.0 Verify Legal Mumbo Jumbo + * closes #6 * PreciseManeuver 2.4.99.0-adoption `` edition + +--- ## Version 2.4.4.0 - for KSP 1.12.3 [13-Mar-2022] @@ -22,12 +115,16 @@ * #20 - Simplified Chinese (简体中文) * #29 - split localization into separate languages for easier handling +--- + ## 2.4.4 * 2019-10-20 * KSP 1.8 * Update for newer unity engine +--- + ## 2.4.3 * 2019-10-12 @@ -35,6 +132,8 @@ * Small correction to maneuver select logic * Remove compatibility checker. It's more annoyance than help. +--- + ## 2.4.2 * 2019-03-23 @@ -43,17 +142,23 @@ * Fixed menu button in scenarios * Better parameters for KAC +--- + ## 2.4.1 * 2018-03-07 * Recompile for KSP 1.4 +--- + ## 2.3.2 * 2018-01-01 * Small fixes * Use a library function for time display +--- + ## 2.3.1 * 2017-06-12 @@ -62,6 +167,8 @@ * Absolute values in orbit info fixed * +/- orbit buttons are now repeatable +--- + ## 2.3.0 * 2017-06-04 @@ -74,27 +181,37 @@ * Seriously, I can't beleive how many hidden places there are with the fucking text components * Did I mention I replaced the text with TMPros? Because I did +--- + ## 2.2.5 * 2017-02-19 * Fix dropdown blocker which caused the UI block in some cases +--- + ## 2.2.4 * 2017-02-03 * Reworked AN/DN calculation +--- + ## 2.2.3 * 2017-01-30 * Menuever copy format now is the same as in TWP * Several minor bugfixes +--- + ## 2.2.2 * 2016-12-27 * Calculate the correct ej. angle when pasting from TWP +--- + ## 2.2.1 * 2016-12-22 @@ -102,6 +219,8 @@ * Orbit tools redesigned (icons instead of text) * copy/paste for maneuvers (compatible with TWP) +--- + ## 2.2-pre * 2016-09-29 @@ -111,6 +230,8 @@ * Axis input fields are now editable * Clickthrough prevention +--- + ## 2.1 * 2016-07-14 @@ -124,6 +245,8 @@ * Added the ability to put the main window into background * Honor the F2 (hide the UI) hotkey +--- + ## 2.0 * 2016-05-06 @@ -133,6 +256,8 @@ * New preset module for saving and loading maneuvers * New gizmo module that resembles the stock gizmo +--- + ## 1.1.1 * 2016-01-05 @@ -140,6 +265,8 @@ * Change GUID to unique one * Small GUI fixes +--- + ## 1.1 * 2015-12-27 @@ -148,6 +275,8 @@ * Ability to unset hotkeys * Little tweaks to make GUI more responsive +--- + ## 1.0.0 * 2015-12-13 @@ -155,26 +284,36 @@ * The histrory of the PreciseNode plugin can be found here: https://github.com/blizzy78/ksp-precisenode/blob/master/PreciseNode/CHANGES.txt +--- + ## 1.2.4, 2016-10-15 * Updated for KSP 1.2.0. * Please note that the 32-bit version of KSP will no longer be supported. +--- + ## 1.2.3, 2016-05-02 * Updated for KSP 1.1.2. * Now uses KSP-AVC for version checking. If KSP-AVC is not installed, the bundled MiniAVC will be used. +--- + ## 1.2.2, 2016-04-21 * Updated for KSP 1.1.0. +--- + ## 1.2.1, 2015-11-14 * Fixed a bug with loading/saving the intuitive maneuver node handles option. * Fixed a bug that occurred when patched conics were not yet available in career mode. +--- + ## 1.2.0, 2015-11-10 * Updated for KSP 1.0.5. @@ -185,19 +324,27 @@ * Fixed a bug in the Kerbin/Earth time conversion. * Disabled KSP compatibility check for the time being. +--- + ## 1.1.3, 2015-05-02 * Fixed NullReferenceException in map mode. * Updated for KSP 1.0.2. +--- + ## 1.1.2, 2014-12-16 * Updated for KSP 0.90.0. +--- + ## 1.1.1, 2014-10-09 * Fixed a bug in the KSP compatibility check. +--- + ## 1.1.0, 2014-08-02 * The +/- buttons have been combined into one button. Left-clicking now acts as plus, whereas @@ -206,6 +353,8 @@ * If activated in the options, the conics window is now always displayed regardless of the visibility of the main window. +--- + ## 1.0.0, 2014-07-27 * In addition to the automatic update check, the plugin now also gets KSP versions @@ -214,27 +363,37 @@ KSP version. This saves both players' and the plugin author's time. * Updated for KSP 0.24.2. +--- + ## 0.14, 2014-07-25 * Updated for KSP 0.24.1. +--- + ## 0.13, 2014-07-18 * Updated for KSP 0.24.0. * The RP-9f Craft Locator part is now gone. +--- + ## 0.12, 2014-06-10 * Added new buttons "MS" and "MR" to memorize and recall the current maneuver node's settings, respectively. * DN/AN buttons should no longer flicker if the relative/equatorial inclination is almost zero. +--- + ## 0.11, 2014-04-09 * The button "Focus Vessel" should now work as intended. * Time and duration displays should now honor the Earth time/Kerbin time setting. * Added a button to delete the current maneuver node. +--- + ## 0.10, 2014-04-02 * Added a new option to show/hide conics controls in the main window. @@ -248,6 +407,8 @@ * The buttons to modify a maneuver node's time will be disabled now if they are not applicable with respect to the node's current time. +--- + ## PreciseNode 0.9 * Added a PartModule to save and load Maneuver Nodes: ModuleNodeSaver. @@ -264,6 +425,8 @@ * If you have a target the buttons will snap to AN/DN of the target, otherwise they will snap to the equatorial AN/DN. +--- + ## PreciseNode 0.8.1 * Fixed node update during burn issue (editing a node without using the gizmo first). @@ -272,10 +435,14 @@ PreciseNode 0.8 * Fixed null reference exception spam. +--- + ## PreciseNode 0.7.5 * Fixed erratic textbox behaviour. +--- + ## PreciseNode 0.7 * Next Encounter now be calculated from the currently selected node. @@ -288,6 +455,8 @@ PreciseNode 0.8 * Fixed some repaint bugs that may have been causing unexpected CTDs. * Fixed some null reference bugs through a better node updating scheme. +--- + ## PreciseNode 0.6 * Added the time to next node in the Clock window if a node is present. @@ -300,6 +469,8 @@ PreciseNode 0.8 on that particular node. * The Clock window will no longer stay visible when you clear the GUI via F2. +--- + ## PreciseNode 0.5 * Added ability to open selected maneuver node gizmo via hotkey (default O). @@ -318,11 +489,15 @@ PreciseNode 0.8 * Added an optional clock window to show the current UT and human readable time. * If enabled the clock window will always show. +--- + ## PreciseNode 0.4 * 0.22 compile. * Added display for node apoapsis and periapsis, or the next encounter periapsis. +--- + ## PreciseNode 0.3 * Created an options GUI for keymapping. @@ -330,6 +505,8 @@ PreciseNode 0.8 * Changed saving of config file to OnDisable, which happens when you switch flights. * Changed the time display to add +1 year in order to correct to Space Center time. +--- + ## PreciseNode 0.2 * Changed the "multiplier" label to "increment". diff --git a/docs/ManualInstallation.md b/docs/ManualInstallation.md index a403f5d..733f77f 100644 --- a/docs/ManualInstallation.md +++ b/docs/ManualInstallation.md @@ -1,9 +1,6 @@ --- permalink: /ManualInstallation.html title: Manual Installation (no warranty coverage provided) -description: hand me the hyperspanner... -# layout: bare -tags: installation,manual,page,kerbal,ksp,zer0Kerbal,zedK --- + + + +

    Precise Maneuver Version KSP version License

    +

    GitHub Pages

    +
    +

    Version +2.4.99.0-adoption - <Kerbal Floating Point Precision> +edition

    +

    adopted by zer0Kerbal

    +
      +
    • 25 Mar 2022
    • +
    • Release for Kerbal Space Program [KSP 1.12.x]
    • +
    +

    +DO A CLEAN INSTALL:
    DELETE EXISTING INSTALLATION THEN RE-INSTALL

    +

    Download from CurseForge

    + +

    Code

    +
      +
    • Compile +
        +
      • .NET 4.7.2
      • +
      • C# 10.0
      • +
    • +
    • Update +
        +
      • [PreciseManeuver.csproj]
      • +
      • [PreciseManeuver.Unity.csproj]
      • +
      • [PreciseManeuver.sln]
      • +
    • +
    +

    Unity

    +
      +
    • Recompile Assets

      +
        +
      • [precisemaneuverprefabs]
      • +
      • using Unity 2019.4.18f1 LTS
      • +
    • +
    • create

      +
        +
      • GameData/PreciseManeuver/ +
          +
        • Localization folder 📁 +
            +
          • Localization/[readme.md] v2.1.0.1
          • +
          • Localization/[quickstart.md] v1.0.1.0 +
              +
            • create: [en-us.cfg]
            • +
            • create [es-es.cfg]
            • +
            • create [de-de.cfg]
            • +
            • create [ja.cfg]
            • +
            • create [ru.cfg]
            • +
            • create [zn-cn.cfg]
            • +
          • +
        • +
        • delete old [localizations.cfg]
        • +
      • +
    • +
    +

    Localization

    +
      +
    • split localization into separate languages for easier handling +
        +
      • closes #12 - English <us-en.cfg>
      • +
      • closes #14 - German (Deutsch) <de.cfg>
      • +
      • closes #15 - Spanish (Español) <es-es.cfg>
      • +
      • closes #18 - Japanese(日本語) <ja.cfg>
      • +
      • closes #19 - Russian (Русский) <ru.cfg>
      • +
      • closes #20 - Simplified Chinese (简体中文) <zh-cn.cfg>
      • +
      • closes #29 - split localization into separate languages for easier +handling
      • +
      • updates #11 - Localization - Master
      • +
    • +
    +

    Create

    +
      +
    • folder structure +
        +
      • docs/ +
          +
        • Code/
        • +
        • LegalMumboJumbo/ +
            +
          • [License.md]
          • +
          • [FORUM-01.png]
          • +
        • +
      • +
      • [404.md]
      • +
      • [Attribution.md]
      • +
      • [BasicInstructions.md]
      • +
      • [Localizations.md]
      • +
      • [ManualInstallation.md]
      • +
      • [readadme.md] v1.6.6.0
      • +
    • +
    • root/
    • +
    • _releasenotes +
        +
      • .gitattributes
      • +
      • .gitignore
      • +
      • .version file
      • +
      • changelog.md
      • +
      • [_buildJSON] v1.3.3.6.3
      • +
      • [_buildRelease] v1.1.3.1
      • +
      • [_deploy] v1.1.3.2
      • +
      • [_gitClean] v1.0.2.0
      • +
      • [_pullIssues] v1.1.0.1
      • +
      • [_pullReleaseNotes] v1.1.01
      • +
      • json/[_release] v1.0.3.0
      • +
    • +
    • github/ +
        +
      • [.imgbotconfig] v2.0.0.0
      • +
      • [_settings] v1.0.9.0 +
          +
        • workflows/ +
            +
          • [AVC-VersionFileValidator] v1.3.1
          • +
          • [createIndexesfromMarkdown] v1.0.1.0
          • +
          • [greetings] v1.1.0.1
          • +
        • +
      • +
    • +
    +

    Status

    +
      +
    • Issues +
        +
      • closes #9 * 2.4.99.0 Social Media
      • +
      • closes #8 * 2.4.99.0 Update Documentation
      • +
      • closes #7 * 2.4.99.0 Verify Legal Mumbo Jumbo
      • +
      • closes #6 * PreciseManeuver 2.4.99.0-adoption +<Kerbal Floating Point Precision> edition
      • +
    • +
    +
    +

    See More

    +
      +
    • Changelog Summary for more details of changes : See ChangeLog
    • +
    • Discussions and news on this mod : See Discussions or KSP Forums
    • +
    • Known Issues for more details of feature requests and known issues : +See Known Issues
    • +
    • GitHub Pages : See Pages
    • +
    +

    Localization

    +
    +
      +
    • English American English +<us-en.cfg>
    • +
    • Deutsch German (Deutsch) <de.cfg>
    • +
    • Español Spanish (Español) +<es-es.cfg>
    • +
    • 日本語 Japanese(日本語) <ja.cfg>
    • +
    • Русский Russian (Русский) <ru.cfg>
    • +
    • 简体中文 Simplified Chinese (简体中文) +<zh-cn.cfg>
    • +
    • your translation here
    • +
    +

    HELP WANTED - See the README in the Localization folder for +instructions for adding or improving translations. GitHub push is the best way to contribute. +Additions and corrections welcome!

    +
    +
    +

    How to +support this and other great mods by zer0Kerbal

    +

    Support Patreon Github Sponsor Buy zer0Kerbal a snack

    +
    +
    +

    *red box below is a link to forum post on how to get support*

    + +

    How to get support

    +
    +

    Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date

    + +

    Kerbal Space Program 1.12.3 — C# 10.0 — Unity 2019.2.2f1 — .NET Framework 4.7.2 +

    + +
    + + + + + + + diff --git a/docs/ReleaseNotes/2.4.99.0.md b/docs/ReleaseNotes/2.4.99.0.md index bb416c7..bdaa822 100644 --- a/docs/ReleaseNotes/2.4.99.0.md +++ b/docs/ReleaseNotes/2.4.99.0.md @@ -1,41 +1,117 @@ --- -permalink: /1.5.99.0.html -title: Release Notes v1.5.99.0 +perma /2.4.99.0.html +title: Release Notes v2.4.99.0 +description: Release notes, a work in progress, please wait +# layout: bare +tags: 2.4.99.0,release,notes,adoption,page,kerbal,ksp,zer0Kerbal,zedK --- -[![AdjustableModPanelVersion][MOD:shd:stat]][MOD:url] [![KSP version][KSP:shd:stat]][KSP:url] +[![Precise Maneuver Version][MOD:shd:stat]][MOD:url] [![KSP version][KSP:shd:stat]][KSP:url] [![License][LIC:shd]][LIC:url] ![AVC .version files][AVCVAL:shd] [![GitHub Pages][MOD:pages:shd]][MOD:pages] --- -# Version 1.5.99.0-adoption - See Clearly the Flames! +# Version 2.4.99.0-adoption - `` edition -* 12 Mar 2022 +## adopted by zer0Kerbal + +* 25 Mar 2022 * Release for Kerbal Space Program [KSP 1.12.x]

    DO A CLEAN INSTALL:
    DELETE EXISTING INSTALLATION THEN RE-INSTALL

    -

    Download from CurseForge

    - -## Changes - -* adopted by zer0Kerbal - -### Status - -* closes #14 - Version 1.5.99.0-adoption -* closes #15 - 1.5.99.0-adoption Social -* closes #16 - 1.5.99.0-adoption Release -* closes #17 - 1.5.99.0-adoption Update documentatio -* closes #18 - 1.5.99.0-adoption Legal MumboJumbo +

    Download from CurseForge

    + +### Code + +* Compile + * .NET 4.7.2 + * C# 10.0 +* Update + * [PreciseManeuver.csproj] + * [PreciseManeuver.Unity.csproj] + * [PreciseManeuver.sln] + +### Unity + +* Recompile Assets + * [precisemaneuverprefabs] + * using Unity 2019.4.18f1 LTS + +* create + * GameData/PreciseManeuver/ + * Localization folder 📁 + * Localization/[readme.md] v2.1.0.1 + * Localization/[quickstart.md] v1.0.1.0 + * create: [en-us.cfg] + * create [es-es.cfg] + * create [de-de.cfg] + * create [ja.cfg] + * create [ru.cfg] + * create [zn-cn.cfg] + * delete old [localizations.cfg] + +### Localization + +* split localization into separate languages for easier handling + * closes #12 - English + * closes #14 - German (Deutsch) + * closes #15 - Spanish (Español) + * closes #18 - Japanese(日本語) + * closes #19 - Russian (Русский) + * closes #20 - Simplified Chinese (简体中文) + * closes #29 - split localization into separate languages for easier handling + * updates #11 - Localization - Master + +### Create + +* folder structure + * docs/ + * Code/ + * LegalMumboJumbo/ + * [License.md] + * [FORUM-01.png] + * [404.md] + * [Attribution.md] + * [BasicInstructions.md] + * [Localizations.md] + * [ManualInstallation.md] + * [readadme.md] v1.6.6.0 +* root/ +* _releasenotes + * .gitattributes + * .gitignore + * .version file + * changelog.md + * [_buildJSON] v1.3.3.6.3 + * [_buildRelease] v1.1.3.1 + * [_deploy] v1.1.3.2 + * [_gitClean] v1.0.2.0 + * [_pullIssues] v1.1.0.1 + * [_pullReleaseNotes] v1.1.01 + * json/[_release] v1.0.3.0 +* github/ + * [.imgbotconfig] v2.0.0.0 + * [_settings] v1.0.9.0 + * workflows/ + * [AVC-VersionFileValidator] v1.3.1 + * [createIndexesfromMarkdown] v1.0.1.0 + * [greetings] v1.1.0.1 + +## Status + +* Issues + * closes #9 * 2.4.99.0 Social Media + * closes #8 * 2.4.99.0 Update Documentation + * closes #7 * 2.4.99.0 Verify Legal Mumbo Jumbo + * closes #6 * PreciseManeuver 2.4.99.0-adoption `` edition --- @@ -48,14 +124,19 @@ updated: 06 Mar 2022 --> ## Localization ->* [ ] ![English][EN] English - in progress ->* [ ] ***your translation here*** +>* ![English][EN] American English +>* ![Deutsch][DE] German (Deutsch) +>* ![Español][ES] Spanish (Español) +>* ![日本語][JA] Japanese(日本語) +>* ![Русский][RU] Russian (Русский) +>* ![简体中文][CN] Simplified Chinese (简体中文) +>* ***your translation here*** > > HELP WANTED - See the [README in the Localization folder][MOD:local] for instructions for adding or improving translations. [GitHub][GitHub:url] push is the best way to contribute. *Additions and corrections welcome!* --- -## How to support this and other great mods by [`zer0Kerbal`][LINK:zer0Kerbal] +## How to support this and other great mods by [`zer0Kerbal`][zer0Kerbal] [![Support][PAYPAL:img]][PAYPAL:url] [![Patreon][PATREON:img]][PATREON:url] [![Github Sponsor][GSPONS:img]][GSPONS:url] [![Buy zer0Kerbal a snack][BMCC:img]][BMCC:url] @@ -74,34 +155,32 @@ updated: 06 Mar 2022 --> --- -[MOD:url]: https://forum.kerbalspaceprogram.com/index.php?/topic/169087-* "AdjustableModPanel on the forums" -[MOD:chlog]: https://raw.githubusercontent.com/zer0Kerbal/AdjustableModPanel/master/changelog.md "Changelog" -[MOD:discu]: https://github.com/zer0Kerbal/AdjustableModPanel/discussions "Discussions" -[MOD:issue]: https://github.com/zer0Kerbal/AdjustableModPanel/issues "Issue Tracker" -[MOD:known]: https://github.com/zer0Kerbal/AdjustableModPanel/wiki/Known-Issues "Known Issues" -[MOD:licns]: https://github.com/zer0Kerbal/AdjustableModPanel/blob/master/LICENSE "Repo License" -[MOD:local]: https://github.com/zer0Kerbal/AdjustableModPanel/blob/master/GameData/AdjustableModPanel/Localization/readme.md "Localization" -[MOD:pages]: https://zer0kerbal.github.io/AdjustableModPanel/ "GitHub Pages" -[MOD:pages:shd]: https://github.com/zer0Kerbal/AdjustableModPanel/actions/workflows/pages/pages-build-deployment/badge.svg "GitHub IO" +[MOD:url]: https://forum.kerbalspaceprogram.com/index.php?/topic/169087-*/ "PreciseManeuver on the forums" +[MOD:chlog]: https://raw.githubusercontent.com/zer0Kerbal/PreciseManeuver/master/changelog.md "Changelog" +[MOD:discu]: https://github.com/zer0Kerbal/PreciseManeuver/discussions "Discussions" +[MOD:issue]: https://github.com/zer0Kerbal/PreciseManeuver/issues "Issue Tracker" +[MOD:known]: https://github.com/zer0Kerbal/PreciseManeuver/wiki/Known-Issues "Known Issues" +[MOD:licns]: https://github.com/zer0Kerbal/PreciseManeuver/blob/master/LICENSE "Repo License" +[MOD:local]: https://github.com/zer0Kerbal/PreciseManeuver/blob/master/GameData/PreciseManeuver/Localization/readme.md "Localization" +[MOD:pages]: https://zer0kerbal.github.io/PreciseManeuver/ "GitHub Pages" +[MOD:pages:shd]: https://github.com/zer0Kerbal/PreciseManeuver/actions/workflows/pages/pages-build-deployment/badge.svg "GitHub IO" -[MOD:shd:stat]: https://img.shields.io/badge/AdjustableModPanel%20(KAMP)%20-v1.5.99.0--adoption-BADA55.svg?style=plastic&labelColor=darkgreen "1.5.99.0-adoption" +[MOD:shd:stat]: https://img.shields.io/badge/PreciseManeuver%20(KPM)%20-v2.4.99.0--adoption-BADA55.svg?style=plastic&labelColor=darkgreen "2.4.99.0-adoption" -[CRSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/AdjustableModPanel/files "Curseforge" -[GITHUB:url]: https://github.com/zer0Kerbal/AdjustableModPanel/ "GitHub" +[CRSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/PreciseManeuver/files "Curseforge" +[GITHUB:url]: https://github.com/zer0Kerbal/PreciseManeuver/ "GitHub" [KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program" [KSP:shd:stat]: https://img.shields.io/badge/KSP-1.12.3-blue.svg?style=plastic&logo=data:image/webp;base64,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&labelColor=black "Kerbal Space Program" [LIC:url]: https://choosealicense.com/licenses/bsd-2-clause/ "SimpleBSD-2-Clause" -[LIC:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/AdjustableModPanel/master/json/license.json "SimpleBSD-2-Clause" - -[AVCVAL:shd]: https://github.com/zer0Kerbal/AdjustableModPanel/workflows/Validate%20AVC%20.version%20files/badge.svg?style=plastic&labelColor=black +[LIC:shd]: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/zer0Kerbal/PreciseManeuver/master/json/license.json "SimpleBSD-2-Clause" -[LINK:zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-zer0kerbal/ "zer0Kerbal" +[AVCVAL:shd]: https://github.com/zer0Kerbal/PreciseManeuver/workflows/Validate%20AVC%20.version%20files/badge.svg?style=plastic&labelColor=black - +[zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-*/ "zer0Kerbal" [PAYPAL:img]: https://img.shields.io/badge/Buy%20me%20some%20-LFO-BADA55?style=for-the-badge&logo=paypal&labelColor=FFDD00 "PayPal" [PAYPAL:url]: https://www.paypal.com/donate?hosted_button_id=DC22YHMEJREKL "PayPal" [PATREON:img]: https://img.shields.io/badge/Patreon%20-Patreonize-FF424D?style=for-the-badge&logo=patreon "Patreon" @@ -110,8 +189,6 @@ updated: 06 Mar 2022 --> [GSPONS:url]: https://github.com/sponsors/zer0Kerbal "Github Sponsors" [BMCC:img]: https://img.shields.io/badge/Buy%20Me%20a%20-Snack!-FFDD00?style=for-the-badge&logo=buymeacoffee "Buy Me A Snack" [BMCC:url]: https://buymeacoffee.com/zer0Kerbal "Buy Me A Snack" - - [EN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/American-flag-sm.png "American English" [BR]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Brazilian-flag-sm.png "Brasil" [CN]: https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/Localization/img/Chinese-flag-sm.png "中文"