Commit Graph

11010 Commits

Author SHA1 Message Date
GPayne 5518492c4d Fix for correctly handling horizons vector header on linux 2023-06-06 23:19:49 -06:00
Ylva Selling 3414dc5ed5 Include link to resource wiki in all video assets 2023-06-06 15:08:41 -04:00
Ylva Selling 2d96699401 Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2023-06-06 12:00:36 -04:00
Ylva Selling d67c6387b1 Update all video assets to use local resource video 2023-06-06 12:00:32 -04:00
Alexander Bock c78b41c645 Use the drawing resolution in the case of non-linear projections correctly (closes #2745) 2023-06-06 17:17:17 +02:00
Alexander Bock 5a47b20983 Fix triton layers 2023-06-06 17:16:05 +02:00
Alexander Bock f46110474a Fix parsing issue with offline profile 2023-06-06 15:40:19 +02:00
Alexander Bock 022298302b Set correct TilePixelSizes for remaining height layers 2023-06-06 15:38:48 +02:00
Alexander Bock 04871e5a06 Change MipMapping of tiles to Linear interpolation 2023-06-06 15:33:28 +02:00
Alexander Bock 14c02a85ce Add the ability to provide a random background image to TileIndexTileProviders 2023-06-06 15:33:13 +02:00
Micah Acinapura 892b1a35bb offline profile, moon and mercury textures (#2741)
* offline profile, moon and mercury textures

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-06-05 13:59:10 -04:00
Micah Acinapura fbbf495976 Night Sky feedback and triton texture (#2740)
also adds new Lua function openspace.toggleFade

* updating nightsky feedback

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-06-05 13:53:30 -04:00
Micah Acinapura 2c79ee5946 fixing model scale for dwarf planets (#2742) 2023-06-05 12:57:55 -04:00
Micah Acinapura a1090a09bc disabling new horizons labels by default (#2744) 2023-06-05 12:57:29 -04:00
Alexander Bock 25292cef76 Disable too agressive culling of renderabletrails for now (closes #2653) 2023-06-03 13:42:13 +02:00
Alexander Bock a77a3e6156 Don't use the advanceTime function in the loading stage of an asset (closes #2739) 2023-06-03 11:36:35 +02:00
Alexander Bock c687ee6ace Start the JUICE with the field of views disabled 2023-06-03 02:51:14 +02:00
Alexander Bock 5abe86bc76 Fix for loading lagrange points in JWST profile on Windows 2023-06-03 02:51:00 +02:00
Alexander Bock 9d5e50d930 Ensure that the geometry has the animation enabled (closes #2731) 2023-06-03 02:50:39 +02:00
Alexander Bock 1bb36635c6 Don't clear script documentation with every script that gets loaded (closes #2732) 2023-06-03 01:30:19 +02:00
Adam Rohdin e8ffaaa49c Added actions for hiding/showing major moons and their trails (closes #2675) 2023-06-03 00:46:58 +02:00
Adam Rohdin e5a296be28 Updated orbital period for Triton 2023-06-02 15:39:36 +02:00
Adam Rohdin 2e060e09bd Fixes crash when calling openspace.getProperty() with only a tag 2023-06-02 11:49:20 +02:00
Alexander Bock 3727d5ad71 Add new action to toggle dwarf planet visibility (closes #2674) 2023-06-01 10:45:41 +02:00
Alexander Bock 0c49bcf027 Prevent crash when trying to set UIntProperties using Number type (closes #2720) 2023-06-01 09:26:41 +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
Adam Rohdin 7c36029ec4 Merge pull request #2727 from OpenSpace/issue/2726
Moved calculations for bounding sphere to only be executed during a fullSweep
2023-06-01 08:43:32 +02:00
Adam Rohdin 22e7657486 Merge pull request #2725 from OpenSpace/issue/2724
Switched multiple OpenGL calls to a single call for better efficiency
2023-06-01 08:41:14 +02:00
Adam Rohdin 7bcc7073fe Removed unused variable and changed pointer initialization 2023-06-01 08:40:11 +02:00
Alexander Bock 7d1f3bfa37 Update Digital Universe catalogue (#2729) 2023-06-01 07:52:20 +02:00
Adam Rohdin 781b114d29 Moved bounding sphere calculations for better performance 2023-05-31 15:45:00 +02:00
Malin E 2a3a11d03a Some simplifications to joystick assets 2023-05-31 13:47:01 +02:00
Alexander Bock 82d47df9fb Use currect default value for startPlayback function 2023-05-31 11:37:26 +02:00
Emma Broman 1f596f515c Update GUI hash (for linting updates) 2023-05-31 10:51:57 +02:00
Adam Rohdin 6dcd3dfcdd Switched multiple OpenGL calls to single a call for better efficiency 2023-05-30 20:35:55 +02:00
Adam Rohdin b4337e8188 Merge pull request #2721 from OpenSpace/issue/2682
Tile with only "noDataValue" no longer reports as status Failure, instead it just reports tile as unavailable.
Due to this change Tiles with only "noDataValue" won't get re-added into the job queue forever.
2023-05-30 20:26:53 +02:00
Gene Payne 384f1e5530 Issue/2531 (#2719)
* Added ability to enable gui-on-first-window checkbox
* Added selection for rendering for first window if in gui-only mode
* Improvements to combo box selection for graphics on first window
* Code to save to file when first window is set to UI with mirroring other
* Code for importing details for gui on first window from config
* Some viewport element comparison code
* More viewport element import code comparing values for first window
* Added a field in sgct config to mirror render of window to gui window
* Implemented first gui window mirror rendering with feedback in editor
* Fixed window config combo box index callback bug and other improvements
2023-05-30 11:30:47 -06:00
Adam Rohdin 8b044f823f Tile with only "noDataValue" no longer reports as status Failure
Due to this change Tiles with only "noDataValue" won't get re-added into the job queue forever.
Solves issue where height data did not display for underlaying heightmaps.
2023-05-29 16:24:11 +02:00
Emma Broman 181122d188 Make RenderableType property readonly 2023-05-29 14:19:06 +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
Alexander Bock 0eb86d2c57 Fix capitalization of example video 2023-05-26 23:24:07 +02:00
Alexander Bock 1d7b6d2d8c Correctly reset the OpenGL state after rendering text in a tile to prevent flickering when tiles update 2023-05-26 23:23:05 +02:00
Ylva Selling 729febbb7a Merge branch 'master' of https://github.com/OpenSpace/OpenSpace 2023-05-26 12:31:27 -04:00
Ylva Selling c13747bb9c Add tiny resolution video to local resource video example 2023-05-26 12:31:23 -04:00
Emma Broman 0a5c43ba6b Update exoplanets data (closes #2450) 2023-05-26 17:01:56 +02:00
Malin E ff805d334f Fix issue with atmosphere rendering on top of spheres 2023-05-26 16:34:38 +02:00
Malin E 6f8245d9cb Fix issue with atmosphere rendered on top of video plane
* Issue still persists with video sphere and regular sphere
2023-05-26 11:23:09 +02:00
Alexander Bock ed083494ed Update Ghoul to be able to fix pixel alignment (closes #2428) 2023-05-26 10:43:08 +02:00
Alexander Bock 842f991f8b Remove the explicit check for No Data Available tiles as the new ESRI server won't return those anymore (closes #2593) 2023-05-26 00:00:38 +02:00
Alexander Bock fd5d453913 Add the option to not wait for tile loading for cases when the WMS server is misbehaving 2023-05-25 23:17:29 +02:00