Commit Graph

12139 Commits

Author SHA1 Message Date
Alexander Bock 685af84339 Adjust properties to new capitalization rules 2025-09-07 15:13:45 +02:00
Alexander Bock 96ac60899d Replace StackWalker with C++23 stacktrace 2025-09-06 17:18:10 +02:00
Alexander Bock 3168ef1f5a Improve stack output and enable stack walking for OpenGL error messages 2025-09-02 13:40:12 +02:00
Alexander Bock ca8508087f Correctly download ARM-version of CEF when on a Windows ARM architecture 2025-08-31 16:26:20 +02:00
Alexander Bock fd5bdb74c6 A pass through visual tests 2025-08-31 15:31:13 +02:00
Alexander Bock f3f51a7285 Fix CMake issues 2025-08-30 21:59:59 +02:00
Anders Lundkvist 527ef205c9 Fix todays sun fieldline color inconsistency during time changes (#3786)
* Fix fieldline color inconsistency during time changes
2025-08-28 09:53:18 -04:00
Arohdin 1d70fb2ede Identifier fix for action os.planetsmoons.ToggleTrails 2025-08-28 15:24:12 +02:00
Alexander Bock 491ac7c0a3 Update common compile options submodule and SGCT submodule 2025-08-27 10:19:31 +02:00
Alexander Bock 39bd973321 Correctly define comparison operators 2025-08-26 23:17:04 +02:00
benpm 7604b3dae9 fixes #3779 by properly disabling ring shadows when rings are disabled 2025-08-19 13:24:53 -06:00
Alexander Bock f33e38b336 Fix compile issue on Arch (closes #3780) 2025-08-18 14:19:27 +02:00
Alexander Bock d13a3d0f60 Add the ability to choose units in the Simulation Time Dialog (closes #1391) 2025-08-16 14:28:39 +02:00
Alexander Bock a17ab7542d Add a duplicate button to the action menu in the launcher (closes #2418) 2025-08-16 13:43:05 +02:00
Alexander Bock 148b1d2ae3 Disable edit button in the Launcher if we start with a built-in profile 2025-08-16 12:19:32 +02:00
Alexander Bock eed88eed35 If a model transform diagonal is 0, set the 0 diagonal values to a small value (closes #3177) 2025-08-16 12:11:19 +02:00
Alexander Bock 6b852c9324 Provide ShadowGroup for Saturn 2025-08-16 11:11:16 +02:00
Alexander Bock f2c2feb2e2 Cleanup other example files 2025-08-15 18:14:41 +02:00
Alexander Bock f341310419 Fix issue with the TileProviderByLevel example when no name is specified 2025-08-15 17:50:47 +02:00
Adam Rohdin 559190d7d7 Some rework for renderableTrailTrajectory (#3742)
Removed feature sweepChunk.
The feature was implemented for version 0.19.0 as an iterative way to calculate renderableTrailTrajectory.
However, due to the function not being active by default, and due multithreading being on the horizon for SPICE2, this code is now removed.

- Removed SweepChunk feature
- Added toggle for Accurate Trail Points (in asset: AccurateTrail)
- Changed min number of accurate points from 0 to 2
- Removed max vertices ceiling
- Fixed issue where number of vertices were not calculated properly
- Fixed point size rendering issue for RenderableTrail
- Changed start/end time for voyager 1 & 2
- Updated description for SampleInterval and TimeStampSubsampleFactor to be more clear
- Moved full sweep pass from update function to new updateBuffer function
- Fixed trail rendering issue when time is exact same as start time of a trail
2025-08-15 09:59:08 +02:00
benpm 204a929fe7 Set ignore uniform location warning for global and local renderers in RenderableGlobe
Fixes #3770
2025-08-13 15:12:50 -06:00
Alexander Bock f6099b14a0 Fix issue with infinite look in the LuaConsole if the window is minimized while the console is open 2025-08-13 18:17:49 +02:00
Alexander Bock 156e4031e4 Update SGCT 2025-08-13 17:51:07 +02:00
Alexander Bock 218eea9368 Add repobeats for WebGui repository 2025-08-13 13:37:05 +02:00
Alexander Bock 194e253c54 Update Ghoul to remove initialization of memorypool 2025-08-12 18:24:51 +02:00
Alexander Bock c749cb605a Fix mixing Markdown with HTML 2025-08-12 18:05:10 +02:00
Alexander Bock 0563c56eb9 Slight refresh of the Readme 2025-08-12 16:58:59 +02:00
Alexander Bock e275566af0 Update compile settings for CLang 2025-08-12 15:59:14 +02:00
Alexander Bock 19e9e2c1fb Adapt to new compile option style and fix warnings (#3773) 2025-08-12 14:19:45 +02:00
Alexander Bock da029c2cbf Fix issue with shaderpreprocessor 2025-08-08 20:08:12 +02:00
Alexander Bock 6b0de702fa Adjust indentation for openspace.cfg file to the rest of the Lua files 2025-08-07 15:03:52 +02:00
Alexander Bock ba817f34cd Increase the maximum tile level for the ESRI World Imagery layer from 19 to 21 2025-08-06 18:06:37 +02:00
Alexander Bock 389842f76c Adjust coding style 2025-08-05 20:43:44 +02:00
hn-88 9965143f0a Adding arm64 architecture support for NodeJS (#3765) 2025-08-05 17:15:16 +02:00
Alexander Bock 208b853840 Improve documentation of navigation functions (closes #3001) and no longer internally represent truck and rolls as two-dimensional ( 2025-08-05 15:15:14 +02:00
Alexander Bock 2892b60d62 More user-friendly name for the default properties in a GeoJSON 2025-08-05 14:36:29 +02:00
Alexander Bock e4f32c0218 Better document the SGCTConfig and Profile options in the openspace.cfg 2025-08-04 19:43:04 +02:00
Alexander Bock fd6866d96a Update ghoul submodule 2025-08-04 14:22:03 +02:00
benpm a0c1fd7c7c fixed local renderer broken due to missing uniform (oops) 2025-07-29 15:02:16 -06:00
Alexander Bock 02f2814834 Fix compile issue for MinVR (closes #2813) 2025-07-28 14:18:07 +02:00
Alexander Bock 231cd48ac2 No longer warn when trying to MRF cache local image files 2025-07-28 11:53:04 +02:00
Alexander Bock 198b4069f6 Add Lat/long grid overlay for earth (closes #3059) 2025-07-28 11:50:49 +02:00
Alexander Bock 6aec8e9338 Remove explicit name for versions 2025-07-25 09:19:52 +02:00
Alexander Bock 4228ddd66b Update WebGui hash 2025-07-25 09:08:38 +02:00
Benjamin Mastripolito 474e7a7ae8 Merge pull request #3749 from OpenSpace/feature/hd-ring-shadow
Higher quality rings and ring shadows, resolves #3656
2025-07-24 14:42:25 -06:00
Benjamin Mastripolito ddb275fc2b Update modules/globebrowsing/shaders/advanced_rings_fs.glsl
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2025-07-24 14:41:15 -06:00
Alexander Bock ff755e2574 Add visual tests for ring shadows 2025-07-24 14:17:17 +02:00
Alexander Bock e20efacc40 Fix issue with blank screen bug while rotating around Earth (closes #3497) 2025-07-24 11:58:55 +02:00
Alexander Bock 3acb48b930 Update WebGUI frontend hash 2025-07-24 10:58:48 +02:00
Emma Broman 91a4c2460f Fix absPath call with empty path for labels component (closes #3751) 2025-07-24 09:50:18 +02:00