Alexander Bock
e0671700fc
Merge pull request #1281 from OpenSpace/issue/1277
...
Issue/1277 - Layer assets should add themselves on initialize
2020-09-07 15:41:12 +02:00
Alexander Bock
00a00c9cc8
Merge branch 'master' into feature/general-performance
...
# Conflicts:
# apps/OpenSpace/main.cpp
# modules/server/src/topics/timetopic.cpp
2020-09-04 13:49:00 +02:00
Emma Broman
19c110a4c2
Update gui hash
2020-08-25 13:08:54 +02:00
Alexander Bock
95db615dab
Merge branch 'master' into feature/general-performance
2020-08-24 15:09:45 +02:00
Alexander Bock
3b786c0bb8
Merge pull request #1282 from OpenSpace/issue/1174
...
Issue/1174 - step between delta time steps using GUI or keybindings
2020-08-24 14:17:30 +02:00
Emma Broman
a636faeaac
Add option to immediately set delta time step, without interpolation
2020-08-24 11:32:32 +02:00
Emma Broman
457dabe9b7
Add list of delta time steps, stepping functions and keybindings
2020-08-24 11:32:31 +02:00
Alexander Bock
d4291163ba
Move ColorTexture from RenderableModel to ModelGeometry
2020-08-18 16:00:32 +02:00
Emma Broman
8cca55019d
Remove unused layer helper asset
2020-08-18 11:38:49 +02:00
Alexander Bock
df803af68a
Replace request and requestAll with require and requireAll
2020-08-18 00:19:01 +02:00
Emma Broman
3bb47efd81
Assetize globe layers (sun, planets, dwarf planets and moons)
2020-07-14 16:31:53 +02:00
Emma Broman
cb19f730df
Mixed cleanup
2020-07-10 11:25:26 +02:00
Emma Broman
bdb6e626ba
Color values specified with vec3 instead of vec4
2020-07-10 11:25:26 +02:00
Emma Broman
a7ea25d311
Merge branch 'master' into issue/733
2020-07-08 15:33:39 +02:00
Alexander Bock
96b775d939
Merge branch 'master' into feature/profiles
...
# Conflicts:
# data/assets/asteroids.scene
2020-07-07 12:59:52 +02:00
Jonathas Costa
607a13da31
Added new Renderbin PostDeferredTransparency and PreDeferredTransparency. Fixed trails definitions when needed and satellites too.
2020-06-30 12:05:07 -04:00
Emma Broman
f7b8061601
Cleanup: remove gridMatrix property from sphericalgrid
...
It is sufficient to use a Transform
2020-06-30 15:06:54 +02:00
Emma Broman
6c57e395e7
Call correct function when adding cartesian axes
2020-06-26 11:06:50 +02:00
Micah
076a96e651
updated assets and guihash to hide hidden items
2020-06-26 00:05:51 -04:00
Alexander Bock
d2fd3b8f1f
Include helper assets and base assets explicitly
...
Add a new function to export profile struct to module text
2020-06-17 11:12:01 +02:00
Alexander Bock
e2ead0f567
Some small cleanup
2020-06-13 16:11:27 +02:00
Micah Acinapura
0049a2db38
mars2020 first commit
2020-06-12 19:50:43 -04:00
Alexander Bock
5a41084027
Add loading of meta information from assets
2020-05-05 00:29:46 +02:00
GPayne
29d68897d6
Added to satellites: group selection feature, segments fix
2020-04-13 16:43:27 -06:00
Gene Payne
9884d7e25d
Fix tabs vs spaces
2020-03-29 17:25:54 -06:00
GPayne
545a1314a5
Fix for issue #1122 forcing satellite files to download at each startup
2020-03-29 17:23:25 -06:00
GPayne
addfa65fa6
Merge with latest master
2020-02-19 09:25:33 -07:00
Micah
f78c85882f
update start dates for modis earth layers; fix bookmarks asset
2020-02-11 18:54:16 -05:00
Micah Acinapura
cae91a5b7c
univeral path for tle/iss
2020-02-10 16:55:48 -05:00
Alexander Bock
a37a64d691
Merge branch 'master' into feature/iss-asset
...
Fix the rotation used for TLE elements by removing a factor of 2
Add interesting satellites to the default scene/profile
2020-02-10 18:05:45 +01:00
liuloppan
d07a41a7b6
Remove satImages
...
We do not use this
2020-02-03 17:07:38 +01:00
Your Name
b61efaf965
Updated trail fade property
2020-01-31 11:42:34 -05:00
Your Name
30dada1fcc
Replaced duplicated code with tle_helper
2020-01-31 10:16:26 -05:00
Alexander Bock
bba51efd70
Cleanup of asset files
2020-01-27 18:01:01 +01:00
Micah
2332d6199e
update local and fix openspace
2020-01-26 12:24:43 -05:00
Micah
0bc8bd5593
fix spaces and url
2020-01-26 09:18:10 -05:00
Micah
ad29ea53f5
csv bookmark files
2020-01-26 09:13:48 -05:00
liuloppan
9a50b27b27
Update frontend hash
...
Updated to latest frontend hash
2019-12-09 18:01:59 +01:00
Emil Axelsson
afb889ff82
Feature/serve screenshots ( #1003 )
...
* Take screnshots using lua function, returning screenshot number. Add screenshot endpoint.
* Change capitalization from screenShot to screenshot
* Fix screenshot filename collision bug when using multiple windows.
2019-11-01 10:41:59 +01:00
Lovisa Hassler
9409758818
Updating frontend hash to latest including gui for touch
2019-09-24 09:23:24 +02:00
liuloppan
78eb673611
Feature/gui for touch ( #967 )
...
Merging in feature gui for touch. Enable touch module to run.
Currently only run on development mode with the "touch" scene.
2019-09-18 23:49:51 +02:00
Alexander Bock
d7398e34d2
Remove performance measurement keys
2019-09-16 17:42:20 +02:00
Alexander Bock
2f966201cf
Make PerformanceManager crash no longer
...
Replace `setPropertyValue` with `setPropertyValueSingle` in `property_helper` for better performance
2019-09-16 15:55:35 +02:00
Micah Acinapura
a4e0ad8b08
added lua function for saving change to profile; added empty base for profile; updated frontend hash;
2019-09-05 14:57:01 -04:00
Micah Acinapura
6c84170a59
readded globebrowsing cusomization asset;temp disabled fxaa on mac; temp not unsetting directories on deinit of webgui; added single_fisheye_gui.xml;
2019-08-23 13:47:27 -04:00
Emil Axelsson
3fd6cd5ae6
Update webgui
2019-08-22 13:55:06 +02:00
Alexander Bock
223d6a8903
Hide error in webgui deinitialization
2019-08-20 09:31:07 +02:00
Emil Axelsson
798ba573cf
Quick fix for startup issue on mac
2019-08-12 18:07:44 +02:00
Alexander Bock
f7fafa5255
Add scripts to manipulate the camera
...
Add example asset using the new scripts for an IPAC
2019-07-29 13:13:16 +02:00
Emil Axelsson
5079f3fc60
Feature/multiple endpoints ( #938 )
...
* Add support for multiple endpoints for webserver
* Add support for a default endpoint (redirect) in webgui
* Always serve prod gui
* Update webgui deps
2019-07-19 16:49:54 +02:00