Commit Graph

8021 Commits

Author SHA1 Message Date
Alexander Bock 402233da85 Change profile code to make it work with GCC 9.3 2021-05-31 13:23:47 +02:00
Emma Broman a40e110fe9 Reduce risk of font rendering errors from user interaction (#1206 hotfix) (#1616)
* Allways load all glyphs immediately for GlobeLabelsComponent, to avoid errors on font loading
* Unify used font sizes, to avoid filling font atlas (especially for globes, as we now load all glyphs immediately)
* Make font size properties read-only, to prevent users from triggering these errors during runtime
2021-05-31 10:46:21 +02:00
Micah Acinapura e89a6c257d adding pluto kepler trail and decriptions to pluto trails 2021-05-30 23:09:36 -04:00
Micah Acinapura 48f3f14e8a fix for user customized SGCTConfig in .cfg file 2021-05-30 20:27:01 -04:00
Micah Acinapura 2fb2311162 added esri MOLA_HRSC dem and made default for mars 2021-05-30 19:47:20 -04:00
Micah Acinapura d8c2f6e3d4 fix openspace bookmarks.asset 2021-05-30 19:26:27 -04:00
Micah Acinapura 6fc0a598e7 add fixed time for spice translations, update insight asset to use (#1614)
* add fixed time for spice translations, update insight asset to use

* review cleanup
2021-05-30 13:09:58 -04:00
Alexander Bock 8c870384fc Haphazardly address #1455 by setting the stereo distance to some insane value but keeping the adaptive stereo separation 2021-05-30 16:59:04 +02:00
Alexander Bock bac54732f9 Fix to properly support ImGui with exponents that caused an assertion in Debug mode 2021-05-30 16:45:37 +02:00
Micah Acinapura 7335e93461 update globe textures to 180 referenced tifs (#1615) 2021-05-29 17:48:09 -04:00
Alexander Bock d08e2565ac Correctly filter the display methods not supported on MacOS 2021-05-29 20:21:22 +02:00
Alexander Bock dbcc6f0df4 Fix error with gaiastars synchronization 2021-05-29 19:47:59 +02:00
Alexander Bock f1537334fd Gotta catch them all 2021-05-29 19:38:15 +02:00
Alexander Bock 70e71ebf55 Offload the star texture synchronization into a separate asset to enable the Gaia profile to be synched from scratch 2021-05-29 19:26:04 +02:00
Alexander Bock 744ba0dc9b Feature/side by side (#1613)
* Make atmosphere, raycasting, and trails work with side_by_side stereo
2021-05-28 23:31:10 +02:00
Emma Broman ef35749952 Update GUI hash 2021-05-28 17:17:07 +02:00
Emma Broman 1695937749 Feature/numeric slider updates (#1609)
* 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 )
2021-05-28 17:00:55 +02:00
Malin Ejdbo a36ac1ee2f Prevent Add and Remove button to be disabled when selecting an item in list
in Launcher UI
2021-05-28 15:15:27 +02:00
Micah Acinapura 1f45c6ca97 fix for issue/1555 perceverance model rotation 2021-05-26 22:48:58 -04:00
Micah Acinapura b7803688c9 fix for issue/1582 voyager 2 trail 2021-05-26 22:45:50 -04:00
Alexander Bock 184ce70cf5 Clean up the layer support; Add additional configuration option to the globebrowsing customization file 2021-05-26 18:57:06 +02:00
Emma Broman a1be8d16cf Fix forgotten identifier rename that lead to an error 2021-05-26 09:08:06 +02:00
Alexander Bock 63cbf270ee Adapt to changes in codegen that require specifying the identifier in the codegen::doc function 2021-05-25 23:10:12 +02:00
Alexander Bock cb17bd7570 Remove warnings 2021-05-25 22:06:49 +02:00
Alexander Bock d2f9530885 Windows fix 2021-05-25 20:11:26 +02:00
Micah Acinapura ac50e66958 Create include.cmake
enabling vislab module by default
2021-05-25 12:41:01 -04:00
Alexander Bock 6cf6e450fb Address MacOS compile issues, make ISS model scene graph node visible 2021-05-25 17:50:31 +02:00
Alexander Bock c3ba532bdb Feature/cleanup (#1608)
* Revert screenlog back to showing Info and above messages
 * Various code cleanup
2021-05-25 14:08:33 +02:00
GPayne 53d0b49f6b Manually merging branch feature/session-recording-addons into master in
lieu of github auto merge
2021-05-25 00:05:33 -06:00
GPayne 0d5909b6a9 Merge master in 2021-05-24 23:49:51 -06:00
GPayne 72a3c29160 Restored a few asserts on lua commands 2021-05-24 23:36:45 -06:00
Malin E ebaeb5d568 Merge pull request #1593 from OpenSpace/feature/space-mouse
Feature/space mouse
2021-05-24 14:01:05 +02:00
Alexander Bock 63e9deab5f Feature/stars (#1598)
* Add the ability to remap SPECK variables to usage values
2021-05-23 00:42:44 +02:00
Micah Acinapura 3154d37043 filesystem fixes 2021-05-21 13:04:24 -04:00
Emma Broman 1c85e327e4 Add RenderableGlobe docs to documentation page 2021-05-21 15:21:40 +02:00
GPayne 2513a5d2e3 Fix for call to remove_if 2021-05-20 20:28:18 -06:00
GPayne e374eef72d Fixed merge conflicts with master 2021-05-20 19:55:49 -06:00
GPayne 3f9ae245c7 Added loop playback option to repeat playback file 2021-05-20 19:06:39 -06:00
GPayne fb739d719e Restored support for session recording files in any directory 2021-05-20 12:44:29 -06:00
GPayne 5dfe4cb5c2 Added topic for new session recording pausing within playback 2021-05-20 12:09:11 -06:00
Malin Ejdbo 80eba3bdd9 Address PR comments 2021-05-20 13:44:45 +02:00
GPayne 413639e9fe Fixed problems with pausing time and time management 2021-05-19 19:47:51 -06:00
Malin Ejdbo 0d06c68f6f Clean up 2021-05-18 16:41:15 +02:00
Alexander Bock b9a8ec93de Update Ghoul version 2021-05-18 14:19:54 +02:00
Alexander Bock aec5144da3 Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2021-05-18 13:17:02 +02:00
Alexander Bock 107ed9f51c Fix issue when trying to print non-ascii character 2021-05-18 13:16:53 +02:00
Emma Broman 0f6423c2cc Update documentation for time.interpolateTime
Now also includes info about the optional second property
2021-05-18 12:45:55 +02:00
Alexander Bock 205d4c9db1 Feature/speck loader (#1585)
* Implement a shared speckfile loader
* Apply new speck loader to RenderableBillboardsCloud, RenderablePlanesCloud, RenderablePoints
2021-05-17 13:59:54 +02:00
Alexander Bock 92432caed2 Adapt to changes in Ghoul that made absPath return a std::filesystem::path instead of a std::string 2021-05-17 00:23:15 +02:00
Alexander Bock ccdc5a5dc3 Feature/filesystem cleanup (#1587)
* Adapting to the changes in Ghoul
* First step of moving filesystem functions to std
* Remove persistence flag from cachemanager
2021-05-16 20:26:49 +02:00