Alexander Bock
662e25963b
Move ThreadPool class from OpenSpace into Ghoul
2016-08-03 10:58:53 +02:00
Alexander Bock
50dd45fbb1
Add an indirection layer to the PerformanceManager to support multiple shared memory blocks in cases of multiple windows per node
2016-08-01 16:20:23 +02:00
Alexander Bock
93b30f5078
Some cleanup of RenderableShadowCylinder
2016-07-31 22:23:20 +02:00
Alexander Bock
3fb6d3aa84
Some cleanup of RenderableFov
2016-07-31 21:43:55 +02:00
Alexander Bock
7e98922bdd
Enable rendering of IVecX properties in the GuiPropertyComponent
2016-07-31 21:24:12 +02:00
Alexander Bock
5f1fa3f755
Implement shadowing on RenderableRings
2016-07-31 20:22:29 +02:00
Alexander Bock
405c66d6f8
Enable separate orientation setting for non-equatorial rings
2016-07-29 13:28:44 +02:00
Alexander Bock
9f1abc67a2
Enable setting the texture offset for rings
...
Enable setting the color-based transparency for rings
2016-07-29 13:23:43 +02:00
Alexander Bock
635ce1713b
Add initial implementation of rings for Saturn
2016-07-29 07:54:16 +02:00
Alexander Bock
0c3b2c55d9
Removing more CppCheck warnings
2016-07-28 20:31:53 +02:00
Alexander Bock
4068ec747b
Remove CppCheck warnings
2016-07-28 18:04:08 +02:00
Alexander Bock
f4f4e7de9e
More Jenkins compile fixes
2016-07-27 11:01:58 +02:00
Alexander Bock
60ce1872bd
Include correct directory for GDAL on non-Win32 systems
2016-07-27 09:25:17 +02:00
Alexander Bock
67e8608581
Use the include paths to search for gdal_priv.h
2016-07-26 17:00:29 +02:00
Alexander Bock
0062276d45
Fix case for TileProviderManager
2016-07-26 16:05:03 +02:00
Matthew Territo
2abd1951fa
Add display option to OptionProperty
...
For displaying as Radio or Dropdown
2016-07-22 19:07:32 -06:00
Alexander Bock
a244defdbc
Add additional Lua functions that make use of regular expressions to match against fully qualified property identifiers
...
- Making the GUI use the new function setPropertyValueSingle to not incur the overhead of compiling the regex
- The default setPropertyValue Lua function uses a wildcard, which replaces a * with the correct regex (.*) for ease of use
- The setPropertyValueRegex Lua function allows a full regular expression to be used
Closing #108
2016-07-18 20:12:24 +02:00
Alexander Bock
f7f8f279de
Move the LuaLibrary definition into its own file
2016-07-18 12:40:29 +02: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
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
e40d393824
Make the DownloadManager not a singleton (closing #43 )
2016-06-30 00:43:03 +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
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
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
Alexander Bock
f457eb6cc2
Merge branch 'master' into feature/gui-cleanup
2016-06-25 18:26:18 +02:00
Alexander Bock
74ff3eddbd
Merge branch 'develop' of https://github.com/OpenSpace/OpenSpace-Development into develop
2016-06-24 10:56:57 +02:00
Alexander Bock
9705c33c16
Disable default module setting for galaxy, globebrowsing, and multiresvolume
...
Update Ghoul repository
2016-06-24 10:55:49 +02:00
wundahlful
4954dda561
Updating deprecated cppformat/format.h to fmt/format.h
...
The warning in cppformat's version throws a fatal error in the VS compiler
2016-06-23 15:32:10 -06:00
Alexander Bock
bf8d365017
Started cleanup of OnScreenGui code
2016-06-22 16:55:44 +02:00
Alexander Bock
37e18441dc
Support GDAL on non-Windows platforms
...
Fix compile fix with TileProviderManager
Fix projection error on PlanetProjection
2016-06-22 08:51:58 +02:00
Alexander Bock
e671a59ede
Merge branch 'develop' into release/ips
2016-06-21 14:24:53 +02:00
Alexander Bock
3775bbe6b1
Always write values to the projected texture even when normal-test fails (closing #103 )
2016-06-21 14:24:23 +02:00
Alexander Bock
f7502de92f
Merge remote-tracking branch 'origin/feature/globebrowsing' into release/ips
2016-06-17 22:06:58 +02:00