Merge branch 'master' of github.com:PorktoberRevolution/ReStocked

This commit is contained in:
2020-01-12 15:06:07 -08:00
24 changed files with 64 additions and 37 deletions

View File

@ -13,7 +13,7 @@ package:
- RestockRigidLegs
dependencies: # Configure dependencies
ModuleManager:
version: 4.1.0
version: 4.1.3
location: s3
deploy:
SpaceDock:

View File

@ -40,8 +40,8 @@ Localization
#LOC_Restock_variant-engine_boattail_size1p5_white = Boattail (1.875m, White)
#LOC_Restock_variant-engine_boattail_size1_grey-orange = Boattail (1.25m, Orange/Grey)
#LOC_Restock_variant-engine_boattail_size1p5_grey-orange = Boattail (1.875m, Orange/Grey)
#LOC_Restock_variant-engine_tankbutt_size1p5_white = Tankbutt (1.875m, White)
#LOC_Restock_variant-engine_tankbutt_size1p5_grey-orange = Tankbutt (1.875m, Orange/Grey)
#LOC_Restock_variant-engine_tankbutt_size1p5_white = Tankbutt (2.5m, White)
#LOC_Restock_variant-engine_tankbutt_size1p5_grey-orange = Tankbutt (2.5m, Orange/Grey)
#LOC_Restock_variant-engine_shroud_white = White Shroud
#LOC_Restock_variant-engine_shroud_grey-orange = Metallic Shroud

View File

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

View File

@ -1,3 +1,15 @@
v1.0.3
-----
- Updated ModuleManager distribution to 4.1.3
- Fixed Flea, Hammer, Kickback and Thumper colliders (#779)
v1.0.2
-----
- Fixed plugin instantiation issue
- Fixed 'tankbutt' localizations for Skiff showing 1.875m when they should be 2.5m (#766)
- Fixed inflatable heatshield fairing (#765)
v1.0.1
-----
- Fixed lack of bundled ModuleManager
@ -7,7 +19,8 @@ v1.0.1
- Fixed compatability with RealChute and NO FAR (#756)
- Fixed Skippper orange boattail texture assignments (#754)
- Fixed large truss piece collider scaling (#753)
- Un-blacklisted legacy squad spark model (we don't have an appropriate replacement anymore)
- Un-blacklisted legacy Squad spark model (we don't have an appropriate replacement anymore)
- Updated Chinese translation (Duck1998)
v1.0.0
------

View File

@ -1,5 +1,5 @@
=============
RESTOCK 1.0.0
RESTOCK 1.0.3
=============
Restock is a project to improve the art of the Kerbal Space Program part set. Some of the revisions are based on the cancelled Part Overhaul project by Porkjet.
@ -13,7 +13,7 @@ DEPENDENCIES
============
Required:
- ModuleManager (4.1.0)
- ModuleManager (4.1.3)
=======
CREDITS