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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 20 Jan, 2022 1 commit
-
-
Emma Broman authored
* Add some missing renderables * Tiny refactor of documentation identifiers and log category keys
-
- 01 Jan, 2022 1 commit
-
-
Alexander Bock authored
-
- 14 Oct, 2021 1 commit
-
-
Alexander Bock authored
-
- 22 Jun, 2021 1 commit
-
-
Alexander Bock authored
-
- 25 May, 2021 3 commits
-
-
Alexander Bock authored
-
Alexander Bock authored
-
Alexander Bock authored
* Revert screenlog back to showing Info and above messages * Various code cleanup
-
- 29 Mar, 2021 1 commit
-
-
Alexander Bock authored
- Make use of more codegen in more classes - Fix verifier for Color4Verifier
-
- 09 Feb, 2021 1 commit
-
-
Alexander Bock authored
* Add the ability to automatically generate code to extract values out of a Dictionary (see https://github.com/openspace/codegen for more information on how to use this) * Applied this technique to a large number of cases in the codebase * Don't add _codegen files to the repository Co-authored-by:
Emma Broman <emma.broman@liu.se>
-
- 02 Jan, 2021 2 commits
-
-
Alexander Bock authored
-
Alexander Bock authored
* Adapting to introduction of new Dictionary class in Ghoul * Mainly replacing usage of float instead of doubles as expected * Adjust to the lack of the hasKeyAndValue function
-
- 28 Dec, 2020 1 commit
-
-
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
-
- 28 Nov, 2020 1 commit
-
-
Alexander Bock authored
-
- 21 Oct, 2020 1 commit
-
-
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
-
- 20 Aug, 2020 1 commit
-
-
Jonathas Costa authored
Merged maste. Changed code in multiple places to have the new memory pool working on linux (experimental yet).
-
- 10 Jul, 2020 2 commits
-
-
Emma Broman authored
-
Emma Broman authored
-
- 10 Feb, 2020 1 commit
-
-
Alexander Bock authored
-
- 27 Dec, 2019 1 commit
-
-
Alexander Bock authored
-
- 24 Mar, 2019 1 commit
-
-
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
-
- 30 Aug, 2018 1 commit
-
-
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
-
- 19 Jul, 2018 2 commits
-
-
Alexander Bock authored
-
Alexander Bock authored
Adapt to changes in Ghoul Make use of TextureManager Jenkins compile fix
-
- 13 Jul, 2018 2 commits
-
-
Alexander Bock authored
Remove warnings from multiresvolume module
-
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
-
- 28 Jun, 2018 1 commit
-
-
Alexander Bock authored
-
- 10 Jun, 2018 1 commit
-
-
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
-
- 10 Apr, 2018 1 commit
-
-
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
-
- 08 Mar, 2018 1 commit
-
-
Alexander Bock authored
-
- 07 Mar, 2018 1 commit
-
-
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
-
- 19 Feb, 2018 1 commit
-
-
Alexander Bock authored
-
- 31 Dec, 2017 1 commit
-
-
Alexander Bock authored
Make use of UniformCache in many Renderables and switch from setUniform(const std::string&, ...) to setUniform(GLint, ...) in those cases
-
- 29 Dec, 2017 1 commit
-
-
Alexander Bock authored
-
- 14 Dec, 2017 1 commit
-
-
Alexander Bock authored
Adapt to changes that absPath is not called automatically as often anymore Remove atmosphereearth.scene
-
- 10 Nov, 2017 1 commit
-
-
Alexander Bock authored
More work on coding style
-
- 09 Nov, 2017 1 commit
-
-
Alexander Bock authored
-
- 08 Nov, 2017 1 commit
-
-
Alexander Bock authored
Add strict mode to check_style_guide script
-
- 02 Nov, 2017 1 commit
-
-
Alexander Bock authored
Handle initialize in a separate thread and display rudimentary loading screen
-
- 16 Aug, 2017 1 commit
-
-
Alexander Bock authored
-
- 14 Aug, 2017 1 commit
-
-
Alexander Bock authored
-