Skip to content

Commit

Permalink
Merge pull request #89 from zer0Kerbal/1.5.0.0-release
Browse files Browse the repository at this point in the history
Version 1.5.0.0-release `<Room to Fly>`
  • Loading branch information
zer0Kerbal authored Dec 20, 2022
2 parents 4a8442a + 3fbd42d commit 4ea705b
Show file tree
Hide file tree
Showing 13 changed files with 121 additions and 162 deletions.
132 changes: 0 additions & 132 deletions GameData/LunaticAeronautics/RoverAntiGravitySystem/1.4.0.0.htm

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// rags-agmodule.cfg v1.2.0.0
// rags-agmodule.cfg v1.2.1.0
// Rover Anti Gravity System (RAGS)
// created: 03 Jan 2015
// updated: 15 Dec 2022
// updated: 18 Dec 2022

// this file: GPL-2.0 by zer0Kerbal

Expand Down Expand Up @@ -65,17 +65,17 @@ PART
GeePol = 0.36
GeeEeloo = 1.66

Consumption = 0.5
Consumption = 0.05
}

// // Dimensions: x: 0.33, y: 0.47, z: 0.42
// // Bounding Box Size: 63.84309 liters
// MODULE
// {
// name = ModuleCargoPart
// packedVolume = 71
// stackableQuantity = 12
// }
// Dimensions: x: 0.33, y: 0.47, z: 0.42
// Bounding Box Size: 63.84309 liters
MODULE
{
name = ModuleCargoPart
packedVolume = 71
stackableQuantity = 12
}

