Commit Graph

337 Commits

Author SHA1 Message Date
Alexander Bock
397769919d Update the UI hash to make the webui work again 2024-03-20 17:19:50 +01:00
Malin E
8e49847a47 Add two more joystick controller assets 2024-03-18 09:28:43 +01:00
Emma Broman
2323a8ce50 Issue/2985 - Add asset with default cmaps (#3004)
* Allow changing color map during runtime

* Stary building asset with colormaps (currently using local files)

* Add option to invert the color maps

* Remove final use of local viridis file in example and fix broken cmap update

* Use synced resource for colormap files

* Update advanced colormapping example

* Apply suggestions from code review

Co-authored-by: Alexander Bock <alexander.bock@liu.se>

* Update data/assets/util/default_colormaps.asset

* Capitalize first letter of exported keys, to be more consistent with rest of code base

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2024-02-05 15:47:25 +01:00
Emma Broman
84b9f384ce GUI Hash (small style updates) 2023-12-21 15:28:59 +01:00
Emma Broman
7ad27203b5 Update GUI hash
buttons hover style is now consistent
2023-12-21 10:01:25 +01:00
Emma Broman
9c77a12269 Issue/2665 - Show timer for how long time left in camera path (#2980)
* Add a camera path topic and compute remaining time in path

* Remove unused parameter in function

* Include speed scale in estimation of time the path will take

* Includes cleanup and address review comments

* Round instead of ceil, to make countdown reach 0 in most cases

* Update GUI hash
2023-12-20 08:28:07 +01:00
Emma Broman
9897a9fd5a Update GUI hash (issue #2977) 2023-12-14 10:10:40 +01:00
Emma Broman
95e42d5343 Update GUI hash
17af9032d0
2023-11-29 09:40:49 +01:00
Emma Broman
77084147dc Update GUI hash
Fix bugs from functional rewrite: right-click on NumericInput and hover issues with MinMaxRangeInput
2023-11-28 11:36:51 +01:00
Emma Broman
0b23df0d43 Update GUI hash 2023-11-28 10:59:58 +01:00
Emma Broman
94ab3332d0 Update GUI hash to fix optionproperty rendering bug 2023-11-17 13:07:14 +01:00
Emma Broman
639419a51b Issue/1440 - Exoplanet Panel and settings update (#2943)
* Add tags that can be used to set object visibility from UI

* Add module property for hiding/showing orbiting uncertainty disc

* Add tag for 1 AU ring and change color to something that's different from orbits

* Add property for circle color

* Add temporary gui hash for easier testing

* Update modules/exoplanets/exoplanetsmodule.cpp

Co-authored-by: Alexander Bock <alexander.bock@liu.se>

* Update GUI hash to correct commit on webgui master

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-11-15 14:18:04 +01:00
Emma Broman
c54e72136d Update GUI hash again (closes #2908) 2023-11-13 16:08:17 +01:00
Emma Broman
72bb6d3cc4 Update GUI hash
- Rewrite final classes to functional 8c0740c66e
- Fix some things that broke wiht that rewrite
- Update dependencies
- Fix for issue #2893
2023-11-13 15:32:11 +01:00
Alexander Bock
b43a13d39e Merge asset.localResource and asset.syncedResource (#2906) 2023-10-19 11:59:25 +02:00
Emma Broman
247f48058f Update GUI hash (to get double actions update for PR #2872) 2023-09-11 15:47:05 +02:00
Emma Broman
caa9492c42 Update GUI hash 2023-08-22 16:58:39 +02:00
Emma Broman
31b04c1412 Update GUI hash 2023-08-18 16:40:59 +02:00
Alexander Bock
153e71853e Fix up the missing SkyBrowser functions for naming scheme 2023-08-14 15:05:39 +02:00
Emma Broman
add6df05fd Replace some more getPropertyValue function calls (deprecated) 2023-08-07 10:08:21 +02:00
Alexander Bock
57fafe48f4 Rename Lua function to bring them more in line with the function naming in C++ (#2840)
* Rename Lua function to bring them more in line with the function naming in C++
2023-08-05 19:20:08 +02:00
Emma Broman
25451e08e8 Update GUI hash 2023-08-02 15:56:35 +02:00
Emma Broman
3bbe19f56c Update GUI hash 2023-06-15 18:30:08 +02:00
Ylva Selling
5d1882e398 Update gui hash 2023-06-14 10:29:26 -04:00
Emma Broman
8cdffb7090 Update GUI hash 2023-06-09 13:49:07 +02:00
Ylva Selling
1b18db9c2e Update gui hash 2023-06-08 14:54:22 -04:00
Emma Broman
7e53174420 Update gui hash 2023-06-08 14:39:30 +02:00
Emma Broman
fdcddaf1c0 Update Gui hash (small style updates) 2023-06-07 10:46:02 +02:00
Emma Broman
c04b69f472 Update Gui hash (fixes broken OptionProperties) 2023-06-07 10:05:40 +02:00
Alexander Bock
ea5ab3835d Prevent Lua error when trying to load a constellations file that doesn't exist 2023-06-01 09:25:49 +02:00
Malin E
2a3a11d03a Some simplifications to joystick assets 2023-05-31 13:47:01 +02:00
Emma Broman
1f596f515c Update GUI hash (for linting updates) 2023-05-31 10:51:57 +02:00
Alexander Bock
705c898ccd Asset File cleanup (#2713)
* Updating all assets to new coding style
* Cleaning up asset files
* Moving default_actions and default_keybindings files
* Changing procedural globes to explicitly specified globes
* Move Spice loading explicitly to the initialize part and also deinitialize
* Removing unused asset files
  * Removing asset_helper
  * Removing scale_model_helper asset
  * Removing script_scheduler_helper
  * Removing testing_keybindings
  * Remove procedural_globe
2023-05-28 17:23:20 +02:00
Ylva Selling
148d722063 Update gui to fix issue with missions ui with timecaptures 2023-05-25 12:19:57 -04:00
Malin E
decbd33f81 Merge pull request #2702 from OpenSpace/issue/2647
Issue/2647
2023-05-23 09:41:29 +02:00
Malin E
a9f869642a Small clean up 2023-05-17 11:34:31 +02:00
Malin E
ec15624ab0 Remove unused Roll Y movement for camera 2023-05-17 11:12:18 +02:00
Malin E
6ce55400d1 Enable reversing of movement for joystick axes 2023-05-17 10:14:47 +02:00
Ylva Selling
dfac59e353 Update GUI 2023-05-15 15:34:05 -04:00
Ylva Selling
77ba366445 Update GUI 2023-05-09 12:44:06 -04:00
Ylva Selling
0ae1cbee5e Update to new GUI 2023-04-27 12:57:09 -04:00
Ylva Selling
8c3fd55fb5 Update to new GUI 2023-04-27 11:59:23 -04:00
Ylva Selling
bba5fe6eaa Update gui hash for new documentation topic 2023-04-26 17:39:38 -04:00
Micah Acinapura
5ea6f1d21c handled underscore and period special in c++ for cef bug; also remove… (#2643)
* handled underscore and period special in c++ for cef bug; also removed F5 special code and changed to keybinding; closes #853; closes #896

* removed extra line

* fix formatting from review
2023-04-26 08:22:48 -04:00
Emma Broman
1762bec1c2 Make the Enabled properties advanced, show in GUI, and change name
Update GUI hash to show enabled property
2023-04-25 11:29:41 +02:00
Emma Broman
c1821f3e6f Update GUI hash 2023-04-21 15:48:04 +02:00
Micah Acinapura
a89396deea update guihash for feedback link 2023-04-17 14:24:47 -04:00
Ylva Selling
08faa96f9d Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2023-04-17 12:46:54 -04:00
Ylva Selling
012905fbaa Update GUI hash to fix for worldwide telescope resizing 2023-04-17 12:46:41 -04:00
Alexander Bock
10903926d7 Update Launcher images 2023-04-16 23:33:05 +02:00