5 Commits
1.0.2 ... 1.0.3

Author SHA1 Message Date
d1942672e0 Merge pull request #781 from PorktoberRevolution/master
Release 1.0.3
2020-01-12 15:15:19 -08:00
24ab15ebe9 Changelog bump 2020-01-12 15:11:35 -08:00
f141955c26 Merge branch 'master' of github.com:PorktoberRevolution/ReStocked 2020-01-12 15:06:07 -08:00
31d59b5545 Fix wheel collider layer on LT-1 and LT-2 legs
addresses time warp bug #780
2020-01-12 15:05:48 -08:00
d4547469f8 Collider fixes 2020-01-03 11:50:10 -08:00
17 changed files with 23 additions and 12 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

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

View File

@ -1,3 +1,9 @@
v1.0.3
-----
- Updated ModuleManager distribution to 4.1.3
- Fixed Flea, Hammer, Kickback and Thumper colliders (#779)
- Fixed certain landing legs causing teleports after timewarp (#780)
v1.0.2
-----
- Fixed plugin instantiation issue

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

View File

@ -1,5 +1,5 @@
========================
RESTOCK RIGID LEGS 1.0.0
RESTOCK RIGID LEGS 1.0.3
========================
Restock Rigid Legs adds alternate versions of the stock legs without the suspension module. These legs are functionally just animated parts the are by default tied to the landing gear action group. The legs are added as their own parts and do not replace the existing legs, making them compatible with saves just like any other mod. They also take advantage of the physics material switcher module added in 1.7.3, allowing for an adjustable level of friction to prevent your landers from sliding down slopes.
@ -9,8 +9,8 @@ DEPENDENCIES
============
Required:
- Restock (1.0.0)
- ModuleManager (4.0.2)
- Restock (1.0.3)
- ModuleManager (4.1.3)
============
INSTALLATION

View File

@ -10,7 +10,7 @@ package:
- license.txt
dependencies: # Configure dependencies
ModuleManager:
version: 4.1.0
version: 4.1.3
location: s3
deploy:
SpaceDock:

View File

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

View File

@ -1,3 +1,8 @@
v1.0.3
-----
- Updated ModuleManager distribution to 4.1.3
- Fixed Pollux and Anvil colliders (#779)
v1.0.2
-----
- Fixed tech tree locations for 1.875m decoupler and separator

View File

@ -1,5 +1,5 @@
==============
RESTOCK+ 1.0.0
RESTOCK+ 1.0.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,8 +21,8 @@ DEPENDENCIES
============
Required:
- Restock (1.0.0)
- ModuleManager (4.1.0)
- Restock (1.0.3)
- ModuleManager (4.1.3)
=============
CREDITS