This project is mirrored from https://gitee.com/mirrors_OpenSpace/OpenSpace.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
  1. 09 Sep, 2022 1 commit
  2. 28 Jul, 2022 1 commit
  3. 30 Mar, 2022 1 commit
  4. 19 Mar, 2022 1 commit
  5. 01 Feb, 2022 1 commit
    • Alexander Bock's avatar
      Removing the asset_helper file (#1868) · 8b74493d
      Alexander Bock authored
       - Remove the asset_helper file and call the onInitialize and onDeinitialize functions directly
       - Small compile fix on Windows
       - Removes the need for the registerIdentifierWithMeta function by automatically doing that for all asset.export statements
       - Allow the passing of either identifiers (as before) or entire tables to the removeSceneGraphNode, removeScreenSpaceRenderable, deleteLayer, removeAction, and export methods. In that case, the Identifier key from the table is extracted and used instead
      8b74493d
  6. 31 Jan, 2022 1 commit
  7. 31 May, 2021 1 commit
  8. 28 May, 2021 1 commit
    • Emma Broman's avatar
      Feature/numeric slider updates (#1609) · 16959377
      Emma Broman authored
      * Remove Logarithmic ViewOption and instead always use exponent of NumericalProperty + set exponent of some renderables' properties
      
      * Add MinMaxRange ViewOption for Vec2 properties
      
      * Add MinMaxRange viewoption to some existing vec2 properties and combine some other related properties to be able to utilize it. For example Min and Max label sizes, fade in/out distances, inner and outer radius. OBS! Includes renaming several properties (**breaking change**)
      
      * Refactor and document labels code. OBS! Includes renaming several properties (**breaking change**)
      
      * Add comments for some assets that have labels that are not working correctly
      
      
      Renderables with rename properties: RenderableLabels , GlobeLabelsComponent, RenderableBillboardsCloud, RenderableDUMeshes, RenderableRadialGrid )
      16959377
  9. 03 May, 2021 1 commit
  10. 28 Apr, 2021 1 commit
  11. 28 Oct, 2020 1 commit
  12. 10 Oct, 2020 1 commit
  13. 09 Oct, 2020 1 commit
  14. 04 Oct, 2020 1 commit
  15. 25 Sep, 2020 1 commit
  16. 20 Aug, 2020 1 commit
  17. 14 Jul, 2020 1 commit
  18. 07 May, 2020 1 commit
  19. 04 May, 2020 1 commit
  20. 16 Dec, 2019 2 commits
  21. 11 Dec, 2019 1 commit
  22. 10 Dec, 2019 1 commit
  23. 24 Apr, 2019 1 commit
    • Emil Axelsson's avatar
      Cleanup for Spheres and PSC (#827) · 50ff2d96
      Emil Axelsson authored
        * Fade fixes
        * Clean up RenderableSphere. Add orientation properties.
        * Sane defaults for Digital Universe
        * Clean up New Horizons related code
        * Add basic scene
        * Add ability to initialize rotation as quaternion and mat3
        * Adapt legacy code to new Renderable interface
      50ff2d96
  24. 10 Jun, 2018 1 commit
    • Alexander Bock's avatar
      Code cleanup branch (#618) · 4952f8f9
      Alexander Bock authored
        * Make height map fallback layer work again
        * Add documentation to joystick button bindings
        * Removed grouped property headers
        * Add new version number constant generated by CMake
        * Make Joystick deadzone work properly
        * Change the startup date on Earth to today
        * Fix key modifier handling
        * Add debugging indices for TreeNodeDebugging
        * Fix script schedule for OsirisRex
        * Do not open Mission schedule automatically
        * Upload default projection texture automatically
      
        * General code cleanup
        * Fix check_style_guide warnings
        * Remove .clang-format
        * MacOS compile fixes
        * Clang analyzer fixes
      4952f8f9
  25. 16 Mar, 2018 1 commit
    • Alexander Bock's avatar
      Issue/453 (#556) · db7ae7e3
      Alexander Bock authored
        * Introduced guiName to PropertyOwner
        * Added requirement that PropertyOwner::identifier may not contain whitespaces
        * Changed Name to Identifier in asset and scene files
        * Added new PropertyOwner to RenderEngine that owns the ScreenSpaceRenderables
        * Moved Name and GuiPath into GUI group
        * Added user-facing names to layer groups
      db7ae7e3
  26. 23 Dec, 2017 1 commit