Alexander Bock
e0ab7ae1d6
Coding style fixes
2024-03-19 14:49:44 +01:00
Alexander Bock
534f92c485
Second linting pass and adding .clang_tidy file ( #3128 )
2024-03-18 22:46:17 +01:00
Alexander Bock
2759c00e4b
Pass through the code to address clang-tidy linting ( #3083 )
2024-03-17 00:58:50 +01:00
Alexander Bock
6e29d898cf
Update copyright header
2024-02-06 15:53:24 +01:00
Alexander Bock
e64d4d66f4
Add the optional ability to export the model matrix into an ASCII recording
2023-12-22 14:19:18 +01:00
Alexander Bock
0cf0fe492b
Doxygen fixes
2023-12-09 00:16:25 +01:00
Alexander Bock
7db7c40841
Doxygen style overhaul ( #2954 )
...
Reformatting the existing Doxygen comments to be unified
2023-11-20 23:39:17 +01:00
Alexander Bock
842f991f8b
Remove the explicit check for No Data Available tiles as the new ESRI server won't return those anymore ( closes #2593 )
2023-05-26 00:00:38 +02:00
Alexander Bock
fd5d453913
Add the option to not wait for tile loading for cases when the WMS server is misbehaving
2023-05-25 23:17:29 +02:00
Alexander Bock
a711591c09
Update Doxygen ( #2537 )
...
* Modernizing Doxygen
* Remove warnings for Doxygen
2023-03-06 23:41:24 +01:00
Alexander Bock
4f4764209f
Happy new year
2023-01-02 11:19:33 +01:00
GPayne
acf45e858b
Fixed file path bug with converting session recording version
2022-09-11 19:42:56 -06:00
Alexander Bock
163ac4dcef
Cleanup of mostly asset files
...
- Fixes for all files
- constexpr cleanup
- Cosmetic changes
- Remove punctuation from the end of messages
2022-07-28 17:21:59 +02:00
Alexander Bock
9b1143f02f
Ubuntu 22.04 and GCC11 fixes ( #2163 )
...
* Update CEF version
* Update Ghoul
* Update SGCT
* Update codegen
* Remove warnings happening on Ubuntu 22.04 with GCC 11
* AppleClang warning fixes
* Compile fix for Ubuntu and MacOS
* Add Qt 6.2.3 to the CMAKE_PREFIX_PATH
2022-06-28 00:46:01 +02:00
Gene Payne
4f5b2fdb0d
Issue/2121 : SessionRecording wildcard and syntax improvements
2022-06-23 17:47:54 -06:00
Gene Payne
04f5a94218
Prevent focus node from changing when recording finishes ( #2070 )
...
* Prevent focus node from changing when recording finishes
2022-05-05 19:12:06 -07:00
Alexander Bock
5751fe26d3
Cleanup handling of warnings ( #2030 )
2022-04-16 20:57:29 +02:00
Alexander Bock
c206da4a98
Coding style adaptations
2022-04-10 23:25:37 +02:00
Emma Broman
d0fcec569c
Address stability problems for camera paths and make them more useful in general
...
* Change spline curve parameter interval from [0,1] to [0,nSegments], for slightly increased precision
* Use linear paths whenever precision isn't enough/paths are too long (and traverse linear paths differently, to make them less depending on the distance)
* Remove OrbitalNavigator.LinearFlight and instead add "Zoom to" helper functions (closes #1837 )
* Add check to prevent triggering awkward short paths, for example when flying to the current target or to the same geo position twice
* Refactor speed code and handle speed when path is shorter than start+closeup distance
* Add easing to speed dampening
* Add topic for engine mode (to be used for UI later)
* Cleaner log when creating paths (some previous info messages are now debug messages)
Related PR: OpenSpace/OpenSpace-WebGuiFrontend#70
2022-02-25 08:49:19 +01:00
Emma Broman
91b0581d39
Introduce engine modes to handle Camera path and session recording transitions
...
* Clarifies which system is control over time and camera at what time
* Fixes #1845
* Prevent invalid switching between session recoring and camera path playback
* Some cleanup, mosly of SessionRecording and NavigationHandler. Also, remove ExternInteraction and some other unused/nonexisting functions
2022-02-03 16:08:21 +01:00
Alexander Bock
d7d279ea16
Happy new year
2022-01-01 12:32:55 +01:00
GPayne
b00b900278
Get rid of some sessionrecording warnings
2021-09-22 15:58:59 -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
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
Alexander Bock
8e5a7034ee
Add the ability to optionally ignore the scale value read from session recordings
2021-07-04 19:45:54 +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
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
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
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
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
Gene Payne
876493c6dd
Comment-only changes with instructions for bumping SessionRecording version
2020-11-30 21:38:54 -07: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
763fb110d1
Removed a few obsolete functions
2020-11-19 20:23:59 -07:00