Alexander Bock
c3ba532bdb
Feature/cleanup ( #1608 )
...
* Revert screenlog back to showing Info and above messages
* Various code cleanup
2021-05-25 14:08:33 +02:00
GPayne
0d5909b6a9
Merge master in
2021-05-24 23:49:51 -06:00
Malin E
ebaeb5d568
Merge pull request #1593 from OpenSpace/feature/space-mouse
...
Feature/space mouse
2021-05-24 14:01:05 +02: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
Malin Ejdbo
80eba3bdd9
Address PR comments
2021-05-20 13:44:45 +02:00
GPayne
413639e9fe
Fixed problems with pausing time and time management
2021-05-19 19:47:51 -06:00
Malin Ejdbo
0d06c68f6f
Clean up
2021-05-18 16:41:15 +02: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
Malin Ejdbo
def7f1f1a2
Merge branch 'master' into feature/space-mouse
...
* Resolve conflicts
2021-05-12 17:32:26 +02:00
Alexander Bock
09e28ff49e
Enable Screenspace renderable to have a multiplicative color; Add new asset to show a target marker ( closes #85 ); Fix bug with wrong documentation shown in RenderablePlane
2021-05-08 18:08:56 +02:00
Alexander Bock
4c80577d4b
Rename PerSceneCache to PerProfileCache and make it work again ( closes #1577 )
...
Breaking change in openspace.cfg file: PerSceneCache -> PerProfileCache
2021-05-05 16:14:00 +02:00
Gene Payne
9166abab45
Fixed a typo which caused a build error
2021-05-04 10:50:28 -06:00
Emma Broman
804444e267
Simplify Property code ( #1575 )
...
* Remove the PropertyDelegate
* Remove some unused and redundant property types
* Use helper functions for Lua/Json conversion
* Solve a bug in SelectionProperty that occurred when re-setting options
* General simplification and refactoring of the code
2021-05-04 09:32:29 +02:00
Emma Broman
7b966b9378
Give globes an interaction sphere
2021-04-29 15:23:34 +02:00
Emma Broman
8a30dc570e
Add Logarithmic sliders and Color picker ( #1564 )
...
* Pass ViewOptions meta data to WebUi
* Add Color ViewOption
* Add Logarithmic ViewOption
* Update gui hash to get slider and color picker UI features
2021-04-27 09:24:36 +02:00
GPayne
e95ca6c3e8
Fixed minor timing bugs while running full test of record/playback
2021-04-26 21:29:52 -06:00
Alexander Bock
2aa540a112
Feature/interactionsphere ( #1561 )
...
* Add ability to render the bounding sphere as a debug option
* Separate boundingsphere and interactionspheres
* Correctly compute BoundingSpheres for more renderables (RenderablePlanesCloud, RenderableOrbitalKepler)
2021-04-26 13:13:36 +02:00
Malin Ejdbo
08118ba7bb
Add initial support for SpaceMouse as joystick input
2021-04-23 10:52:31 +02:00
GPayne
7371c5bd09
Fixes for tracking nodes that are used in a recording
2021-04-22 21:58:18 -06:00
Malin Ejdbo
16bd1d3265
Merge branch 'master' into feature/model-animation
...
* Resolve conflicts
* Master has error with changing focus
2021-04-21 10:23:10 +02:00
GPayne
d012ee2fbb
Added preprocessing to reject recording if used scenegraphnodes are not loaded
2021-04-20 16:22:01 -06:00
Emma Broman
91387d8401
ListProperties and SelectionProperty ( #1558 )
...
* Reimplement stringlistproperty with a listproperty parent class
* Add string list property tests and structure test files
* Reimplement SelectionProperty and add tests
* Some TemplateProperty documentation updates
* Read full constellation name and not just first word for ConstallationSelection
* Remove support for setting property value from string (unused)
* Add IntListProperty, DoubleListProperty
* Bug fix: SetProperty topic now support empty json objects
* Imgui renderings for list properties and pass SelectionProperty info to WebGui
2021-04-19 16:10:36 +02:00
GPayne
6b1be04b3c
Merge branch 'master' into feature/session-recording-addons
2021-04-16 14:29:24 -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
Malin Ejdbo
c825916d60
Merge branch 'master' into feature/model-animation
...
* Resolve conflicts
2021-03-30 16:31:25 +02:00
Alexander Bock
612b9bbc7f
Moving more documentation to use codegen ( #1549 )
...
- Make use of more codegen in more classes
- Fix verifier for Color4Verifier
2021-03-29 21:50:26 +02:00
Alexander Bock
797ddf7daf
Fix some warnings on AppleClang
2021-03-29 14:58:19 +02:00
Alexander Bock
e88650f22c
Tiny coding style fixups
2021-03-27 23:49:02 +01:00
Malin Ejdbo
bc9fc63719
Merge branch 'master' into feature/model-animation
...
* Resolve conflicts
2021-03-25 13:54:51 +01:00
Malin Ejdbo
9bfc87958b
Add tests for distance conversion
2021-03-25 11:19:54 +01:00
Alexander Bock
a6bb8cdecb
Split DashboardTextItem from DashboardItem
2021-03-24 17:46:13 +01:00
Malin Ejdbo
3a976ba0b0
Add model scale that can be set in asset file for each model
...
* Add cm and dm as units in DistanceUnits
* Scale the model according to the set unit
2021-03-24 10:47:40 +01:00
Alexander Bock
0d82e1848f
Feature/configuration codegen ( #1544 )
...
Convert configuration document over to codegen
2021-03-23 15:22:29 +01:00
Alexander Bock
196a98b0c6
Add ability to StringVerifier to test for non-emptiness
2021-03-23 00:13:52 +01:00
Alexander Bock
dfc42e9467
Rename createSingeColorImage -> createSingleColorImage
2021-03-22 23:17:42 +01:00
Gene Payne
d060780f99
Added method for saving current value of a property while recording
2021-03-22 12:21:32 -06:00
Alexander Bock
c7f77e3286
Add property to determine whether the date should be added to the screenshot folder ( #1535 )
...
closes #1528
2021-03-22 15:49:30 +01:00
Malin Ejdbo
b57c4e336c
Merge branch 'master' into feature/model-animation
...
* Resolve conflicts
2021-03-17 13:19:04 +01:00
Alexander Bock
ed980bb5d8
Add support for passing shared pointers into the OrVerifier
2021-03-17 00:18:53 +01:00
Malin Ejdbo
e850e7a1b7
Add DateTime verifier
2021-03-10 17:15:56 +01:00
GPayne
6a6af1af9e
Merge branch 'master' into feature/session-recording-addons
2021-03-09 19:12:43 -07:00
Micah
2158dd585c
creating user directories if not existing;
2021-03-04 16:00:34 -05:00
Alexander Bock
dfa223abef
Make use of std::filesystem::path and cleanup specification error messages
2021-02-13 12:00:26 +01:00
Alexander Bock
e7bcb774ee
Add new verifiers for files and directories. Update codegen to be able to create these
2021-02-13 10:44:21 +01:00