diff --git a/DDSLoader/DDSLoader.dll b/DDSLoader/DDSLoader.dll index 11e3928e..f733727e 100644 Binary files a/DDSLoader/DDSLoader.dll and b/DDSLoader/DDSLoader.dll differ diff --git a/RealSolarSystem/Plugins/RealSolarSystem.dll b/RealSolarSystem/Plugins/RealSolarSystem.dll index c9e28458..570ff1e3 100644 Binary files a/RealSolarSystem/Plugins/RealSolarSystem.dll and b/RealSolarSystem/Plugins/RealSolarSystem.dll differ diff --git a/RealSolarSystem/Readme_RSS.txt b/RealSolarSystem/Readme_RSS.txt index 31114eb9..b14a4119 100644 --- a/RealSolarSystem/Readme_RSS.txt +++ b/RealSolarSystem/Readme_RSS.txt @@ -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 diff --git a/RealSolarSystem/RealSolarSystem.version b/RealSolarSystem/RealSolarSystem.version index b51542b1..6b06b840 100644 --- a/RealSolarSystem/RealSolarSystem.version +++ b/RealSolarSystem/RealSolarSystem.version @@ -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": { diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index abcb7a12..83a60982 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -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")]