Skip to content

Commit

Permalink
Update version, dependencies v8.6 FINAL
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Mar 23, 2015
1 parent 474351d commit 8985465
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
Binary file modified DDSLoader/DDSLoader.dll
Binary file not shown.
Binary file modified RealSolarSystem/Plugins/RealSolarSystem.dll
Binary file not shown.
9 changes: 9 additions & 0 deletions RealSolarSystem/Readme_RSS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ Pluto is represented by Vall

===========================
Changelog
v8.6
* Fixed Ganymede normal map being flipped (either redownload your texture pack or just get the fixed Ganymede normal map, it's the same for all packs) -- thanks sashan!
* Starwaster: fix temperature and pressure issues on some bodies due to multipliers not being reset.
* Removed keypress-based camera clipping changes. There's a GUI for that, after all...
* Fixed camera clipping range loading.
* Fixed finding AtmosphereFromGround (was only running if the body had a PQS--Jool does not).
* Added a :FOR[RSSConfig] tag, so people can :NEEDS off that, rather than RealSolarSystem (:NEEDS[RealSolarSystem] will return true no matter what config for RSS one has, even if it's just to prettify the atmosphers like in a visual pack).
* Update to Module Manager 2.5.12 and DDS Loader 1.9

v8.5
*Fix Venus/Mars colors not showing up right (well, work around it...) NOTE YOU NEED THE DDS TEXTURES FOR THIS TO WORK.
*Fix editor extents/camera fixing
Expand Down
2 changes: 1 addition & 1 deletion RealSolarSystem/RealSolarSystem.version
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"URL": "https://raw.githubusercontent.com/NathanKell/RealSolarSystem/master/RealSolarSystem/RealSolarSystem.version",
"VERSION": {
"MAJOR": 8,
"MINOR": 5,
"MINOR": 6,
"PATCH": 0
},
"KSP_VERSION": {
Expand Down
4 changes: 2 additions & 2 deletions Source/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// 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("0.8.5.0")]
[assembly: AssemblyFileVersion("0.8.5.0")]
[assembly: AssemblyVersion("0.8.6.0")]
[assembly: AssemblyFileVersion("0.8.6.0")]

0 comments on commit 8985465

Please sign in to comment.