Commit Graph

9933 Commits

Author SHA1 Message Date
Alexander Bock 14306e59de Add Lua function that returns information about the current OpenSpace version (closes #2136) 2022-06-29 10:24:53 +02: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
Alexander Bock 82a6b5928d Update Spice repository 2022-06-28 15:44:00 +02:00
mathis c103b7888f Fix filename when downloading multiple files in urlsync 2022-06-28 11:08:12 +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
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
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
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
Gene Payne c18c554c2b Merge pull request #2113 from OpenSpace/issue/1479
Fixes for WebGUI Running on Linux OpenSpace
2022-05-18 10:39:52 -06:00
Gene Payne 7893210eff Removed superfluous X11 error handler code in CEF process helper 2022-05-16 15:09:03 -06:00
Gene Payne e0530454fe Merge pull request #2112 from OpenSpace/issue/2111
Fixes gcc error with missing 'template <>' headers on specializations
2022-05-16 11:28:56 -06:00
GPayne 4ec0de5e3a Add gcc flag to tolerate space in Helper filename, avoid redundant flag 2022-05-15 20:37:18 -06:00
GPayne 77833f86fd Added CMake copy of CEF resource files to avoid linux CEF runtime error 2022-05-15 13:59:15 -06:00
GPayne ecef586883 Use relative paths for CMake webbrowser module helper 2022-05-14 22:25:23 -06:00
GPayne 8e699790d4 Adjust linker order to link CEF libraries after webgui modules 2022-05-14 19:53:48 -06:00
Gene Payne db2d2b85d0 Disable CEF sandbox and force module libs to be dependent on CEF libs 2022-05-13 12:25:53 -06:00
GPayne 243f6d3ada Fixes gcc error with missing 'template <>' headers on specializations 2022-05-13 11:30:40 -06:00
GPayne 6af8c004e0 Merging master in to sync with new release 2022-05-12 14:59:15 -06:00
Micah Acinapura 5877112103 Change the version information for release (#2091)
Co-authored-by: Alexander Bock <mail@alexanderbock.eu>
releases/v0.18.0
2022-05-06 18:47:42 -04:00
Alexander Bock b136a3a308 Fix of bug that images don't load after reload sometimes (#2090)
Co-authored-by: Ylva Selling <ys5140@nyu.edu>
2022-05-06 17:48:29 -04:00
Alexander Bock 970536998a Multiple small fixes
- Turn the planet lighting actions from mixed case to lower case
 - Fix the openspace.rebindKey Lua function which did not work before
 - Fix the openspace.downloadFile function which would fail when not waiting for the the result
 - Rename openspace.walkDirectoryFolder to openspace.walkDirectoryFolders for consistency
 - Remove the openspace.saveLastChangeToProfile function
2022-05-06 16:13:21 -04:00
ElonOlsson f3c6a7e615 version 2 of transerfunction for Batsrus model 2022-05-06 14:50:20 -04:00
Alexander Bock 64d7437976 Scale the Lua console by the DPI value 2022-05-06 14:39:30 -04:00
Alexander Bock 34de727dd7 Rename bastille-day profile to bastilleday2000 (#2089) 2022-05-06 14:25:00 -04:00
Micah Acinapura 5c3aef96c1 Remove orion neblua from base; updatedpaths for actions (#2088)
* Removed Orion nebula from base and added to default_full profile
* Updated paths for actions
* Added debug action for undoing event fading

Co-authored-by: Alexander Bock <mail@alexanderbock.eu>
2022-05-06 13:33:44 -04:00
Micah Acinapura 82214224a1 Swapped order of rendering/gui windows for config files, allowing gui resize (#2087) 2022-05-06 13:32:58 -04:00
ElonOlsson 9f463ed09f a new profile for the 2012 solar storm event, with looping hotkeys (#2071)
* a new profile for the 2012 solar storm event, with looping hotkeys

* added interaction spheres, profile cleanup + better discription

* better actions and moved to assets instead of in profile

* Set unique names for the different fieldline data synchronizations

* single dataset in sequence now rendered before its associated timestamp

* fix read access violation + added redundancy

* load at start up instead of on runtime

Co-authored-by: Alexander Bock <mail@alexanderbock.eu>
2022-05-06 10:23:45 -04:00
Gene Payne e40125a77b Merge pull request #2083 from OpenSpace/issue/1651
Fixes position jumps in OSIRIS-REx mission
2022-05-06 07:22:55 -06:00