mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
6360d222b0 | |||
00acb45e18 | |||
8acf17f189 | |||
4ed4676488 | |||
6d33d6e524 | |||
2e32de00e7 |
@ -23,8 +23,8 @@ dependencies: # Configure dependencies
|
||||
url: http://taniwha.org/~bill/Shabby_v0.1.2.zip
|
||||
zip: true
|
||||
deploy:
|
||||
- SpaceDock:
|
||||
SpaceDock:
|
||||
enabled: true # activate/deactivate this deployment script
|
||||
mod-id: 2451 # The Spacedock mod ID for deployment
|
||||
- GitHub:
|
||||
GitHub:
|
||||
enabled: true # activate/deactivate this deployment script
|
@ -14,6 +14,7 @@ Shader "ConformalDecals/SelectionGlow"
|
||||
{
|
||||
Tags { "Queue" = "Transparent" }
|
||||
Cull Back
|
||||
ZWrite Off
|
||||
|
||||
Pass
|
||||
{
|
||||
|
Binary file not shown.
@ -6,7 +6,7 @@
|
||||
{
|
||||
"MAJOR":0,
|
||||
"MINOR":1,
|
||||
"PATCH":1,
|
||||
"PATCH":2,
|
||||
"BUILD":0
|
||||
},
|
||||
"KSP_VERSION":
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Conformal Decals v0.1.1
|
||||
# Conformal Decals v0.1.2
|
||||
[](https://travis-ci.org/drewcassidy/KSP-Conformal-Decals) [](https://creativecommons.org/licenses/by-sa/4.0/) [](https://www.gnu.org/licenses/gpl-3.0)
|
||||
|
||||

|
||||
@ -12,6 +12,7 @@ Required:
|
||||
- B9 Part Switch (2.16.0). Bundled with release.
|
||||
- ModuleManager (4.1.3). Bundled with release.
|
||||
- Shabby (0.1.2). Bundled with release.
|
||||
|
||||
Optional:
|
||||
- Wild Blue Tools. For custom decals category in the VAB and SPH.
|
||||
|
||||
|
@ -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
|
||||
------
|
||||
|
||||
Fixes:
|
||||
- Fixed flag decal not adjusting to new texture sizes immediately.
|
||||
- Fixed decal bounds being visible on launch.
|
||||
|
Reference in New Issue
Block a user