Emma Broman
bc151f62b3
Merge branch 'master' into thesis/2020/software-integration
2021-02-09 13:38:00 +01:00
Emma Broman
4a80b83df8
Update Ghoul repository
2021-02-09 13:37:25 +01:00
Emma Broman
2175863c69
Restructure code to avoid huge module class
...
split into: module, server and message handlers
2021-02-09 13:34:30 +01:00
Alexander Bock
6d821d4f91
Feature/codegen ( #1480 )
...
* Add the ability to automatically generate code to extract values out of a Dictionary (see https://github.com/openspace/codegen for more information on how to use this)
* Applied this technique to a large number of cases in the codebase
* Don't add _codegen files to the repository
Co-authored-by: Emma Broman <emma.broman@liu.se >
2021-02-09 09:12:43 +01:00
Alexander Bock
78c0b23194
Remove extra line
2021-02-08 17:54:02 +01:00
Emma Broman
e18f106084
Fix for handling nan values in data
2021-02-08 16:30:24 +01:00
Emma Broman
51b12d3158
On second thought, use the default formatting since its precision is sufficient
2021-02-08 12:40:20 +01:00
Emma Broman
26e42981f1
Always keep double precision when sending number in Lua script over websocket ( closes #1467 )
2021-02-08 11:03:57 +01:00
Emma Broman
65d70c5965
Add some consts and more cleanup
2021-02-08 08:52:30 +01:00
Micah
c87b9b316e
fixed pioneer model (thanks DanTell); updated pioneer identifiers to allow spice and horizions to coexist. added meta info
2021-02-06 16:43:00 -05:00
Emma Broman
fef2a3aae7
Combine read data and load scene graph node messages
2021-02-05 16:18:46 +01:00
Emma Broman
6abe40763d
Remove unimplemented massage types
2021-02-05 12:58:03 +01:00
Alexander Bock
43a333f48e
Bring Tracy back to live (currently, the Launcher has to be bypassed because Qt is doing something strange
2021-02-05 10:12:51 +01:00
Emma Broman
b10e598cd3
Cleanup and improve test
2021-02-04 13:25:17 +01:00
Emma Broman
57bc3f2222
Update ghoul repository
2021-02-04 13:25:17 +01:00
Emma Broman
3f63f92128
Add test cases for the create single color image lua function
2021-02-04 13:25:17 +01:00
Emma Broman
91612f4bfd
Merge pull request #1468 from OpenSpace/issue/1438
...
Add habitable zone for our Sun and some useful generic classes
2021-02-03 08:39:12 +01:00
Emma Broman
0b9b42e0bf
Rename single color image function
2021-02-03 08:33:55 +01:00
Micah
3a6aa7ce43
added USGS wms layers for Phobos and Deimos; moved them to planets.asset to be consistant with other solarsystem moons
2021-02-02 22:25:36 -05:00
Emma Broman
c0fea13875
Some more cleanup
2021-02-02 14:24:58 +01:00
Emma Broman
3122dc0452
Add some TODO comments
2021-02-02 10:40:09 +01:00
Emma Broman
c4c24bc6a3
Clean up renderable points cloud a bit
...
* Remove unused luminosity and velocity
* Add documentation of data
2021-02-02 08:38:52 +01:00
Micah
2072edd282
update mars profile to fix keybindings
2021-02-01 17:51:53 -05:00
Micah
e53baeece4
adding new dem config file; whoops
2021-02-01 17:02:28 -05:00
Micah
c17e43ec11
fix for HiRISE Local Set DEM from esri
2021-02-01 17:01:03 -05:00
Emma Broman
1e582f11af
More cleanup
2021-02-01 17:10:52 +01:00
Emma Broman
ec2224f63f
Create Scene Graph Nodes through the scriptEngine
2021-02-01 17:10:37 +01:00
Emma Broman
8fb955ab85
Opacity fix and some cleanup
2021-02-01 17:10:16 +01:00
Alexander Bock
ff39e2630e
Update Ghoul repository ( closes #1471 )
2021-02-01 14:20:55 +01:00
Alexander Bock
c8fc369fb1
Fixed issue preventing the rendering of color properties
2021-02-01 13:55:53 +01:00
Alexander Bock
e50ca7aded
Try a fix against random crashes at startup when loading configuration
2021-02-01 13:31:28 +01:00
Emma Broman
f2eb81a450
Merge branch 'master' into issue/1438
2021-02-01 13:16:18 +01:00
Alexander Bock
c323a05021
Fix a crash when reloading a browser instance twice in quick succession
2021-02-01 13:09:17 +01:00
Emma Broman
0663d10c78
Update asset descriptions
2021-02-01 11:12:06 +01:00
Emma Broman
85d63967c2
Show habitable zone teff interval in UI
2021-02-01 11:01:46 +01:00
Emma Broman
ef091a1044
Adress review comments
2021-02-01 11:01:14 +01:00
Alexander Bock
29fe22b912
Fix small spelling error in variable definition
2021-02-01 00:04:28 +01:00
Alexander Bock
5ef4bc610e
Fix issue with the item velocity not showing up correctly and with varying lengths
2021-01-31 23:59:21 +01:00
Gene Payne
06787e4f77
Globebrowsing Fade-In/Out Fix and Assets Updates (Issue #1209 ) ( #1476 )
...
* Fixed fade out algorithm to use correct distance from globe center
* Updated planet labels in asset files to match fixed fade-out algorithm
* Changed variable name and removed mistakenly-added file
2021-01-29 10:17:13 -07:00
Emma Broman
09768054e9
Update to new dictionary
2021-01-29 14:15:37 +01:00
Emma Broman
2b84515ae8
Merge branch 'master' into thesis/2020/software-integration
2021-01-29 13:35:56 +01:00
Emma Broman
54c5b052a5
Update disc and habitable zone textures
2021-01-29 13:14:40 +01:00
Emma Broman
dc067e0d5f
Add 1 AU size comparison ring for exoplanet systems ( closes #1413 )
2021-01-28 11:31:26 +01:00
Emma Broman
19e5960020
Small grid renderable updates/fixes ( #1473 )
...
* Make sure we have examples for all grid types
* Fix problems with blending when rendering transparent grids
* Rename 'GridColor' to 'Color' for better consistenty among renderables
* Fix issue with resizing box grid
* Avoid problems with line width on Mac
2021-01-28 09:22:50 +01:00
Alexander Bock
f6132b04c9
Update CEF download to new Spotify link
2021-01-27 14:06:40 +01:00
Emma Broman
08e941d6d9
Avoid adding too many delta time step keybindings ( closes #1445 )
2021-01-27 11:02:02 +01:00
Micah
1b0f6b6fa9
fix for issue/1453 modis water mask udpate
2021-01-26 20:33:14 -05:00
Emma Broman
8aad6f98bc
Fix missing new line
2021-01-26 15:24:23 +01:00
Emma Broman
f7e1d48d83
Solve interpolation issue at egde of texture (closes issue #1430 )
2021-01-26 15:09:24 +01:00
Emma Broman
3fcc02d0b5
Update habitable zone textures
2021-01-26 15:09:24 +01:00