Commit Graph

10442 Commits

Author SHA1 Message Date
Emma Broman 14f0ad7338 Fix Neptune texture not being enabled per default 2023-03-23 10:51:39 +01:00
Gene Payne 2189a71d9d Switch MessengerTrail to RenderableTrailTrajectory (#2552)
in order to match start/end times, and add corresponding sample interval
2023-03-22 12:26:36 -06:00
Emma Broman c9a08ba3d6 Update Gui hash
New skybrowser menu look and property owner headers
2023-03-21 13:31:53 +01:00
Alexander Bock b6666cd83d Correctly parse SSSB files that use an integer epoch, rather than a floating point one (closes #2551) 2023-03-19 20:56:48 +01:00
Alexander Bock d59ef03d8f Check for illegal keywords in the header of Speck files to detect invalid files (closes #2549) 2023-03-19 19:23:38 +01:00
Gene Payne 00c8543306 Switch to std::list for adding & removing assets in deterministic order (#2543) 2023-03-17 16:07:17 -06:00
Emma Broman 3c4e2bdfe9 Update gui hash 2023-03-16 14:46:51 +01:00
Malin E 148f010a9a Fix issue with constellation labels and selection, closes #2382 2023-03-14 15:46:00 +01:00
Alexander Bock 5fec405b70 Add a new combined clouds-magellan layer for Venus (closes #1534) 2023-03-13 20:39:47 +01:00
Alexander Bock 3212b94c79 Add more description to the --config command 2023-03-13 14:07:08 +01:00
Alexander Bock 12180beafa Increase the size of the configuration boxes in the launcher (closes #1785) 2023-03-11 17:30:48 +01:00
Alexander Bock ddcbe85b51 Add events when paths are started or finished (closes #1834) 2023-03-11 17:20:20 +01:00
Alexander Bock 3f35fa992a Fix spout_output_flat 2023-03-11 16:28:29 +01:00
Alexander Bock 3df65ae899 Simplify property handling; Fix unit tests 2023-03-11 15:58:40 +01:00
Alexander Bock 27aeac0776 Only check major Horizons version for compatibility (closes #2507) 2023-03-11 15:31:44 +01:00
Alexander Bock 23ee2ee5da Add new verifier to handle identifiers and update codegen to be able to use them (closes #2522) 2023-03-11 13:18:12 +01:00
Alexander Bock 21cb90b7f8 Add a message that we are running a debug build to the version information (closes #2523) 2023-03-11 01:14:10 +01:00
Alexander Bock 434d5ceaa9 Add new layer for Venus cloud layers (closes #1534) 2023-03-11 00:54:08 +01:00
Alexander Bock 6fa589c880 Adding option for constant velocity flight (closes #2150)
Using adapted code from James H
2023-03-11 00:16:54 +01:00
Emma Broman ffbcdbea48 Update exoplanets data (#2450) 2023-03-10 16:00:27 +01:00
Emma Broman 284ee17fb7 Fix problem with touch module always aborting idle behavior (closes #2541) 2023-03-10 15:14:45 +01:00
Emma Broman 7bdb4ef101 GIve correct identifier for touch module (oops..) 2023-03-10 14:20:50 +01:00
Emma Broman 8506f1d15a Prevent errors from settings asset when building without the touch module
Useful as it is not a default module.
2023-03-10 13:41:01 +01:00
Alexander Bock d40c60dd0a Fix property extraction from Lua for IntProperty 2023-03-10 13:10:14 +01:00
Emma Broman 1db7dcf2c3 Provide error if output failed in exoplanet data prep task
And update hardcoded filepath to teff_bv file to current version, for easier usage next time
2023-03-09 21:52:33 +01:00
Alexander Bock 1c3f7d0cf2 Add combo layer that shows the NOAA20 VIIRS layer (closes #2538) 2023-03-08 16:30:02 +01:00
Alexander Bock 15b4cd670f Check for invalid indices in the Gaia stars to prevent crashes (closes #2495) 2023-03-08 15:53:43 +01:00
Emma Broman 4a50c4cbc0 Double renderbins for renderables (#2520) 2023-03-08 10:59:32 +01:00
Emma Broman 5e7b67e077 Fix RenderableSphere overriding DisableFade property from asset
And always add the properties, as well as make the behavior a bit more clear through documentation
2023-03-08 10:24:54 +01:00
Adam Rohdin 88d6366901 Merge pull request #2525 from OpenSpace/RenderableTrailTrajectory-Optimization
Optimizations for RenderableTrailTrajectory
2023-03-07 16:24:36 +01:00
Adam Rohdin f0f278a9a2 Updated comments in order to adhere to the repo line length standard 2023-03-07 16:19:33 +01:00
Alexander Bock 65b4cf9937 Prevent infinite loop when extracting invalid commandline arguments (closes #2349) 2023-03-07 16:05:59 +01:00
Alexander Bock 60d842ab3f Another property fix 2023-03-07 13:01:48 +01:00
Alexander Bock 4d9c448764 Reintroduce Lua conversions to BoolProperty as it doesn't derive from NumericalProperty 2023-03-07 12:57:53 +01:00
Alexander Bock 0831b00a77 Centralize the extraction of Lua values and fix bug when trying to extract the first parameter of a Lua parameter pack 2023-03-07 01:56:17 +01:00
Alexander Bock 14cf1d3962 Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2023-03-07 00:05:46 +01:00
Alexander Bock 1aef976911 Show error message when trying to save navigation state to an invalid file path (closes #2508) 2023-03-07 00:05:31 +01:00
Gene Payne 7ed1e33fc8 Improve behavior for gui window and separate render window (#2515)
* Improve behavior for gui window and separate render window

* Code review fix for using size_t in windows indexing
2023-03-06 16:00:48 -07:00
Alexander Bock a711591c09 Update Doxygen (#2537)
* Modernizing Doxygen
* Remove warnings for Doxygen
2023-03-06 23:41:24 +01:00
Alexander Bock ebf0454da2 Create documentation JSON correctly 2023-03-06 23:38:38 +01:00
Alexander Bock 8c7c932c78 Update codegen, make use of source location information 2023-03-06 15:50:31 +01:00
Alexander Bock 9287eb6122 Updating submodules 2023-03-05 11:04:57 +01:00
Alexander Bock cb865c3dd5 Updating Ghoul to fix misclassification of string/doubles (closes #2533) 2023-03-05 10:52:20 +01:00
Alexander Bock 24ba6d5c7e Adjust to new Ghoul update 2023-03-04 21:12:35 -07:00
Alexander Bock c4e9e9482b Fix issue loading the period out of an OMM file 2023-03-04 13:07:09 -07:00
Megan Villa 7c3fcfa74b Update juno.asset 2023-03-02 16:06:43 -05:00
Adam Rohdin 25a6b287e7 Fixed overflow bug and enabled sweepChunkSize to be set in assets 2023-03-02 14:55:26 +01:00
Adam Rohdin 88972fc27b New function that resets screenshot index to 0. Usefull when capturing png sequence for video 2023-03-02 14:36:03 +01:00
Megan Villa 83f58b9741 Update juno.asset
Update Juno Trail and kernals to Dec 13 2025.
2023-03-01 14:50:30 -05:00
Alexander Bock 375e5c6561 Tracy Update (#2534)
* Update the Tracy repository
* Update submodules
2023-03-01 11:48:21 -07:00