Skip to content

Commit

Permalink
Merge pull request #765 from jrodrigv/master
Browse files Browse the repository at this point in the history
New release for KSP 1.9.1
  • Loading branch information
jrodrigv authored Apr 9, 2020
2 parents ff5624a + 60493ef commit 4b21c9f
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ BDArmory/LocalDev/Refs/UnityEngine.dll
/BDArmory/_ReSharper.Caches/ReSharperPlatformVs16191_4011600b.BDArmory.01
/_ReSharper.Caches/ReSharperPlatformVs16191_4011600b.00
/BDArmory/_ReSharper.Caches/ReSharperPlatformVs16193_4011600b.BDArmory.00
/_ReSharper.Caches/ReSharperPlatformVs16193_4011600b.00
4 changes: 2 additions & 2 deletions BDArmory.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
// 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.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]
[assembly: KSPAssembly("BDArmory.Core", 1, 0)]
Binary file not shown.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions BDArmory/Distribution/GameData/BDArmory/BDArmory.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
{
"MAJOR":1,
"MINOR":3,
"PATCH":3,
"PATCH":4,
"BUILD":0
},
"KSP_VERSION":
{
"MAJOR":1,
"MINOR":9,
"PATCH":0
"PATCH":1
},
"KSP_VERSION_MIN":
{
Expand Down
9 changes: 8 additions & 1 deletion BDArmory/Distribution/GameData/BDArmory/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
v1.3.3
v1.3.4
* NEW FEATURES:
* Recompiled for KSP 1.9.1
* FIXES
* Shaders compatibility for Mac / Linux
* Missiles problem regarding locking and losing lock affecting heat and radar missiles. (Thanks to TheKurgan to find the problematic commit)

v1.3.3
* NEW FEATURES:
* Recompiled for KSP 1.9.0
* Localization en-us and zh-cn (Thanks to tinygrox!)
Expand Down
4 changes: 2 additions & 2 deletions BDArmory/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
// The form "{Major}.{Minor}.*" will automatically update the build and revision,
// and "{Major}.{Minor}.{Build}.*" will update just the revision.

[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
[assembly: AssemblyVersion("1.3.4.0")]
[assembly: AssemblyFileVersion("1.3.4.0")]

// The following attributes are used to specify the signing key for the assembly,
// if desired. See the Mono documentation for more information about signing.
Expand Down
1 change: 1 addition & 0 deletions BDArmory/Shaders/BulletShader.shader
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
Pass
{
CGPROGRAM
#pragma target 3.5
#pragma vertex vert
#pragma fragment frag
#pragma fragmentoption ARB_precision_hint_fastest
Expand Down
1 change: 1 addition & 0 deletions BDArmory/Shaders/GrayscaleEffectShader.shader
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
Fog{ Mode off }

CGPROGRAM
#pragma target 3.5
#pragma vertex vert_img
#pragma fragment frag
#pragma fragmentoption ARB_precision_hint_fastest
Expand Down
1 change: 1 addition & 0 deletions BDArmory/Shaders/rcsShader.shader
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Shader "Custom/rcsShader"
CGPROGRAM

// DEFINES
#pragma target 3.5
#pragma vertex RCSVertexShader
#pragma fragment RCSFragmentShader

Expand Down

0 comments on commit 4b21c9f

Please sign in to comment.