File CalcMySky.changes of Package CalcMySky
-------------------------------------------------------------------
Fri Oct 17 07:44:59 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.3.5:
  * Various fixes
-------------------------------------------------------------------
Mon Oct 14 07:00:14 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.3.3:
  * Visual artifacts during solar eclipses where solar and lunar radii are nearly equal,
  * Wrong sampling points when computing eclipse double scattering,
  * SIGPIPE from broken X11 ICE connection that sometimes happened during calcmysky execution,
  * Off-by-one mistake in calculation of light pollution texture coordinates,
-------------------------------------------------------------------
Mon Jun 17 08:45:09 UTC 2024 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.3.2:
  * The pseudo-reflection of the sky used by Stellarium now
    doesn't have the solar aureole, which looked strange
    (the actual aureole in the sky is retained);
  * Added support for GLM 1.0.0, which requires a macro
    to be defined to use experimental features.
-------------------------------------------------------------------
Fri Oct  6 07:23:30 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Use better macro for selecting a newer GCC on Leap.
-------------------------------------------------------------------
Wed Jun 28 06:45:20 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.3.1:
  * on GPUs that compute mip maps of non-power-of-two textures poorly,
    eclipsed atmosphere rendering now works as expected;
  * atmosphere model examples now don't include Rayleigh phase function
    in the texture, this change fixes a "round cap around zenith" artifact.
-------------------------------------------------------------------
Thu Apr 20 09:48:51 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Fix packaging issue.
-------------------------------------------------------------------
Tue Apr 11 12:59:53 UTC 2023 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.3.0:
  * Now it's possible to replace view direction shaders via ShowMySky API
    without re-creating the renderer. This lets Stellarium switch between
    projections while implementing them in fragment shaders for better image quality.
  * CMake configuration modules are now installed in paths like /usr/lib/cmake/ShowMySky-Qt6
    instead of /usr/lib/ShowMySky-Qt6/cmake.
-------------------------------------------------------------------
Wed Nov  9 10:46:10 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- Update to 0.2.1:
  * ShowMySky library now has soname;
  * ShowMySky library name depends on major version of Qt,
    so that the versions for Qt5 and for Qt6 can be installed simultaneously;
  * The library can now be used via CMake's CPM without installing;
  * Fixed error handling on macOS (ShowMySky used to crash on any errors);
  * Various OpenGL state management fixes;
  * Rendering the Sun in zero order scattering now correctly takes
    custom Solar spectrum into account.
-------------------------------------------------------------------
Mon Oct  3 14:37:05 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
- Initial OBS release.