summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2023-09-29 09:22:31 +0200
committerlangurmonkey2023-09-29 09:22:31 +0200
commit9a60c7d46c4ad33a57cd949b6291712d625fa25f (patch)
tree9ac8dad2b1b21c72e18d87b79f8d313bfce97d6e
parent8dc002ced00a1ce337fd01a0a4735424c01bd744 (diff)
downloadaur-9a60c7d46c4ad33a57cd949b6291712d625fa25f.tar.gz
Version 3.5.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--releasenotes.txt26
3 files changed, 27 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 665621c4ca55..648156da71fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gaiasky
pkgdesc = Open source 3D universe simulator for desktop and VR with support for more than a billion objects
- pkgver = 3.5.4_1.c31b73416
+ pkgver = 3.5.5.3b4d54b77
pkgrel = 1
epoch = 3
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
@@ -10,8 +10,8 @@ pkgbase = gaiasky
license = MPL
depends = java-runtime
depends = xorg-xrandr
- source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.5.4-1.c31b73416/gaiasky-3.5.4-1.c31b73416.tar.gz
- md5sums = 2a85ef034d4adf451929a8843fbf5320
- sha256sums = 2f803a1c9c6bf9215846d0bdca7ab756cb8aa2a913fc80e47f0455685df58f3e
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.5.5.3b4d54b77/gaiasky-3.5.5.3b4d54b77.tar.gz
+ md5sums = ee5562d9fdf56651d76ec5f65a39772c
+ sha256sums = 7ab7dd6a106c8d23b53b0e236ab51f63e0194403d861420b9facec23bd7add2e
pkgname = gaiasky
diff --git a/PKGBUILD b/PKGBUILD
index e529db70f2b2..fc4a412f8d47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=3.5.4_1.c31b73416
+pkgver=3.5.5.3b4d54b77
pkgrel=1
epoch=3
pkgdesc="Open source 3D universe simulator for desktop and VR with support for more than a billion objects"
@@ -21,8 +21,8 @@ install=gaiasky.install
changelog=releasenotes.txt
source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/${pkgver//_/-}/$pkgname-${pkgver//_/-}.tar.gz")
noextract=()
-md5sums=("2a85ef034d4adf451929a8843fbf5320")
-sha256sums=("2f803a1c9c6bf9215846d0bdca7ab756cb8aa2a913fc80e47f0455685df58f3e")
+md5sums=("ee5562d9fdf56651d76ec5f65a39772c")
+sha256sums=("7ab7dd6a106c8d23b53b0e236ab51f63e0194403d861420b9facec23bd7add2e")
validpgpkeys=()
prepare() {
diff --git a/releasenotes.txt b/releasenotes.txt
index 8d75cf8c1b0e..905cbe188b20 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,8 +1,22 @@
-# Gaia Sky 3.5.4-1
+# Gaia Sky 3.5.5
-## Bug Fixes
-- move action stuttering on some systems due to no input changes since last sync.
-- application title in loading screen squashes the logo.
+## Features
+- add new user interface mode to replace the old controls window. The old UI is still available via a checkbox in the preferences.
+- add new 'play camera path' action, bound to `alt`+`c` by default.
+- controls window pane key bindings (time, camera, bookmarks, etc.) updated to not use the `Alt-L` key.
+- add better star close-up shader.
+- add new 'Scene settings' section in preferences window with an option to render stars as spheres.
+- revamp shader include directive to accept different extensions and file references in angle brackets.
+- move shader libraries to `shader/lib`.
+- retire Gaia FOV camera modes.
+- adjust default atmosphere exposure value.
+- disable fading scrollbars everywhere.
+- prepared PBR shaders to accept iridescence, transmission and thickness values (still inactive).
+- tune normal strength in tessellation shaders to map to elevation multiplier.
-## Build System
-- set bundled JRE version to 17 instead of 20; seemingly, there are non-negligible performance issues with the JRE 20 on some configurations.
+## Bug Fixes
+- enable full shader file names in raymarching shaders.
+- typo, 'user interface resetted' -> 'user interface reset'.
+- restore height sampling functionality to prevent clipping through tessellated terrain.
+- remove cinematic camera slow-down when close to the surface of a planet.
+- scale tessellation quality using the body size to prevent severe slow-downs in smaller bodies.