Alexander Bock
700fd60295
Update coding style to correctly ignore SGCT inline files in apps folder
...
Update ghoul repository
2018-10-17 08:30:55 +00:00
Alexander Bock
4c4e12f181
Compile fix to adapt to ghoul changes
2018-10-14 20:37:07 -04:00
Alexander Bock
635df258d4
Add option to press Shift while clicking the time shifting to immediately jump, instead of interpolate
2018-10-08 18:12:50 -06:00
Alexander Bock
3b23d9d26d
Remove Hyperion's rotation as there is no SPICE information for it available
2018-10-08 18:02:31 -06:00
Alexander Bock
428ab56d99
Update ghoul and adapt to ghoul change by moving std::to_string to ghoul::to_string
2018-10-08 17:54:32 -06:00
Alexander Bock
14645c2d3f
Add Hyperion and Mimas to Saturn's major moons (#closes 730)
2018-10-08 17:02:52 -06:00
Alexander Bock
8abf1849a4
Change originChange origin of the radiosphere to Earth
...
Do not show radiosphere before 1936
2018-10-08 16:59:12 -06:00
Alexander Bock
6fe06387cc
Merge branch 'master' of https://github.com/OpenSpace/OpenSpace
2018-10-08 16:57:14 -06:00
Alexander Bock
8ddc794cda
Feature/alex is flying ( #729 )
...
* Correctly specify maximum text sizes for grids
* Use StaticScale transformations in grids and remove fixed radius
* Fix Verifier to let grids accept non-integer min and max sizes
* Add a new scale that changes it's value based on the current time and a reference time
* Add a proper radiosphere that grows in real time (closes #728 )
* Add default globe customization folders to the assets (closes #724 )
* Add new dashboarditem that shows the current camera velocity (closes #702 )
* Add ability to add interesting times to a scene (closes #715 )
* Reenable keybindings gui element
* Add ShortcutManager
* Add ability to bind keyless keybinds to use as arbitrary shortcuts (closes #710 )
2018-10-08 03:00:35 -04:00
Alexander Bock
53eebb05ba
Update ghoul repository
2018-10-08 00:43:49 -06:00
Alexander Bock
7203368903
Update ghoul repository
2018-10-07 18:47:05 -04:00
Alexander Bock
14ba7373b9
Reenable the atmosphere on master
2018-10-04 18:41:55 -04:00
Alexander Bock
4ed9fec9f9
Remove Clang warnings
2018-09-25 12:23:55 -04:00
Alexander Bock
0ca84d91f1
Feature/cmake cleanup ( #727 )
...
* Sweeping CMake cleanup
* Cleaning up message log in CMake
2018-09-21 14:25:51 -04:00
Emil Axelsson
a91eeb11f0
Fix TaskRunner related issues
2018-09-18 23:02:49 +02:00
Alexander Bock
c03ddf76cc
Remove external control callback
2018-09-17 15:13:54 -04:00
Alexander Bock
9ac41c6586
Fix for taking screenshots
...
Update Ghoul version
2018-09-17 14:57:40 -04:00
Alexander Bock
d7cb847dda
Add spherical mirror configuration file with GUI window
2018-09-09 11:31:22 -04:00
Alexander Bock
583c5b1866
MacOS fixes
...
Update Milkyway textures to use png instead of pbm
Update Exoplanets to use png instead of pbm
2018-09-05 16:08:11 -04:00
Emil Axelsson
43e115d651
Add shortcut to change focus interpolation time ( #707 )
...
Closes #707
2018-09-03 01:50:47 -04:00
Alexander Bock
04846e3adf
Disable progress bar on default
2018-09-03 00:58:26 -04:00
Alexander Bock
a993c8ef65
Remove quad from screenspacerenderable (working on #525 )
2018-09-03 00:58:08 -04:00
Alexander Bock
40196262fb
Use rendering helper in Luaconsole and Loading screen (working on #525 )
2018-09-03 00:35:42 -04:00
Alexander Bock
b3abcbdf4f
Add support for disabling support for modules (closes # 650)
...
Disable SPOUT module on non-Windows machines
2018-09-02 14:45:25 -04:00
Alexander Bock
ff1cd82f64
Add additional trace information for downloads
2018-09-02 13:33:49 -04:00
Alexander Bock
f429959bba
Register path tokens before the sgct configuration is loaded
2018-09-02 12:08:50 -04:00
Alexander Bock
24ef67afa0
Add helper methods to quickly render boxes (finalizing and #closes 696)
2018-09-02 02:18:40 -04:00
Alexander Bock
9f57d80541
Check_style fixes
2018-09-01 21:57:36 -04:00
Alexander Bock
35855de9f5
Remove warnings
2018-09-01 21:48:53 -04:00
Emil Axelsson
518b43db02
Fix compiler warnings
2018-08-31 14:30:35 +02:00
Alexander Bock
9f1c4e847d
Feature/globals ( #690 )
...
* Move global objects out of OpenSpaceEngine
* General cleanup of main.cpp
* Add default_joystick asset to all scenes
* No longer suppress mouse interaction on slave nodes
* Window delegate uses function pointers rather than subclassing
* Fix for false overwriting of ImGUI configuration file
* Change default color and tilt angle of fisheye rendering
* Restructured performance manager
* Simplify screenshot handling
2018-08-30 11:38:47 -04:00
Alexander Bock
c287c03fe8
Update Ghoul
...
Adapt to glbindings changes
2018-08-29 17:32:53 -04:00
Alexander Bock
aa85c2afb2
Update Ghoul
2018-08-29 15:23:08 -04:00
Alexander Bock
00e1fe01bd
Fix scene graph node creation for local patch ( closes #701 )
2018-08-29 14:34:41 -04:00
Alexander Bock
64524e8f44
Renamed "RenderOptionInfo" to "RenderOption" ( closes #692 )
2018-08-29 12:20:14 -04:00
Alexander Bock
1f7b482efa
Add Lua functions to print cluster id ( closes #704 )
2018-08-28 13:58:32 -04:00
Alexander Bock
8acddf74a9
Show current and total file size for each download ( closes #705 )
2018-08-28 13:45:42 -04:00
Emil Axelsson
54d243e86f
Merge branch 'master' of github.com:OpenSpace/OpenSpace
2018-08-28 13:43:32 +02:00
Emil Axelsson
c014d8b84d
Fix subscription bug introduced in code cleanup
2018-08-28 13:42:31 +02:00
Alexander Bock
46c26b9b00
Update Ghoul and sgct repository
2018-08-24 13:37:54 -04:00
Alexander Bock
5c9e65c7f2
Add strange units to the distance conversion ( closes #703 )
2018-08-24 03:37:22 -06:00
Alexander Bock
67dd887e52
Render text informing of ongoing shutdown ( #696 )
2018-08-24 03:15:55 -06:00
Alexander Bock
63561d685f
Fix bug preventing specification of easing function for property setting ( closes #695 )
2018-08-24 02:48:42 -06:00
Alexander Bock
4d901b688b
Make it possible to not load an asset on default and later load it at runtime ( closes #694 )
2018-08-24 02:34:55 -06:00
Alexander Bock
5ad69b841b
Remove extra opacity value from renderablebillboardscloud and make text labels listen to the opacity ( closes #693 )
2018-08-24 02:09:01 -06:00
Alexander Bock
a90023979c
Prevent out-of-bounds error when connecting to parallel peer
2018-08-21 16:50:28 -06:00
Alexander Bock
ca6a5e03f6
Enable Spout on default on windows ( closes #691 )
2018-08-21 15:24:38 -06:00
Emil Axelsson
f4323db011
Fix bug causing incorrect apect ratio for manually specified window sizes
2018-08-10 13:28:48 +02:00
Jonathas Costa
ac76151941
Let's stop copying objs.
2018-08-06 11:03:22 -04:00
Jonathas Costa
3a14340fbb
Merge pull request #681 from OpenSpace/issue/675
...
Issue/675
2018-08-06 10:50:04 -04:00