stellarium:GZ_star_trails

Last commit made on 2023-10-15
Get this branch:
git clone -b GZ_star_trails https://git.launchpad.net/stellarium

Branch merges

Branch information

Name:
GZ_star_trails
Repository:
lp:stellarium

Recent commits

7095854... by gzotti

Inhibit planet hint&labels
Inhibit star labels
Inhibit Gridlines and Nebula hints/labels
Reactivate Landscape

b0054b8... by gzotti

Suppress drawing of overly bright scene elements in "starstreak mode"

a4ae4b4... by Guillaume Chereau

Continue a bit the trail fader viewport effect

Started by Georg in the previous commit. This can be enabled by setting

    [video]
    viewport_effect = viewportFaderEffect

in the config file.

This effect simply applies a mix of the current frame with the one
before. Need to see if there is a way to improve the effect somehow.

51bf016... by gzotti

Maybe proceed with a ViewportEffect?

66dd0dc... by gzotti

Attempt creating a star trail effect.
Currently this leads to a white-out within seconds.
We would need an fps-dependent frame decay.

a4c6648... by Ruslan

Fix indentation and trailing whitespace in Nebula.cpp

1850c07... by gzotti

Modernize Mesa library (#3414)

- Use newer Mesa20.1.8 library by default
- Request/override required OpenGL version to 3.3.
- Prepare program for user upgrade with current Mesa3D builds, and add instructions to SUG.
- Add more warnings for out-of-memory
- This also finally removes the deprecated "safe mode" CLI switch.

---------

Co-authored-by: Alexander V. Wolf <email address hidden>
Co-authored-by: Alexander V. Wolf <email address hidden>

715eb85... by Hernan Martinez <email address hidden>

Add dpiAwareness option to manifest and send physicial viewport size to Spout (#3462)

* Add dpiAwareness option to manifest that matches the default one Qt 6 tries to use

* Add glPhysicalWindowHasBeenResized() SLOT

* Use physical dimensions when sending Spout data

* Only call glPhysicalWindowHasBeenResized() is SPOUT if enabled

7d846bd... by "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com>

Translate po/stellarium/stellarium.pot in ca

100% translated source file: 'po/stellarium/stellarium.pot'
on 'ca'.

3283c67... by Hernan Martinez <email address hidden>

Publish Windows on Arm build (#3452)

* Fix _qt_paths generation

* Workaround QtMultimedia only needed for 6.4.0 only

* Simplify QT_PATHS generation now that STELLARIUM_BUILD_ARM64 is used

* Require Qt 6.5.0 or higher for Windows on ARM builds

* Do not add OpenSSL to Windows ARM64 installer

* [publish] Add qtpaths.bat workaround

* [publish] Do not copy OpenGL ES binaries in Qt 6 builds