Alexander Bock
6d8a16f19e
Rendering ImGui, ScreenLog, and Information as a post-processing step to make it work in fisheye rendering (closing #119 )
...
Disable SGCT ESC terminate handling and implement a method that optionally waits before closing the application (closing #120 )
- ESC key is now bound to a call to "openspace.toggleShutdown()" that will initiate a shutdown in 3 seconds unless ESC is pressed again
- The countdown timer is set in the openspace.cfg
2016-07-17 02:33:45 +02:00
Alexander Bock
5c95c34752
Move the Gui rendering into a postdraw call so that it works for non-standard rendering techniques (like fisheye)
...
Closing #119
2016-07-16 16:47:00 +02:00
Alexander Bock
dc32dfe075
Added functionality to print all keybindings to file when a scene is loaded
2016-07-14 00:28:09 -04:00
Alexander Bock
b9237cb787
Fix immediate crash if a new scene would be loaded through the Lua interface
2016-07-14 00:27:36 -04:00
Alexander Bock
94a46813fe
Add to_string methods to Key, KeyModifier, and KeyWithModifier
2016-07-14 00:27:03 -04:00
Alexander Bock
cf55af3cea
Minor cleanups
2016-07-12 08:26:04 -04:00
Alexander Bock
0228ca241b
Add Juno scene and scenegraphnodes
...
Enable ability to apply a rotation matrix to the rotation vector to accomodate for model misalignments
2016-07-10 09:40:30 +02:00
Alexander Bock
f19138f513
Fix OpenSpaceTest compilation and test success
2016-07-08 13:55:59 +02:00
Alexander Bock
c6d6b63dc8
Merge branch 'develop' into feature/test
2016-07-08 11:03:07 +02:00
Alexander Bock
f8e65ad044
Updated Rosetta model
2016-07-08 11:02:22 +02:00
Alexander Bock
3e20c6edd3
Correctly load and pop scripts
2016-07-08 10:49:18 +02:00
Alexander Bock
5a41f7fa78
Fix Io trail
...
Do not crash coordinate system change if some nodes are not loaded
2016-07-08 10:49:05 +02:00
Matthew Territo
cc5e520be5
Rollback to Alex's original changes to _synchronizationBuffer
...
Allocated _synchronizationBuffer in SyncBuffer initialization instead to fix.
2016-07-07 12:00:49 -06:00
Alexander Bock
e3a1b775fd
Correctly rollback the previous rollback
2016-07-07 13:49:57 +02:00
Alexander Bock
6e9d299dda
Update Ghoul repository
...
Adapt to Ghoul changes in function names
2016-07-07 13:49:36 +02:00
Matthew Territo
da203364ba
Rollback pointer changes to _synchronizationBuffer.
...
Was causing segfault on mutex locks during launch.
2016-07-06 12:02:01 -06:00
Alexander Bock
2b91cb6d7d
Start work on compile fixes for unit tests
2016-07-06 17:52:51 +02:00
Alexander Bock
c9ac04d3cd
Remove sgct inclusion from SyncBuffer header and move to the source file
...
Fix serialization of MatrixProperty
2016-07-06 17:52:16 +02:00
Matthew Territo
fb39949daf
_downloadManager.reset() on deconstructor, not .release()
...
Whoops. That's that I meant to do. Ah, brain: you are soooooo reliable.
2016-07-05 16:42:50 -06:00
Matthew Territo
b96b1d8a84
Updated Launcher sync widget to work with newly un-singleton-ed DownloadManager.
...
Created new member "_downloadManager" to take old "DlManager's" place.
2016-07-05 16:36:06 -06:00
Alexander Bock
2434972ca8
Merge branch 'develop' of https://github.com/OpenSpace/OpenSpace-Development into develop
2016-07-03 14:35:31 +02:00
Alexander Bock
20d0fb8474
Fix error in Dictionary construction for ScreenSpaceRenderable
...
Do not access the std::future for cases where a download is not necessary
2016-07-03 14:34:17 +02:00
Alexander Bock
5502c52b9a
Adapt Rosetta and New Horizons keybindings to restructuring of ProjectionComponent
2016-07-01 15:22:21 +02:00
Alexander Bock
e40d393824
Make the DownloadManager not a singleton (closing #43 )
2016-06-30 00:43:03 +02:00
Alexander Bock
5de58e2d31
Remove the square image plane from Rosetta
2016-06-30 00:29:04 +02:00
Alexander Bock
7267aacea2
Do not retroactively project images when time passes with disable projections
2016-06-30 00:20:39 +02:00
Alexander Bock
6f05ed3b98
Make ProjectionComponent an actual component rather than using inheritance
2016-06-29 23:27:01 +02:00
Alexander Bock
5a5ffd76bb
Add InteractionHandler to global property gui
...
Add property to interactionhandler to enable/disable rotational and zoom friction
2016-06-29 22:42:12 +02:00
Alexander Bock
2f9b873f1c
Group properties in the Gui based on the group identifier
2016-06-29 19:45:45 +02:00
Alexander Bock
443a0121b1
Merge branch 'feature/gui-cleanup' of https://github.com/OpenSpace/OpenSpace-Development into feature/gui-cleanup
2016-06-29 17:47:13 +02:00
Alexander Bock
a56ce8d3f5
Clang compile fixes
2016-06-29 16:40:20 +02:00
Alexander Bock
9652e64fd3
Minor cleanup
2016-06-29 14:37:19 +02:00
Alexander Bock
cfd16dd35d
Represent SelectionProperty by Tree instead of collapsible header
2016-06-29 13:51:53 +02:00
Alexander Bock
14caa033ce
Do not show empty PropertyOwners in PropertyList
2016-06-29 13:49:40 +02:00
Alexander Bock
c998a856ea
Show tooltips with fully qualified ids in Gui
2016-06-29 13:47:48 +02:00
Alexander Bock
9201cd027b
Organize Property%s by PropertyOwner
2016-06-29 13:44:19 +02:00
Alexander Bock
9cd751ada1
Fix min/max values for int, float, and vector properties
2016-06-29 13:23:20 +02:00
Alexander Bock
3a0a1b97d1
Update color for headers
2016-06-29 00:40:13 +02:00
Alexander Bock
cf80788067
More cleanup of Gui code
...
Added IswaGroup properties to the iSWA properties list
Enable sorting the performance measurements by total time
2016-06-28 19:22:50 +02:00
Alexander Bock
3417f45805
Making different Property windows not appear in the same ImGui window
2016-06-28 15:10:45 +02:00
Alexander Bock
9fb7814145
Add visibility toggle to Property base class
...
Restructure GuiPropertyComponent to take a source function that returns a list of PropertyOwner%s instead of registering individual properties
Apply restructuring
2016-06-28 14:50:53 +02:00
Alexander Bock
90d9f09909
Make PerformanceManager not crash if performance measurements are requested multiple times
2016-06-27 15:02:40 +02:00
Alexander Bock
824da2199f
Include file cleanup
2016-06-27 15:02:21 +02:00
Alexander Bock
a25eb0f690
Clean up single.xml
...
Update Ghoul repository
2016-06-27 15:01:43 +02:00
Alexander Bock
438e34b272
Enable feature to limit the GUI, console, and Log output to a single window in a multi-window setup
2016-06-27 02:11:49 +02:00
Alexander Bock
d15f8f3ba8
Do not show collapsing header if only one owner is present
2016-06-27 01:26:32 +02:00
Alexander Bock
a7f556a9c4
Add new font for the OnScreen GUI
...
Cleanup of GUI shader code
Make copy/paste work in Onscreen GUI
2016-06-27 01:13:28 +02:00
Alexander Bock
41ef7c1b55
Add methods to check for KeyActions and KeyModifiers
2016-06-27 01:12:00 +02:00
Alexander Bock
2550346835
Move GUI Lua functions into their own file
2016-06-26 16:35:48 +02:00
Alexander Bock
4ce4321847
More cleanup of Gui code
...
Setting a new color layout
2016-06-26 16:35:29 +02:00