Merge pull request #954 from PorktoberRevolution/master

Release poodle fix
This commit is contained in:
Chris Adderley 2021-06-26 09:45:20 -07:00 committed by GitHub
commit bd5293c398
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 13 additions and 5 deletions

View File

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

View File

@ -1,3 +1,7 @@
v1.3.3
------
- Fix Poodle shroud shaders
v1.3.2 v1.3.2
------ ------
- Fixed collider location inconsistency with stock for 1.25m heatshield (#914) - 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. 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, "MAJOR":1,
"MINOR":3, "MINOR":3,
"PATCH":2, "PATCH":3,
"BUILD":0 "BUILD":0
}, },
"KSP_VERSION": "KSP_VERSION":

View File

@ -1,3 +1,7 @@
v1.3.3
------
- Fixed smoke emission point on single Boar engine
v1.3.2 v1.3.2
------ ------
- Fixed drag cubes (and occlusion) for 1.875m heatshield (#923) - 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: 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: Required:
- Restock (1.3.2) - Restock (1.3.3)
- ModuleManager (4.1.4) - ModuleManager (4.1.4)
============= =============