Gaia Sky 3.6.6
Build caf73d2de
TGZ package
.tar.gz
gaiasky-3.6.6.caf73d2de.tar.gz
signature by tsagrista
AppImage .appimage
gaiasky_3.6.6.caf73d2de_x86_64.appimage
signature by tsagrista
DEB package .deb
gaiasky_linux_3_6_6.deb
signature by tsagrista
RPM package .rpm
gaiasky_linux_3_6_6.rpm
signature by tsagrista
UNIX Installer .sh
gaiasky_linux_3_6_6.sh
signature by tsagrista
TGZ package .tar.gz
gaiasky_linux_3_6_6.tar.gz
signature by tsagrista
macOS .dmg
gaiasky_macos_3_6_6.dmg
signature by tsagrista
Windows x86-64 .exe
gaiasky_windows-x64_3_6_6.exe
signature by tsagrista
Release Notes
Features
- move volumes earlier in the rendering pipeline, because they now write to the depth buffer.
- check for dataset incompatibilities and ask user to confirm action when selecting incompatible datasets.
- add window size and resolution of external view in settings, when the external view is active.
Bug Fixes
- attitude indicator not scaling with units-per-pixel value in spacecraft UI.
- incorrect initialization of label threshold in volumes in VR mode.
- entering panorama mode resets back-buffer scale. The issue was that the dynamic resolution reset routine was always applied, and not only when the dynamic resolution setting was on.
Performance Improvements
- replace arbitrary precision
add()
call with double-precision one to compute spherical coordinates of objects. Double-precision is more than sufficient for that purpose.
Build System
- update install4j template to version 11.
Documentation
- improve javadoc comments in settings class.