Commit Graph

9249 Commits

Author SHA1 Message Date
Alexander Bock
bc470ebed8 Fix broken links in README (closes #1982) 2022-04-08 14:04:51 +02:00
Alexander Bock
53d34c8dfe Add documentation to RenderablePlaneProjection, remove unused parameters 2022-04-08 13:39:54 +02:00
Alexander Bock
e51e887f1f Remove unused parameter when accessing all loaded assets through Lua 2022-04-08 13:38:29 +02:00
Alexander Bock
ae91e9409b Add support for Windows 11 detection 2022-04-08 13:33:35 +02:00
Alexander Bock
6eba57730f Dynamic DPI scaling (#1980)
* DPI scaling
 1. Add the ability to query the operating system's DPI scaling values
 2. Expose those values through a new Lua function
 3. Add an asset that sets the CEF gui and the Dashboard font sizes and placements based on the DPI scaling
 4. Add that new asset into the base_blank asset
* Add message when including the dpiscaling
2022-04-08 13:28:18 +02:00
Alexander Bock
1cd84a64f7 Feature/wormhole (#1985)
* Backwards incompatible change to the astrocasting protocol
* Send password in the clear [never thought i write something like this]
* Update to new Protocol version,  remove built-in ParallelServer
* Remove Wormhole server in favor of Typescript version
2022-04-08 13:16:22 +02:00
Alexander Bock
c018796256 Catch exception thrown when trying to add an asset that does not exist (closes #1984) 2022-04-08 11:31:02 +02:00
Alexander Bock
68780a6622 Fix spelling mistake 2022-04-08 09:49:43 +02:00
Alexander Bock
2d4c095c61 Update SGCT to reenable compilation on Jenkins 2022-04-08 09:48:43 +02:00
Micah
7d628ca9f7 added choose scripts to actiondialog 2022-04-08 01:11:30 -04:00
Micah
e2ea4cb918 added asset helper back with deprication warning 2022-04-07 23:44:06 -04:00
Micah
fcd557bb14 update sgct for json lib 2022-04-07 23:17:27 -04:00
Alexander Bock
403e929db6 Make Jenkins work on branches undergoing Pull Requests 2022-04-07 11:51:33 +02:00
Emma Broman
d0d918cdae Camera path updates (issue #1919 and #1947) (#1966)
* Use linear camera path when within target bounding sphere

And do a workaround for speed computation when bounding spheres are large
Closes #1910 (by at least making it so that the camera moves in an observable speed)

* Make linear paths rotate based on time rather than distance (closes #1947)
2022-04-06 17:34:36 +02:00
Alexander Bock
e77754da89 Update CREDITS.md 2022-04-06 17:17:09 +02:00
Alexander Bock
a9fd047e67 Jenkins fix (#1977) 2022-04-06 15:56:07 +02:00
Alexander Bock
36265bf2c4 Add more precision in Camera dialog (closes #1642) 2022-04-06 01:13:23 +02:00
Alexander Bock
21babb88c0 Remove unused Rotation constructor 2022-04-06 01:12:50 +02:00
Alexander Bock
f4115f9bea Use the new fade property for fading in the example events 2022-04-06 00:16:15 +02:00
Alexander Bock
02adcf570e Add a hidden "Fade" property that modifies the effective opacity to enable other functionality (closes #1970) 2022-04-05 23:53:33 +02:00
Alexander Bock
73292ee54c Rename 'slave' to 'client' in the remaining code 2022-04-05 23:10:49 +02:00
GPayne
83561ca09d Added Starlink satellites asset file; closes #1818 2022-03-30 14:36:52 -06:00
GPayne
92b250d860 Added active satellites asset file; closes #1805 2022-03-30 14:35:34 -06:00
Alexander Bock
3ba3e977eb Add an action to automatically switch the Sun and SunGlare when approaching the Sun (closes #1914) 2022-03-30 15:14:18 +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
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
Micah Acinapura
7c7a6e5cff sort file lists before showing user. closes #1559 (#1943) 2022-03-24 10:24:12 -04:00
Alexander Bock
594d512845 Update Mimas radii to the correct values 2022-03-24 13:06: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