Commit Graph

7926 Commits

Author SHA1 Message Date
Malin Ejdbo
a92c25216d Merge branch 'master' into feature/os-model
* Resolve conflicts
2021-04-28 11:39:40 +02:00
Emma Broman
33a9dd2f09 Avoid problems with comment ending in backslash 2021-04-27 11:19:18 +02:00
Alexander Bock
b016317fc2 Add a scriptlog dialog field to the additional scripts box 2021-04-27 09:58:25 +02:00
Emma Broman
8a30dc570e Add Logarithmic sliders and Color picker (#1564)
* Pass ViewOptions meta data to WebUi

* Add Color ViewOption

* Add Logarithmic ViewOption

* Update gui hash to get slider and color picker UI features
2021-04-27 09:24:36 +02:00
Micah
4353741c54 fix downloadFile function with waiting for complete 2021-04-26 10:07:31 -04:00
Alexander Bock
676e83fe4e Make the iswa module compile again 2021-04-26 14:29:06 +02:00
Alexander Bock
2aa540a112 Feature/interactionsphere (#1561)
* Add ability to render the bounding sphere as a debug option
* Separate boundingsphere and interactionspheres
* Correctly compute BoundingSpheres for more renderables (RenderablePlanesCloud, RenderableOrbitalKepler)
2021-04-26 13:13:36 +02:00
Malin Ejdbo
c4fad58f3b Register new OpenSpace model reader 2021-04-22 17:17:16 +02:00
Malin Ejdbo
32b6a69900 Update ghoul yet again 2021-04-22 11:27:49 +02:00
GPayne
fc33a99b23 Added all image-comparison test files 2021-04-21 15:19:16 -06:00
Malin Ejdbo
64bd51d073 Update Ghoul.. again 2021-04-21 18:36:20 +02:00
Emma Broman
9a51a76088 Update the gui hash
Add SelectionProperty and ListProperties UI and some bug fixes
2021-04-21 17:57:43 +02:00
Malin Ejdbo
667de99f9f Update Ghoul again 2021-04-21 14:30:38 +02:00
Malin Ejdbo
7223ea90bd Update Ghoul 2021-04-21 13:43:27 +02:00
Emma Broman
385a2a2be1 Avoid mistaking a nil/null value for an empty object or array in setpropertytopic 2021-04-21 11:24:09 +02:00
Malin Ejdbo
2b74a04415 Adjust model bounding sphere 2021-04-21 11:04:42 +02:00
Malin E
db539ab360 Merge pull request #1552 from OpenSpace/feature/model-animation
Feature/model animation
2021-04-21 10:40:36 +02:00
Malin Ejdbo
1267874a06 Update Ghoul and codegen 2021-04-21 10:39:19 +02:00
Malin Ejdbo
16bd1d3265 Merge branch 'master' into feature/model-animation
* Resolve conflicts

* Master has error with changing focus
2021-04-21 10:23:10 +02:00
Alexander Bock
01d7a57eef Add GlobeTranslation Documentation to exported documentations (closes #1566) 2021-04-21 09:34:20 +02:00
Emma Broman
91387d8401 ListProperties and SelectionProperty (#1558)
* Reimplement stringlistproperty with a listproperty parent class

* Add string list property tests and structure test files

* Reimplement SelectionProperty and add tests

* Some TemplateProperty documentation updates

* Read full constellation name and not just first word for ConstallationSelection

* Remove support for setting property value from string (unused)

* Add IntListProperty, DoubleListProperty

* Bug fix: SetProperty topic now support empty json objects

* Imgui renderings for list properties and pass SelectionProperty  info to WebGui
2021-04-19 16:10:36 +02:00
Alexander Bock
b00fcb78df Enable setting of opacity for RenderableGlobe (closes #1449) 2021-04-16 17:31:55 +02:00
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
Malin Ejdbo
a541721d33 Address PR comments and tweak animation mode Once 2021-04-16 15:51:31 +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
4a97a21297 Address PR comments 2021-04-14 17:12:46 +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
Malin Ejdbo
2b1c0c567d Update ISS model scale 2021-04-08 17:15:58 +02:00
Malin Ejdbo
3ec01fa25e Address PR comments 2021-04-07 17:25:58 +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
Malin Ejdbo
e91d833c65 Optimize model rendering
* Don't render when too far away, same as RenderableGlobe
2021-03-31 14:19:27 +02: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
1596bbb813 Add possibility to give model scale as a number 2021-03-30 17:13:38 +02:00
Malin Ejdbo
c825916d60 Merge branch 'master' into feature/model-animation
* Resolve conflicts
2021-03-30 16:31:25 +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