3 Commits
1.3.2 ... 1.3.3

Author SHA1 Message Date
bd5293c398 Merge pull request #954 from PorktoberRevolution/master
Release poodle fix
2021-06-26 09:45:20 -07:00
993892994b Fix smokePoint 2021-06-26 09:41:19 -07:00
7b2e0a277b i hate my life (#953) 2021-06-17 23:10:58 -07:00
8 changed files with 13 additions and 5 deletions

View File

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

View File

@ -1,3 +1,7 @@
v1.3.3
------
- Fix Poodle shroud shaders
v1.3.2
------
- Fixed collider location inconsistency with stock for 1.25m heatshield (#914)

View File

@ -1,5 +1,5 @@
=============
RESTOCK 1.3.2
RESTOCK 1.3.3
=============
Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the canceled Part Overhaul project by Porkjet.

View File

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

View File

@ -1,3 +1,7 @@
v1.3.3
------
- Fixed smoke emission point on single Boar engine
v1.3.2
------
- Fixed drag cubes (and occlusion) for 1.875m heatshield (#923)

View File

@ -1,5 +1,5 @@
==============
RESTOCK+ 1.3.2
RESTOCK+ 1.3.3
==============
Restock+ is a complement to Restock which adds useful parts that we feel are missing from the base game. Functionally, these parts additions allow better flexibility in craft construction and not add new gameplay systems or form factors. Some examples might include:
@ -21,7 +21,7 @@ DEPENDENCIES
============
Required:
- Restock (1.3.2)
- Restock (1.3.3)
- ModuleManager (4.1.4)
=============