Commit Graph

9314 Commits

Author SHA1 Message Date
Malin E d3528c3342 Address some PR comments 2022-04-01 14:51:50 +02:00
Malin E e9473103f1 Update location of Voyager and Pioneer data 2022-03-31 14:09:11 +02:00
Malin E 8eb34d3209 Tiny clean up 2022-03-30 16:56:19 +02:00
Malin E dcf77124c1 Remove old Voyager and Pioneer horizons data 2022-03-30 16:41:36 +02:00
Malin E 4006877c03 Add check for illegal characters 2022-03-30 14:17:16 +02:00
Malin E b03eac0dfd Log location of error file when error occured 2022-03-30 14:07:47 +02:00
Malin E e6c56cd6d0 Merge branch 'master' into feature/horizons-framework 2022-03-30 13:52:03 +02:00
Alexander Bock 7b462422fe Make the UTC function return the date in actual UTC format and add SPICE as a way to get the old format (closes #1776) 2022-03-30 10:58:53 +02:00
Alexander Bock 5ea93cdd7b Prevent crash in DashboardItemInstruments when using dates before 2000 (closes #1878). Remove the padding images from New Horizons that screw up the instruments timing 2022-03-30 10:45:01 +02:00
Micah Acinapura 31586bc462 fix build error for qt6 return type change 2022-03-29 14:25:44 -04:00
Micah Acinapura b840ff8ea1 Feature/mars moons (#1963)
* Add Mars moon models

* wip commit

* update size and roations for deimos and phobos

* update asset for pr comments

Co-authored-by: Malin E <malin.ejdbo@gmail.com>
2022-03-29 13:47:12 -04:00
Micah Acinapura 8dd7bd9314 update cef and a few calls for it (#1916)
* update cef and a few calls for it

* fixing ref ptf for cef

* fixes for macos cef update; fixes #1114

* roll back cef version to 91

* remove print from cmake
2022-03-29 13:09:13 -04:00
Alexander Bock acfb5d76ef Fix error introduced in the Lua function codegen update that accidentally changed some function names 2022-03-29 17:31:48 +02:00
Alexander Bock 49e15f55a0 Add the current working directory correctly when registering the binary path 2022-03-29 17:27:49 +02:00
Emma Broman f7d3d3bad1 Fix problems with precision of new bounding spheres
glm::length => squared computation => we need the double precision in the computation. Got bounding sphere values of "inf" for a few large renderables (the DU grids)...
2022-03-28 19:53:14 +02:00
Emma Broman 3c4f13c650 Add bounding spheres to a bunch of renderable types (#1957)
*  RenderabeDUMeshes (And reimplement reading of vertex info from speck, to make it easier to compute sphere. The plan is to phase out this renderable anyways)

* RenderablePoints

* Grids: RenderableGrid, RenderableBoxGrid, RenderableRadialGrid & RenderableSphericalGrid

* RenderableGalaxy
2022-03-28 16:10:56 +02:00
Malin E 109c52f33d Make it clear to the user when a horizons file was failed to be read 2022-03-28 12:56:03 +02:00
Malin E dd8299f566 Convert Horizons trail trajecteries that are orbits into orbit trails 2022-03-28 10:14:59 +02:00
Malin E 05b816cd60 Update Gaia horiozns data 2022-03-28 09:36:16 +02:00
Gene Payne 303fd2bd24 Merge pull request #1864 from OpenSpace/feature/sgct-gui
Feature/sgct gui
2022-03-27 14:45:37 -06:00
GPayne 8673b0fa46 Added SpoutFlatProjection type to support latest sgct config 2022-03-27 14:04:54 -06:00
GPayne a258207b96 Merge branch 'master' into feature/sgct-gui 2022-03-27 13:18:57 -06:00
Micah 3e679ecea3 update messenger dem values for mercury; closes #1799 2022-03-26 12:03:14 -04:00
Micah Acinapura 804f8f7c79 added warning for gaia module on mac; not adding renderable to scene. fixes #843 (#1961) 2022-03-26 11:40:05 -04:00
Micah Acinapura 5c5d70a2c3 update to themis ir night; closes #1707 (#1959) 2022-03-26 11:39:07 -04:00
Malin E bff86e7185 Remove unused function 2022-03-25 16:46:21 +01:00
Malin E 45ed5b6e69 Some optimization on Horizons reading and writing 2022-03-25 16:31:27 +01:00
Malin E eeb0bc4d31 Add some info text that wildcards * can be used on the end for search 2022-03-25 15:26:18 +01:00
Malin E 7b552f8834 Change default parameters to a simpler example 2022-03-25 13:39:06 +01:00
Malin E 977b7d7299 Fix issue with dialog not closing when request was successful 2022-03-25 13:29:24 +01:00
Malin E 8f745a1b82 Small fix and code styling 2022-03-25 11:42:49 +01:00
Micah Acinapura 7c7a6e5cff sort file lists before showing user. closes #1559 (#1943) 2022-03-24 10:24:12 -04:00
Malin E 8c4b72ee80 Append _errror to saved text file, remove if the request was successful 2022-03-24 13:31:49 +01:00
Alexander Bock 594d512845 Update Mimas radii to the correct values 2022-03-24 13:06:37 +01:00
Malin E 8f08c75bd6 Use monospaced font for selection combo boxes 2022-03-23 16:41:54 +01:00
Malin E efa82f3ad8 Merge branch 'master' into feature/horizons-framework 2022-03-23 15:46:37 +01:00
Emma Broman a81960e511 Add info messages when creating paths to different "invisble" nodes 2022-03-22 11:17:44 +01:00
Emma Broman 2f29fcd9e2 Fix wrong order of path type enum, and make it enum class 2022-03-22 11:15:20 +01:00
Alexander Bock 3844df20c9 Feature/codegen lua (#1906)
Adapting Lua functions to new codegen functionality
Improve the documentation itself
Add some styling to generated documentation
Have parameter names for Lua-defined Lua function documentation

Co-authored-by: Emma Broman <emma.broman@liu.se>
2022-03-21 09:05:37 +01:00
Alexander Bock 6f25dd31e5 Make the Sun asset export the Sun as a light source (closes #1870) 2022-03-19 13:56:16 +01:00
Alexander Bock 86dcff62c4 Provide error message when loading a speckfile that does not contain only numbers (closes #1903) 2022-03-18 15:50:01 +01:00
ElonOlsson f29dee2fe3 added user agent: OpenSpace, to http-request 2022-03-18 10:35:08 -04:00
Alexander Bock 2d7e8f9967 Pass information about the operating system to the version reporter script (#1865) 2022-03-18 15:19:02 +01:00
Alexander Bock c80c30e8ff Update Ghoul to handle detection of AMD cards (closes #1907) 2022-03-18 14:35:14 +01:00
Alexander Bock 1833894264 Only print the error for missing shadow caster once (closes #1594) 2022-03-18 14:24:36 +01:00
Malin E 62ceb53c74 Merge branch 'master' into feature/horizons-framework 2022-03-15 13:53:13 +01:00
Malin E c6da82ea27 Update assets that use Horiozns data
* Including updating the data itself too
2022-03-15 11:07:37 +01:00
Emma Broman 4e45f6634d Add helper function and timer to trigger idle behavior (#1898)
* Format property infos in orbital navigator more consistently

* Add helper function to trigger an idle behavior (issue #1833)

* Add timer to start idle behavior when camera is idle (issue #1730)
2022-03-15 10:06:24 +01:00
Malin E 561e2a69cc Add correct url encoding of some symbols 2022-03-14 10:33:16 +01:00
Malin E 68186b8749 Improve parsing of times and matches 2022-03-11 15:07:32 +01:00