Alexander Bock
4a860fb01d
Some code facelifting
2021-10-14 10:31:46 +02:00
Alexander Bock
76dd45e5ce
Event System ( #1741 )
...
* Add implementation of the EventEngine to handle global event chains
* Add properties to SceneGraphNodes to determine two distance radii for camera-based events
2021-10-11 21:53:00 +02:00
Gene Payne
d0700c0b5d
Merge pull request #1754 from OpenSpace/issue/1735
...
Removed hard-coded path expectations to allow drag & drop playback
2021-09-24 12:35:20 -06:00
GPayne
b00b900278
Get rid of some sessionrecording warnings
2021-09-22 15:58:59 -06:00
GPayne
6c5a81a677
Removed hard-coded path exepectations to allow drag-drop playback
2021-09-21 14:59:39 -06:00
Emma Broman
bfe25c311b
Merge branch 'master' into thesis/2019/camera-paths
...
# Conflicts:
# src/rendering/abufferrenderer.cpp
2021-08-09 15:21:08 +02:00
GPayne
2e746e14f1
Formatting changes per code review
2021-07-30 13:41:49 -06:00
Emma Broman
8c7a2c5252
Also abort IdleBehavior when starting a session recording playback
2021-07-16 15:26:20 +02:00
GPayne
14af0e5a93
Time manager uses simulated application time during playback-with-frames
2021-07-11 14:43:54 -06:00
Emma Broman
16173d7afe
Merge branch 'master' into thesis/2019/camera-paths and resolve conflicts
...
# Conflicts:
# modules/globebrowsing/globebrowsingmodule.cpp
# modules/globebrowsing/globebrowsingmodule_lua.inl
2021-07-09 15:43:17 +02:00
Gene Payne
018207b718
Issue/1669 ( #1678 )
...
* Potential fix for pause during playback-with-screenshots
* Fixed a typo that slipped in
* Added code from Emma to allow pausing during playback-with-frames
2021-07-07 10:33:44 -04:00
GPayne
8226c9d8d0
Added code from Emma to allow pausing during playback-with-frames
2021-07-06 19:24:27 -06:00
GPayne
adcd93c9e3
Merge branch 'master' into issue/1669
2021-07-06 15:53:57 -06:00
Alexander Bock
8e5a7034ee
Add the ability to optionally ignore the scale value read from session recordings
2021-07-04 19:45:54 +02:00
GPayne
24b48734c8
Fixed a typo that slipped in
2021-06-29 08:44:52 -06:00
GPayne
34be850afb
Potential fix for pause during playback-with-screenshots
2021-06-28 21:06:54 -06:00
Emma Broman
8063b54fb8
Merge branch 'master' into thesis/2019/camera-paths
...
# Conflicts:
# src/navigation/navigationhandler.cpp
2021-06-23 16:31:14 +02:00
Emma Broman
77bdfaefd6
Move camera path code into core and refactor navigation code a bit
2021-06-23 09:12:36 +02:00
Micah Acinapura
5704841820
better check for hidden file on *nix
2021-06-14 18:29:33 -04:00
GPayne
2513a5d2e3
Fix for call to remove_if
2021-05-20 20:28:18 -06:00
GPayne
e374eef72d
Fixed merge conflicts with master
2021-05-20 19:55:49 -06:00
GPayne
3f9ae245c7
Added loop playback option to repeat playback file
2021-05-20 19:06:39 -06:00
GPayne
fb739d719e
Restored support for session recording files in any directory
2021-05-20 12:44:29 -06:00
GPayne
5dfe4cb5c2
Added topic for new session recording pausing within playback
2021-05-20 12:09:11 -06:00
GPayne
413639e9fe
Fixed problems with pausing time and time management
2021-05-19 19:47:51 -06:00
Alexander Bock
92432caed2
Adapt to changes in Ghoul that made absPath return a std::filesystem::path instead of a std::string
2021-05-17 00:23:15 +02:00
Alexander Bock
ccdc5a5dc3
Feature/filesystem cleanup ( #1587 )
...
* Adapting to the changes in Ghoul
* First step of moving filesystem functions to std
* Remove persistence flag from cachemanager
2021-05-16 20:26:49 +02:00
GPayne
e95ca6c3e8
Fixed minor timing bugs while running full test of record/playback
2021-04-26 21:29:52 -06:00
GPayne
7371c5bd09
Fixes for tracking nodes that are used in a recording
2021-04-22 21:58:18 -06:00
GPayne
d012ee2fbb
Added preprocessing to reject recording if used scenegraphnodes are not loaded
2021-04-20 16:22:01 -06:00
GPayne
e94fbb2adf
Added reject lists for property and scripts during playback
2021-04-15 16:57:20 -06:00
GPayne
fbec2fe713
Updated save-to-disk when recording ends
2021-04-13 14:21:33 -06:00
GPayne
b00e1cc5ab
Switched to using timeline in memory during recording
2021-04-09 11:28:15 -06:00
Gene Payne
d060780f99
Added method for saving current value of a property while recording
2021-03-22 12:21:32 -06:00
GPayne
6a6af1af9e
Merge branch 'master' into feature/session-recording-addons
2021-03-09 19:12:43 -07:00
Micah Acinapura
eec6b15781
Feature/user profiles assets ( #1496 )
...
* added user profile/asset tokens to config, launcher and profile editor
* creating one user directory for data, config, screenshots, recordings
2021-03-02 01:36:32 -05:00
GPayne
681d2fcd71
Merge master in
2021-01-06 20:59:31 -07:00
Alexander Bock
7004c02b86
Happy new year
2021-01-02 15:26:51 +01:00
Alexander Bock
ad8af3ffeb
Feature/CMake ( #1443 )
...
General CMake cleanup/overhaul
* Enable precompiled headers for all projects
* Move specifications itto separate CMakeLists files
* Add openspace-core as a subdirectory
* Move handle_modules functionality into modules/CMakeLists.txt
* Move handleapplications logic into apps/CMakeLists.txt
* Introduce openspace-module-collection interface library to simplify inclusion of modules in applications
* Turn module initialization into a two-step process to adapt to the new minimal dependency scenario
* Compile time speedup
* Remove circular dependencies between modules and core preventing multithreaded compilation on MSVC
* Build Spice multithreaded and as static library
* Remove dependency from core to module-webbrowser
* Remove unused dependency from kameleon
* Remove additional unnecessary dependencies
* Cleanup volume/kameleon/kameleonvolume modules
* Fix visibility issues. Restrict include paths
* Compile kameleon in parallel
* Other cleanup
* Only copy CEF files from one target (hard-coded to OpenSpace right now)
* Remove unused instrumentation code
* Remove the ability to render AABB for globes as it caused a circular dependency between GlobeBrowsing and Debugging
* Removing compiler and cppcheck warnings
* Turn almost all includes into non-system includes
* Don't warn on deprecrated copy
* Updated submodules
2020-12-28 18:26:57 +01:00
Gene Payne
61aaf60825
Implemented pause-during-playback feature
2020-12-13 16:23:19 -07:00
Gene Payne
5ed85d8fcd
Fix for property change interpolation during playback with screenshots
2020-12-11 12:40:22 -07:00
Gene Payne
ba4e47b54e
First pass at interpolation fix during playback with screenshots
2020-12-08 19:55:09 -07:00
Alexander Bock
86bb19d81c
Feature/warnings ( #1425 )
...
* Remove MSVC, GCC, Clang compiler warnings
* Remove cppcheck warnings
2020-12-07 23:43:05 +01:00
Alexander Bock
60e3ed2170
General pass for coding style
2020-11-28 22:31:06 +01:00
GPayne
4de671e673
Fix for ascii files with windows line endings, or missing file extension
2020-11-25 13:34:50 -07:00
GPayne
0939c14639
Switched to stringstream of conversion input file, fixed binary read bug
2020-11-24 17:48:30 -07:00
GPayne
2c91c21be5
Temporarily block legacy versions, switched to using class member buffer
2020-11-23 00:14:15 -07:00
GPayne
3ba3d25a6b
Changes to accept both unix and windows style path delimiters
2020-11-21 00:40:02 -07:00
GPayne
251c4d2317
Merging master into session recording changes for issue 1366
2020-11-20 10:32:58 -07:00
GPayne
763fb110d1
Removed a few obsolete functions
2020-11-19 20:23:59 -07:00