Commit Graph

7871 Commits

Author SHA1 Message Date
Alexander Bock 94d2db7376 Fix an issue that prevented the spheres from being rendered 2021-04-16 17:24:41 +02:00
Emma Broman fdee3d4faf Prevent setting zero line width from UI 2021-04-16 16:14:02 +02:00
Alexander Bock cd29e29b00 Update the constellation art (closes #1553) 2021-04-16 14:49:12 +02:00
Alexander Bock fd17f51959 Fix Taskrunner compile error (closes #1554) 2021-04-16 13:11:33 +02:00
Alexander Bock e75fe42943 Enable support for single double radius in SizeReferenceTileProvider (closes #1562) 2021-04-16 12:49:44 +02:00
Alexander Bock d32a09ba80 Feature/strict lua (#1556)
Make all LuaState strict to check whether uninitialized variables are used
Adapt the existing assets to work with the strict state
2021-04-15 13:01:00 +02:00
Malin Ejdbo 54e5050b53 Ignore joystick input in deadzone, fixes #678 2021-04-14 16:09:50 +02:00
Gene Payne a62b71ac81 Update CMake options for gcc linux build 2021-04-13 12:59:45 -06:00
Micah Acinapura 73c0bc1d9c Update gui_projector.xml
update capitalization on fullscreen in config
2021-04-12 10:44:11 -04:00
Emma Broman ab6f5c037b Update DU Kepler planetary candidates data version
Removes an outlier from a faulty datapoint
2021-04-09 15:36:19 +02:00
Emma Broman 923ad3f8ce Fix misspelled 'codegen' 2021-04-09 13:58:43 +02:00
Micah Acinapura 9ef11c4c0d Update spherical_mirror.xml
fixing path for mesh
2021-04-06 10:44:18 -04:00
Malin E b48ef4110e Merge pull request #1550 from OpenSpace/feature/apollo-models
Update Apollo models
2021-04-06 09:06:09 +02:00
Alexander Bock 52b020d836 Include strict lua file, throw error in configuration loading when overriding with unused variable
- Preventing True/true bug
 - Fix issue with unused variable in configuration_helper
2021-04-01 23:37:35 +02:00
Gene Payne 7fefbf9ea0 Added CMake variable to avoid minizip error with assimp update on linux 2021-03-31 19:33:50 -06:00
Alexander Bock d9a1a0233b Remove apple clang warnings 2021-03-30 22:12:53 +02:00
Alexander Bock f7e53386fb Update Ghoul repository to get Mac working again 2021-03-30 19:44:35 +02:00
Malin Ejdbo ed56ea3855 Add new line at end of file 2021-03-30 09:04:03 +02:00
Malin Ejdbo edf42ab083 Move model sync to seperate file 2021-03-30 09:01:04 +02:00
Alexander Bock 4ca82fff19 Remove warnings on Apple clang 2021-03-29 23:16:15 +02:00
Alexander Bock 0bfe3f6d72 MacOS compile fix 2021-03-29 21:56:01 +02:00
Alexander Bock 612b9bbc7f Moving more documentation to use codegen (#1549)
- Make use of more codegen in more classes
- Fix verifier for Color4Verifier
2021-03-29 21:50:26 +02:00
Malin Ejdbo 256a5db926 Fix name error 2021-03-29 16:06:36 +02:00
Malin Ejdbo 944d26128a Update Apollo CSM model 2021-03-29 15:43:09 +02:00
Alexander Bock a49c1f435f Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2021-03-29 14:58:24 +02:00
Alexander Bock 797ddf7daf Fix some warnings on AppleClang 2021-03-29 14:58:19 +02:00
Gene Payne dd11bfd2f8 Missed a spot with the linux gcc CMake compile options fix 2021-03-28 20:52:33 -06:00
Gene Payne 1f65046127 Updated linux gcc CMake compile options 2021-03-28 20:47:52 -06:00
Alexander Bock e88650f22c Tiny coding style fixups 2021-03-27 23:49:02 +01:00
Alexander Bock 6aad31000f Don't produce OpenGL performance warning on Intel chips 2021-03-27 22:16:08 +01:00
Alexander Bock f47d62a5ee Fix verifier for Color4Verifier 2021-03-27 22:16:04 +01:00
Alexander Bock a6bb8cdecb Split DashboardTextItem from DashboardItem 2021-03-24 17:46:13 +01:00
Emma Broman 38f5a12c24 Avoid crash in RenderEngine if screenshot token has not been registered
This is the case in for example the test application
2021-03-24 14:02:05 +01:00
Alexander Bock 4b25f5c074 Move default_dashboard asset from util folder to new dashboard folder that also includes the individual dashboard items 2021-03-24 09:57:27 +01:00
Alexander Bock 0d82e1848f Feature/configuration codegen (#1544)
Convert configuration document over to codegen
2021-03-23 15:22:29 +01:00
Micah Acinapura 48e2f35aa1 added dialog for choosing scripts from the script log (#1539)
* added dialog for choosing scripts from the script log
2021-03-23 08:56:23 -04:00
Emma Broman 0ea0e781da Prevent crash when reloading renderable that only has labels and no data
Occurred when unchecking and rechecking the "Draw elements" property for example the "Eclipltic Sphere Labels"
2021-03-23 11:40:34 +01:00
Emma Broman 97c1066149 Fix labels not facing the camera due to static rotation (closes #1542)
Bring back old transformation matrices
2021-03-23 11:27:55 +01:00
Alexander Bock 196a98b0c6 Add ability to StringVerifier to test for non-emptiness 2021-03-23 00:13:52 +01:00
Alexander Bock 45b2d0e014 Update Ghoul with an update to AssImp to fix FBX loading bug 2021-03-23 00:08:35 +01:00
Alexander Bock 2f36c7d88c Use codegen in LogFactory 2021-03-22 23:40:47 +01:00
Alexander Bock dfc42e9467 Rename createSingeColorImage -> createSingleColorImage 2021-03-22 23:17:42 +01:00
Alexander Bock c7f77e3286 Add property to determine whether the date should be added to the screenshot folder (#1535)
closes #1528
2021-03-22 15:49:30 +01:00
Alexander Bock e2c1414ba6 Update to newest codegen, replace std::monostate with ghoul::Dictionary 2021-03-17 21:26:57 +01:00
Alexander Bock 07389bd6bf Update codegen repository 2021-03-17 00:21:00 +01:00
Alexander Bock ed980bb5d8 Add support for passing shared pointers into the OrVerifier 2021-03-17 00:18:53 +01:00
Malin Ejdbo 29d4eae3a5 Update ISS model 2021-03-16 11:47:30 +01:00
Alexander Bock 615fc82b51 Update submodules
- SGCT:  Fixed an issue that lead to a crash in debug mode
 - Ghoul: Fixed an issue that prevented CEF locales to be copied in a fresh install
2021-03-15 14:50:39 +01:00
Emma Broman 20519d007b Remove hardcoded path to B-V colormap (#1531)
Also prevent future problems in reading the file (e.g. if number of lines of comments would change)
2021-03-15 13:22:41 +01:00
Emma Broman b324ff0705 Update Ghoul 2021-03-12 13:10:51 +01:00