Commit Graph

10185 Commits

Author SHA1 Message Date
Alexander Bock 12bb47c71e Recalculate chunk bounding boxes when the settings of a heightlayer change (closes #2096)
* Correctly calculate Offset when negative numbers are involved
* Adds tile index layer for the Moon
* Remove empty spaces
2022-11-07 15:45:54 +01:00
Emma Broman 6d379a537e Simplify rich text string in profile tooltip 2022-11-07 14:07:06 +01:00
Emma Broman 55a57b0236 Add info tooltips to profile dropdown 2022-11-07 14:07:06 +01:00
Alexander Bock 5cedb26336 Build fix for CMake 3.24.3 2022-11-07 13:46:45 +01:00
Alexander Bock 8579a12785 Don't crash when trying to add assets with invalid path (closes #2299) 2022-11-07 13:46:31 +01:00
Malin E fd27b63f4b Disable touch interaction while in a Camrea path or Session recording 2022-11-04 14:03:26 +01:00
Malin E 715022a278 Add property to dissable zoom and roll interaction for touch 2022-11-04 13:57:43 +01:00
Emma Broman ed83169c29 Update GUI to fix broken color picker (#2293) 2022-11-01 18:02:42 +01:00
Malin E 9619711d6f Remove luastatemachine example asset, closes #2193 2022-11-01 16:26:05 +01:00
Emma Broman 81634ed996 Provide GDAL error message when failing to load dataset for layer 2022-11-01 11:32:27 +01:00
Emma Broman 3f6778ca1f Avoid autoselecting first row in choose in choose scripts dialog (closes #2282) 2022-10-30 13:54:39 +01:00
Emma Broman f7aa3f72b8 Update GUI hash (session recording info tooltip) 2022-10-30 13:47:53 +01:00
Alexander Bock 6249fa6d89 Collection of a number of changes (#2286)
* Cleanup Property code
* Remove NOLINT statements
* Return Property class types as string_view
* Remove getStringValue function
* Simplify string value retrieval
* Ensure that image paths in the ImageSequenceTileProvider are sorted (closes #2205)
* Some cleanup of OpenSpaceEngine
* Cleanup documentation
* Some more cleanup of engine classes
* Some more cleanup
* Update SGCT repository
* Use new Jenkins node identifiers as the old method broke with update
2022-10-30 12:54:14 +01:00
Ylva Selling 3862e1f449 Merge pull request #2267 from OpenSpace/issue/2266
Fix for issue of scaling doesn't update border radius
2022-10-27 14:08:29 -04:00
Ylva Selling 70bfeb12ed Fix comments on PR 2022-10-27 14:07:39 -04:00
Ylva Selling 2d566b02ee Merge remote-tracking branch 'origin/master' into issue/2266 2022-10-27 13:58:41 -04:00
Emma Broman 24fbdfe9cc Update webgui hash to get tooltip fix 2022-10-27 19:34:30 +02:00
Alexander Bock e928d5cdb8 Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2022-10-23 02:13:07 +02:00
Emma Broman 009da9426e Add a function to target previous interesting anchor
Not only next
2022-10-20 13:13:40 +02:00
Malin E 6ea11273a5 Merge pull request #2262 from OpenSpace/issue/2137
Issue/2137
2022-10-17 09:09:27 +02:00
Alexander Bock aeb366ae61 Add new dashboard item to show elapsed times (closes #2234). Cleanup handling of TimeConversion and add unit testing 2022-10-15 00:08:22 +02:00
Alexander Bock 524b78f5d2 Add the ability to disablee keybindings (closes #2238) 2022-10-14 11:24:44 +02:00
Alexander Bock b8c0a92c7c Provide a better error message when trying to edit a profile that does not exist (closes #2224) 2022-10-14 11:08:35 +02:00
Ylva Selling 4a8e4a35bc Create timer that allows the browser to reload before changing the border radius 2022-10-12 11:08:24 -04:00
Emma Broman e12500812f Fix a typo 2022-10-12 15:54:17 +02:00
Ylva Selling 2dd981aed3 Update hash for GUI 2022-10-07 16:21:41 -04:00
Ylva Selling c710aa3a34 Ensure browser is initialized properly before executing javascript 2022-10-07 16:20:43 -04:00
Ylva Selling 59209928e6 Clamp user input 2022-10-07 16:08:51 -04:00
Ylva Selling 49da498ee3 Fix bug of sending set radius message too early 2022-10-07 16:08:34 -04:00
Ylva Selling d998d434ea Merge remote-tracking branch 'origin/master' into issue/2029 2022-10-07 15:04:49 -04:00
Emma Broman 06a22c2592 Fix problem with camera path not finishing properly on skipToEnd 2022-10-07 09:17:58 +02:00
Emma Broman bcdeeef351 Remove an extra line 2022-10-06 22:28:08 +02:00
Emma Broman 8192292229 Move findNodeNearTarget function from path to pathnavigator
To reduce conflicts between wisdome installation branch and master
2022-10-06 22:25:27 +02:00
Emma Broman 5a970ee6e0 Add a function to skip immediately to the end of a playing camera path 2022-10-06 22:13:06 +02:00
Ylva Selling cfb3859bb5 Merge remote-tracking branch 'origin/feature/skybrowser-reload' into issue/2029
# Conflicts:
#	modules/skybrowser/include/renderableskytarget.h
#	modules/skybrowser/include/wwtcommunicator.h
#	modules/skybrowser/skybrowsermodule.cpp
2022-10-06 15:33:40 -04:00
Ylva Selling 41b45de1fb Merge remote-tracking branch 'origin/master' into issue/2029 2022-10-06 15:13:01 -04:00
Emma Broman ec3a765d1a Add an empty profile 2022-10-06 17:16:53 +02:00
Micah Acinapura 90f2ad0cbe telling browser to reload collection on reload 2022-10-04 14:12:00 -04:00
Malin E 866b37fac3 Expose ambient intensity value for globes as a property 2022-09-28 12:03:41 +02:00
Malin E 0bf06427e2 Merge pull request #2242 from OpenSpace/feature/grid-labels
Labels update
2022-09-28 11:19:28 +02:00
Malin E 8129762524 Add loggercat for labelscomponent 2022-09-28 11:14:07 +02:00
Malin E 7883311740 Merge branch 'master' into feature/grid-labels 2022-09-28 10:51:11 +02:00
Ylva Selling 0fd20db5e8 Add property for synchronizing aim so synchronization can be turned off for performance reasons 2022-09-23 12:53:41 -04:00
Ylva Selling 7ed3c78578 Set initialize to false when reloading so the browser can redo the initialization process 2022-09-23 12:53:16 -04:00
Malin E 71a2cf685a Remove not needed initialization 2022-09-23 15:35:29 +02:00
Gene Payne eded668b95 Merge pull request #2226 from OpenSpace/issue/2209
Issue/2209 Fixes for Session Recording Conversion
2022-09-22 10:10:11 -06:00
Malin E ac79e4dc07 Start addressing PR comments 2022-09-22 12:01:01 +02:00
Ylva Selling f6c3ab2ee8 Set the size of the target on the master node only to ensure that the target plane is the same size on all nodes in a cluster 2022-09-22 05:10:33 -04:00
Ylva Selling a49e37fedc Turn vertical fov into properties to ensure that the fov is synchronized on all nodes 2022-09-22 05:10:05 -04:00
Ylva Selling a88ea892db Fix typo 2022-09-22 04:25:57 -04:00