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. 20 Jan, 2022 1 commit
  2. 01 Jan, 2022 1 commit
  3. 14 Oct, 2021 1 commit
  4. 22 Jun, 2021 1 commit
  5. 25 May, 2021 3 commits
  6. 29 Mar, 2021 1 commit
  7. 09 Feb, 2021 1 commit
  8. 02 Jan, 2021 2 commits
  9. 28 Dec, 2020 1 commit
    • Alexander Bock's avatar
      Feature/CMake (#1443) · ad8af3ff
      Alexander Bock authored
      General CMake cleanup/overhaul
      * Enable precompiled headers for all projects
      * Move specifications itto separate CMakeLists files
        * Add openspace-core as a subdirectory
        * Move handle_modules functionality into modules/CMakeLists.txt
        * Move handleapplications logic into apps/CMakeLists.txt
      * Introduce openspace-module-collection interface library to simplify inclusion of modules in applications
      * Turn module initialization into a two-step process to adapt to the new minimal dependency scenario
      * Compile time speedup
        * Remove circular dependencies between modules and core preventing multithreaded compilation on MSVC
        * Build Spice multithreaded and as static library
        * Remove dependency from core to module-webbrowser
        * Remove unused dependency from kameleon
        * Remove additional unnecessary dependencies
        * Cleanup volume/kameleon/kameleonvolume modules
        * Fix visibility issues. Restrict include paths
        * Compile kameleon in parallel
      * Other cleanup
        * Only copy CEF files from one target (hard-coded to OpenSpace right now)
        * Remove unused instrumentation code
        * Remove the ability to render AABB for globes as it caused a circular dependency between GlobeBrowsing and Debugging
        * Removing compiler and cppcheck warnings
        * Turn almost all includes into non-system includes
        * Don't warn on deprecrated copy
      * Updated submodules
      ad8af3ff
  10. 28 Nov, 2020 1 commit
  11. 21 Oct, 2020 1 commit
    • Alexander Bock's avatar
      Feature/globals handling (#1352) · efffc25c
      Alexander Bock authored
      * Cleaner handling of global state
      * Prevent Lua memory corruption (closes #982)
      * Initialize glfw first thing to prevent weird joystick loading bug during startup
      efffc25c
  12. 20 Aug, 2020 1 commit
  13. 10 Jul, 2020 2 commits
  14. 10 Feb, 2020 1 commit
  15. 27 Dec, 2019 1 commit
  16. 24 Mar, 2019 1 commit
    • Alexander Bock's avatar
      Feature/jenkins fix (#816) · bb3db7ad
      Alexander Bock authored
      * Cleanup
      * CMake cleanups
      * Update current year
      * Update copyright header
      * Use script to return list of all modules
      * Update credits, license and ghoul
      bb3db7ad
  17. 30 Aug, 2018 1 commit
    • Alexander Bock's avatar
      Feature/globals (#690) · 9f1c4e84
      Alexander Bock authored
       * Move global objects out of OpenSpaceEngine
       * General cleanup of main.cpp
       * Add default_joystick asset to all scenes
       * No longer suppress mouse interaction on slave nodes
       * Window delegate uses function pointers rather than subclassing
       * Fix for false overwriting of ImGUI configuration file
       * Change default color and tilt angle of fisheye rendering
       * Restructured performance manager
       * Simplify screenshot handling
      9f1c4e84
  18. 19 Jul, 2018 2 commits
  19. 13 Jul, 2018 2 commits
    • Alexander Bock's avatar
      Code cleanup · d0f3e550
      Alexander Bock authored
      Remove warnings from multiresvolume module
      d0f3e550
    • Emil Axelsson's avatar
      Feature/time interpolation (#669) · 902e3e6d
      Emil Axelsson authored
      * Initial implementation
      * Better approximation of target time
      * Correctly use double precision for time passing
      * Cleanup
      * Adding proportional adjustment of delta time at end of interpolation
      * Keyframe based time interpolation
      * Add property for time interpolation duration. Move time interpolation methods to TimeManager.
      * Fix bugs with time gui
      * Make several clicks on delta time buttons work as expected
      * Clean up
      * Improve time interpolation for parallel connection
      * Improve time API. Fix time interpolation bugs.
      * Fix mac compile issue
      * Add hour button
      * Add missing + sign
      * Remove newer images from projection buffer when going back in time
      * Add comment about clearing projection buffer
      * Fix bug with jumping time in parallel connection
      * Rename integrateFromTime to previousFrameTime
      * Compile fix for iswa module
      * Address code review comments
      * Code cleanup
      * Fix bug causig unsmooth behaviour when pausing while interpolating in time
      902e3e6d
  20. 28 Jun, 2018 1 commit
  21. 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
  22. 10 Apr, 2018 1 commit
    • Alexander Bock's avatar
      Issue/525 (#593) · 40dbf875
      Alexander Bock authored
      * Add initializeGL and deinitializeGL methods to OpenSpaceModule Call releaseAll from ProgramObjectManager in deinitializeGL to guard against errors when deinitializing assets
      
      * Change removeProgramObject function in RenderEngine to take a non-owning pointer instead of a reference to a unique pointer to make it compatible with the ProgramObjectManager
      Update Ghoul repository
      
      * Using ProgramObjectManager in more modules to reduce the number of programs compiled at startup
      40dbf875
  23. 08 Mar, 2018 1 commit
  24. 07 Mar, 2018 1 commit
    • Alexander Bock's avatar
      Feature/new formatting (#547) · a3c84984
      Alexander Bock authored
       * Change to new logging format (closes #542)
       * Adds a screenshots folder that uses the application startup time
       * Creating focus nodes for VRT files if the info files contain location information
       * Fix issue with removing virtual properties
       * Add a method for returning the cartesian coordinates for a geolocation on a planet
      a3c84984
  25. 19 Feb, 2018 1 commit
  26. 31 Dec, 2017 1 commit
  27. 29 Dec, 2017 1 commit
  28. 14 Dec, 2017 1 commit
    • Alexander Bock's avatar
      Update Ghoul repository · 23a446cb
      Alexander Bock authored
      Adapt to changes that absPath is not called automatically as often anymore
      Remove atmosphereearth.scene
      23a446cb
  29. 10 Nov, 2017 1 commit
  30. 09 Nov, 2017 1 commit
  31. 08 Nov, 2017 1 commit
  32. 02 Nov, 2017 1 commit
  33. 16 Aug, 2017 1 commit
  34. 14 Aug, 2017 1 commit