Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.1.1.0-release - <Archival> release #35

Merged
merged 10 commits into from
Jun 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<p><a href="https://www.curseforge.com/kerbal/ksp-mods/GimbalTrim"
title="CurseForge"><img
src="https://img.shields.io/badge/Gimbal%20Trim%20(TRIM)%20-v1.1.0.0--release-BADA55.svg?style=plastic&amp;labelColor=darkgreen/"
title="1.1.0.0-release" alt="GimbalTrim (TRIM)" /></a><br />
src="https://img.shields.io/badge/Gimbal%20Trim%20(TRIM)%20-v1.1.1.0--release-BADA55.svg?style=plastic&amp;labelColor=darkgreen/"
title="1.1.1.0-release" alt="GimbalTrim (TRIM)" /></a><br />
<a href="http://kerbalspaceprogram.com/"
title="Kerbal Space Program"><img
src="https://img.shields.io/badge/KSP-1.1.3-blue.svg?style=plastic&amp;labelColor=black/"
Expand All @@ -18,14 +18,14 @@
<p><img
src="https://img.shields.io/badge/CODE-%3C.NET%203.5%3E%20%3CC%23%205.0%3E-darkblue?style=plastic&amp;labelColor=66ccff"
title="Code" alt="Code" /> <img
src="https://img.shields.io/badge/GimbalTrim.dll-1.1.0.0-orange?style=plastic&amp;labelColor=darkgreen"
src="https://img.shields.io/badge/GimbalTrim.dll-1.1.1.0-orange?style=plastic&amp;labelColor=darkgreen"
title="GimbalTrim.dll" alt="GimbalTrim.dll" /></p>
<h2 id="version-1100-release---archival-release">Version 1.1.0.0-release
<h2 id="version-1110-release---archival-release">Version 1.1.1.0-release
- <code>&lt;Archival&gt;</code> release</h2>
<ul>
<li><p>Released</p>
<ul>
<li>Jul 3, 2016, 5:40:14 PM</li>
<li>Jul 3, 2016, 10:20:59 PM</li>
<li>for Kerbal Space Program 1.1.3</li>
<li>by <a href="https://github.com/sarbian">sarbian</a></li>
<li>archival release by <a
Expand All @@ -47,18 +47,7 @@ <h2 id="version-1100-release---archival-release">Version 1.1.0.0-release

<h2 id="change-summary">Change Summary</h2>
<ul>
<li>Fix the typo in useTrimResponseSpeed</li>
<li>Fix the handling of engine in front of the CoM or rotated</li>
<li>Add the limitToGimbalRange option.
<ul>
<li>This avoids the engine to move out of its gimbal range when using
trim.</li>
<li>If you have an engine with a -10 +10 X gimbal range and you trim it
by +5 degree you will get a -15 +5 range.</li>
<li>This is more realistic that the default mode but lower your control
range when you trim.</li>
</ul></li>
<li>AVC file</li>
<li>Fixing the engine rotation was actually not a good idea</li>
</ul>
<h2 id="see-more">See More</h2>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion GameData/KlockheedMartian/GimbalTrim/GimbalTrim.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in GameData/KlockheedMartian/GimbalTrim/GimbalTrim.version

View workflow job for this annotation

GitHub Actions / validate_version_files

The file GameData/KlockheedMartian/GimbalTrim/GimbalTrim.version doesn't indicate compatibility with the latest version of KSP (1.12.5.3190). Did you forget to update it?

Check warning on line 1 in GameData/KlockheedMartian/GimbalTrim/GimbalTrim.version

View workflow job for this annotation

GitHub Actions / validate_version_files

