Commit Graph

318 Commits

Author SHA1 Message Date
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
Micah Acinapura 9be88fdea8 added more scale objects and helper file (#2605)
* added more scale objects and helper file

* Update file identifiers

* reworked scale models with node support script

* using url sync for models that need to be updated

---------

Co-authored-by: Alexander Bock <mail@alexanderbock.eu>
2023-04-15 17:26:38 -04:00
Ylva Selling 6e2729b24b Update GUI hash 2023-04-14 18:56:52 -04:00
Malin E 0fb624164b Issue/2272 (#2580)
* Add actions for zodiac constellations + some improvements
* Add fade to actions
* Add fade scripts that is able to take regex identifiers and fade screen space renderables
2023-04-13 21:42:35 +02:00
Malin E d500c93c8e Merge pull request #2550 from OpenSpace/feature/model-opacity
Feature/model opacity
2023-04-13 17:26:22 +02:00
Adam Rohdin 5898b6cd13 procedural_globe now works with GUI.Name again 2023-04-13 16:31:00 +02:00
Malin E a3948e2830 Merge branch 'master' into feature/model-opacity 2023-04-06 13:51:07 +02:00
Emma Broman 36538bf74b Update GUI hash
OpenSpace/OpenSpace-WebGuiFrontend#141
2023-04-06 13:48:33 +02:00
Malin E bb3c9f013e Merge branch 'master' into feature/model-opacity
* Resolve conflicts in shaders for models and modelprojections
2023-04-06 13:43:23 +02:00
Emma Broman 439e4b8f93 Update Gui hash, again 2023-04-06 10:46:16 +02:00
Emma Broman fa4c213d2a Update GUI hash
PR OpenSpace/OpenSpace-WebGuiFrontend#137
2023-04-06 10:20:02 +02:00
Alexander Bock 3379393af7 Harmonize capitalization of action names (#2579)
* Harmonize capitalization of action names (closes #2215)
* Fix confusion between delta time and simulation time (closes #2536)
2023-04-05 17:58:18 +02:00
Alexander Bock 80e2aaf564 Remove whitespaces at the end of files, ' and - characters 2023-04-05 16:58:45 +02:00
Ylva Selling 56dae46e05 Update gui hash 2023-04-04 16:38:49 -04:00
Emma Broman 335ae7ccfd Update gui hash (for #2568 fix) 2023-04-04 22:13:43 +02:00
Alexander Bock a67d407e15 Move the keybindings out of the base.asset and the specific label keybinding out of the default_keybindings 2023-04-03 21:00:00 +02:00
Alexander Bock 1057b369c9 Harmonize the handling of the IsLocal vs Synchronized state of actions (closes #2566) 2023-04-03 10:29:20 +02:00
Alexander Bock 49f305c5bc Add missing registration of planet label keybinding (#2571) 2023-04-03 10:11:27 +02:00
Emma Broman c9a08ba3d6 Update Gui hash
New skybrowser menu look and property owner headers
2023-03-21 13:31:53 +01:00
Emma Broman 3c4e2bdfe9 Update gui hash 2023-03-16 14:46:51 +01:00