Commit Graph

9964 Commits

Author SHA1 Message Date
Malin E
b9b2b62b5b Merge pull request #2173 from OpenSpace/feature/saturn-shepherd-moons
Add asset for Shepherd moon group of Saturn system
2022-07-01 14:47:28 +02:00
Malin E
cf95d9a631 Address PR comments 2022-06-30 15:38:31 +02:00
Malin E
52be71b4c8 Add asset for Shepherd moon group of Saturn system 2022-06-30 12:36:30 +02:00
Malin E
c95dcee99e Merge pull request #2169 from OpenSpace/feature/itokawa
Add Itokawa asset
2022-06-30 12:29:10 +02:00
Emma Broman
e44d5e0b39 Disable hover circle per default when setting renderable (fixes #2153)
and throw warning if setting to non-existing node
2022-06-30 11:57:41 +02:00
Emma Broman
892e33ed67 Update GUI hash to get property visibility handling 2022-06-30 11:31:15 +02:00
Malin E
b097dd496a Add Itokawa asset
* Trail and model
2022-06-29 16:39:48 +02:00
Malin E
c026a37b5f Merge pull request #2165 from OpenSpace/issue/1607
Add enable/disable property for TimelineRotation
2022-06-29 16:13:33 +02:00
Alexander Bock
94a20b8c35 Add the JUICE mission (#2155) 2022-06-29 15:43:41 +02:00
sylvass
ae930e3a8d Merge pull request #2094 from OpenSpace/feature/properties-visibility
Add settings in OpenSpaceEngine that sets visibility in gui
2022-06-29 09:07:46 -04:00
Ylva Selling
6a3cdb172f Merge remote-tracking branch 'origin/master' into feature/properties-visibility 2022-06-29 08:52:22 -04:00
sylvass
76e3ae0669 Merge pull request #2158 from OpenSpace/feature/gamma-correction
Add gamma correction property to Screen Space Renderables
2022-06-29 04:31:54 -04:00
Alexander Bock
14306e59de Add Lua function that returns information about the current OpenSpace version (closes #2136) 2022-06-29 10:24:53 +02:00
Ylva Selling
bcb5c7bd28 Merge branch 'master' into feature/gamma-correction 2022-06-29 04:21:46 -04:00
Ylva Selling
f80cc0cd53 Make the gamma correction property have the right information for codegen 2022-06-29 04:11:05 -04:00
Alexander Bock
4cb75f5820 When converting profile version 1.0 to 1.1 also convert the naming of the keypad numbers (closes #2138) 2022-06-29 10:08:20 +02:00
Mathis Brossier
16796266a1 Merge pull request #2166 from OpenSpace/fix/urlsync-multiple-files
Fix filename when downloading multiple files in urlsync
2022-06-28 16:17:53 +02:00
Malin E
f1b1c7a173 Address PR comments 2022-06-28 16:03:16 +02:00
Alexander Bock
82a6b5928d Update Spice repository 2022-06-28 15:44:00 +02:00
Malin E
d5b94ec935 Merge branch 'master' into issue/1607 2022-06-28 13:26:25 +02:00
mathis
c103b7888f Fix filename when downloading multiple files in urlsync 2022-06-28 11:08:12 +02:00
Malin E
d130682d43 Add interpolation for TimelineRotation
* Same way as TimelineTranslaiton already have
2022-06-28 10:43:58 +02:00
Alexander Bock
9b1143f02f Ubuntu 22.04 and GCC11 fixes (#2163)
* Update CEF version
* Update Ghoul
* Update SGCT
* Update codegen
* Remove warnings happening on Ubuntu 22.04 with GCC 11
* AppleClang warning fixes
* Compile fix for Ubuntu and MacOS
* Add Qt 6.2.3 to the CMAKE_PREFIX_PATH
2022-06-28 00:46:01 +02:00
Alexander Bock
fd1589209d Update submodules to fix compile errors 2022-06-27 15:54:51 +02:00
Gene Payne
4f5b2fdb0d Issue/2121 : SessionRecording wildcard and syntax improvements 2022-06-23 17:47:54 -06:00
ElonOlsson
16073c77c0 more explanasion of the static magnetosphere 2022-06-22 14:12:24 -04:00
Ylva Selling
a78c4f7d28 Move the limit of gamma to not be zero from shader to lower property bound 2022-06-22 02:51:37 -04:00
Gene Payne
d9da0bef74 Remove debris assets that are no longer supported by celestrak (#2146)
* Remove debris assets that are no longer supported by celestrak
* Revert "Remove debris assets that are no longer supported by celestrak" (commit c8e5f3f)
* Updated all satellite assets to use the new celestrak URL format
2022-06-21 13:01:51 -06:00
Ylva Selling
d23969b8d3 Add gamma correction to screen space renderable (SSR) shader, property for SSR and default value gamma = 2.2 for sky browser display copies 2022-06-21 10:47:44 -04:00
Alexander Bock
1511d85d9f Put some stricter limitations on the FOV settings in the Configuration generator (#2156) 2022-06-20 16:07:08 +02:00
Alexander Bock
343615ab52 Move the Lua Console updating into the actual postSyncPreDraw function so that it gets called accuratly when GUI windows are present (closes #2141) 2022-06-20 15:52:33 +02:00
Alexander Bock
c08e30a3bf Fix spelling mistake 2022-06-20 14:19:43 +02:00
Alexander Bock
3184d0e619 Prevent accidentally "checking" the folder when a folder exists with the same name as an asset (closes #2154) 2022-06-20 14:18:35 +02:00
Alexander Bock
a9da9ca87b Feature/jenkins timeout (#2151)
* Introduce timeout to the unit tests
2022-06-19 13:47:31 +02:00
Alexander Bock
02a2bcf1af Add property that contains the list of all compiled modules (closes #1021) 2022-06-18 19:44:05 +02:00
Alexander Bock
6626e98c88 Update constellation images version number to fix spelling mistake of Andromeda (closes #2129) 2022-06-18 19:23:34 +02:00
Alexander Bock
d6dd157591 Adapt the ImGui GIBS panel to the new tileprovider format (closes #2108) 2022-06-18 19:05:53 +02:00
Alexander Bock
6189985ed2 Fix isse that prevents the full range of values for the FOV slider in the configuration editor (closes #2148) 2022-06-16 10:16:44 +02:00
Alexander Bock
f5d879bd44 Add the ability to centrally disable unit test running from Jenkins 2022-06-15 12:28:19 +02:00
Alexander Bock
8b88ff04c9 Adjust event doxygen comments to make them appear with the constructors 2022-06-15 09:42:28 +02:00
ElonOlsson
51e7732a88 typo fix on deinitialize function 2022-06-14 14:47:06 -04:00
Micah Acinapura
7eff6b042e added events for when renderables are enabled/disabled that can be used to link renderables together (#2132) 2022-06-14 12:09:30 -04:00
Emma Broman
667d3b50e1 Update Celestrak url for Hubble and some other satellites (closes #2135, again)
Also, fix broken Terra and Aqua assets
2022-06-13 10:11:21 +02:00
Micah
4712726ed6 update iss asset for celestrack url; fixes #2135 2022-06-08 16:03:26 -04:00
Malin E
fed07a0847 Merge pull request #2134 from OpenSpace/issue/2009
Add .mission file for JWST
2022-06-01 11:31:51 +02:00
Malin E
0741be9d4f Add first version of mission file for JWST 2022-06-01 09:43:59 +02:00
Gene Payne
e6bbcbbd02 Fix for Linux GNU Make build problem with CEF (#2123)
* Linux CEF Helper removes space in filename but re-adds space post-build

* Call lua helper functions from session recording to match node names

* Revert "Call lua helper functions from session recording to match node names"

This reverts commit f052f58776, which was
accidentally made to the wrong branch.

* Restrict the CEF Helper file renaming fix to GNU Make builds only

* Typo fix
2022-05-25 11:42:20 -06:00
Ylva Selling
7e7f4740f2 Remove onChange functions that sets visibility depending on type 2022-05-23 14:21:51 -04:00
Emma Broman
70b69bbc90 Remove remnant color file (see #1658) 2022-05-23 09:41:26 +02:00
Emma Broman
aac510f860 Make it possible to individually set the base radius for RenderablePrism shape
The prism can now be a cone, a pyramid, or any other weird shape that you might want!
2022-05-20 17:24:24 +02:00