The remote version file of GameData/KlockheedMartian/GimbalTrim/GimbalTrim.version doesn't indicate compatibility with the latest version of KSP (1.12.5.3190). Did you forget to update it? https://raw.githubusercontent.com/zer0Kerbal/GimbalTrim/master/GimbalTrim.version
"NAME" : "GimbalTrim (TRIM) by sarbian",
"URL" : "https://raw.githubusercontent.com/zer0Kerbal/GimbalTrim/master/GimbalTrim.version",
"DOWNLOAD" : "https://github.com/zer0Kerbal/GimbalTrim/releases/latest",
Expand All @@ -13,7 +13,7 @@
{
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
1 change: 1 addition & 0 deletions GameData/KlockheedMartian/GimbalTrim/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Jul 3, 2016, 10:20:59 PM
* for Kerbal Space Program 1.1.3
* by [sarbian](https://github.com/sarbian)
* archival release by [zer0Kerbal](https://github.com/zer0Kerbal)

* Fixing the engine rotation was actually not a good idea

Expand Down
2 changes: 1 addition & 1 deletion GimbalTrim.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{

Check warning on line 1 in GimbalTrim.version

View workflow job for this annotation

GitHub Actions / validate_version_files

The file GimbalTrim.version doesn't indicate compatibility with the latest version of KSP (1.12.5.3190). Did you forget to update it?

Check warning on line 1 in GimbalTrim.version

View workflow job for this annotation

GitHub Actions / validate_version_files

The remote version file of GimbalTrim.version doesn't indicate compatibility with the latest version of KSP (1.12.5.3190). Did you forget to update it? https://raw.githubusercontent.com/zer0Kerbal/GimbalTrim/master/GimbalTrim.version
"NAME" : "GimbalTrim (TRIM) by sarbian",
"URL" : "https://raw.githubusercontent.com/zer0Kerbal/GimbalTrim/master/GimbalTrim.version",
"DOWNLOAD" : "https://github.com/zer0Kerbal/GimbalTrim/releases/latest",
Expand All @@ -13,7 +13,7 @@
{
"MAJOR" : 1,
"MINOR" : 1,
"PATCH" : 0,
"PATCH" : 1,
"BUILD" : 0
},
"KSP_VERSION" :
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* Jul 3, 2016, 10:20:59 PM
* for Kerbal Space Program 1.1.3
* by [sarbian](https://github.com/sarbian)
* archival release by [zer0Kerbal](https://github.com/zer0Kerbal)

* Fixing the engine rotation was actually not a good idea

Expand Down
102 changes: 102 additions & 0 deletions docs/ReleaseNotes/1.1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
---
permalink: /1.1.1.0.html
title: Release Notes v1.1.1.0
description: Version Release Notes
tags: GimbalTrim,release-notes,kerbal,ksp,zer0Kerbal,zedK
layout: page
---
<!-- ReleaseLayout.md v1.1.1.0
GimbalTrim (TRIM)
created: 20 Jun 2022
updated: 20 Jun 2023

TEMPLATE: ReleaseLayout.md v1.3.7.0
created: 11 Aug 2018
updated: 29 May 2023 -->
[![GimbalTrim (TRIM)][SHD:mod]][CURSFG:url]
[![KSP version][KSP:shd]][KSP:url] [![License][LIC:shd]][LIC:url] [![Pages][SHD:pgs]][pages]

![Code][SHD:cde] ![GimbalTrim.dll][SHD:dll]

## Version 1.1.1.0-release - `<Archival>` release

* Released
* Jul 3, 2016, 10:20:59 PM
* for Kerbal Space Program 1.1.3
* by [sarbian](https://github.com/sarbian)
* archival release by [zer0Kerbal](https://github.com/zer0Kerbal)

* 📌 Pinned
* Dependencies:
* [ModularManagement (MM)](https://curseforge.com/kerbal/ksp-mods/ModularManagement) or [Module Manager](https://forum.kerbalspaceprogram.com/index.php?/topic/50533-*/)

<div style="border:0.5px solid Tomato; background-color: #bada55; color: #FF0000; text-align:center"><h4><b>For best results - DO A CLEAN INSTALL; DELETE EXISTING INSTALLATION THEN RE-INSTALL</b></h4><p>Download only from <a href="https://www.curseforge.com/kerbal/ksp-mods/GimbalTrim/files">CurseForge</a></p></div>

## Change Summary

* Fixing the engine rotation was actually not a good idea

## See More

* [Pages][pages] for so much more (WIP)
* [Marketing Slicks][markt]
* [ChangeLog][chlog] for more details of changes
* [Discussions][discu] or [forums][forum] for discussions and news
* [Known Issues][issue] for known issues and feature requests

## Localization

>* ![English](https://raw.githubusercontent.com/zer0Kerbal/zer0Kerbal/zed'K/img/EN.png) English
>* ***your translation here***
>
> HELP WANTED: See the [README's in the Localization folder](https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/readme.md) for instructions for adding or improving translations. There is also the [quick start guide(s)](https://github.com/zer0Kerbal/zer0Kerbal/blob/master/Localization/quickstart.md). [GitHub][GitHub:url] push is the best way to contribute. *Additions and corrections welcome!*

<div style="border:0.5px solid Tomato; background-color: #BADA55; color: #FF0000; text-align:center">
<p><b>red box below is a link to forum post on how to get support</b></p>
<a href="https://forum.kerbalspaceprogram.com/index.php?/topic/83212-*">
<p><img src="https://i.postimg.cc/vHP6zmrw/image.png" alt="How to get support"></p></a>
<p style="color: #000000;">Be Kind: Lithobrake, not jakebrake! Keep your Module Manager up to date</p>
</div>

### How to support this and other great mods by [`zer0Kerbal`][zer0Kerbal]

Comment, click, like, share, up-vote, subscribe

[![Support][PAYPAL:img]][PAYPAL:url] [![Patreon][PATREON:img]][PATREON:url]

<!-- links -->
[chlog]: https://raw.githubusercontent.com/zer0Kerbal/GimbalTrim/master/changelog.md "Changelog"
[discu]: https://github.com/zer0Kerbal/GimbalTrim/discussions/ "Discussions"
[forum]: https://github.com/zer0Kerbal/GimbalTrim/ "GimbalTrim"
[issue]: https://github.com/zer0Kerbal/GimbalTrim/issues/ "Issue Tracker"
[markt]: https://zer0kerbal.github.io/GimbalTrim/Marketing "Marketing Slicks"
[pages]: https://zer0kerbal.github.io/GimbalTrim/ "GitHub Pages"

<!-- shields -->
[SHD:mod]: https://img.shields.io/badge/Gimbal%20Trim%20(TRIM)%20-v1.1.1.0--release-BADA55.svg?style=plastic&labelColor=darkgreen/ "1.1.1.0-release"
[SHD:cde]: https://img.shields.io/badge/CODE-%3C.NET%203.5%3E%20%3CC%23%205.0%3E-darkblue?style=plastic&labelColor=66ccff "Code"
[SHD:dll]: https://img.shields.io/badge/GimbalTrim.dll-1.1.1.0-orange?style=plastic&labelColor=darkgreen "GimbalTrim.dll"
[SHD:pgs]: https://img.shields.io/badge/GitHub-Pages-white?style=plastic&labelColor=9cf&logoColor=181717&logo=github/ "GitHub IO"

[CURSFG:url]: https://www.curseforge.com/kerbal/ksp-mods/GimbalTrim "CurseForge"
[GITHUB:url]: https://github.com/zer0Kerbal/GimbalTrim/ "GitHub"

[KSP:url]: http://kerbalspaceprogram.com/ "Kerbal Space Program"
[KSP:shd]: https://img.shields.io/badge/KSP-1.1.3-blue.svg?style=plastic&labelColor=black/ "Kerbal Space Program"

<!--- license -->
<!--- GPL-2.0
[LIC:url]: https://www.gnu.org/licenses/gpl-2.0-standalone.html "GPL-2.0+ARR"
[LIC:shd]: https://img.shields.io/badge/License-GPL--2.0+ARR-A42E2B?labelColor=white&style=plastic&logoColor=A42E2B&logo=gnu "GPL-2.0"
-->
[LIC:url]: https://opensource.org/licenses/MIT "Expat-MIT"
[LIC:shd]: https://img.shields.io/badge/License-Expat--MIT-3DA639?labelColor=black&logoColor=3DA639&logo=OpenSourceInitiative&style=plastic "Expat-MIT"

[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"
[PATREON:url]: https://www.patreon.com/zer0Kerbal/membership "Patreon"

[zer0Kerbal]: https://forum.kerbalspaceprogram.com/index.php?/profile/190933-*/ "zer0Kerbal"

<!-- THIS FILE: CC BY-ND 4.0 by zer0Kerbal -->
1 change: 1 addition & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ CC BY-ND 4.0 by zer0Kerbal -->
* Jul 3, 2016, 10:20:59 PM
* for Kerbal Space Program 1.1.3
* by [sarbian](https://github.com/sarbian)
* archival release by [zer0Kerbal](https://github.com/zer0Kerbal)

* Fixing the engine rotation was actually not a good idea

Expand Down
2 changes: 1 addition & 1 deletion json/dll.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "GimbalTrim.dll",
"labelColor": "darkgreen",
"message": "1.1.0.0",
"message": "1.1.1.0",
"color": "orange",
"style": "plastic"
}
2 changes: 1 addition & 1 deletion json/mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "Gimbal Trim",
"labelColor": "BADA55",
"message": "1.1.0.0",
"message": "1.1.1.0",
"color": "darkgreen",
"style": "plastic"
}
Loading