Commit Graph

10913 Commits

Author SHA1 Message Date
Alexander Bock
8eec0e84b9 Fix an issue with being able to add a GIBS layer via addGibsLayer 2023-03-26 20:24:55 +02:00
Ylva Selling
7618c28838 Merge branch 'feature/video-module' of https://github.com/OpenSpace/OpenSpace into feature/video-module 2023-03-24 13:36:06 -04:00
Alexander Bock
31c0b4a623 Send the origin and the destination scene graph nodes along with the events signalling the beginning or the end of a camera path (closes #1834) 2023-03-23 23:35:42 +01:00
Alexander Bock
451a61a740 Add v3 WAC (#2555)
* Add v3 WAC
* Rename previous WAC to WAC-V1 and new WAC-V3 to WAC to just update the previous files
2023-03-23 17:51:16 +01:00
Emma Broman
14f0ad7338 Fix Neptune texture not being enabled per default 2023-03-23 10:51:39 +01:00
Malin E
21c677dfc3 Make sure plane rescales when property is changed 2023-03-23 09:17:27 +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
Malin E
c1e1b8b693 Add RenderableVideoPlane class 2023-03-22 16:09:06 +01:00
Malin E
be2e9d5caf Address PR comments 2023-03-22 13:37:30 +01:00
Ylva Selling
99edcfc4e7 Merge remote-tracking branch 'origin/master' into feature/missions
# Conflicts:
#	data/assets/scene/solarsystem/missions/newhorizons/newhorizons.asset
#	data/assets/scene/solarsystem/missions/osirisrex/osirisrex.asset
#	data/assets/scene/solarsystem/missions/osirisrex/osirisrex.mission
#	data/assets/scene/solarsystem/missions/perseverance/perseverance.asset
#	include/openspace/mission/missionmanager.h
#	modules/server/src/connection.cpp
#	src/mission/missionmanager.cpp
#	src/mission/missionmanager_lua.inl
2023-03-21 12:03:10 -04:00
Ylva Selling
e74e0e4fe8 Merge branch 'feature/video-module' of https://github.com/OpenSpace/OpenSpace into feature/video-module 2023-03-21 10:50:47 -04:00
Malin E
b0c0ea81ab Make sure video player is initialized for each video renderable 2023-03-21 15:29:11 +01:00
Malin E
f62d0bb677 Make sure openGL state is reset after rendering globes 2023-03-21 13:53:05 +01:00
Emma Broman
c9a08ba3d6 Update Gui hash
New skybrowser menu look and property owner headers
2023-03-21 13:31:53 +01:00
Ylva Selling
6d9f80a9db Update aurora asset 2023-03-20 11:28:06 -04:00
Ylva Selling
103d1a11fc Merge remote-tracking branch 'origin/master' into feature/video-module
# Conflicts:
#	modules/globebrowsing/src/tileprovider/tileprovider.cpp
2023-03-20 10:44:45 -04:00
Ylva Selling
8a973ab3a7 Remove swap buffers call as it apparently is optional 2023-03-20 10:29:20 -04: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
Ylva Selling
c5c1906b8d Dont sort function arguments as they should be sent in in a particular order 2023-03-17 17:12:05 -04:00
Ylva Selling
29b37d3462 Add keybindings 2023-03-17 16:59:39 -04:00
Ylva Selling
e463e9e598 Sort json 2023-03-17 15:46:02 -04:00
Ylva Selling
4ceb572f50 Add tags to documentation 2023-03-17 14:33:42 -04:00
Ylva Selling
a83bfea35a Make output file be saved in the documentation folder and as a javascript variable 2023-03-17 14:18:03 -04:00
Ylva Selling
bd5f1380c5 Add specific type to propertyowners 2023-03-16 10:32:37 -04:00
Emma Broman
3c4e2bdfe9 Update gui hash 2023-03-16 14:46:51 +01:00
Ylva Selling
064825060c Update naming to have upper case first letter and spaces when necessary 2023-03-14 16:56:48 -04:00
Ylva Selling
bccf65f085 Add assets to no license category if they don't have a license 2023-03-14 16:05:42 -04:00
Ylva Selling
3a600e528d Rename id to name 2023-03-14 16:05:22 -04:00
Ylva Selling
65c05f5701 Restructure data 2023-03-14 16:05:11 -04:00
Malin E
148f010a9a Fix issue with constellation labels and selection, closes #2382 2023-03-14 15:46:00 +01:00
Malin E
ee4eb081a0 Merge branch 'master' into feature/model-opacity
* Solve conflict in framebufferrenderer.cpp
2023-03-14 13:59:37 +01:00
Malin E
7f1da2173d Bind back the deafulat fbo after libmpv has rendered 2023-03-14 10:04:24 +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