Emma Broman
7c3d6b4c4d
Change how moveLayer works slightly, so it is easier to use in a GUI implementation
...
* "newPosition" is now considered to be the item's new position (index) in the list
* also update the documentation a little
2022-01-12 09:39:12 +01:00
Alexander Bock
2222d3d9e0
Update SGCT to enable taking screenshots of individual windows
2022-01-07 12:00:00 +01:00
Alexander Bock
c78ff28109
Update submodules, fix formatting for units
2022-01-05 17:06:47 +01:00
Alexander Bock
cf664cd749
Hotfix to make the Sloan Digital Sky Survey work again
2022-01-02 15:02:37 +01:00
Alexander Bock
6673791b05
Shorten the configuration extraction
2022-01-02 14:02:39 +01:00
Alexander Bock
21df9066e1
Make use of the new map feature in codegen ( #1801 )
2022-01-02 13:36:41 +01:00
Alexander Bock
d7d279ea16
Happy new year
2022-01-01 12:32:55 +01:00
Alexander Bock
4c9337a465
Fix issue when drag-dropping an image that has extra dots in the name ( closes #1793 )
2021-12-29 14:13:59 +01:00
Alexander Bock
d8226f7c1d
Moving the map service configs in with the asset files
2021-12-29 13:50:15 +01:00
Alexander Bock
064a483b81
Cleanup and unifying coding style for asset files
2021-12-28 23:40:09 +01:00
Alexander Bock
8b4de949dc
Correctly report issue if a required asset is not available; Fix issue loading a colormap for the gaia stars
2021-12-28 23:39:33 +01:00
Alexander Bock
fdd995ba01
No longer require the filenames from a synced resource to start with a /
2021-12-28 00:10:01 +01:00
Alexander Bock
1245a9f9fa
Remove some unnecessary state from TemporalTileProvider and return value from update functions
2021-12-27 22:16:42 +01:00
Alexander Bock
7cf5c37474
Image sequence tileprovider ( #1798 )
...
* Fix for rendering DoublePropertys in ImGui
* Adding an ImageSequenceTileProvider that loads a folder of images and makes them available through a user-selectable index
2021-12-27 18:58:05 +01:00
Alexander Bock
76b9c7587b
Adapt to explicit specifcation of texture size ( #1794 )
...
* Adapt to explicit specifcation of texture size
2021-12-26 19:19:04 +01:00
Malin E
01e17266b6
Merge pull request #1787 from OpenSpace/feature/multiple-joysticks
...
Feature/multiple joysticks
2021-12-22 13:22:01 +01:00
Alexander Bock
debcb43ade
Feature/assets ( #1784 )
...
General overhaul of the Asset loading system
2021-12-19 18:04:01 +01:00
Alexander Bock
f8b5d4b662
Merge branch 'master' of https://github.com/OpenSpace/OpenSpace
...
# Conflicts:
# src/navigation/pathcurves/avoidcollisioncurve.cpp
2021-12-19 19:57:09 +04:00
Emma Broman
c7b47fc2c0
Slight improvement to AvoidCollision camera path
...
Fixes "bouncing motion" that sometime happened when going to a position that is close to the original position
2021-12-14 16:09:17 +01:00
Alexander Bock
d32af9117a
Code style cleanup
2021-12-10 17:31:01 +01:00
Malin E
c4e763e6a1
Increase maximum number of buttons allowed on a joystick
2021-12-08 10:09:54 +01:00
Malin E
cfd8b145f3
Remove osc files that should not be here
2021-12-07 11:07:05 +01:00
Malin E
a3ba8ee808
Remove excess axes or buttons if too many present on joystick
2021-12-07 10:52:04 +01:00
Malin E
e14121741a
Dont spam warning for too many axes or buttons on joystick
2021-12-07 09:05:16 +01:00
GPayne
49cdabe647
Second attempt at fixing tracy and websocketpp subs in sgct and ghoul
2021-12-06 17:32:35 -07:00
Malin E
332850999a
Add osc files
2021-12-06 15:59:39 +01:00
Emma Broman
57e662e8e2
Update a couple of broken tests
2021-12-06 13:47:29 +01:00
Emma Broman
59dc296cf1
Update ghoul to use new luaTableToString function
...
And update some tests based on the change
2021-12-06 13:21:39 +01:00
GPayne
36f06c494f
Updating version of ghoul using updated tracy and websocketpp refs
2021-12-03 12:42:34 -07:00
GPayne
0c0e6957f6
Updating version of sgct which uses OpenSpace fork of tracy
2021-12-03 12:17:03 -07:00
Emma Broman
a921f983ca
Fix broken navigation states: Now works with aim as well as anchor
2021-12-01 14:30:28 +01:00
Emma Broman
76ea508dab
Tiny navigation code cleanup/fix
2021-12-01 11:31:53 +01:00
Malin E
8766ba1242
Remove local variable in example
2021-11-30 17:22:46 +01:00
Malin E
cc0a7b05ce
Add example asset for binding property to joystick
2021-11-30 12:11:08 +01:00
Malin E
8299e4db22
Address PR comments
2021-11-30 10:46:44 +01:00
Malin E
2753de1ab9
Merge branch 'master' into feature/multiple-joysticks
2021-11-30 10:14:45 +01:00
Alexander Bock
01a04a6faa
Fix missing keybind for taking screenshots ( closes #1786 )
2021-11-26 14:50:19 +01:00
Alexander Bock
c1696453a5
Shader compilation fix for newer NVidia drivers
2021-11-26 09:48:29 +01:00
Alexander Bock
b966b29c05
Update SGCT repository to get rid of line ending issues
2021-11-24 15:31:20 +01:00
Emma Broman
2c7bbc5dee
Update GUI hash
...
Includes fix for broken touch gui
2021-11-23 11:42:33 +01:00
Emma Broman
b41d5efd25
Extra check to prevent zero length segments in ZoomOutOverview camera path
2021-11-23 11:15:59 +01:00
Emma Broman
d1821ae0e4
Add lua functions to get the bounding and interaction sphere values for a SGN
2021-11-23 10:00:51 +01:00
Alexander Bock
51fe17c320
Fix an issue where the removal of a screenspacerenderable is published after the screenspace renderable has already been destroyed
2021-11-21 00:46:50 +01:00
Malin E
78b1f2c6e1
Remove support for sticky axis and sensitivity to Property type
2021-11-17 16:57:05 +01:00
Emma Broman
73895e4c62
Fix problems in avoid collision path when start and end position are the same
2021-11-17 09:39:03 +01:00
Emma Broman
d7565f65ee
Add script to download the expolanets dataset for the dataprep task
...
* Python script to download all the columns needed
* Update task file. Use strings instead of std::filesystem::path, so that relative paths and tokens can be used
2021-11-15 13:44:57 +01:00
Malin E
5ae9bfcd14
Fix shouldInvert default value for joysticks
2021-11-15 12:56:38 +01:00
Malin E
f591ba2195
Fix roll for controllers
2021-11-15 11:25:12 +01:00
Emma Broman
3d3db47d76
Small include updates to adapt to inputstate changes
2021-11-12 14:07:07 +01:00
Malin E
3fdae48092
Exchange normalisation property for joysticks to JoystickType
...
* Joysticks can either be "JoystickLike" or "TriggerLike", where the
triggers are normalized and have the deadzone close to -1 instead to 0
* Solves issue with zoom friction not to turn off for controllers
2021-11-12 11:46:17 +01:00