Commit Graph

9679 Commits

Author SHA1 Message Date
Alexander Bock
c206da4a98 Coding style adaptations 2022-04-10 23:25:37 +02:00
Alexander Bock
dc9ffaa0e7 Merge branch 'feature/genVersion' 2022-04-08 22:19:53 +02:00
Alexander Bock
ee140c5b13 Update ghoul submodule 2022-04-08 22:18:37 +02:00
GPayne
df42f695fe Update sgct submodule to use new sgct config generator version 2022-04-08 14:01:08 -06:00
Alexander Bock
244be4cea8 Update Frontend hash 2022-04-08 20:34:49 +02:00
Gene Payne
e515fac191 Merge pull request #1974 from OpenSpace/issue/1905
Fix for ASCII recording to correctly handle multi-line keybinding script
2022-04-08 12:32:32 -06:00
GPayne
a7411def21 Code review fix for session recording #1905 2022-04-08 12:32:02 -06:00
Micah Acinapura
5917ac598a Feature/location measure (#1987)
* wip commit for measuring

* wip;fixing for codegene change

* adding asset file

* clean up comments

* pr comment cleanup
2022-04-08 14:13:23 -04:00
GPayne
f7588f67b6 Added json entry for sgct config generator version 2022-04-08 11:41:30 -06:00
Alexander Bock
eafa8bf467 Update version information for the 0.18.0 release 2022-04-08 19:40:05 +02:00
Alexander Bock
fbd05b6125 Update WebGUI frontend hash 2022-04-08 19:39:44 +02:00
Micah Acinapura
dcf8ff518b fixed identifer for treks layer 2022-04-08 13:30:49 -04:00
Micah Acinapura
f1aef3b8a3 adding sample moon treks layers 2022-04-08 13:29:29 -04:00
Micah Acinapura
48b89a08a6 Issue/1824 (#1983)
* update globebrowsing customiztion to use env_var and added earth; closes #1824

* updated globebrowsing.asset
2022-04-08 12:49:17 -04:00
sylvass
15def75dc3 Merge pull request #1894 from OpenSpace/thesis/2021/skybrowser
Thesis/2021/skybrowser
2022-04-08 12:12:01 -04:00
Ylva Selling
c9bbb4a533 Merge remote-tracking branch 'origin/master' into thesis/2021/skybrowser
# Conflicts:
#	include/openspace/rendering/screenspacerenderable.h
#	src/rendering/screenspacerenderable.cpp
2022-04-08 11:46:09 -04:00
Malin E
c8764ad041 Merge pull request #1978 from OpenSpace/feature/jwst-update
Feature/jwst update
2022-04-08 17:45:02 +02:00
Ylva Selling
9e86447b85 Remove mouse interaction for skybrowser and make default position of the skybrowser to be outside of the normal field of view 2022-04-08 11:43:32 -04:00
Malin E
5121495702 Merge branch 'master' into feature/jwst-update 2022-04-08 17:24:16 +02:00
Malin E
79eeb45fb7 Merge pull request #1968 from OpenSpace/feature/horizons-framework
Feature/horizons framework
2022-04-08 17:22:23 +02:00
Malin E
5a1e330024 Merge branch 'master' into feature/horizons-framework 2022-04-08 17:16:50 +02:00
Malin E
9dab943999 PR comments 2022-04-08 16:49:48 +02:00
Alexander Bock
5fc5ce318a Set default values for starting time and start camera (closes #1981) 2022-04-08 16:05:56 +02:00
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
Malin E
46aec2c63c Move static functions in HorizonsFile to be free functions + PR comments 2022-04-08 11:41:16 +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
Malin E
7b4ab8f2af Address more PR comments 2022-04-08 10:39:35 +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
Ylva Selling
1f8b31bab3 Update so that WWT is loaded in the gui 2022-04-07 16:28:17 -04:00
Malin E
62f4d39b9c First version of the Point JWST event 2022-04-07 16:47:24 +02:00
Malin E
45c776b7ba Address PR comments 2022-04-07 13:22:06 +02:00
Alexander Bock
403e929db6 Make Jenkins work on branches undergoing Pull Requests 2022-04-07 11:51:33 +02:00
Malin E
8dcd950ce2 Address more PR comments 2022-04-07 11:14:23 +02:00
Malin E
af0a6d61cb Clean up fmt::format useage 2022-04-07 09:34:52 +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
Malin E
7d04fee0ab Address more PR comments 2022-04-06 17:27:26 +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
Malin E
940a1d5a98 Update jwst horizons data
* NOTE: Will not work without the new Horizons changes
2022-04-06 14:42:41 +02:00
Malin E
df46bcfcc1 Merge branch 'master' into feature/jwst-update 2022-04-06 13:37:17 +02:00
Alexander Bock
36265bf2c4 Add more precision in Camera dialog (closes #1642) 2022-04-06 01:13:23 +02:00