* Rename remote scripting property to reflect better what it does
* Change the remote scripting name in all modules
* Update all scripts and action calls to use the new property for sync
* Simplify code that decides whether to send actions to nodes and peers
* Move Lua console hint text to be right top aligned
* Update Lua script topic
* Added new JSON key whether or not the script should be synced to other
nodes and peers
* Per default all scripts sync to everyone
In the next full release, we should have two separate keys that
decides whether to sync and send to nodes and peers separately
* Add some comments that explain why there is no sync for some scripts
* Make sync argument in trigger action function BooleanType
The printout is verified to be the same as before, except for 1) some escape characters which are no longer necessary and 2) strings that contained arrays have now become arrays in the json
* Cleanup Property code
* Remove NOLINT statements
* Return Property class types as string_view
* Remove getStringValue function
* Simplify string value retrieval
* Ensure that image paths in the ImageSequenceTileProvider are sorted (closes#2205)
* Some cleanup of OpenSpaceEngine
* Cleanup documentation
* Some more cleanup of engine classes
* Some more cleanup
* Update SGCT repository
* Use new Jenkins node identifiers as the old method broke with update
Adapting Lua functions to new codegen functionality
Improve the documentation itself
Add some styling to generated documentation
Have parameter names for Lua-defined Lua function documentation
Co-authored-by: Emma Broman <emma.broman@liu.se>
* 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
- Implement documentation topic that can be used to query documentation using the network API.
- Implement a way to pass arguments to lua scripts using json (rather than formatting entire lua string clientside)
- Implement ability to attach callback to lua script executions
- Implement abillity to transport return values from lua scripts back to network API clients.
- Do not initialize server interface on slave nodes.
- Implement Dictionary -> json converter using nlohmann json library
* Cleanup
* CMake cleanups
* Update current year
* Update copyright header
* Use script to return list of all modules
* Update credits, license and ghoul
* In progress with new version of session recording
* Session recording coding pass for both record and playback, not building yet.
* Working on getting first build of prototype
* Code changes to get playback working with all 3 timing modes
* Fixing session recording interactions with the timemanager
* Bug fixes for newly discovered timing issues, mothballing recording of timing updates
* Fixed camera jitter issue
* Updated new reference to latest ghoul
* Got session recording/playback working with changes made in master
* Added threshold for differences in camera movement as criteria for saving to recording file
* Added support for binary file for session recording/playback
* Minor changes with handling timeManager keyframes in playback
* New timeline structure & keyframes specific to session recording
* Fixed bug with fixed-script size
* Switched to new timeline specific to session recording, bug fixes, currently debugging camera position & rotation
* Formatting changes only
* Fixed scripts not working after timeline change
* Add session recording test scene
* Fixed problem with re-running the same playback multiple times
* Fixed problems with camera interpolation
* Fixed detection of camera playback finishing, and improved camera interpolation
* Added comments for interface of externInteraction include
* Fixed view frustum culling issues in session playback due to not appropiate camera scaling. Also made function in datamessagestructures to read and write this data to streams.
* Added camera scaling fix to code that supports Ascii format
* Added startPlayback default command for playing back while forcing simulation time to match the recording
* Fixed camera jump in sessionRecording after playback finished. Cleanup in playback of camera to re-use same functionality in keyframenavigator.
* Superb fix to sessionRecording. Realized focusNode of globalNavigationHandler needed to be activly update when camera change for either position of camera to be accurate or for rendered objects to be calculated without precision issues. Can now achieve a correct playback, even close to chunks/renderable, which was not possible before.
* sessionRecording cleanup, fixed all warnings and renamed files to lowercase to match current standards.
* Added error handling for bad input playback filename, protection from corrupted playback file
* Implemented code review changes on pull request #737 for sessionRecording
* Make height map fallback layer work again
* Add documentation to joystick button bindings
* Removed grouped property headers
* Add new version number constant generated by CMake
* Make Joystick deadzone work properly
* Change the startup date on Earth to today
* Fix key modifier handling
* Add debugging indices for TreeNodeDebugging
* Fix script schedule for OsirisRex
* Do not open Mission schedule automatically
* Upload default projection texture automatically
* General code cleanup
* Fix check_style_guide warnings
* Remove .clang-format
* MacOS compile fixes
* Clang analyzer fixes