This project is mirrored from https://gitee.com/mirrors_OpenSpace/OpenSpace.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 10 Feb, 2020 1 commit
-
-
Alexander Bock authored
Add initial Tracy profiling macros
-
- 17 Sep, 2019 1 commit
-
-
Alexander Bock authored
Move AllowAddresses out of Interface into Server in openspace.cfg to circumvent potential stack corruption Make lua_state not being copied
-
- 22 Aug, 2019 2 commits
-
-
Alexander Bock authored
-
Alexander Bock authored
-
- 22 Jul, 2019 1 commit
-
-
Jonathas Costa authored
-
- 19 Jul, 2019 1 commit
-
-
Alexander Bock authored
Instrumentation is disabled on default, but can be enabled in CMake
-
- 04 Jun, 2019 1 commit
-
-
Alexander Bock authored
-
- 19 May, 2019 1 commit
-
-
Alexander Bock authored
-
- 18 May, 2019 1 commit
-
-
Emil Axelsson authored
* Expose `CMAKE_BUILD_TYPE` to cmake gui (for single configuration generators) * Use generator expressions to get debug vs release mode * Fix mac app icon
-
- 17 May, 2019 1 commit
-
-
Alexander Bock authored
* Updated GDAL version to 2.4.1 * Add vtune performance commands * Add Nvtools performance commands * Add warning if GDAL dataset could not be loaded
-
- 16 May, 2019 1 commit
-
-
Alexander Bock authored
-
- 24 Apr, 2019 1 commit
-
-
Emil Axelsson authored
* Improve cmake errors * Calling doMessageLoopWork more often to increase gui performance * Introduce frequent callbacks * Restructure browser update callbacks * Cleanup cef speedup * Add flag to toggle updating browser between renderable calls * CEF should not be used in single process mode * Update CEF version * Postbuild step for finding framework from web helper * Load libcef dynamically to fix issue with CEF update * Only include dynamic library loader on mac * Improve keyboard mapping support on MacOS * Add arrow keys * Rename manifest * Fix bug with missing blinking cursor in text fields * Bump minimum cmake version * CEF fixes: Runtime and correct helper path * Be true to actual sandbox compatibility specified by CEF * Cleanup
-
- 24 Mar, 2019 1 commit
-
-
Alexander Bock authored
* Cleanup * CMake cleanups * Update current year * Update copyright header * Use script to return list of all modules * Update credits, license and ghoul
-
- 03 Dec, 2018 1 commit
-
-
Alexander Bock authored
Do not disable RTTI on CEF targets Do not for Unicode on CEF targets More graceful handling of torrent classes in Sync module
-
- 06 Nov, 2018 2 commits
-
-
Alexander Bock authored
* Merge experimental session recording branch * Merge new CEF-based webgui branch
-
Emil Axelsson authored
* Update node packages, download nodejs in build process, start server from openspace process * Patch CEF cmake automatically * Build webserver automatically * Work on CMake for WebBrowser, Webgui and CefWebGui * Map key modifiers to CEF * Smooth time interpolation in webgui * Automatically focus on search field in filter lists * Move webgui code to external repositories * Use asset system to distribute webgui * Remove webgui from main repository * Add support for right click in webgui and improve timetopic * Resolve cmake policy warning * Add relative time interpolation to lua interface * Sanitize json error message before logging error. Workaround for #736 * Added gui properties to scene graph nodes * Add version topic * Add shortcuttopic * Add ability to disable rendering of cefwebgui * Don't do message loop work if there is no browser. * Set correct path to nodejs on unix * Message loop work in presync * modifications for shortcuts in gui, added names for shortcuts * Set properties via lua scripts * Allow gui grouping for shortcuts * Add gui paths keybindings * Blocking keyboard callbacks when webgui has keyboard focus in an editable field * Allow disabling of WebBrowser and CefWebGui * Make it possible to hide GUI * Get rid of redundant dashboard items if web gui is used * Hide WebGUI on slave nodes * Hide WebGUI on main rendering window if a GUI window exists * Enable WebGUI on default unless it is overwritten in the openspace.cfg * Add guiName for propery owners in socket api
-
- 01 Nov, 2018 1 commit
-
-
Alexander Bock authored
Update GDAL to 2.3.2
-
- 30 Oct, 2018 1 commit
-
-
Alexander Bock authored
* Move SGCT external library from ext/sgct to apps/OpenSpace/ext/sgct * Remove all GLFW dependencies from openspace-core * Add MinVR dependency * Add new executable OpenSpace-MinVR that uses MinVR instead of SGCT
-
- 21 Sep, 2018 1 commit
-
-
Alexander Bock authored
* Sweeping CMake cleanup * Cleaning up message log in CMake
-
- 29 Jun, 2018 1 commit
-
-
Alexander Bock authored
-
- 27 Jun, 2018 1 commit
-
-
Alexander Bock authored
-
- 26 Jun, 2018 1 commit
-
-
Alexander Bock authored
-
- 20 Mar, 2018 1 commit
-
-
Emil Axelsson authored
Web GUI from Klas Eskilson (three new modules: webgui, webbrowser and cefwebgui) Parallel connection refactorization Wormhole server added to the main repository Transfer function editor work from Cristoffer Särevall Update ghoul
-
- 25 Feb, 2018 1 commit
-
-
Alexander Bock authored
* Various fixes for Unit tests * Add regression test for #517 * Enable better handling of OptionProperties if no options are provided * Fix bug that left Lua state unclean after calling vector and matrix properites fromLuaState values * Fixed issues where numerical properties would not serialize and deserialize correct values * Added unit tests for OptionProperty * Fix unit test crash in SpaceManager
-
- 13 Feb, 2018 1 commit
-
-
Alexander Bock authored
-
- 01 Jan, 2018 1 commit
-
-
Alexander Bock authored
Update CREDITS file
-
- 29 Dec, 2017 1 commit
-
-
Alexander Bock authored
-
- 18 Dec, 2017 1 commit
-
-
Alexander Bock authored
-
- 11 Dec, 2017 1 commit
-
-
Alexander Bock authored
Correctly layout tooltips in space/time widget Fall back on old Digital Universe stars Move settings of tooltip delay into each GuiComponent
-
- 30 Oct, 2017 1 commit
-
-
Alexander Bock authored
Fix AssImp CMake warnings
-
- 26 Oct, 2017 1 commit
-
-
Alexander Bock authored
-
- 16 Oct, 2017 1 commit
-
-
Alexander Bock authored
-
- 30 Aug, 2017 1 commit
-
-
Alexander Bock authored
Update SGCT reference Update Ghoul reference Prevent spherical grid to recreate grid each frame Add version and commit information (closes #395)
-
- 15 Aug, 2017 1 commit
-
-
Jonathas Costa authored
-
- 14 Aug, 2017 1 commit
-
-
Alexander Bock authored
* Rename OnScreenGui module to ImGui * Support multiple external module folders (closes #31) * Cleaning up CMake files * Restructure application specification * Add parameter for library mode to all modules * Add functions to handle global variable state * Misc/remove warnings (#383) * Increase build timeout and do a clean rebuild every commit
-
- 21 Jul, 2017 1 commit
-
-
Alexander Bock authored
-
- 01 Jul, 2017 1 commit
-
-
eriksunden authored
* Added proper CPACK structure and added generation of openspace.h header to add verisoning information in CMake. * Packaging(ZIP on Windows, TGZ on UNIX) and installer creation(Windows Only via NSIS) is now working. * Fixes for packing an archive on OSX. * Add missing files in packaging Add install setting to the globebrowsing module to copy required gdal_data Update Credits * Updated application icon
-
- 28 Feb, 2017 1 commit
-
-
Alexander Bock authored
-
- 29 Jul, 2016 1 commit
-
-
Matthew Territo authored
-
- 20 Jul, 2016 1 commit
-
-
Alexander Bock authored
Update CMake requirement from 3.0 to 3.4 due to usage of WINDOWS_EXPORT_ALL_SYMBOLS in Spice CMake
-