Skip to content

Commit

Permalink
Release 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsoft committed May 24, 2016
1 parent 2bbf14c commit f09a86b
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 20 deletions.
Binary file modified Plugins/KIS.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion Plugins/KIS.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"BUILD": 0,
"MAJOR": 1,
"MINOR": 2,
"PATCH": 9
"PATCH": 10
}
}
16 changes: 0 additions & 16 deletions Plugins/Source/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1 @@
Pre-release changes:
For proper part's volume calculation Module Manager is required. Though, without it the mod will still work.

- [Fix] #117: Fix duplication of the default items on flight revert.
- [Fix] #140: A part get created on drag in the editor.
- [Internal] Move TweakScale and volume override support in a single place.
- [Change] Always calculate part volume from its prefab. It's now consistent but may be not optimal in some cases. E.g. deployable parts that are deployed by default (in the mesh state) will take more space than they used to be. It may result in awkward behavior of containers that were loaded prior to the update.
- [Internal] Fix null fields in the modules to make part snapshot working fine.
- [Internal] Simulate awakening of the new KIS modules. It's required to not fail snapshoting.
- [Change] Add a ModuleManager patch to override stock drills volume since in prefab these parts are deployed and take too much space.
- [Fix] #141: Stop directly modifying inventory part mass.
- [Internal] Use unified code to calcualte part's scale.
- [Enhancement] #148: Dropped parts get weird names.
- [Fix] #147: Some parts don't give usable drag models from prefab.
- [Fix] #145: Carriable items show as "carried" in the inventory.
- [Fix] #142: Settings are always read from file.
- [Fix] #137: Volume of Drill-O-Matic calculated incorrectly.
4 changes: 2 additions & 2 deletions Plugins/Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.9")]
[assembly: AssemblyInformationalVersion("1.2.9 for KSP 1.1")]
[assembly: AssemblyVersion("1.2.10")]
[assembly: AssemblyInformationalVersion("1.2.10 for KSP 1.1")]
[assembly: KSPAssembly("KIS", 1, 2)]
[assembly: KSPAssemblyDependency("KSPDev_Utils", 0, 12)]
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 1.2.10 (23 May 2016)
For proper part's volume calculation Module Manager is required. Though, without it the mod will still work.

- [Fix] #117: Fix duplication of the default items on flight revert.
- [Fix] #140: A part get created on drag in the editor.
- [Change] Always calculate part volume from its prefab. It's now consistent but may be not optimal in some cases. E.g. deployable parts that are deployed by default (in the mesh state) will take more space than they used to be. It may result in awkward behavior of containers that were loaded prior to the update.
- [Change] Add a ModuleManager patch to override stock drills volume since in prefab these parts are deployed and take too much space.
- [Fix] #141: Stop directly modifying inventory part mass.
- [Enhancement] #148: Dropped parts get weird names.
- [Fix] #147: Some parts don't give usable drag models from prefab.
- [Fix] #145: Carriable items show as "carried" in the inventory.
- [Fix] #142: Settings are always read from file.
- [Fix] #137: Volume of Drill-O-Matic calculated incorrectly.

### 1.2.9 (3 May 2016)
- [Change] Temporarily set surface attach node as the most preferable for default. It's a workaround until #134 is fixed.
- [Fix] #131: Kerbals can't pull items from Inventories.
Expand Down
2 changes: 1 addition & 1 deletion kis.version
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"BUILD": 0,
"MAJOR": 1,
"MINOR": 2,
"PATCH": 9
"PATCH": 10
}
}

0 comments on commit f09a86b

Please sign in to comment.