mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 20:21:24 -06:00
* Added separate directory for session recording files * Changed recording & playback paths to use RECORDINGS dir and prevent absolute or relative paths in filename. * Updated .gitignore so that recordings directory is ignored. * Added session recording topic for synchronization of rec/play state with web gui. * Added support to sessionRecording for providing a list of available playback files to web GUI. * Fixed problem with playback filenames in list * Fixed problem with occasional large jump in camera pos/rotation after playback finishes. * Fixed the remaining post-playback problem that was causing a jump in position and rotation. * Fix path issue on mac * Fixed bug with bad scale values in recordings saved in ascii format.
38 lines
521 B
Plaintext
38 lines
521 B
Plaintext
# Build and editor thing
|
|
/build/
|
|
/build-ninja/
|
|
/build-xcode/
|
|
/build-make/
|
|
*~
|
|
*.dir
|
|
*.idea/
|
|
.build-vs/
|
|
.cproject
|
|
.project
|
|
.vs/
|
|
.vscode
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
cmake-build-*
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
Makefile
|
|
|
|
# OS specific things
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# OpenSpace-generated folders and files
|
|
/bin/
|
|
/cache/
|
|
/cache_gdal/
|
|
/documentation/
|
|
/logs/
|
|
/screenshots/
|
|
/recordings/
|
|
/sync/
|
|
# Customization is not supposed to be committed
|
|
customization.lua
|
|
# The COMMIT info is generated everytime CMake is run
|
|
COMMIT.md
|