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
Emma Broman
ccfe61cbef
Fix type in documentation for RenderableTimeVaryingSphere
2022-11-29 11:46:44 +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
Alexander Bock
aeb366ae61
Add new dashboard item to show elapsed times ( closes #2234 ). Cleanup handling of TimeConversion and add unit testing
2022-10-15 00:08:22 +02:00
Malin E
ac79e4dc07
Start addressing PR comments
2022-09-22 12:01:01 +02:00
Malin E
34aa515f16
Fix issue with grid for different x and y values
...
* Also adjust grid example asset to showcase the highlight feature
2022-09-19 14:37:42 +02:00
Malin E
e215e9f2a7
Add labels to the other grid classes too
2022-09-19 12:07:59 +02:00
Malin E
533b1965c7
Enable depth test for the grids
2022-09-14 11:18:39 +02: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
40e7d0a9bd
Merge branch 'master' into feature/grid-labels
...
* Solve conflict in renderablegrid.h
2022-09-08 11:31:35 +02:00
Malin E
91eb006d4e
Add labels to RenderableGrid class
2022-09-08 11:28:12 +02:00
Malin E
75fd08246c
Switch from floats to doubles for the grids
...
* Avoids jittering problems when close to SSB
2022-09-08 09:41:00 +02:00
Malin E
611bce55cd
Fix capital letters in module define
2022-09-01 14:26:31 +02:00
Malin E
14347cfaba
Rename RenderableLabels to RenderableLabel
...
* Since it only creates one label and not several
2022-08-31 17:02:35 +02:00
Malin E
bb638faf10
Move the scaling into the size parameter of the grids
2022-08-31 13:58:08 +02:00
Malin E
0ce7874b90
Address more PR comments
2022-08-31 09:10:18 +02:00
Malin E
f247b500c0
Address some more PR comments
2022-08-30 18:03:47 +02:00
Malin E
3e142e5f2f
Change default to not use highlight in grids
2022-08-29 13:57:40 +02:00
Malin E
4b88c5d308
Merge branch 'master' into feature/grids-update
2022-08-29 13:22:57 +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
d1259c83a2
Small clean up
2022-08-26 14:10:02 +02:00
Malin E
767f6aa547
Use highlight feature on large grids
2022-08-26 13:46:33 +02:00
Malin E
7427544243
Add initial version of highlight feature
...
* Note that it currently does not work well if the number of segments are odd
2022-08-26 11:22:47 +02:00
Alexander Bock
a4e3af700c
Add option to break on floating point exceptions
2022-08-01 14:29:45 +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
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
Ylva Selling
6a3cdb172f
Merge remote-tracking branch 'origin/master' into feature/properties-visibility
2022-06-29 08:52:22 -04:00
Ylva Selling
bcb5c7bd28
Merge branch 'master' into feature/gamma-correction
2022-06-29 04:21:46 -04:00
Malin E
f1b1c7a173
Address PR comments
2022-06-28 16:03:16 +02:00
Malin E
d5b94ec935
Merge branch 'master' into issue/1607
2022-06-28 13:26:25 +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
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
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
d6dd157591
Adapt the ImGui GIBS panel to the new tileprovider format ( closes #2108 )
2022-06-18 19:05:53 +02:00
Ylva Selling
7e7f4740f2
Remove onChange functions that sets visibility depending on type
2022-05-23 14:21:51 -04: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
Emma Broman
679e2994f3
FixedRotation that depends on other nodes now updates correctly even if time is paused ( #2069 )
...
* Update fixed rotation every frame if it depends on another sgn (closes #1751 )
This guards against any weird edge cases, where a node the rotation depends on is moved independently of simulation time
* Fix faulty indentation
2022-05-05 09:39:17 +02:00
Alexander Bock
bc2466f116
Don't convert the Period of the RenderableTrailOrbit to seconds when extracting the value from the asset file ( closes #1860 )
2022-05-04 20:15:27 -07: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
d360f2ae59
Address Visual Studio analyzer warnings
2022-04-12 00:58:11 +02:00
Alexander Bock
c206da4a98
Coding style adaptations
2022-04-10 23:25:37 +02:00