summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlangurmonkey2023-11-07 09:50:26 +0100
committerlangurmonkey2023-11-07 09:50:26 +0100
commit8e5ecd9c8a162680245c3b4202e05468e67492f1 (patch)
tree401d43ee2691f3022b8bc90dd0fd069ac73c014d
parent4d4424649ad78098a21744e4defc1a27f39febc3 (diff)
downloadaur-8e5ecd9c8a162680245c3b4202e05468e67492f1.tar.gz
Version 3.5.7.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
-rw-r--r--releasenotes.txt33
3 files changed, 38 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd8a869e917b..41f672bd4acd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gaiasky
pkgdesc = Open source 3D universe simulator for desktop and VR with support for more than a billion objects
- pkgver = 3.5.6
- pkgrel = 2
+ pkgver = 3.5.7
+ pkgrel = 1
epoch = 3
url = https://zah.uni-heidelberg.de/gaia/outreach/gaiasky
install = gaiasky.install
@@ -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.6-2.b9300ce43/gaiasky-3.5.6-2.b9300ce43.tar.gz
- md5sums = be18d2605285e1648ce53921a6d2bd62
- sha256sums = 423402b08209fad4c0d61c739e4fd048adcf2b0315ec6856dc99419adc028678
+ source = http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/3.5.7.9d7eedd2e/gaiasky-3.5.7.9d7eedd2e.tar.gz
+ md5sums = 5726debf5c4f7aaaf5b94d95fba323f6
+ sha256sums = 9f818e1eaf7da8f188a8fc14d3dc3cfcd14577cba11376a49a7a360bfc116b67
pkgname = gaiasky
diff --git a/PKGBUILD b/PKGBUILD
index 466c43166572..a2b450391576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
#Maintainer: Toni Sagrista Selles <tsagrista@ari.uni-heidelberg.de>
pkgname=gaiasky
-pkgver=3.5.6
-pkgrel=2
+pkgver=3.5.7
+pkgrel=1
epoch=3
-versionstr=3.5.6-2.b9300ce43
+versionstr=3.5.7.9d7eedd2e
pkgdesc="Open source 3D universe simulator for desktop and VR with support for more than a billion objects"
arch=(x86_64)
url="https://zah.uni-heidelberg.de/gaia/outreach/gaiasky"
@@ -22,8 +22,8 @@ install=gaiasky.install
changelog=releasenotes.txt
source=("http://gaia.ari.uni-heidelberg.de/gaiasky/files/releases/${versionstr//_/-}/$pkgname-${versionstr//_/-}.tar.gz")
noextract=()
-md5sums=("be18d2605285e1648ce53921a6d2bd62")
-sha256sums=("423402b08209fad4c0d61c739e4fd048adcf2b0315ec6856dc99419adc028678")
+md5sums=("5726debf5c4f7aaaf5b94d95fba323f6")
+sha256sums=("9f818e1eaf7da8f188a8fc14d3dc3cfcd14577cba11376a49a7a360bfc116b67")
validpgpkeys=()
prepare() {
diff --git a/releasenotes.txt b/releasenotes.txt
index 1df15ee1a450..93be3c626478 100644
--- a/releasenotes.txt
+++ b/releasenotes.txt
@@ -1,7 +1,30 @@
-# Gaia Sky 3.5.6-2
+# Gaia Sky 3.5.7
+
+## Features
+- add surface exploration mode for planets, where the camera moves relative to the position of the pointer when close to a planet or moon.
+- add floating-point completion rates to billboard datasets.
+- combine SSR with cubemap reflections to fill in parts that reflect to off-screen locations.
+- add Debian build files. Add Makefile. Add `createDebian` task to gradle build script.
+- updated Bulgarian translation
## Bug Fixes
-- prevent SVT library to use `dFdx()` and `dFdy()` in vertex shaders.
-- SVT detection shader still passing lights explicitly.
-- shadow map camera direction with point lights.
-- null pointer in context menu.
+- crash when enabling 'Others' component type at startup in VR.
+- sizing of datasets scroll pane with expand/collapse groups is incorrect in some instances.
+- add free space check before downloads, and clean up properly after a failed extraction operation. Fixes [#744](https://codeberg.org/gaiasky/gaiasky/issues/744).
+- auto-scroll to target when cycling through UI elements with gamepad left stick. Selection and action with gamepad in dataset manager window.
+- zero-length keyframed path crashes the 'normalize times' action. Fixes [#741](https://codeberg.org/gaiasky/gaiasky/issues/741).
+- add missing, untranslated strings to I18N files. Fixes [#740](https://codeberg.org/gaiasky/gaiasky/issues/740).
+- start and dataset manager buttons do not scale horizontally with content.
+- ascending node parameter in rotation component does not apply correctly. Bump source version to 3.5.7, for new data is needed.
+- recursive tile lookup in sparse virtual textures module does not work correctly.
+- prevent SVT level overflows, and prompt for restart when tile cache size is modified in preferences.
+- remove custom amount of vertical scroll in scroll panes. Scrolling should now be much easier.
+
+## Build System
+- upgrade to LibGDX 1.12.1 and LWJGL 3.3.3.
+
+## Style
+- add missing deprecated tags to deprecated items.
+
+## Merge Requests
+- Merge branch 'RacerBG-bg-update'