Alexander Bock
065d73db64
Add non-main dashboard as a propertyowner for a ScreenSpaceDashboard
2024-07-15 18:54:49 +02:00
Emma Broman
c0f85857d4
"Fix" warning from hdf.asset ( #3343 )
...
The "proximity" parameter does not exist in the dataset. Just addd all tha parameters for color mapping.
2024-07-15 08:52:22 +02:00
Alexander Bock
b8e9193bc7
Add Lua function to calculate the number of seconds between dates and use it in assets ( #3332 )
2024-07-11 10:34:06 +02:00
Andreas Engberg
e7b6cbb4d6
Generate raw volume & metadata from csv file - task ( #3344 )
...
Adds a task to generate a raw volume (used in e.g., RenderableTimeVaryingVolume) from a CSV file.
2024-07-09 09:58:39 +02:00
Malin E
0e26789561
Fix url sync ( #3345 )
...
* Make URL sync more thread-safe with working mutex
* Address PR comments
---------
Co-authored-by: Alexander Bock <alexander.bock@liu.se >
2024-07-08 14:45:53 +02:00
Andreas Engberg
f04a383921
Specifies which filepath or directory path is faulty on asset verification
2024-07-03 11:28:28 +02:00
Alexander Bock
0707829c7b
Reducing compiler warnings ( #3341 )
2024-06-28 14:16:06 +02:00
Alexander Bock
78e7c7e321
Add the ability to scale th statistics graphs
2024-06-26 21:12:09 -04:00
Emma Broman
fcba068aca
Add a point cloud example that changes the point orientation ( #3327 )
...
* Add a point cloud example that changes the point orientation
Note that it is really difficult to see what is going on without a texture, so added a texture to this exmaple as well.
* Apply suggestions from code review
Co-authored-by: Alexander Bock <alexander.bock@liu.se >
* Update example identifier to be unique
---------
Co-authored-by: Alexander Bock <alexander.bock@liu.se >
2024-06-26 10:44:09 +02:00
Alexander Bock
55e196e351
Correctly consume char-based keyboard callbacks in the CEF module ( closes #3290 )
2024-06-24 14:06:57 -04:00
Mathis Brossier
5f43b7c600
Fix parsing TLE files with CRLF line endings on unix ( #3326 )
...
Co-authored-by: Mathis Brossier <matbr31@liu.se >
2024-06-24 13:31:15 -04:00
Alexander Bock
d020f9ef4e
Update SGCT repository to fix compile issue
2024-06-23 14:30:28 -04:00
Alexander Bock
a8ab74c9b7
Update SGCT to get reduced number of capture threads
2024-06-22 17:34:36 +02:00
Alexander Bock
24e83d154e
Make the 'Layer's specification in RenderableGlobe optional. Clean RenderableGlobe assets
2024-06-22 13:41:27 +02:00
Alexander Bock
f04c088a4b
Add the ability to specify dashboarditems for ScreenSpaceDashboard at construction time. Improve error messages and export DashboardItem documentation
2024-06-22 13:05:33 +02:00
Alexander Bock
95c841786a
Fix spelling mistake in Haumea model
2024-06-22 09:16:42 +02:00
Alexander Bock
02cc28f192
Generate the framebuffer for screenspace rendering without mipmapping as it handles transparency poorly
2024-06-22 09:13:13 +02:00
Alexander Bock
22914a20c7
Update Ghoul to get more information on when WMI queries fail ( #3330 )
2024-06-21 11:07:29 +02:00
Alexander Bock
15c697218c
Prevent crash when starting without any enabled audio devices ( closes #3329 )
2024-06-21 10:44:41 +02:00
Emma Broman
c53a747ed5
Fix a faulty example GIU path
2024-06-20 16:11:43 +02:00
Alexander Bock
807699a890
Remove the large data files from the URLSynchronization example to make the file loadable
2024-06-20 11:49:46 +02:00
Alexander Bock
27a2d56221
Mutex-protect the sync file generation to prevent a multi-threaded SPICE access crash on startup
2024-06-20 11:45:22 +02:00
Alexander Bock
df6740c5e2
Use the correct way to scale the eiffel tower educational asset
2024-06-20 11:45:05 +02:00
Alexander Bock
2cc5a53aaa
Remove version numbers from asset files
2024-06-19 11:26:07 +02:00
Emma Broman
6cb4a7efef
Fix issue with texture not updating on property change for RenderablePointCloud
...
Fix issue with texture not being rendered when the texture file path is set during runtime
2024-06-18 13:47:35 +02:00
Alexander Bock
14cf12d23e
Update the UI hash
releases/v0.20.0
2024-06-17 12:05:24 +02:00
Alexander Bock
01fa2898db
FixedRotation rerequests a missing attached node or target node every frame to prevent incorrect initialization order
2024-06-15 18:07:39 +02:00
Alexander Bock
f76215961c
Update the version number
2024-06-15 00:48:12 +02:00
Alexander Bock
ba56433a78
Reeable SNPP VIIRS as the standard Earth layer
2024-06-15 00:47:31 +02:00
Alexander Bock
43645ce7a4
Fix existing assets; Make the goToGeo function without altitude in the profile work
2024-06-14 23:55:55 +02:00
Ylva Selling
059ab70218
Add events for adding and removing actions and publishing events when an action is added ( #3325 )
...
* Remove unused shortcut manager
* Add events for adding and removing actions
* Publish event when an action is added
* Add get_action event to shortcut topic which sends requested action to the topic
* Add better comments to events
* Publish event action removed when removing an action
* Rename actions to shortcuts in the json object
* Remove subscriptions and rename action to shortcut
2024-06-14 20:48:13 +02:00
Alexander Bock
f8c677630d
Fix issue that prevents reading empty comment lines in lua function documentation
2024-06-13 17:08:34 +02:00
Emma Broman
b8c2701931
Fix forgotten renamed variables
2024-06-13 11:18:52 +02:00
Emma Broman
d67fa4bc8d
Clean up globebrowsing script function documentation and adapt to new format ( #3307 )
...
* Clean up globebrowsing script function documentation and adapt to new format
2024-06-13 10:50:54 +02:00
Emma Broman
62b2a8c8c1
Fix renderable sphere example and add one for using local image ( #3306 )
...
* Fix renderable sphere example and add one for using local image
2024-06-13 10:43:54 +02:00
Emma Broman
8a42657deb
Feature/examples naming ( #3305 )
...
* Update name and path format of examples that follow the new structure
* Fix a broken (updated) property name in an example
* Make other examples' GUI paths more consistent
* Put them all in the Examples folder
2024-06-13 10:42:00 +02:00
Alexander Bock
7e62f9f4b0
Add the ability to specify the BlendMode from .info files ( closes #3311 )
2024-06-12 20:40:34 +02:00
Arohdin
c8606c6095
Fix jittering issues for point rendered satellites
2024-06-12 17:19:12 +02:00
Gene Payne
93da7f42ba
Removing all 'SSSB' elements in GUI path of the solarsystem/sssb assets ( #3322 )
...
A manual update of assets in solarsystem/sssb: tesla_roadster.asset, swifttuttle.asset, itokawa.asset, c2019y4atlas.asset
2024-06-12 09:09:24 -06:00
Alexander Bock
866aad2187
Global pass over the coding style
2024-06-12 14:51:25 +02:00
Alexander Bock
46fea0a047
Correctly specify the size of the ESRI world imagery layer ( closes #2968 )
2024-06-12 14:39:00 +02:00
Alexander Bock
75d7f63e26
Make only the ISS orientation depend on the new orbit propagation ( #3131 )
2024-06-12 14:06:39 +02:00
Alexander Bock
f82dc0371b
Add example to TimelineRotation. Also fix bug where a non-interpolating timelinerotation would disappear before the first keyframe ( #3310 )
...
* Add example to TimelineRotation. Also fix bug where a non-interpolating timelinerotation would disappear before the first keyframe
---------
Co-authored-by: Emma Broman <emma.broman@liu.se >
2024-06-11 22:16:16 +02:00
Alexander Bock
6a1a22b485
Improve documentation and add examples for the StaticRotation ( #3309 )
...
* Improve documentation and add examples for the StaticRotation
---------
Co-authored-by: Emma Broman <emma.broman@liu.se >
2024-06-11 22:06:33 +02:00
ElonOlsson
cf5d00346b
Fix bug with flux nodes being all purple. Fixes #3247
2024-06-11 15:35:53 -04:00
Emma Broman
95b4deccca
Fix the goToGeo call when the camera is set from a profile
2024-06-06 09:39:49 +02:00
Alexander Bock
5a88c4d56c
Update the website hash and the version string
2024-06-04 20:42:18 +02:00
Adam Rohdin
945a9a5ca8
Optimization of point and trail rendering ( #3287 )
...
Better performance for `RenderableOrbitalKepler` when running `Trails`, `Points` or `Points+Trails`.
Trails optimized by culling non-visible line strips.
Points optimized by changing a lot of calculations from double to float.
2024-06-04 18:37:04 +02:00
Ylva Selling
1cae99ebfc
Issue/2000 automatically update gui ( #3289 )
...
* Make it possible to query a propertyowner by uri with the getpropertytopic
* Remove automatic reloading of ui from drag and drop script
* Add function for uri for propertyowners
* Add uri to the to_json for the propertyowner
* Add comment for the propertyOwner function and update the comment for the property function to clearer distinguish between uris and identifiers
* Go back to the old events but with uris instead as their member
* Apply feedback from PR
* Address PR comments
---------
Co-authored-by: Ylva Selling <ylva.selling@liu.se >
2024-06-04 18:32:41 +02:00
Alexander Bock
1f30719470
Add new NOAA21 asset, add end time for VIIRS asset and make the NOAA20 the new default layer
2024-06-04 16:55:05 +02:00