Skip to content

Commit

Permalink
1.14 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodrigv committed Jul 3, 2019
1 parent be22f92 commit bf6f262
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= v1.14.0
- Hotfixes for KSP 1.7.2.
- Flickering improvements for low altitude vessels.

= v1.13.0
- Fixes to terrain extender to avoid landed vessels to crash.
- Recompiled for KSP 1.7.2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"NAME": "PhysicsRangeExtender",
"URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/PhysicsRangeExtender.version",
"DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.13.0",
"DOWNLOAD":"https://github.com/jrodrigv/PhysicsRangeExtender/releases/tag/1.14.0",
"CHANGE_LOG_URL":"https://github.com/jrodrigv/PhysicsRangeExtender/raw/master/PhysicsRangeExtender/Distribution/GameData/PhysicsRangeExtender/ChangeLog.txt",
"VERSION": {
"MAJOR": 1,
"MINOR": 12,
"MINOR": 14,
"PATCH": 0
},
"KSP_VERSION": {
Expand All @@ -16,7 +16,7 @@
"KSP_VERSION_MIN": {
"MAJOR": 1,
"MINOR": 7,
"PATCH": 0
"PATCH": 2
},
"KSP_VERSION_MAX": {
"MAJOR": 1,
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion PhysicsRangeExtender/LocalDev/7za_dir.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
E:\7za\x64
G:\7za\x64
2 changes: 1 addition & 1 deletion PhysicsRangeExtender/LocalDev/dist_dir.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
E:\Deployment
D:\PROGRAMACION\KSP_Development
2 changes: 1 addition & 1 deletion PhysicsRangeExtender/LocalDev/ksp_dir.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
E:\Kerbal Space Program_172_DEV
G:\GAMES\KERBAL\Kerbal Space Program_172_DEV
2 changes: 1 addition & 1 deletion PhysicsRangeExtender/LocalDev/pdb2mdb_exe.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
E:\pdb2mdb\pdb2mdb.exe
G:\pdb2mdb\pdb2mdb.exe
10 changes: 5 additions & 5 deletions PhysicsRangeExtender/PhysicsRangeExtender.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,24 +37,24 @@
<ItemGroup>
<Reference Include="Assembly-CSharp, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>E:\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>G:\GAMES\KERBAL\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\Assembly-CSharp.dll</HintPath>
</Reference>
<Reference Include="Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>E:\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
<HintPath>G:\GAMES\KERBAL\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\Assembly-CSharp-firstpass.dll</HintPath>
</Reference>
<Reference Include="KSPAssets, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>E:\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\KSPAssets.dll</HintPath>
<HintPath>G:\GAMES\KERBAL\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\KSPAssets.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="UnityEngine, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>E:\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
<HintPath>G:\GAMES\KERBAL\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>E:\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
<HintPath>G:\GAMES\KERBAL\Kerbal Space Program_172_DEV\KSP_x64_Data\Managed\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion PhysicsRangeExtender/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.13.0")]
[assembly: AssemblyVersion("1.14.0")]

0 comments on commit bf6f262

Please sign in to comment.