Commit Graph

5668 Commits

Author SHA1 Message Date
Emil Axelsson
de71cfda78 Make it possible to scale planets (#631) 2018-06-25 09:30:20 +02:00
Alexander Bock
0f5fd2c4bc Feature/torrent removal (#630)
* Remove torrent-based synchronization downloads
 * Add download URL to error message if HTTPSynchronization download fails
 * Add a grace factor to the distance conversion
 * Don't use scientific notation when displaying distances
2018-06-23 22:20:03 -04:00
Alexander Bock
48b8ac7413 Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2018-06-22 15:18:07 -04:00
Alexander Bock
27ef41d342 Fix crash with creating Scene Property list 2018-06-22 15:17:59 -04:00
Jonathas Costa
c4ceb8b96c Fixed RenderablePlane billboard orientation in dome. (#620) 2018-06-22 10:37:46 -04:00
Alexander Bock
158f99e0a5 Linux compile fix 2018-06-21 14:46:28 -04:00
Alexander Bock
0dd7ea19c5 Fix with time advancing
Add UTC postfix to DashboardItemDate
2018-06-21 11:49:52 -04:00
Alexander Bock
4920c434da Add function to advance time from a Lua script
Set the default startup time to one day before current time
2018-06-18 19:31:24 +02:00
Alexander Bock
921db13c18 Remove duplicate LuaConsole source file
Implement jump to previous/next '.' in console with CTRL + Left/Right
2018-06-18 15:12:52 +02:00
Alexander Bock
2b3e58a090 Fix "Simple GUI" touchbar button 2018-06-18 12:57:11 +02:00
Alexander Bock
d0f97901d4 Add DashboardItem that can display a property value
Fix documentation of most other dashboard items
2018-06-18 12:49:03 +02:00
Alexander Bock
d99a59a28a Compile fix 2018-06-11 17:37:31 +02:00
Alexander Bock
770daf4225 Fix Lua-based operating system detection to use only general names 2018-06-11 16:49:03 +02:00
Alexander Bock
8d16611e9a Adapt to new Ghoul change with luaError 2018-06-11 16:33:32 +02:00
Alexander Bock
4952f8f977 Code cleanup branch (#618)
* Make height map fallback layer work again
  * Add documentation to joystick button bindings
  * Removed grouped property headers
  * Add new version number constant generated by CMake
  * Make Joystick deadzone work properly
  * Change the startup date on Earth to today
  * Fix key modifier handling
  * Add debugging indices for TreeNodeDebugging
  * Fix script schedule for OsirisRex
  * Do not open Mission schedule automatically
  * Upload default projection texture automatically

  * General code cleanup
  * Fix check_style_guide warnings
  * Remove .clang-format
  * MacOS compile fixes
  * Clang analyzer fixes
2018-06-10 04:47:34 +00:00
Emil Axelsson
5de728442d Feature/volume tools (#614)
* Create volume generation task

* Change domain bounds into a non-optional parameter

* Work on volume generation and rendering

* Example generation of time varying volume

* Example generation of time varying volume

* Compile fix in RenderableKameleonVolume

* Fix copy and paste error

* Enable spherical raycasting again

* Uniform naming

* Add some documentation and remove dead code
2018-06-08 09:47:24 -04:00
Jonathas Costa
0d870f7c9d Merge pull request #617 from OpenSpace/issue/615
Issue/615
2018-06-05 12:49:31 -04:00
Jonathas Costa
29d0a94782 Automatic billboard orientation based on projection type. 2018-06-04 16:28:54 -04:00
Jonathas Costa
8d4b682851 Fixed font rendering issues in non dome environments. 2018-06-04 15:09:12 -04:00
Alexander Bock
a5f476eda8 Fix KeplerTranslation to use the correct semi-major axis 2018-05-18 12:42:12 -04:00
Jonathan Grangien
16cd95590d Add missing absPath calls in framebufferrenderer 2018-05-16 14:21:48 -04:00
Emil Axelsson
1c000a045b Make it possible to unsubscribe to the time (#612) 2018-05-16 12:47:06 +02:00
Emil Axelsson
a6501cb288 Add missing include 2018-05-15 10:03:18 +02:00
Jonathas Costa
b2ba103889 Merge pull request #608 from OpenSpace/issue/607
Issue/607
2018-05-14 15:41:54 -04:00
Jonathas Costa
18f771b02a Merged master 2018-05-14 15:36:44 -04:00
Jonathas Costa
ffb9d0c1d9 Merge pull request #603 from OpenSpace/feature/StereoATM
Stereo and Performance ATM
2018-05-14 15:33:42 -04:00
Jonathas Costa
447014aa6e Merge branch 'master' into issue/607 2018-05-14 15:13:49 -04:00
Jonathas Costa
26c65915d4 Fixed double initialization of font renderer and fixed bug in the msaa sampling pattern creation. 2018-05-14 15:03:09 -04:00
Jonathas Costa
959dfa8ede Temporarilly moved star's rendering back to original one in order to avoid unkown night sky for non-stereo users. 2018-05-14 14:16:15 -04:00
Jonathas Costa
25fbaf4294 Removed extra comma from configuration file. 2018-05-14 13:38:45 -04:00
Jonathas Costa
f7dcc9c941 Merged master into StereoATM 2018-05-14 13:23:47 -04:00
Emil Axelsson
97b2311cb3 ToyVolume: Fix bugs, clean up and add example asset 2018-05-04 18:04:47 +02:00
Alexander Bock
20ff81017c Keep old image projections on a model 2018-05-03 17:43:29 -04:00
Alexander Bock
b5be0db02c Make removeSceneGraphNode remove recursively correctly 2018-05-03 15:24:12 -04:00
Alexander Bock
e13160efb5 Add distance information to voyager 1 and 2
Update Saturn Ring texture
2018-05-02 21:15:25 -04:00
Alexander Bock
0f33639ca2 Add LiU WMS files
Make use of Sweden-based WMS files
Set correct name for automatically loaded Info files
2018-05-01 17:16:28 -04:00
Alexander Bock
d6571a131d Enable the disabling of hash generation in URL synchronization 2018-05-01 14:30:18 -04:00
Jonathas Costa
7285a66c89 Changes from comments. 2018-04-22 09:52:21 -04:00
Alexander Bock
a881eef156 Cleanup in Renderers 2018-04-22 09:15:42 +00:00
Jonathas Costa
4e8ebb0bb8 Merge branch 'master' into issue/607 2018-04-21 16:46:57 -04:00
Jonathas Costa
a5108db405 Removed unused transformations. 2018-04-21 16:45:19 -04:00
Jonathas Costa
7ca335a324 New size control configurations for a few assets. 2018-04-21 16:38:54 -04:00
Jonathas Costa
fca8e7f46b Refined new size control and added possibility to change control size system. 2018-04-21 16:38:24 -04:00
Jonathas Costa
fc71ad1a83 Copied changes from previous branch and added new size control system. 2018-04-21 15:17:41 -04:00
Alexander Bock
7068637c9d Make it possible to click on the friction markers in the image to toggle the friction (closes issue #576) 2018-04-21 19:04:47 +00:00
Alexander Bock
f7e5ba8fff Closes #604
Remove identifier from VirtualPropertyManager
Add VirtualPropertyManager to the query of allProperties
2018-04-21 14:34:15 +00:00
Alexander Bock
5e1f26cc6b Issue/372 (#606)
* Add commandline argument that applies a Lua script to the configuration
2018-04-21 09:54:05 -04:00
Alexander Bock
8a902efb26 Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2018-04-21 08:28:42 -04:00
Alexander Bock
db66084ad8 Fix warnings and coding style issues 2018-04-21 08:27:20 -04:00
Alexander Bock
d0368a2edd Fix warnings and coding style issues 2018-04-21 08:26:59 -04:00