Commit Graph

8406 Commits

Author SHA1 Message Date
Emma Broman 6119b9b2a2 Make speed scale affect speed during path traversal 2021-06-24 15:04:25 +02:00
Emma Broman fb690e87ee Add a missing include needed for building 2021-06-23 17:24:35 +02:00
Emma Broman 76dad3ae1d Remove forgotten include of non-existing file 2021-06-23 16:31:38 +02:00
Emma Broman 8063b54fb8 Merge branch 'master' into thesis/2019/camera-paths
# Conflicts:
#	src/navigation/navigationhandler.cpp
2021-06-23 16:31:14 +02:00
Emma Broman 200cb1181e Tiny cleanup 2021-06-23 16:25:27 +02:00
Emma Broman 43729ed911 Move path creation code into path class file 2021-06-23 15:58:48 +02:00
Emma Broman 890c8ae25f Restructure helper function slightly (gotta find out where to place them later on) 2021-06-23 15:18:00 +02:00
Emma Broman 6c9840121f Remove old autonavigation module files 2021-06-23 15:16:08 +02:00
Emma Broman 4ae70283a7 Add path rendering code to debugging module 2021-06-23 15:07:42 +02:00
Emma Broman 947e8c3772 Give a useful error message if a path could not be created 2021-06-23 15:07:42 +02:00
Emma Broman a247f9d1b3 Move geo path creation to globebrowsing module 2021-06-23 15:07:05 +02:00
Emma Broman 77bdfaefd6 Move camera path code into core and refactor navigation code a bit 2021-06-23 09:12:36 +02:00
Alexander Bock bf34c3a016 Add the ability to RenderableFOV to always draw the field of view frustum 2021-06-23 00:40:22 +02:00
Emma Broman 6c50b2a134 Supertiny cleanup (line width) 2021-06-21 13:28:08 +02:00
Emma Broman c2a7fab3e1 Prepare for removing module by moving its properties 2021-06-21 13:23:38 +02:00
Emma Broman 933580e08c Use the parameter passed to the function for speed 2021-06-21 13:23:09 +02:00
Emma Broman f36b0f2869 rename autonavigation -> pathnavigation 2021-06-21 13:05:51 +02:00
Emma Broman 91e116bc46 Refactor path instruction class 2021-06-21 12:54:58 +02:00
Malin Ejdbo 30df815a25 Update jwst launch time frame 2021-06-18 16:30:00 +02:00
Emma Broman 37483c689e Remove unused speed files from solution 2021-06-18 15:25:18 +02:00
Alexander Bock 227a6607cc Extend the skirts in local rendering again as cracks started to appear in globes (#closes 1647) 2021-06-18 14:50:23 +02:00
Alexander Bock 7bea53a355 Comment out FOV for REXIS as it has an unsupported shape (closes #1650) 2021-06-18 14:17:05 +02:00
Alexander Bock 741ed2ac05 Remove remnant of scriptlogtype in log message 2021-06-18 09:16:15 +02:00
Alexander Bock b1f10b1b70 Add the ability to specify RenderEngine font sizes in the configuration file (closes #1653) 2021-06-17 15:39:16 +02:00
Malin Ejdbo 89fa6de0b9 Add simple animation example asset 2021-06-17 11:16:29 +02:00
Alexander Bock ff920f73b7 Fix issue that would prevent opening of the first distributed profile in the editor 2021-06-17 09:47:27 +02:00
Alexander Bock a69b636dea Global sweep to cleanup the handling of floating point numbers and glm default initialization 2021-06-16 23:09:49 +02:00
Malin Ejdbo 03a55c930d Make JWST profile read-only 2021-06-16 11:47:36 +02:00
Emma Broman 4f4ca7c577 Increase usability of a couple of property sliders
* Prevent setting flight destination distance to 0 (lead to nan position), and give it an exponent
* Smaller step size for FlightDestinationFactor
* Give interaction monitor's idle time property an min and max value
2021-06-16 09:26:46 +02:00
Alexander Bock af5b9c0344 Don't automatically create screenshot folder until the folder is actually needed (closes #1639) 2021-06-15 23:52:48 +02:00
Malin E 6c3538bbf8 Merge pull request #1641 from OpenSpace/feature/joysticks
Separate different joystick configurations
2021-06-15 15:21:16 +02:00
Malin E 7fbaccc91a Merge pull request #1638 from OpenSpace/issue/1626
issue/1626
2021-06-15 15:19:46 +02:00
Emma Broman ef180eced3 Replace speed functions with distance based speed 2021-06-15 14:58:19 +02:00
Malin Ejdbo 49d0d0ec3c Enable joystick interaction by default 2021-06-15 09:55:34 +02:00
Malin Ejdbo 027026a9b3 Change back filename of joystick assets 2021-06-15 09:47:34 +02:00
Malin Ejdbo e1db36f106 Force filename change for non case sensitive git 2021-06-15 09:46:07 +02:00
Malin Ejdbo 8952bb0dad Lower case asset file names 2021-06-15 09:42:34 +02:00
Malin Ejdbo 50d89da716 Merge branch 'master' into feature/joysticks 2021-06-15 09:19:48 +02:00
Emma Broman 10b311ba64 Remove some TODO comments 2021-06-15 08:36:57 +02:00
Micah Acinapura 5704841820 better check for hidden file on *nix 2021-06-14 18:29:33 -04:00
Micah Acinapura 611f7b6ef4 update ghoul 2021-06-14 17:51:20 -04:00
Alexander Bock 3272bc4ebc Fix issue with compiling on Debug 2021-06-14 15:34:29 +02:00
Emma Broman 47aa7a64ae Improve ZoomOutOverview curve's "zoom out direction" 2021-06-14 14:50:09 +02:00
Emma Broman dcebdd4806 Small tidying 2021-06-14 14:48:25 +02:00
Malin Ejdbo 1daf2b244d Address PR comments 2021-06-11 18:13:44 +02:00
Malin Ejdbo db027f9554 Add empty line at end of file 2021-06-11 17:06:30 +02:00
Malin Ejdbo 8c989cc7bb Make distinction between stick and stick button clearer for controller 2021-06-11 17:04:02 +02:00
Malin Ejdbo 110f5b8590 Oops 2021-06-11 16:54:06 +02:00
Malin Ejdbo 2e62504574 Address PR comments 2021-06-11 16:50:22 +02:00
Malin Ejdbo d139b38d31 Seperate the different joystick configurations into their own assets 2021-06-11 16:30:16 +02:00