Alexander Bock
a2a1554c9a
Small cleanup of property documentation
2023-01-09 00:11:58 +01:00
Alexander Bock
4f4764209f
Happy new year
2023-01-02 11:19:33 +01:00
Alexander Bock
44e5b17ec9
Global pass over the code to remove trailing spaces
2022-11-22 21:06:52 +01:00
Alexander Bock
6249fa6d89
Collection of a number of changes ( #2286 )
...
* Cleanup Property code
* Remove NOLINT statements
* Return Property class types as string_view
* Remove getStringValue function
* Simplify string value retrieval
* Ensure that image paths in the ImageSequenceTileProvider are sorted (closes #2205 )
* Some cleanup of OpenSpaceEngine
* Cleanup documentation
* Some more cleanup of engine classes
* Some more cleanup
* Update SGCT repository
* Use new Jenkins node identifiers as the old method broke with update
2022-10-30 12:54:14 +01:00
Emma Broman
e12500812f
Fix a typo
2022-10-12 15:54:17 +02:00
Malin E
8129762524
Add loggercat for labelscomponent
2022-09-28 11:14:07 +02:00
Malin E
7883311740
Merge branch 'master' into feature/grid-labels
2022-09-28 10:51:11 +02:00
Malin E
71a2cf685a
Remove not needed initialization
2022-09-23 15:35:29 +02:00
Malin E
ac79e4dc07
Start addressing PR comments
2022-09-22 12:01:01 +02:00
Gene Payne
ae84f1b120
Renderable prop change updates buffers without reinitializing GL ( #2241 )
2022-09-20 15:40:12 -06:00
Malin E
dcdfbf028f
Add font size and face camera property
2022-09-14 13:25:45 +02:00
Malin E
1c3dd8080c
Merge branch 'master' into feature/grid-labels
2022-09-14 10:42:56 +02:00
Gene Payne
7946a93ee5
Fix for linux crashing when reading OMM files
...
Linux doesn't use the '\r' line ending, so it doesn't recognize a line with only '\r' as being empty.
2022-09-13 16:10:03 -06:00
Malin E
9667db22c9
Small fixes
2022-09-09 10:27:17 +02:00
Malin E
4415e840a8
Use new label class for the new grids
2022-09-08 14:54:15 +02:00
Malin E
91eb006d4e
Add labels to RenderableGrid class
2022-09-08 11:28:12 +02:00
Malin E
0d6f4ecac0
Change name from SpeckLabels to LabelsComponent
2022-09-08 10:08:39 +02:00
Malin E
6478f0a92c
Adjust asset files to use the new labels
2022-09-05 10:43:55 +02:00
Malin E
c04bc24db9
Use new labels for billboards clounds
2022-09-02 14:54:01 +02:00
Malin E
a28814117e
Use the new labels for the Constellations
2022-09-02 14:15:02 +02:00
Malin E
55a8d19935
Merge branch 'master' into feature/grid-labels
2022-09-02 13:26:17 +02:00
Malin E
611bce55cd
Fix capital letters in module define
2022-09-01 14:26:31 +02:00
Malin E
d76b3a902e
Add generic Labels class
2022-09-01 14:15:20 +02:00
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