Commit Graph

8627 Commits

Author SHA1 Message Date
Alexander Bock 7c7e5b2999 Remove some warnings 2021-10-11 13:38:00 +02:00
Emma Broman aa2c94fa4c Support negative altitudes in GlobeTranslation
Necessary when height map is not used and a large negative offset is needed
2021-10-11 13:31:14 +02:00
Gene Payne e78be1e4bc Merge pull request #1760 from OpenSpace/issue/1757
Fixes Problem with Profile Properties Not Handling Table Entries (Issue 1757)
2021-10-08 14:52:48 -06:00
GPayne a2a8f93ba5 Moved string bracket trim function to ghoul library 2021-10-07 16:10:00 -06:00
GPayne c36ea36a43 Code review changes 2021-10-07 00:26:29 -06:00
GPayne 990835d7cd Fix for crash if profile has no camera entry 2021-10-06 16:05:07 -06:00
GPayne 515bdd6b1f Fix for profile relative time errors 2021-10-06 15:47:10 -06:00
Emma Broman 821e746c1a Fix RenderablePlaneImageOnline not updating size on property change 2021-10-04 10:23:11 +02:00
GPayne 80546313fd Fixed handling of strings with quotes or brackets, and better table push 2021-10-03 21:03:32 -06:00
GPayne 9464530cdd Changes to get lua table entries working using variant type 2021-10-01 16:44:20 -06:00
Emma Broman f56bc2a5b2 Add moon_minor tag for all minor moons 2021-09-29 16:29:26 +02:00
GPayne 450b101cd5 Adding support for lua table as a possible profile properties value 2021-09-28 20:35:53 -06:00
GPayne 95976bb225 Updated sgct submodule with display wall generation script 2021-09-28 11:46:41 -06:00
Alexander Bock 1505029bb1 Prevent the use of modifier keys as actual key bindings (closes #1744) 2021-09-28 12:05:50 +02:00
Alexander Bock 383fc8a0b0 Prevent saving keybinds without a key as that leads to a crash (fixes #1758) 2021-09-28 11:54:52 +02:00
Gene Payne d0700c0b5d Merge pull request #1754 from OpenSpace/issue/1735
Removed hard-coded path expectations to allow drag & drop playback
2021-09-24 12:35:20 -06:00
Gene Payne e8a911ba0c Merge pull request #1756 from OpenSpace/issue/1732
Improved numerical precision on scale value in sessionRecording files in ascii format (Issue#1732)
2021-09-24 10:29:36 -06:00
Emma Broman 679d723930 Fix problems with camera paths when multiple nodes have the same position 2021-09-24 15:02:12 +02:00
GPayne 2abf191f09 Improve scale value precision in ascii format recordings 2021-09-22 16:00:09 -06:00
GPayne b00b900278 Get rid of some sessionrecording warnings 2021-09-22 15:58:59 -06:00
Gene Payne 24fafc8718 Merge pull request #1742 from OpenSpace/feature/profileOverScene
Profiles are now required and processed with their own dedicated functions rather than being converted to an asset at startup.
2021-09-22 13:22:26 -06:00
Gene Payne 2820fc5837 Merge pull request #1750 from OpenSpace/issue/1739
Fix for issue #1739 to prevent filtering of paths in asset directories in profile editor
2021-09-22 13:21:06 -06:00
GPayne 6c5a81a677 Removed hard-coded path exepectations to allow drag-drop playback 2021-09-21 14:59:39 -06:00
GPayne 3572de551b Removed all filtering of approved paths in asset selection GUI 2021-09-20 15:38:21 -06:00
GPayne 3e1b198c38 Restored mistakenly-deleted call to updateScene 2021-09-20 09:19:46 -06:00
GPayne ea070fc1c4 Switched to asset gui using filesystemaccess constructor without path filtering 2021-09-19 20:46:53 -06:00
GPayne 598f2f473a Fixed json syntax error in writing profile meta 2021-09-19 12:27:07 -06:00
GPayne c72211c322 Code review change to remove ambiguous lua push after conversion 2021-09-17 14:20:07 -06:00
GPayne a4d84d8703 Code review changes on new profile initialization 2021-09-16 23:11:02 -06:00
Emma Broman d160ac8bc8 Add Lua function to directly create path to a navigation state
Note that paths to navstates still have to be improved, but this makes out life easier when testing
2021-09-16 13:58:04 +02:00
Emma Broman 3b0a2e4c06 Rename 'generatePath' to 'createPath'
shorter, better, faster (and I keep writing this by mistake all the time)
2021-09-16 13:22:36 +02:00
Gene Payne 1c0b7c347a String-to-path fix for linux build 2021-09-14 15:45:39 -06:00
Alexander Bock 26c131e7bc Update Ghoul repository to fix case where too many parameters are removed from a Lua state 2021-09-14 21:14:47 +02:00
Micah fff66c7855 update guihash for keyboard viewer 2021-09-14 12:55:43 -04:00
Micah 550e088d60 changes to shortcut topic for keyboard viewer 2021-09-14 12:28:57 -04:00
Micah af95d9895e update slidedeck example for actions 2021-09-14 12:25:05 -04:00
GPayne 5b63fff944 Merge branch 'master' into feature/profileOverScene 2021-09-12 21:11:12 -06:00
GPayne 51f6c9d45b Rearranged profile initializations and verified that all init correctly 2021-09-12 21:05:00 -06:00
GPayne 284c68f952 Finished support for modules and markInterestingNodes 2021-09-08 09:21:56 -06:00
GPayne cd50c3e4cf Working non-assetized initializations for profile sections besides modules and interesting nodes 2021-09-07 21:55:44 -06:00
Malin E 5b69cf45f1 Avoid crash in parallellconnection if there is no connection 2021-09-06 16:22:36 +02:00
Emma Broman 5620cec153 Add an OrbitAroundUp IdleBehavior
Rotates around the y-axis of the node instead of the z-axis. Would be great if the nodes themselves knew about which axis of rotation would be to prefer.
2021-09-06 15:52:50 +02:00
Emma Broman 506eaa6cc3 Fix GlobeRotation/Translation not updating if simulation time is paused 2021-09-06 14:46:12 +02:00
Emma Broman 46cb439a3f Tiny pathnavigation cleanup 2021-09-06 09:38:39 +02:00
Emma Broman 82ecf60ea2 Issue/1527 - GlobeRotation (#1737)
* Add GlobeRotation and example

* Put latitude before longitude in GlobeTranslation files
2021-09-06 09:28:12 +02:00
Micah 19ab24374f update guihash for action cleanup and route 2021-09-02 16:42:04 -04:00
Micah 671894bd0b changes for action panel 2021-09-02 14:56:25 -04:00
Micah faf7a3d315 update guihash for tutorial link 2021-08-27 13:17:52 -04:00
Emma Broman 1516c066c9 Don't scale camera path speed if no duration was given
Just using the current distance for camera speed works better than setting a default duration based on the path length
2021-08-25 15:58:28 +02:00
GPayne 194741d136 Reverted to combining assets into combined init followed by post-init 2021-08-25 00:02:45 -06:00