stellarium:master

Last commit made on 2024-04-19
Get this branch:
git clone -b master https://git.launchpad.net/stellarium

Branch merges

Branch information

Name:
master
Repository:
lp:stellarium

Recent commits

1debdc9... by Ruslan

Replace QPair<double,double> with struct{lat,lon}

3b7bf7c... by Alexander Wolf

Updated default catalog of pulsars and discovery circumstances of comets

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

Translate stellarium-planetary-features.pot in gl

100% translated source file: 'stellarium-planetary-features.pot'
on 'gl'.

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

Translate stellarium-planetary-features.pot in gl

100% translated source file: 'stellarium-planetary-features.pot'
on 'gl'.

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

Translate stellarium-remotecontrol.pot in gl

100% translated source file: 'stellarium-remotecontrol.pot'
on 'gl'.

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

Translate po/stellarium/stellarium.pot in gl

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

c6ec036... by "Alexander V. Wolf" <email address hidden>

Fix CLI output in Windows (fix #3710)

Stellarium able print information in console when it runs via CLI with --help or --version parameters

602bda0... by Ruslan

Fix a missing square root in KML generation code

841940c... by Ruslan

Refine endpoints of penumbra limits in KML generator

Static scanning of the duration of the eclipse with steps of one minute
misses the true endpoints of the curve, which results in an incomplete
look of the chart.

This patch implements a refining process where the first (last) invalid
computed point's time is taken as the outer limit for bisection, which
finds a better approximation to the endpoint.

4b41694... by Ruslan

Refactor calcBesselParameters() to return a struct

Also, this avoids useless calls to calcSolarEclipseBessel after getting
Bessel parameters, because calcBesselParameters already does this call.