Commit Graph

9718 Commits

Author SHA1 Message Date
Emma Broman 17fd637926 Show and hide hover circle using fade property
And hide it when exiting the solar system

Refactor hover circle implementation a bit
2022-04-26 10:56:47 +02:00
Emma Broman 694c883418 Whitespace cleanup 2022-04-26 10:56:46 +02:00
Emma Broman dca8e1e914 Refactor info message 2022-04-26 09:07:54 +02:00
Emma Broman 85fd47880a Refactor: Remove some unused properties 2022-04-26 09:03:23 +02:00
Ylva Selling 75aaa0abb3 Remove CEF-command line flag to prevent GPU crash 2022-04-25 17:06:51 -04:00
Ylva Selling 6e7c448ed9 Fix issue with fovs not matching the renderable target. Close issue #1997 2022-04-25 17:03:34 -04:00
Ylva Selling f7c0134dcc Add so that the render copies can be displayed in cartesian coordinates too, and listen to both IsUsingRadiusAzimuthElevation and FaceCamera properties 2022-04-20 14:52:53 -04:00
Ylva Selling af9643aaee Update to proper url 2022-04-20 10:54:02 -04:00
Ylva Selling 96211f115f Update url to new version of webpage 2022-04-20 10:19:33 -04:00
Ylva Selling 4a4c68e1ab Remove unneccessary function 2022-04-19 17:19:05 -04:00
Ylva Selling 9d350cc8af Merge remote-tracking branch 'origin/master' into feature/skybrowser 2022-04-18 15:39:16 -04:00
Ylva Selling 2829d726de Add functionality to check if the image collection has been loaded and pass that information to the GUI 2022-04-18 15:35:56 -04:00
Alexander Bock acc6f5c3db Add a filter and reload method for te Script Log window (closes #2019) 2022-04-18 10:46:55 +02:00
Alexander Bock 989f7143fa Prevent a crash when running in Debug mode, Make the RenderableFluxNodes check all files first before failing 2022-04-17 16:57:48 +02:00
Alexander Bock 5751fe26d3 Cleanup handling of warnings (#2030) 2022-04-16 20:57:29 +02:00
ElonOlsson e3d1999716 Merge pull request #2027 from OpenSpace/issue/1995
Fix opacity issue with volume rendering, issue 1995
2022-04-15 10:44:35 -04:00
ElonOlsson 6a51d3c748 brightness multiplied by fade and opacity 2022-04-15 10:42:48 -04:00
ElonOlsson ab6f10e423 .0 for float 2022-04-14 16:55:54 -04:00
ElonOlsson 89dd91a40a fix opacity issue with volume rendering, opacity changed to brightness in raycaster 2022-04-14 16:11:38 -04:00
Ylva Selling 17965a130d Create property for hiding the screenspaceskybrowser instead of placing it outside of the fov 2022-04-14 15:52:04 -04:00
Alexander Bock c84c3e4f67 Make CustomEvents more useful by adding the payload as a string 2022-04-14 15:57:40 +02:00
Ylva Selling 3e9a590ba8 Add SkyBrowser topic to server 2022-04-13 18:24:00 -04:00
Emma Broman 80d3efd64c Prevent crash if a node was removed during path traversal (closes #1990)
Show an error message, because this is bad user behavior and should be discouraged :)
2022-04-13 16:47:23 +02:00
Alexander Bock bd0de385ba Fix the name of the camera velocity dashboard item 2022-04-13 16:34:02 +02:00
Malin E 092fac0f59 Merge branch 'master' of github.com:OpenSpace/OpenSpace 2022-04-13 10:41:15 +02:00
Malin E 2b244f87fd Fix small JWST target images issue 2022-04-13 10:40:31 +02:00
Emma Broman e0d13d43dc Fix the fix for camera rotation not finished at end of path (#2015)
Glm::equal is not enough to check if two quaternions represent the same orientation.
2022-04-13 09:07:17 +02:00
Alexander Bock 04df80a4a2 Add the ability to list, enable, and disable events based on a numerical identifier (closes #1992) 2022-04-12 22:52:24 +02:00
Alexander Bock 02b6334399 Update the RenderBin when changing the Fade value (closes #1993) 2022-04-12 21:40:32 +02:00
Alexander Bock 4447c9065a Update the action dropdown when creating or removing an action (closes #2004) 2022-04-12 21:25:06 +02:00
Alexander Bock 4697290298 Fixing the Jenkins build 2022-04-12 21:11:01 +02:00
Alexander Bock f532a352d6 Update WebGui hash (closes #2012, closes #1991) 2022-04-12 20:54:24 +02:00
Emma Broman ef3eb88e8f Fix broken documentation (closes #2014)
Error came from changing from const char arrays to string_view
2022-04-12 14:19:40 +02:00
Alexander Bock d360f2ae59 Address Visual Studio analyzer warnings 2022-04-12 00:58:11 +02:00
Emma Broman f1667a7f43 Fix problem with camera path taking long to finish, when arrived
Lower threshold for when a camera path rotation is considered to be finished
2022-04-11 19:11:44 +02:00
Emma Broman 8f1845d07e Fix delay on opening ScreenSpaceRenderables Panel 2022-04-11 19:00:53 +02:00
Alexander Bock 99d2bddf7c Address coding style and remove compiler warnings in many places 2022-04-11 18:31:45 +02:00
Alexander Bock 5f848312d2 Remove more unused script files, move the ckbrief2mission.js to the scripts repository 2022-04-10 23:35:13 +02:00
Alexander Bock fda677d65f Remove unused coding scripts 2022-04-10 23:28:04 +02:00
Alexander Bock c206da4a98 Coding style adaptations 2022-04-10 23:25:37 +02:00
Alexander Bock dc9ffaa0e7 Merge branch 'feature/genVersion' 2022-04-08 22:19:53 +02:00
Alexander Bock ee140c5b13 Update ghoul submodule 2022-04-08 22:18:37 +02:00
GPayne df42f695fe Update sgct submodule to use new sgct config generator version 2022-04-08 14:01:08 -06:00
Alexander Bock 244be4cea8 Update Frontend hash 2022-04-08 20:34:49 +02:00
Gene Payne e515fac191 Merge pull request #1974 from OpenSpace/issue/1905
Fix for ASCII recording to correctly handle multi-line keybinding script
2022-04-08 12:32:32 -06:00
GPayne a7411def21 Code review fix for session recording #1905 2022-04-08 12:32:02 -06:00
Micah Acinapura 5917ac598a Feature/location measure (#1987)
* wip commit for measuring

* wip;fixing for codegene change

* adding asset file

* clean up comments

* pr comment cleanup
2022-04-08 14:13:23 -04:00
GPayne f7588f67b6 Added json entry for sgct config generator version 2022-04-08 11:41:30 -06:00
Alexander Bock eafa8bf467 Update version information for the 0.18.0 release 2022-04-08 19:40:05 +02:00
Alexander Bock fbd05b6125 Update WebGUI frontend hash 2022-04-08 19:39:44 +02:00