Commit Graph

637 Commits

Author SHA1 Message Date
Malin E 7b4b0ab202 Make the constellation lines data file a property 2022-08-31 13:44:31 +02:00
Malin E 719786452d Address some more PR commnets 2022-08-31 10:58:34 +02:00
Malin E 25782e25e9 Merge branch 'master' into feature/du-meshes-selection 2022-08-31 09:30:32 +02:00
Malin E dc55105000 Move loading of data error handling 2022-08-29 13:13:47 +02:00
Malin E 53b2d0e76c Address some more PR comments 2022-08-29 11:44:21 +02:00
Malin E 41d52f7f04 Start addressing PR comments 2022-08-26 16:58:48 +02:00
Alexander Bock 664eb60f4f Increase the compile times by including more precompiled headers (#2217)
* Define WIN32_LEAN_AND_MEAN and VC_EXTRALEAN globally
* Use forked version of TUIO, some more work on precompiled headers
* Improvements for the Kameleon module
2022-08-26 16:32:21 +02:00
Malin E 40267804bd Some clean up 2022-08-25 13:48:48 +02:00
Malin E 5bdd3d0f8c Make the Constellations name file optional 2022-08-10 13:57:47 +02:00
Malin E 87a45e7376 Fix asset selection of constellations 2022-08-09 17:01:41 +02:00
Malin E ceaf85f606 Some more cleanup 2022-08-09 14:28:16 +02:00
Malin E 54dcdcf0f1 Some clean up 2022-08-09 08:54:41 +02:00
Malin E 6efb99e551 Fix constellation bounds render issue 2022-08-05 16:59:04 +02:00
Malin E a2938c8384 Update label file cache format 2022-08-05 15:12:43 +02:00
Malin E 62aaa45ff5 Move file reading to initialize instead of constructor 2022-08-05 14:08:36 +02:00
Malin E ca203c425a Merge branch 'master' into feature/du-meshes-selection 2022-08-05 13:19:09 +02:00
Malin E 94a85ec719 Fix constellation label rendering 2022-08-05 13:05:36 +02:00
Malin E e98e9fe4a3 WIP initiali version of new constellation classes 2022-08-05 11:05:57 +02:00
Alexander Bock 7bc9e99b87 Feature/satellites (#2185)
* Remove planet geometry and simplespheregeometry
* Only use a single TLE loading implementation
* Add caching to the satellite loader;  Add Lua function to load kepler file
* Fix RenderablePlanetProjection specification
* Add OMM loading funtion;  Remove mean motion from Kepler parameters
* Replace TLETranslation class with GPTranslation and support OMM files
* Support loading SMDB files in kepler functions
* Merge RenderableSatellites and RenderableSmallBody with RenderableOrbitalKepler
* Update submodules
* Adapt existing satellites to new OMM file type
* Remove TLE helper
* Remove SSSB shared file and adapt sssb assets
2022-08-02 13:11:50 +02:00
Alexander Bock 351eb33d61 Add the ability to use integer NAIF IDs in a SpiceTranslation 2022-08-01 18:25:55 +02:00
Alexander Bock 163ac4dcef Cleanup of mostly asset files
- Fixes for all files
 - constexpr cleanup
 - Cosmetic changes
 - Remove punctuation from the end of messages
2022-07-28 17:21:59 +02:00
Alexander Bock c1252902c7 More Code Cleanup (#2192)
* Harmonizing ( and ) in function calls
* static const -> constexpr
* Fix compile issue
* Unify shader tab size
* Add _fs and _vs to shaders
* Harmonize spacing
2022-07-26 11:22:41 +02:00
Alexander Bock 9cc4c595a8 Code Cleanup (#2191)
* constexpr const -> constexpr
* const char* -> std::string_view
2022-07-25 15:57:45 +02:00
Alexander Bock 1a052f3c8c Update to C++20 2022-07-19 15:42:31 +02:00
Alexander Bock 9f53433073 Request the current version later in the initialization after the operating system has been detected (#2186) 2022-07-19 10:35:27 +02:00
Alexander Bock bbc20062db Remove legacy geometry specification from RenderablePlanetProjection (closes 1967) (#2181)
* Remove planet geometry and simplespheregeometry
* Fix RenderablePlanetProjection specification
2022-07-15 21:47:29 +02:00
Malin E b8eb5589f3 Remove a use of auto type in Horizons test 2022-06-30 14:19:11 +02:00
Malin E 71355637db Address PR comments 2022-06-30 14:13:03 +02:00
Alexander Bock ec0233f0e6 Merge remote-tracking branch 'origin/master' into feature/horizons-unit-tests 2022-06-29 13:02:45 +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
Malin E 73b40e6e1b Add function to send horizons requests without Qt 2022-05-19 14:23:49 +02:00
Micah Acinapura bdda36b41e Protect against crash when changing colormaps (#2082) 2022-05-06 08:52:32 -04:00
Emma Broman 89908d8890 Bring back the opacity of RenderableOrbitalKepler
And some other properties that seems to have been accidentally removed in 9e69300642
2022-05-04 11:35:56 +02:00
Alexander Bock 0c04236993 Report correct line number when encountering errors in Speck loading; Correctly parse NaN values in Speck file (closes #2054) 2022-05-02 14:59:46 -04:00
Alexander Bock 989f7143fa Prevent a crash when running in Debug mode, Make the RenderableFluxNodes check all files first before failing 2022-04-17 16:57:48 +02:00
Alexander Bock 5751fe26d3 Cleanup handling of warnings (#2030) 2022-04-16 20:57:29 +02:00
Alexander Bock 99d2bddf7c Address coding style and remove compiler warnings in many places 2022-04-11 18:31:45 +02:00
Alexander Bock c206da4a98 Coding style adaptations 2022-04-10 23:25:37 +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
Malin E 46aec2c63c Move static functions in HorizonsFile to be free functions + PR comments 2022-04-08 11:41:16 +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
Malin E 7d04fee0ab Address more PR comments 2022-04-06 17:27:26 +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
Malin E f68e735e6d Address more PR comments 2022-04-01 16:15:06 +02:00
Malin E d3528c3342 Address some PR comments 2022-04-01 14:51:50 +02:00
Malin E 8eb34d3209 Tiny clean up 2022-03-30 16:56:19 +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 45ed5b6e69 Some optimization on Horizons reading and writing 2022-03-25 16:31:27 +01:00