DRAG_CUBE
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 4,
"MINOR" : 5,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 6,
"PATCH" : 1
"MINOR" : 7,
"PATCH" : 3
},
"KSP_VERSION_MIN" :
{
Expand Down
30 changes: 30 additions & 0 deletions GameData/LunaticAeronautics/RoverAntiGravitySystem/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,36 @@
| spacedock | (https://spacedock.info/mod/3166) |
| ckan | RoverAntiGravitySystem |

## Version 1.5.0.0-release `<Room to Fly>`

* 7 Jun, 2022
* Released for Kerbal Space Program 1.7.3
* by zer0Kerbal

* Recompile for 1.7.3
* <RoverAntiGravitySystem.dll> v1.4.0.106 --> v1.5.0.107
* <rags-agmodule.cfg> v1.2.1.0
* add ModuleCargoPart (early)
* reduced resource consumption from 0.5 to 0.05
* future will make it scale based upon vessel gross mass

### Code 1.5.0.0

* .OnActive
* allow for [ModuleEnginesFX]
* if (pm.moduleName.Contains("ModuleEngines") | pm.moduleName.Contains("ModuleEnginesFX"))
* closes #88 - [BUG] .OnActive () throwing err

### Status 1.5.0.0

* Issues
* updates #38 - Recompile for major KSP version
* closes #45 - KSP 1.7.x
* updates #85 - [Request]: resource consumption
* closes #87 - Add ModuleCargoPart

---

## Version 1.4.0.0-release `<To Hover or not To Hover>`

* 16 Dec 2022
Expand Down
6 changes: 3 additions & 3 deletions RoverAntiGravitySystem.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"VERSION" :
{
"MAJOR" : 1,
"MINOR" : 4,
"MINOR" : 5,
"PATCH" : 0,
"BUILD" : 0
},
"KSP_VERSION" :
{
"MAJOR" : 1,
"MINOR" : 6,
"PATCH" : 1
"MINOR" : 7,
"PATCH" : 3
},
"KSP_VERSION_MIN" :
{
Expand Down
30 changes: 30 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,36 @@
| spacedock | (https://spacedock.info/mod/3166) |
| ckan | RoverAntiGravitySystem |

## Version 1.5.0.0-release `<Room to Fly>`

* 7 Jun, 2022
* Released for Kerbal Space Program 1.7.3
* by zer0Kerbal

* Recompile for 1.7.3
* <RoverAntiGravitySystem.dll> v1.4.0.106 --> v1.5.0.107
* <rags-agmodule.cfg> v1.2.1.0
* add ModuleCargoPart (early)
* reduced resource consumption from 0.5 to 0.05
* future will make it scale based upon vessel gross mass

### Code 1.5.0.0

* .OnActive
* allow for [ModuleEnginesFX]
* if (pm.moduleName.Contains("ModuleEngines") | pm.moduleName.Contains("ModuleEnginesFX"))
* closes #88 - [BUG] .OnActive () throwing err

### Status 1.5.0.0

* Issues
* updates #38 - Recompile for major KSP version
* closes #45 - KSP 1.7.x
* updates #85 - [Request]: resource consumption
* closes #87 - Add ModuleCargoPart

---

## Version 1.4.0.0-release `<To Hover or not To Hover>`

* 16 Dec 2022
Expand Down
1 change: 1 addition & 0 deletions docs/ReleaseNotes/1.5.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
** 1.5.0.0.md --
30 changes: 30 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,36 @@ CC BY-ND 4.0 by zer0Kerbal
| spacedock | (https://spacedock.info/mod/3166) |
| ckan | RoverAntiGravitySystem |

## Version 1.5.0.0-release `<Room to Fly>`

* 7 Jun, 2022
* Released for Kerbal Space Program 1.7.3
* by zer0Kerbal

* Recompile for 1.7.3
* <RoverAntiGravitySystem.dll> v1.4.0.106 --> v1.5.0.107
* <rags-agmodule.cfg> v1.2.1.0
* add ModuleCargoPart (early)
* reduced resource consumption from 0.5 to 0.05
* future will make it scale based upon vessel gross mass

### Code 1.5.0.0

* .OnActive
* allow for [ModuleEnginesFX]
* if (pm.moduleName.Contains("ModuleEngines") | pm.moduleName.Contains("ModuleEnginesFX"))
* closes #88 - [BUG] .OnActive () throwing err

### Status 1.5.0.0

* Issues
* updates #38 - Recompile for major KSP version
* closes #45 - KSP 1.7.x
* updates #85 - [Request]: resource consumption
* closes #87 - Add ModuleCargoPart

---

## Version 1.4.0.0-release `<To Hover or not To Hover>`

* 16 Dec 2022
Expand Down
2 changes: 1 addition & 1 deletion json/ksp.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"schemaVersion": 1,
"label": "KSP",
"labelColor": "black",
"message": "1.6.1",
"message": "1.7.3",
"color": "66ccff",
"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": "Rover Anti Gravity System",
"labelColor": "BADA55",
"message": "1.4.0.0",
"message": "1.5.0.0",
"color": "darkgreen",
"style": "plastic"
}
14 changes: 7 additions & 7 deletions source/Properties/version.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//106
//107
//
// This code was generated by a tool. Any changes made manually will be lost
// the next time this code is regenerated.
Expand All @@ -24,20 +24,20 @@
*/
using System.Reflection;

[assembly: AssemblyFileVersion("1.4.0.106")]
[assembly: AssemblyVersion("1.4.0.0")]
[assembly: AssemblyInformationalVersion("1.4.0")]
[assembly: KSPAssembly("RoverAntiGravitySystem", 1,4,0)]
[assembly: AssemblyFileVersion("1.5.0.107")]
[assembly: AssemblyVersion("1.5.0.0")]
[assembly: AssemblyInformationalVersion("1.5.0")]
[assembly: KSPAssembly("RoverAntiGravitySystem", 1,5,0)]

namespace RoverAntiGravitySystem
{
public static class Version
{
public const int major = 1;
public const int minor = 4;
public const int minor = 5;
public const int patch = 0;
public const int build = 0;
public const string Number = "1.4.0.0";
public const string Number = "1.5.0.0";
#if DEBUG
public const string Text = Number + "-zed'K BETA DEBUG";
public const string SText = Number + "-zed'K BETA DEBUG";
Expand Down
6 changes: 3 additions & 3 deletions source/RoverAntiGravitySystem.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
<DocumentationFile>..\docs\Code\Code.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="$(K16)Assembly-CSharp.dll">
<Reference Include="$(K17)Assembly-CSharp.dll">
<Private>False</Private>
</Reference>
<Reference Include="$(K16)Assembly-CSharp-firstpass.dll">
<Reference Include="$(K17)Assembly-CSharp-firstpass.dll">
<Private>False</Private>
</Reference>
<Reference Include="$(K16)UnityEngine.dll">
<Reference Include="$(K17)UnityEngine.dll">
<Private>False</Private>
</Reference>
<Reference Include="System.Core" />
Expand Down
2 changes: 1 addition & 1 deletion source/RoverAntiGravitySystemModule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public override void OnActive()
{
foreach (PartModule pm in p.Modules)
{
if (pm.moduleName.Contains("ModuleEngines"))
if (pm.moduleName.Contains("ModuleEngines") | pm.moduleName.Contains("ModuleEnginesFX"))
thereIsAnEngine = true;
}
}
Expand Down

0 comments on commit 4ea705b

Please sign in to comment.