Alexander Bock
9d30d3323b
Update Ghoul repository
...
Adapt to changed signature of ghoul_assert macro
2017-03-03 10:55:20 -05:00
Alexander Bock
522b3a7829
Update include finding script
2017-03-02 19:53:55 -05:00
Alexander Bock
fb67e805ac
Various cleanup
...
Add script that counts the number of includes
2017-03-02 19:50:05 -05:00
Alexander Bock
1689dc4047
Move the PropertyOwner name specification into the constructor and adjust accordingly
2017-03-02 18:25:13 -05:00
Alexander Bock
aba3536caa
Don't assert if the focus node is not found if there are no nodes at all
2017-03-02 17:32:20 -05:00
Alexander Bock
c12bd7182b
Some cleanup of ModuleEngine
...
Some cleanup of SettingsEngine
Some cleanup of SyncEngine
2017-03-02 17:24:44 -05:00
Alexander Bock
d6b5bb753b
- Some cleanup of LuaConsole
...
- Moved dedicated Lua commands into a visible property
- Disallow non-ASCII characters
- Remove unused KeyboardController
- Remove unused DeviceIdentifier
- Some cleanup of LogFactory
- Move and use documentation into the class
2017-03-02 14:27:18 -05:00
Alexander Bock
99f265c1ed
Update Ghoul repository
2017-03-01 22:38:49 -05:00
Alexander Bock
1225119a7d
Add missing include in SequenceParser
2017-03-01 22:27:17 -05:00
Alexander Bock
6877fc4170
Add missing include in ImageSequencer
2017-03-01 22:24:08 -05:00
Alexander Bock
2f2fa3b031
Update Ghoul repository to have the factory return unique_ptrs
...
Adjust accordingly
2017-03-01 22:03:48 -05:00
Alexander Bock
2b07cf8c05
Add check for correct indenting of copyright header
2017-03-01 21:19:27 -05:00
Alexander Bock
3274882ec2
Add checks for inline files in style checker
2017-03-01 21:17:12 -05:00
Alexander Bock
fbea8389c8
- Add check in style guide that prevents ‘using namespace’ in header files
...
- Remove using namespace ghoul::opengl from Globebrowsing and adjust
2017-03-01 21:02:33 -05:00
Alexander Bock
4e52f27f9e
Remove Dictionary include with forward declarations
2017-03-01 19:20:00 -05:00
Alexander Bock
8fd60ce8e6
- Remove documentation.h include and replace with forward declaration
...
- Move Documentation struct into documentation namespace
2017-03-01 18:13:15 -05:00
Alexander Bock
6748305267
Some cleanup of ConfigurationManager
2017-03-01 11:30:54 -05:00
Alexander Bock
55f002ad6f
Move the disabling of the rendering on the master into the RenderEngine
...
instead of specifying it in the OpenSpaceEngine
2017-03-01 10:39:29 -05:00
Alexander Bock
3e2c56c940
Steps towards moving dedicated lua functions into properties
2017-02-28 23:15:11 -05:00
Alexander Bock
6694cfd98c
Remove warning from iSWA manager download
2017-02-28 21:23:10 -05:00
Alexander Bock
2500b5f72b
Add Dictionary constructor to TileIndexTileProvider ( closes #248 )
2017-02-28 21:22:42 -05:00
Alexander Bock
59c8ba6700
- Replace window name check with tag check for GUI code ( closed #258 )
...
- Only show GUI, console, and screenlog on the GUI window
2017-02-28 20:39:34 -05:00
Alexander Bock
8910aac834
- Replace window name check with tag check for GUI code (closing #258 )
...
- Only show GUI, console, and screenlog on the GUI window
2017-02-28 20:38:58 -05:00
Alexander Bock
6199289e91
Code cleanup
2017-02-27 23:03:07 -05:00
Alexander Bock
78f2f0a35e
Some more cleanup of RenderEngine
2017-02-27 16:40:50 -05:00
Alexander Bock
57ba41bb10
Update the leap second kernel
2017-02-27 16:39:58 -05:00
Alexander Bock
a45d6b7e19
Merge branch 'develop' of https://github.com/OpenSpace/OpenSpace into develop
2017-02-27 13:59:59 -05:00
Alexander Bock
a08e0cea4e
Update Ghoul repository to update GLM
2017-02-27 11:10:50 -05:00
Alexander Bock
283c83e37c
Removing code analysis warnings
...
Start cleaning RenderEngine
2017-02-26 23:45:39 -05:00
Alexander Bock
6704491fdc
More cleanup in OpenSpaceEngine
2017-02-25 19:19:31 -05:00
Alexander Bock
3cd5bfe138
Update Ghoul repository
2017-02-25 18:41:20 -05:00
Alexander Bock
5bf729dca9
Compile fix for Dataconverter
2017-02-25 18:40:34 -05:00
Alexander Bock
bc75334eb4
Use exceptions instead of success return values for initialize and
...
create methods
2017-02-25 18:08:53 -05:00
Alexander Bock
6c4efc4eec
Move OpenSpaceEngine::isMaster method into WindowWrapper class
2017-02-25 11:29:28 -05:00
Alexander Bock
4f64cbb141
First step of main.cpp cleanup
...
Updated SGCT repository
2017-02-25 10:59:59 -05:00
eriksunden
87f5654bf8
Feature/openvr ( #180 )
...
* Updated SGCT to latest commit, to include OpenVR convenience functions.
* Made OpenSpace application support OpenVR. Check CMake option "OPENSPACE_OPENVR_SUPPORT" to enable this functionality.
* Merged latest SGCT to remove ogl_header dependency in SGCTOpenVR header
* Merged latest SGCT with minor Mac gl/glew include fix for including SGCTOpenVR as it relies on inclusion of gl headers.
* CMake fix in OpenSpace app for resetting variables after unchecking OPENVR_SUPPORT.
* Created separate SGCT config files for Oculus Rift and HTC Vive HMD
* Update Ghoul to enable experimental GLM features
* Update SGCT repository
* Updated to latest SGCT version for latest fixes.
2017-02-24 20:41:40 -05:00
Alexander Bock
5db26ad44b
Windows compile fix when compiling without WMI support
2017-02-24 17:08:50 +01:00
Alexander Bock
8665cbe957
Update the Juno trajectory to the new format
2017-02-22 15:53:59 -05:00
Alexander Bock
85c3de9152
Feature/modular sgct config ( #239 )
...
* Initial work to create SGCT configuration files from Lua
* More work on modularizing the SGCT configs
- Removing almost all pregenerated config files
- Working functions to create configurations with single and fisheye
rendering viewports
* Some more work on modular SGCT configurations
- Make more objects configurable
- Add documentation
- Make use of new `sgct.config.single` and `sgct.config.fisheye` functions
* Fix accidental commit
* Enable single configuration as default
* Do not remove single_fisheye.xml for inspiration
* Update single_fisheye.xml
* Update configuration_helper.lua
* Place multiview and multinode configuration files back
2017-02-22 15:35:55 -05:00
Alexander Bock
965cf6bd9a
Fix crash that occurs if there is an error in the SGCT configuration file
2017-02-22 15:31:59 -05:00
Eric Myers
2ee1f9984c
Merge pull request #238 from OpenSpace/issue155
...
Launcher checkbox colors are green (not so bright) or grey (not red)
2017-02-21 19:48:26 -05:00
Eric Myers
578c63fe32
Merge pull request #236 from OpenSpace/issue234
...
When Launcher first starts only the default scene is selected.
2017-02-21 19:19:12 -05:00
Eric Myers
d94940e6d2
* cleaner coding to only select default checkbox for Launcher sync
2017-02-19 18:37:06 -05:00
Alexander Bock
1e294d6e36
Merge branch 'develop' of https://github.com/OpenSpace/OpenSpace into develop
2017-02-19 16:21:53 -05:00
Alexander Bock
b876c3553b
Feature/luaextensions ( #232 )
...
* Add systemcapabilities bindings that make the functions of
GeneralSystemCapabilitiesComponent and OpenGLSystemCapabilitiesComponent
available in Lua scripts
* Windows compile fix
* Return OpenGL extensions as array in Lua
2017-02-19 22:17:00 +01:00
Alexander Bock
1ac45a9077
Fix OsirisRex configuration file
2017-02-19 15:55:18 -05:00
Eric Myers
c104eeffc7
* When Launcher first starts only the default scene is selected.
2017-02-19 10:54:54 -05:00
Eric Myers
30477f49f8
* Launcher checkbox colors are green (not so bright) or grey (not red)
...
* Changed "Cancel" button to "Exit"
2017-02-19 09:13:45 -05:00
Alexander Bock
6d1f0c7029
Updated version number to 0.7.0 (prerelease-12 NAOJ)
releases/v0.7.0
2017-02-19 04:12:19 +01:00
Alexander Bock
fe47845703
Windows compile fix
2017-02-16 23:13:38 +01:00