Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
allista committed Jul 22, 2020
2 parents 71fc0ad + d904854 commit 6f61aaf
Show file tree
Hide file tree
Showing 10 changed files with 234 additions and 194 deletions.
11 changes: 9 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
###Delete the old version of the mod before installing a new one.
### Delete the old version of the mod before installing a new one.
_You may keep the Hangar.user (if you have one) and config.xml files to preserve your settings._

***

* **v3.6.0.1**
* **v3.6.1**
* **Squad cargo bays can store a vessel in flight now**
* Asteroid Hatch features new UI from Configurable Containers
* **Fixed ship loading into hangars in editor**
* Fixed HangarWindow not showing/hiding in Editor
* Using new uGUI dialogs for warnings

* v3.6.0.1
* Compatible with KSP 1.10
* Fixed solr panel config of the Small Ground Hangar

Expand Down
4 changes: 2 additions & 2 deletions GameData/Hangar/Hangar.version
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
{
"MAJOR":3,
"MINOR":6,
"PATCH":0,
"BUILD":1
"PATCH":1,
"BUILD":0
},
"KSP_VERSION_MIN":
{
Expand Down
10 changes: 5 additions & 5 deletions GameData/Hangar/MM/Squad.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

MODULE
{
name = SingleUseHangarStorage
name = SimpleHangarStorage
SpawnSpace = hangar-space
SpawnTransform = launch-position
AutoPositionVessel = true
Expand Down Expand Up @@ -59,7 +59,7 @@

MODULE
{
name = SingleUseHangarStorage
name = SimpleHangarStorage
SpawnSpace = hangar-space
SpawnTransform = launch-position
AutoPositionVessel = true
Expand Down Expand Up @@ -99,7 +99,7 @@

MODULE
{
name = SingleUseHangarStorage
name = SimpleHangarStorage
SpawnSpace = hangar-space
SpawnTransform = launch-position
AutoPositionVessel = true
Expand Down Expand Up @@ -139,7 +139,7 @@

MODULE
{
name = SingleUseHangarStorage
name = SimpleHangarStorage
SpawnSpace = hangar-space
SpawnTransform = launch-position
AutoPositionVessel = true
Expand Down Expand Up @@ -179,7 +179,7 @@

MODULE
{
name = SingleUseHangarStorage
name = SimpleHangarStorage
SpawnSpace = hangar-space
SpawnTransform = launch-position
AutoPositionVessel = true
Expand Down
Loading

0 comments on commit 6f61aaf

Please sign in to comment.