Merge pull request #18 from drewcassidy/master

Release v0.1.2
This commit is contained in:
Andrew Cassidy 2020-06-18 14:19:05 -07:00 committed by GitHub
commit 6360d222b0
13 changed files with 180 additions and 171 deletions

View File

@ -14,6 +14,7 @@ Shader "ConformalDecals/SelectionGlow"
{ {
Tags { "Queue" = "Transparent" } Tags { "Queue" = "Transparent" }
Cull Back Cull Back
ZWrite Off
Pass Pass
{ {

View File

@ -6,7 +6,7 @@
{ {
"MAJOR":0, "MAJOR":0,
"MINOR":1, "MINOR":1,
"PATCH":1, "PATCH":2,
"BUILD":0 "BUILD":0
}, },
"KSP_VERSION": "KSP_VERSION":

View File

@ -1,4 +1,4 @@
# Conformal Decals v0.1.1 # Conformal Decals v0.1.2
[![Build Status](https://travis-ci.org/drewcassidy/KSP-Conformal-Decals.svg?branch=release)](https://travis-ci.org/drewcassidy/KSP-Conformal-Decals) [![Art: CC BY-SA 4.0](https://img.shields.io/badge/Art%20License-CC%20BY--SA%204.0-orange.svg)](https://creativecommons.org/licenses/by-sa/4.0/) [![Code: GPL v3](https://img.shields.io/badge/Code%20License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![Build Status](https://travis-ci.org/drewcassidy/KSP-Conformal-Decals.svg?branch=release)](https://travis-ci.org/drewcassidy/KSP-Conformal-Decals) [![Art: CC BY-SA 4.0](https://img.shields.io/badge/Art%20License-CC%20BY--SA%204.0-orange.svg)](https://creativecommons.org/licenses/by-sa/4.0/) [![Code: GPL v3](https://img.shields.io/badge/Code%20License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Screenshot](http://pileof.rocks/KSP/images/ConformalDecalsHeader.png) ![Screenshot](http://pileof.rocks/KSP/images/ConformalDecalsHeader.png)
@ -12,6 +12,7 @@ Required:
- B9 Part Switch (2.16.0). Bundled with release. - B9 Part Switch (2.16.0). Bundled with release.
- ModuleManager (4.1.3). Bundled with release. - ModuleManager (4.1.3). Bundled with release.
- Shabby (0.1.2). Bundled with release. - Shabby (0.1.2). Bundled with release.
Optional: Optional:
- Wild Blue Tools. For custom decals category in the VAB and SPH. - Wild Blue Tools. For custom decals category in the VAB and SPH.

View File

@ -1,5 +1,12 @@
v0.1.2
------
Fixes:
- Disabled writing to the zbuffer in the decal bounds shader. Should fix any issues with Scatterer or EVE.
v0.1.1 v0.1.1
------ ------
Fixes: Fixes:
- Fixed flag decal not adjusting to new texture sizes immediately. - Fixed flag decal not adjusting to new texture sizes immediately.
- Fixed decal bounds being visible on launch. - Fixed decal bounds being visible on launch.