Commit Graph

7586 Commits

Author SHA1 Message Date
Alexander Bock efffc25ce0 Feature/globals handling (#1352)
* Cleaner handling of global state
* Prevent Lua memory corruption (closes #982)
* Initialize glfw first thing to prevent weird joystick loading bug during startup
2020-10-21 22:30:05 +02:00
Alexander Bock 1525a0490d Update SGCT and Ghoul repositories for bug fixes 2020-10-21 22:28:58 +02:00
Emma Broman 6b563e0dbc Add forgotten return statement 2020-10-21 14:00:42 +02:00
Alexander Bock 8cf5f96392 Better handle interpolation when setting interpolation time to 0
Prevent NaNs from appearing when selecting a linear flight distance of 0 (closes #1329)
2020-10-21 00:53:12 +02:00
Alexander Bock a93b5fdf10 No long show extra interpolation warning when a slide deck image does not exist (closes #936) 2020-10-20 23:57:10 +02:00
Alexander Bock 1eea6eedeb Prevent crash when setting a PSF texture for Stars that didn't exist (closes #1222) 2020-10-20 23:46:42 +02:00
Alexander Bock 03a29eaf2d Update cfitsio to remove the creation of an empty unistd.h file 2020-10-20 23:06:21 +02:00
Alexander Bock 9d3e181d38 Fix issue that makes swiftshader folder to appear over and over again 2020-10-20 22:54:05 +02:00
Alexander Bock eb6e6aad5f Feature/launcher cleanup (#1350)
General cleanup of the launcher
2020-10-19 23:15:50 +02:00
Micah 5fc0a151c3 updating webgui hash 2020-10-19 16:00:12 -04:00
Micah 95393ad6c2 resetting color map for du sdss 2020-10-19 15:09:32 -04:00
Micah 92838990b2 fix for spice manager with no exceptions; fix for nh profile camera 2020-10-19 15:08:33 -04:00
Alexander Bock 41ce15a6f9 Increase the number of messages and length of messages 2020-10-19 18:59:35 +02:00
Alexander Bock 24bce8e6ab Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2020-10-19 18:34:58 +02:00
Alexander Bock 8a890534cf Use the correct buffer size in the ScreenLog (closes #1330) 2020-10-19 18:34:50 +02:00
Alexander Bock 87f10ea12d Merge pull request #1349 from OpenSpace/issue/1337
Fix for crash if screenspace image load fails
2020-10-19 17:52:36 +02:00
Alexander Bock 811a84df0f Fix issue where Wormhole server's script messages could not be decoded
Fix issue where dashboard item for parallel peer would not report line number correctly
Closes #1011
2020-10-19 17:48:16 +02:00
Alexander Bock 09e0a55efb Delete Jenkins workspace after each run to save storage space 2020-10-19 14:00:48 +02:00
GPayne 37ac1466b4 Fix for crash if screenspace image load fails 2020-10-18 14:13:27 -06:00
Alexander Bock 8e05054602 Make profile saving not crash 2020-10-18 19:00:45 +02:00
Alexander Bock 940723342d Add the ability to filter the colormap linearly in the RenderableBillboardCloud
Add a butting to the RenderableBillboardsCloud to set the color table range to the min/max value of the dataset
2020-10-18 19:00:26 +02:00
Alexander Bock 250998fede Update version to Beta-8 RC1 2020-10-18 14:10:20 +02:00
Alexander Bock e49b8ce71e Switch order of SetPropertyValue and SetPropertyValueSingle in the Profile ui 2020-10-17 20:20:21 +02:00
Alexander Bock 0779c54a07 Provide correct error message if the ProfileName is empty
Don't include Voyager and Pioneer in the base asset as it takes too long to load
Ensure that the webgui asset can load without the dashboard
Fix scripting issue in Rosetta scene with trails
Fix issue with Dashboards that would actually render one line too far down causing trouble with multiline text
Set the render option for renderablebillboards to view direction by default as the normal mode has some issues (see #1342)
Set more sensible maximum value for RenderablePlanesCloud
Correctly show the number of significant digits in the altitude
Replace setPropertyValue with setPropertyValueSingle when clicking on the friction "buttons" on screen
Add a new script function hasProperty to check whether a property exits
2020-10-17 20:10:15 +02:00
Alexander Bock 0838973b5a Merge pull request #1339 from OpenSpace/issue/1323
Issue/1323
2020-10-17 16:59:37 +02:00
Alexander Bock 03051fdaa8 Merge pull request #1338 from OpenSpace/feature/exoplanets-improvements
Exoplanets - fixes to avoid errors when adding/removing systems
2020-10-17 16:50:39 +02:00
Alexander Bock b246984d2d Merge pull request #1332 from OpenSpace/feature/billboard-color-range-property
Adding color range as runtime property for billboards
2020-10-17 16:48:44 +02:00
Jonathas Costa c7f239d3dc Fixed issue 1323. 2020-10-16 16:56:51 -04:00
Emma Broman d31b20decf Adapt disc shader to handle asymmetric uncertainty intervals 2020-10-16 17:06:13 +02:00
Jonathas Costa e0b9951e70 OpenGL state is back to a stable state. 2020-10-16 10:27:36 -04:00
Jonathas Costa 4b86f1e232 Removed the extra pop from GL group stack. 2020-10-16 10:06:58 -04:00
Jonathas Costa 823bd872c2 Update Ghoul. 2020-10-16 09:28:28 -04:00
Emma Broman 68eb52c740 Make removeSceneGraphNode only remove one SGN
Regex match version for removing several nodes at once is kept as its own function.
Also, remove potentional fmt format exceptions when trying to remove parent node.
2020-10-16 14:35:38 +02:00
Emma Broman 2699eb1d71 Avoid problems with apostrophes in star names 2020-10-16 13:29:39 +02:00
Emma Broman f4628cd296 Don't list systems where there is not enough data 2020-10-16 09:34:55 +02:00
Emma Broman 98ef020c4a Clean up some headers 2020-10-16 08:53:12 +02:00
Emma Broman 11425dfdb7 Replace unused system rotation computation with the one that is actually used 2020-10-16 08:53:12 +02:00
Emma Broman 6b25489819 Compute valid angles for KeplerTranslation 2020-10-16 08:53:12 +02:00
Emma Broman bef3e0d661 Test every planet for insufficient data, not just the first one 2020-10-16 08:53:12 +02:00
GPayne 71a76c33d5 Fix for segfault after OpenSpace run if launcher was bypassed 2020-10-15 17:31:16 -06:00
Jonathas Costa 522072c57f Removed unused ignore. 2020-10-15 16:53:45 -04:00
Jonathas Costa cde1fa8b5d Temporally fixed attribute location error for NightLayers layer. 2020-10-15 16:50:27 -04:00
corrieroe df125042bc Updated slack support link in README
Slack link had expired
2020-10-15 10:30:37 -04:00
GPayne df22eeb657 Fix for logging of asteroids data file error (downgrade to 'info') 2020-10-14 20:19:13 -06:00
GPayne 1eb8c9dbfd Fix for forcing profile GUI text entry to plain text only 2020-10-14 15:43:54 -06:00
Micah bf79414263 adding color range as runtime property for billboards 2020-10-14 16:31:21 -04:00
Micah 364dafbde5 qss fix for launcher labels 2020-10-14 14:52:01 -04:00
Micah 1b1bcdee98 fix Kerberos trail name 2020-10-13 22:04:54 -04:00
Micah 5c64d74dbb adding back default times to profiles 2020-10-13 22:03:26 -04:00
Micah 6355da37be fix for globebrowing order, adding new mars hirise layer 2020-10-13 21:53:49 -04:00