Alexander Bock
0831b00a77
Centralize the extraction of Lua values and fix bug when trying to extract the first parameter of a Lua parameter pack
2023-03-07 01:56:17 +01:00
Alexander Bock
14cf1d3962
Merge branch 'master' of https://github.com/OpenSpace/OpenSpace
2023-03-07 00:05:46 +01:00
Alexander Bock
1aef976911
Show error message when trying to save navigation state to an invalid file path ( closes #2508 )
2023-03-07 00:05:31 +01:00
Gene Payne
7ed1e33fc8
Improve behavior for gui window and separate render window ( #2515 )
...
* Improve behavior for gui window and separate render window
* Code review fix for using size_t in windows indexing
2023-03-06 16:00:48 -07:00
Alexander Bock
a711591c09
Update Doxygen ( #2537 )
...
* Modernizing Doxygen
* Remove warnings for Doxygen
2023-03-06 23:41:24 +01:00
Alexander Bock
ebf0454da2
Create documentation JSON correctly
2023-03-06 23:38:38 +01:00
Alexander Bock
8c7c932c78
Update codegen, make use of source location information
2023-03-06 15:50:31 +01:00
Alexander Bock
9287eb6122
Updating submodules
2023-03-05 11:04:57 +01:00
Alexander Bock
cb865c3dd5
Updating Ghoul to fix misclassification of string/doubles ( closes #2533 )
2023-03-05 10:52:20 +01:00
Alexander Bock
24ba6d5c7e
Adjust to new Ghoul update
2023-03-04 21:12:35 -07:00
Alexander Bock
c4e9e9482b
Fix issue loading the period out of an OMM file
2023-03-04 13:07:09 -07:00
Megan Villa
7c3fcfa74b
Update juno.asset
2023-03-02 16:06:43 -05:00
Adam Rohdin
88972fc27b
New function that resets screenshot index to 0. Usefull when capturing png sequence for video
2023-03-02 14:36:03 +01:00
Megan Villa
83f58b9741
Update juno.asset
...
Update Juno Trail and kernals to Dec 13 2025.
2023-03-01 14:50:30 -05:00
Alexander Bock
375e5c6561
Tracy Update ( #2534 )
...
* Update the Tracy repository
* Update submodules
2023-03-01 11:48:21 -07:00
Alexander Bock
5b29fb045a
Add new Lua function to load CSV file, utilize new function to correctly load , inside field values ( closes #2124 )
2023-02-28 10:49:23 -07:00
Alexander Bock
32af3cc675
Merge branch 'master' of https://github.com/OpenSpace/OpenSpace
2023-02-28 05:57:14 -07:00
Alexander Bock
0cd251e539
Update Ghoul repository
2023-02-28 05:57:03 -07:00
Alexander Bock
f97979f29a
Reorder variables in the setTime function
2023-02-27 20:52:55 +01:00
Alexander Bock
3fcb9352f6
Make the local bookmarks print their error message if they fail; also replace whitespaces with underscores for identifiers
2023-02-27 18:57:12 +01:00
Alexander Bock
7b78a33df3
Provide informational text in the actions panel if the user tries to create an illegal identifier ( closes #2289 )
2023-02-27 18:25:20 +01:00
Alexander Bock
35a92b6e4d
Add the ability to start a profile paused ( closes #2228 ). Bump profile version to 1.2
2023-02-27 18:03:35 +01:00
Alexander Bock
a94ef12cc1
Add new configuration file that also adds graphics to the UI window ( closes #2530 )
2023-02-27 17:46:15 +01:00
Alexander Bock
5ab77a2e26
Enable drag-drop for the interesting nodes panel and prevent double bookkeeping ( closes #2346 )
2023-02-27 16:58:41 +01:00
Alexander Bock
015ae8f63e
Allow the ScriptlogDialog to return multiple scripts; Make use of the Dialog in the Properties panel ( closes #2253 )
2023-02-27 16:28:06 +01:00
Emma Broman
3ffb29b9be
Add option to invert idle behavior ( fixes #2379 )
...
Both through separate property and by allowing negative speed factor
2023-02-27 16:06:15 +01:00
Alexander Bock
b7820f4649
Update SGCT repository
2023-02-27 15:43:49 +01:00
Alexander Bock
087cb0a710
Update Ghoul repository that prevents silent conversion from numbers to string ( closes #2527 )
2023-02-27 15:43:27 +01:00
Ylva Selling
b8c27f1fee
Sky browser: add the collection to the images that are sent to the gui so that we can search for the collections
2023-02-23 15:00:27 -05:00
Gene Payne
4d64d833a8
Typo in NewHorizonsModel.ostest file
2023-02-22 09:44:50 -07:00
GPayne
f8d43103bd
Updated image testing .ostest files with updated action names
2023-02-21 14:37:52 -07:00
Emma Broman
7d93322505
Update gui hash ( closes #2521 )
2023-02-21 22:31:03 +01:00
Alexander Bock
561e9d7f22
Provide GUI names for Property Owners
2023-02-21 13:00:11 +01:00
Adam Rohdin
ebbcd549dc
Updated documentation for setPropertyValueSingle with all avaiable easing functions
2023-02-17 16:56:18 +01:00
Adam Rohdin
9dc008ad12
Small deinitialization fix for apollo actions
2023-02-16 11:20:25 +01:00
Adam Rohdin
d8711cedd2
Voyager assets now respects asset.enabled argument when it's passed in asset.require(). Added tags to Voyager models in assets.
2023-02-15 14:18:57 +01:00
Gene Payne
a0a42ee13b
Replace profile actions/keybind editor button with single close button ( #2497 )
2023-02-14 12:17:05 -07:00
Emma Broman
352c9dd5ec
Touch module code cleanup ( #2465 )
...
* Remove unused feature that allowed us to "pick" nodes using touch (it didn't really work and had some nasty hardcoded and costly implementation). Fixes Touch interaction picking refactor #1041
* General refactoring of code and removing redundant code
* Make touch markers prettier (change default color and smoothen edges)
* Add module property to control which renderable types are "directly touchable"
* Add SGN property to control which individual nodes are "directly touchable" ("SupportsDirectInteraction")
* Fix stuttering when zooming in closer than the orbitalnavigator allows
2023-02-14 13:55:24 +01:00
Emma Broman
9d53b1f62d
Add option to specify an offset distance for RenderableNodeLine ( #2483 )
2023-02-14 13:07:05 +01:00
Alexander Bock
c242104baf
Improve the reporting of specification errors
2023-02-13 22:16:23 +01:00
Alexander Bock
b38db8a050
Fix to make the Gaia stars work with the new download method
2023-02-13 20:44:22 +01:00
Alexander Bock
e39a139f82
Update GUI hash to fix one that didn't build successfully
2023-02-13 19:50:05 +01:00
Ylva Selling
e924b41bf0
Merge pull request #2359 from OpenSpace/issue/2313
...
Issue/2313: Ensure all nodes in a cluster loads the image collection in the sky browser
2023-02-13 12:55:08 -05:00
Ylva Selling
488dfe2603
Address comment on PR
2023-02-13 12:52:51 -05:00
Ylva Selling
4a15cf889c
Merge pull request #2456 from OpenSpace/issue/2409
...
Fix sky browser space craft pointing
2023-02-13 12:48:16 -05:00
Ylva Selling
d7324af322
Update gui hash
2023-02-13 12:47:52 -05:00
Ylva Selling
c03a9ae360
Address comments on PR: use Spacecraft instead of Spacecraft etc
2023-02-13 12:46:08 -05:00
Adam Rohdin
756ade4e7d
DashboardItem now listens to paramter 'enabled' in constructor
2023-02-13 16:09:07 +01:00
Adam Rohdin
e69ec8ac4d
Neater solution than cb45f96
2023-02-13 10:14:08 +01:00
Ylva Selling
f9692f8f22
Change delimiter to correct character
2023-02-10 13:06:52 -05:00