Skip to content

Commit 8985465

Browse files
committed
Update version, dependencies v8.6 FINAL
1 parent 474351d commit 8985465

5 files changed

Lines changed: 12 additions & 3 deletions

File tree

DDSLoader/DDSLoader.dll

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

RealSolarSystem/Readme_RSS.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,15 @@ Pluto is represented by Vall
4848

4949
===========================
5050
Changelog
51+
v8.6
52+
* 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!
53+
* Starwaster: fix temperature and pressure issues on some bodies due to multipliers not being reset.
54+
* Removed keypress-based camera clipping changes. There's a GUI for that, after all...
55+
* Fixed camera clipping range loading.
56+
* Fixed finding AtmosphereFromGround (was only running if the body had a PQS--Jool does not).
57+
* 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).
58+
* Update to Module Manager 2.5.12 and DDS Loader 1.9
59+
5160
v8.5
5261
*Fix Venus/Mars colors not showing up right (well, work around it...) NOTE YOU NEED THE DDS TEXTURES FOR THIS TO WORK.
5362
*Fix editor extents/camera fixing

RealSolarSystem/RealSolarSystem.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"URL": "https://raw.githubusercontent.com/NathanKell/RealSolarSystem/master/RealSolarSystem/RealSolarSystem.version",
44
"VERSION": {
55
"MAJOR": 8,
6-
"MINOR": 5,
6+
"MINOR": 6,
77
"PATCH": 0
88
},
99
"KSP_VERSION": {

Source/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("0.8.5.0")]
36-
[assembly: AssemblyFileVersion("0.8.5.0")]
35+
[assembly: AssemblyVersion("0.8.6.0")]
36+
[assembly: AssemblyFileVersion("0.8.6.0")]

0 commit comments

Comments
 (0)