Commit Graph

12198 Commits

Author SHA1 Message Date
Andreas Engberg
e7b5225c0f improve J2K parsing, further cleanup 2026-02-04 16:29:36 +01:00
Andreas Engberg
b9812dd745 Additional cleanup, parse date form filename more cleanly 2026-02-04 15:43:26 +01:00
Andreas Engberg
5113894ca4 Fix loading multiple instruments + cleanup 2026-02-04 12:02:23 +01:00
Andreas Engberg
80dba5ccf3 add todo 2025-12-15 15:49:19 +01:00
Andreas Engberg
0dad3a644e fix plane rotation to be orientaded towards the spacecraft 2025-12-15 15:48:13 +01:00
Andreas Engberg
989b4ab6d3 Updating code, fixes projection using wrong rotation / position 2025-12-12 13:53:11 +01:00
Andreas Engberg
e23ad1f6bd Add codegen parameters & code cleanup 2025-12-08 12:05:32 +01:00
Andreas Engberg
febd298556 Update Solarbrowsing branch to compile on latest master
Also includes some additional minor changes from the original feature/solarbrowsing branch
2025-12-03 10:48:30 +01:00
Andreas Engberg
ee0fe58535 Update WebGui hash 2025-12-01 11:47:24 +01:00
Andreas Engberg
dfbc1f5090 Issue/591 add assets file browsing (#3798)
* create download event topic wip

* Make topic connection thread safe & rate limit downloadeventtopic data to reduce traffic


* add LDEBUG and LERROR on donwload start/finish/failed

* Add new AssetLoadingEvent
event 
* fix pr comments
2025-12-01 11:14:41 +01:00
Emma Broman
4267c181c5 Video examples cleanup and documentation (#3835)
* Add correctly formatted examples for video player classes

* Add documentation for video player classes

* Remove old (and replaced) video examples

* Update video playback description based on code review and UI update

* Remove possibly confusing mention of servers in example assets

* Oops, missed one

* Remove another mention of the video player, as the UI will change
2025-12-01 11:07:07 +01:00
Alexander Bock
dcc7189784 Harmonize Sweden and Utah WMS server to use common DNS names 2025-11-26 14:21:21 +01:00
Micah Acinapura
fc9d02091c Made paleo_map.asset layers not enabled by default since there are so many of them (#3853) 2025-11-24 15:14:32 +01:00
Micah Acinapura
221cfbcb85 Changed create sun trail action to fix time date inconsistancy. Fixes… (#3848)
- Changed create sun trail action to fix time date inconsistency. Fixes #3817
- Added warning for already existing trails
2025-11-20 17:38:08 +01:00
Alexander Bock
ca29378d54 Update assets to adapt to the bugfix in the RenderableSphericalGrid 2025-11-20 16:56:54 +01:00
Alexander Bock
0950c7bc2f Update LatSegments number to match the previous buggy behavior 2025-11-19 16:56:03 +01:00
Alexander Bock
28367dcfbe Correctly calculate the max chunk level when no overview is available (#3771) 2025-11-17 14:48:25 +01:00
Emma Broman
f7cb1b4edb Use bounding sphere instead of interaction for debug axes default size
Interaction sphere is often zero by default => the axes will not be visible. The bounding sphere better matches the visible size of the object
2025-10-27 16:16:28 +01:00
Mathis Brossier
8d382d5a85 Make TUIO port configurable (#3813) 2025-10-27 14:20:29 +01:00
Adam Rohdin
57f2705157 feature/multithreaded-asteroids (#3799)
- Added multithreading and a better system for updating which segments to render for each orbit
- Less work is being done while time is paused
- Added multithreading for loading of data
- Added support for "Camera View Direction" in addition to existing "Camera Position Normal"
2025-10-14 16:46:52 +02:00
Emma Broman
48fe4f143d Update titles ti distinguish between ScreenSpaceText examples 2025-10-10 15:28:37 +02:00
Ylva Selling
11900a5155 Add scale factors to night sky saturn 2025-10-10 09:15:31 +02:00
Alexander Bock
b6610a6c13 Restore Pluto barycentric trail 2025-10-09 20:01:20 +02:00
benpm
860189d3d8 bump ghoul ver to prepare for merge in feature/shadows; specifically, it fixes linux build issues and adds the draco compresion lib to the assimp dependency, allowing the loading .glb compressed models 2025-10-08 13:35:06 -06:00
Alexander Bock
612d5f738e Fix crash when deinitializing ScreenSpaceRenderableRenderable 2025-10-06 09:53:34 +02:00
Alexander Bock
25f021f009 Change more prefix to postfix operators 2025-10-04 10:13:25 +02:00
Alexander Bock
68bbfd0b4c Restore previously square segments in the RenderableSphericalGrids 2025-10-03 16:49:15 +02:00
benpm
fa9b788a06 added DISABLE_VCPKG CMake option, when enabled it disables vcpkg on Windows
this prevents some dependency conflicts from occurring, see linked issue for more info
fixes #3775
2025-10-01 17:06:49 -06:00
Alexander Bock
97e81208cb Fix overdraw issue that caused flickering in RenderableSphericalGrid
Also add more visual tests for the class
2025-09-30 21:17:18 +02:00
Alexander Bock
187d1fbb2c Even when specifying a custom openspace.cfg file, define BASE as the location where the original file lives (closes #3806) 2025-09-29 10:17:23 +02:00
Alexander Bock
39c558e629 Update Focusable tag on more scene graph nodes. Fix spelling mistake in Cutplane Equatorial scene graph node 2025-09-26 23:20:23 +02:00
Alexander Bock
6a0bc55462 Correctly calculate the period from mean motion for minor planet center orbits (closes #3804) 2025-09-26 22:05:44 +02:00
Alexander Bock
f9f61e1fdd Move the primitives example asset into the existing structure 2025-09-26 17:46:49 +02:00
Alexander Bock
117ec147c6 Move GlobeTranslation example into the existing structure 2025-09-26 16:51:09 +02:00
Alexander Bock
d619812744 Move custom galaxy shader and toy volume examples into the existing structure 2025-09-26 16:20:15 +02:00
Alexander Bock
e99779b216 Harmonize example assets 2025-09-26 15:42:17 +02:00
Alexander Bock
32cff07bf8 New ScreenSpaceText objects (#3794)
* First version of new screenspacetext and screenspacetextdate
* Code restructuring and adding new types
 - ScreenSpaceFramebuffer -> ScreenSpaceRenderableFramebuffer
 - ScreenSpaceText -> ScreenSpaceRenderableText
 - Add new user-facing ScreenSpaceText
 - Add examples
* Add documentation for new ScreenSpace objects
* Add visual tests to new screenspace objects
* Address PR comments
2025-09-26 15:35:05 +02:00
benpm
ccadf2a53b fixes #3711 2025-09-25 15:18:43 -06:00
Alexander Bock
ab790ff6f8 Remove offset for max chunk level, fixing disappearing height tiles on Earth (#3791) 2025-09-25 13:13:12 +02:00
Alexander Bock
f405efee00 Fix example file for ScreenSpaceDebugPlane 2025-09-22 13:57:54 +02:00
Arohdin
03eed50b3b Fixed incorrect path for MPC kepler data 2025-09-18 16:38:18 +02:00
Arohdin
2882332208 SSSB assets - removed unused property
Segments property is not being used in renderable
2025-09-18 16:36:58 +02:00
Alexander Bock
412414be6f Add additional parameter to teh downloadFile function to skip if the file already exists 2025-09-16 10:20:31 +02:00
Andreas Engberg
5d473cc449 Issue/1188 improve console (#3772)
* Refactor keyboard handling, fix ctrl + left / right arrow key not being consumed correctly

* Adds ctrl + backspace and ctrl + delete shortcuts to delete whole words

* Add tab completion for paths and nester openspace lua functions

* Render command overflow as rows instead of horizontal scrolling
2025-09-15 09:50:11 +02:00
Alexander Bock
630823e6be Remove unused default variables in the DashboardTextItem 2025-09-11 23:22:12 +02:00
Alexander Bock
1ff0fee1e8 Add support for specifying the format string for the openspace.time.SPICE() function 2025-09-11 21:15:40 +02:00
Alexander Bock
971350028c Add the ScreenSpaceDashboard example that was deleted without a replacement 2025-09-10 16:29:20 +02:00
Alexander Bock
4fe270d055 Force OpenSpace_Helper to the dedicated graphics card. Fixes a crash on laptops 2025-09-09 19:51:08 +02:00
benpm
47fe9d4d7d fix error on disable "perform shading" property on saturn 2025-09-09 01:44:23 -06:00
Benjamin Mastripolito
fb3b2c074b Merge pull request #3784 from OpenSpace/issue/3776-ring-shadows-fisheye
Fixed incorrect rendering of planet-onto-ring shadows in fisheye projection mode
2025-09-08 11:52:26 -06:00