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
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
Malin E
efa82f3ad8
Merge branch 'master' into feature/horizons-framework
2022-03-23 15:46:37 +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
86dcff62c4
Provide error message when loading a speckfile that does not contain only numbers ( closes #1903 )
2022-03-18 15:50:01 +01:00
Malin E
561e2a69cc
Add correct url encoding of some symbols
2022-03-14 10:33:16 +01:00
Malin E
68186b8749
Improve parsing of times and matches
2022-03-11 15:07:32 +01:00
Malin E
607c61f995
Prevent duplicates when loading several horizons files in one trajectary
2022-03-10 14:31:16 +01:00
Malin E
27c40929e5
Switch horizons extension, improve integration with profile editor
2022-03-10 13:37:07 +01:00
Malin E
eb087c643f
Some improvements
2022-03-09 14:01:47 +01:00
Malin E
bfcb24761e
Merge branch 'master' into feature/horizons-framework
2022-03-03 09:09:29 +01:00
Malin E
ab371c0f6a
Add warning when using Observer table Horizons data
2022-02-28 15:51:36 +01:00
Malin E
30487fafde
Mode adjustments and clean up
2022-02-28 11:48:08 +01:00
Malin E
84e3f30e31
Adjust Horizons Dialog requests to both Vectors and Observer data
2022-02-24 16:52:49 +01:00
Alexander Bock
7cb38b6c9c
Update codegen and make use of the new parenting method
2022-02-23 13:20:36 +01:00
Malin E
ce883cf60b
Add posibility to use Vector table type of data from Horizons
2022-02-22 16:10:38 +01:00
Alexander Bock
a6f048e342
Add explicit checks whenever we are accessing another scene graph node ( closes #1831 )
2022-02-20 19:17:06 +01:00
Malin E
06ed78b7af
Merge branch 'master' into feature/horizons-framework
2022-02-18 16:17:23 +01:00
Micah Acinapura
9e69300642
unified renderbin to renderable; adapted orbitalkepler to codegen; fi… ( #1843 )
...
* unified renderbin to renderable; adapted orbitalkepler to codegen; fixes 1842
* update for pr comments
* update for pr comments2
2022-02-17 10:58:32 -05:00