OpenSpace Versions Save

This is the official GitHub repository for OpenSpace: an open source astrovisualization project. For instructions on how to build and run OpenSpace, see the Getting Started Guides on the wiki page at http://docs.openspaceproject.com

releases/v0.16.0

7 months ago

Features

  • Add new 'Profiles' feature that replaces the *.scene files with a more descriptive format that enables editing with a graphical user interface
    • Added a more rigorous way to specify the delta times in a profile (#1285)
    • Added new user interface for editing Profiles and selecting which profile and configuration to use at startup
  • User interface improvements
    • Added new user interface for adding Exoplanets (#1304)
    • Added new user interface panel to remote control an OpenSpace instance. This panel is only shown when connecting to a running OpenSpace instance via an external browser by going to localhost:4680
    • Added a button to the user interface to step between delta times from the Date/Time panel
    • Added information icons to the user interface that show the information stored in the Meta field of the assets
  • Large performance improvements across the software (loading time and rendering) (#1270, #1271)
    • Horizon translation files are now cached between starts of OpenSpace, improving the startup time (#1185)
  • Fixed the code so that it can be compiled and run on MacOS again
  • Added the ability to step between delta time steps using the arrow keys (#1174)
  • Automatically bind the negative delta time key by using the "ALT" key. For example if "Shift+5" is mapped to a delta time of 30, "Alt+Shift+5" will automatically be bound to -30.
  • Added a new field to assets and profiles that contains meta information about the asset, such as license information, author information, and additional description
  • Added the ability to change the focus node without resetting the cameras velocity (#1276)
  • Session recording improvements
    • Added the ability to have # deliminated comment lines in the session recording file for use in scripting
    • Introduced a breaking change by changing the binary folder of the session recording from using a 64bit script length to a 32bit script length. All session recordings will automatically be converted without the need for user action. The converted session recording file will be stored in the recordings folder
    • Added osrec and osrectxt extension to session recordings
    • Provided a Task that converts text-based session recordings to binary and vice versa
  • Added a property in the RenderEngine to be able to soft-cap the framerate without restarting OpenSpace
  • Added an alternative location for the sync folder to the openspace.cfg file that tries to find a OPENSPACE_SYNC environment variable. If such a variable is set, it is used for the location of the sync folder, making it easier to reuse sync folders between OpenSpace installations
  • Added a new Native-GUI (ImGui) component to load planetary labels from NASA GIBS
  • Added a property that disables joystick input to prevent erratic input on startup (#1370)
  • Added the ability to skip a range of screenshots when rendering out a long sequence
  • Added the ability to vertically offset the screenlog so that it is not covered by the user interface
  • Added the ability to change the screenshot folder at runtime (#1172)
  • Enabled OpenGL debug context by default for now to prevent large frame stuttering until a more permanent solution is implemented
  • Added a notification when OpenSpace is compiled with Tracy support (#1189)
  • Updated the CFITSIO library
  • Updated the GLFW library

Content

  • Added a method for dynamically adding all known Exoplanets to the scene (#919, #1303)
  • Split up all provided globebrowsing layers into individual assets such that they can be loaded/ignored by a Profile UI (#1259)
  • Added a polygonal model of the Orion Nebula
  • Added the C/2019 Y4 comet to the astroids scene (#1201)
  • Added trimmed-down version of the Voyager/Pioneer trails that omit the models
  • Updated James Hedberg's constellation images (#1263)
  • Added shadowing of Jupiter's main moons onto Jupiter (#1426)
  • Removed the multiple lookback perspective viewpoint CMB representations out of the cmb.asset and into their own asset file which no longer gets included by default in the base.asset
  • Updated the keys for the slide deck example from Left/Right/Up to KP_4/KP_6/KP_0 to not collide with the new delta time keys (#1320)
  • Added missing tags to the Pluto system (#1319)
  • Removed the "L4 G1SST" Earth layer with the "GHRSST L4 MUR Sea Surface temperature" (#1204)
  • Added an explicit digitaluniverse.asset file that is used in the base.asset instead of the previous requireAll function call (#1398)

Content Creation

  • Removed the asset.request in favor of only using asset.require (#1280)
  • Unify the usage of the color + transparency/opacity for all renderables (#1196)
  • Added a new radial grid in addition to the rectangular that already existed (#733)
  • Added the ability to use linear interpolation in a color map for the RenderableBillboards
  • Added a new function to procedurally create a grid without needing to create a SPECK file first (#733)
  • Added the ability to render out the current recording time during a session recording
  • Added a BoundingSphere parameter to SceneGraphNodes to manually specify a bounding sphere radius for objects that can't compute one automatically (#1238)
  • Made the LabelText in RenderableLabels optional (#1237)
  • Added the ability to toggle planets in the customization/globebrowsing.asset (#1392)

Bugfixes

  • Fixed issue where the normals of the ISS would look wrong in Fisheye rendering
  • Corrected the orientation of the digital universe's radiosphere (#1223)
  • Fixed issue where the trails would not show up properly when intersecting an atmosphere (#1217)
  • Fixed issue where the eclipse shadow would not scale when the shadowing body is enlarged (#1160)
  • Fixed issue that would prevent Earth from rendering with multiple Night-side layers (#1323)
  • Fixed an issue that would cause flickering of planetary atmospheres when the milky way sphere was disabled (#1360)
  • Fixed an issue where the camera would become invalid when selecting a linear flight distance of 0 (#1329)
  • Fixed error with capitalization of maps on Mercury that prevented them to be loaded on operating systems that care about capitalization (#1260, thanks John Riedel)
  • Fixed the wrong printing of error messages when loading a completely fine astroid dataset
  • Fixed an issue in curved-scree nrendering where the DigitalUniverse representations would change size when moving to the corner of a projector (#1354)
  • Corrected the size of Phobos and Daimos
  • Fixed an issue where the speed of the linear flight was not taking the framerate into account (#1369)
  • Fixed flood of warnings when trying to enable accurate normals for planetary surfaces without a heightmap (#1421)
  • Fixed the name of Kerberos' trail
  • Fixed a crash when setting the point-spread function texture for stars to a file that didn't exist (#1222)
  • Fixed a bug that caused the highest resolution map layer on planetary bodies to be ignored
  • Fixed bug that prevented labels from appearing (#1278)
  • Various fixes to make OpenSpace compile and run in Linux-based operating systems
  • The ISS is not correctly cleaning up after itself (#1318)
  • Fix issues with the SPOUT transmission of the rendered image
  • Fixed issue that would lead to the wrong height being used in the LuaConsole (#1375)
  • Fixed a warning that would appear when trying to switch to a non existing slide deck image with 0 interpolation time (#936)
  • Fixed issue where the extension of screenshots would be missing in some cases
  • Fixed UI bug where it would show -1sec/sec as "Realtime"
  • Fixed issue where OpenSpace would warn about an empty folder when loading the customization/globebrowsing.asset
  • Fixed issue where the 'swiftshader' folder in the bin folder would appear recursively

Breaking Changes

  1. The previous loading of *.scene files is no longer officially supported. The suggested mitigation is to recreate the scene files using the new Profile editor or manually converting the .scene files into .profile files. For logic that was previously performed in a scene file, we recommend either (a) adding a new .asset file with that logic as the last asset in the profile or (b) provide that logic in the Additional Scripts section of the Profile. Please note that the delta time keys are no longer bound manually in the file, but should be specified in their Delta Times section of the Profile instead. That will cause them to be bound to the expected number keys also also bind the negative version to the ALT key. For example if "Shift+5" is mapped to a delta time of 30, "Alt+Shift+5" will automatically be bound to -30.
  2. The handling of colors in the asset files and scripts has significantly changed. Where previously some assets would use an (RGBA) 4-vector to combine the opacity and the color, this is now separated. All colors are only specified using an (RGB) tuple and an additional Opacity value that specifies the opacity of the object. Additionally, all instances of Transparency were converted to Opacity. Additionally, the ScreenSpaceRenderable classes were using "alpha", which has also been renamed to "opacity"
  3. The asset.request function was removed in favor of asset.require. All use cases of asset.request can be achieved by calling asset.require instead
  4. Joystick input has been disabled by default and needs to be reenabled through a property in the NavigationHandler, if so desired. The unexpected input of non-calibrated joysticks was jarring for a number of users and we feel that the default behavior should be to ignore joystick inputs

New Software

The team has been working hard on providing a tool to start OpenSpace in distributed environments where it might be cumbersome to start OpenSpace (or any other application) manually on each computer. See the C-Troll application (https://github.com/c-toolbox/c-troll) for more information.

releases/v0.16.1

7 months ago

Features

  • Added Drag and Drop support for images and assets (#1497)

Content

  • Added USGS WMS layers for Phobos and Deimos

Content Creation

  • Added missing documentation for RenderableOrbitDisc
  • Added the ability to use single radius for SizeReferenceTileProvider (#1562)
  • Fixed an issue with the example asset for spheres

Bugfixes

  • Fixed the keybinding-related loading error in the newhorizons and mars profiles
  • Fixed an issue that would add too many delta time step keybindings (#1445)
  • Fixed a crash that could occur when trying to reload the in-game browser twice in quick succession
  • Fixed an issue where the joystick input was completely ignored in the deadzone and cause erratic behavior (#678)
  • Fixed an issue where the milkyway sphere would not fade out correctly
  • Fixed an issue where the labels of the grids would not be aligned correctly towards the camera (#1542)
  • Fixed problems that prevented the 'gui_projector.xml' and 'spherical_mirror.xml' from working
  • Fixed an issue that prevented the ESRI Local Set DEM from showing up
  • Prevent the change of renderbins for overlay renderables, causing incorrect behavior for transparency (#1519)
  • Fixed issues with the Pioneer model and updated identifiers to allow SPICE and Horizons versions to coexist (thanks Dan Tell)
  • Fixed an issue where the slide deck functionality was no longer working (#1441)
  • Fixed an issue where the Deep Sky Objects were scaled incorrectly by a factor of 1e6 (#1452)
  • Fixed a bug that prevented the correct showing of color properties
  • Fixed an accidental commit in the globebrowsing customization asset
  • Fixed a bug that caused the item velocity dashboard item numbers not to show correctly
  • Prevent a crash when reloading a renderable that only has a label, but not data
  • Prevent a crash when trying to query the renderable of scenegraph nodes that don't exist
  • Don't produce OpenGL performance warnings on Intel chips, leading to noisy logs

releases/v0.19.1

8 months ago

Features

  • Add the ability to show a border around ScreenSpaceRenderables
  • Add a trigger property to delete a GeoJSON component
  • Added the option to disable roll and zoom for during interaction (#2866)
  • Add the ability to specify the angular size of the Sun in the atmosphere
  • Add the ability to fade in and out RenderableFieldLinesSequences

Launcher

  • Update example in openspace.cfg to use correct pos instead of windowPos

User interface

  • Prevent checkbox from shrinking for profiles with long name (#2804)
  • Fix issue where user interface icons would not show up when starting OpenSpace without an internet connection (#2794)
  • Fix issue so that objects are only disblaed on fade to 0 if the checkbox was actually clicked (#2873)
  • Revert the accidental style change of the settings buttons causing them to be darker

Content

New Assets/Profiles

  • Add mission file for the JUICE mission (#2823)
  • Add a new asset showing the eclipse shadow cone in the Earth/Moon system
  • Add "mission" file giving access to all eclipses between 1900 and 2100
  • Add new asset showing a text marker for the Moon (#2831)
  • Add radial grids showing a comparison between the Earth ecliptic plane and the Moon's orbital plane
  • Add GeoJSON files showing the paths many eclipses of this century
  • Add an asset that shows the corona of the Sun during the last US eclipse in 2017

New Profiles

  • Add a new eclipse profile with new assets

Updates to existing Assets/Profiles

  • Update faulty tags for Charon and update other Pluto Moon tags for consistency

Content creation

  • Add a new Renderable to show the shadow cone between two celestial bodies

Lua

  • Add new function that resets the camera back to the start position (#2825)
  • Add new function to remove all loaded assets (#2812)

Bug Fixes

  • Fix issues that would prevent scripts from being executed twice in a dome environment, that would break stateful actions (#2872)
  • Fix an issue where the start time would not be set correctly when starting a profile paused (#2826)
  • Fix crash when trying to start a profile with a navigation state camera settings
  • Fix issue where scripts from the Additional Scripts dialog would not be added in the order of the list, but in selection order instead (#2862)
  • Fix issue where the Sun and Moon were not layered correctly during an eclipse
  • Fix issue where the Apollo 17 insignia would not show up correctly
  • Fix issue with fisheye configurations created through the window configurator (#2818)
  • Fix issue where a non-square image would be shown at a wrong aspect ratio (#2815)
  • Prevent crash on AMD cards when trying to upload textures with MipMapping enabled (#2843)
  • Fix potential crash in the RenderableShadowCylinder
  • Fix issue that would ping the camera to infinity when trying to jump to an object with a bounding sphere of 0
  • Fix issue that prevented the action to hide all constellation lines from working
  • Improve quality of error messages when loading illformed GeoJSON file
  • Fix issue where trying to include an invalid image as a screenspace image would produce infinite error messages
  • Fix issue where transparency for movies would not work (#2792)
  • Fix issue that would cause GeoJSON rendering from not working on some graphics cards
  • Make the loading of GeoJSON files more flexible by allowing .json files (#2797) and allowing null geometries that will no longer fail, but instead produce an error (#2811)
  • Update offline Mars map to fix 180 degree offset
  • Fix potential crash when no shadow caster was specified in an eclipse scenario
  • Fix issue that would cause many scene graph nodes from now being deinitialized correctly (#2851)
  • Fix crash when flying to navigation state with non-existing anchor
  • Prevent crash when the cache folder is left in an inconsistent state after the application closes (#2850)
  • Prevent rendering errors in the galaxy rendering when minimizing the window (#2852)
  • Fix crash that would occur when trying to delete an asset that is also a root asset
  • Fix issue that prevented the Voyager 1 and 2 trails from showing up
  • Fix issue where the educational asset of the Statue of Liberty was located at the wrong place (#2787)
  • Fix issue that would be raised when trying to create an identifier from non-ASCII characters
  • Allow negative values for KeplerTranslation that wrap around correctly (#2784)

releases/v0.19.0

11 months ago

Features

  • Add the ability to customize the complexity of the user interface by choosing the visibility level of settings to determine how many of the properties are visible. The visibility settings can be set from the openspace.cfg file or by specifying an environment variable OPENSPACE_LEVEL. (#166)
  • Toggling objects in the scene menu will now fade them in and out over a given time, rather than toggling them instantaneously. The default duration can be changed in the Setting / OpenSpace Engine / Fade Duration (#1827)
  • Add the ability to add videos to globes, sphere, and planes. The videos can be played back at their native speed or stretched to cover arbitrary time ranges. The data/asset/examples/video asset files include examples of how to use this feature. (#2608)
  • A complete redesign of the documentation generated by OpenSpace. The new documentation now includes more information, is a lot easier to navigate, and includes links to other important sources of information. It can be found in the same location as before under documentation/index.html (#2604)
  • Include a new technique to display GeoJSON files on globes. This feature can be used to render line strips and polygons onto the surface of any planet. (#2595)
  • Add a new GUI for ongoing missions that provides information about mission duration and milstones. This is a first step towards making mission profiles more accessible to users without prior knowledge (#2603)
  • Add a new user interface that can be toggled through the ... menu in the bottom right that is a Getting Started Tour to teach new OpenSpace users how the navigation system works and how to operate the different settings in the menus (#2189)
  • Replace the previous caching method for GlobeBrowsing layers with an MRF-based cache. This allows the caching of any remote layers locally on the computer. (#929)
  • Fade out stars and other objects in atmosphere during daylight (#1148)
  • SkyBrowser
    • Add the ability for the image inset to have both sharp or rounded corners (#2029)
    • Add the ability to the Skybrowser to drag and drop images to change their order in the viewer
    • Add the loading of a hash for WWT image files and automatically force a redownload of the files if the hash has changed
    • Move the wwtdataimages location into the sync folder (#2115)
  • Various performance optimizations
    • Move calculations for bounding sphere to only be executed during a full sweep, which improves overall performance (2726)
    • Switch multiple OpenGL calls to a single call for increased efficiency in the asteroid rendering (#2724)
    • Improve the performance of the SkyBrowser for both rendering and image loading
    • Add a property to make it possible to set if the browser display copies should animate while the target is moving (#2773)
  • Add the ability to instantaneously jump to the end point of a path (#2568)
  • Add the ability to fade out a model that consists of multiple components (#2550)
  • Add the ability to provide both minimum and maximum distances in which the camera can be relative to the current focus node. This also adds the ability to disable the limit entirely (#2570)
  • Add the ability to select individual constellations (#1682)
  • Add support for other file formats for general pertubation information, in particular OMM KVN style (#1778)
  • Add the ability to disable the automatic slowdown when the camera approaches the surface of a planet in order to provide a flight that has a constant linear velocity (#2150)
  • Add the option to invert the direction of the camera during an idle behavior. This can be achieved both through a separate property that inverts the direction and also by allowing negative speed factors (#2379)
  • Add new configuration file that also adds 3D graphics to the UI window (#2530)
  • Enable highlighting of lines in grids (#1683)
  • Automatically abort an ongoing shutdown when interacting with the mouse or the keyboard (#2393)
  • Add the ability to disable mouse input (#2361), zoom and roll for touch interaction, and keybindings (#2238)
  • Expose the ambient intensity lighting value for globes as a property
  • Add the ability to configure the Console key through the openspace.cfg (#2573)
  • Add an enable/disable property to toggle the use of a TimelineRotation (#1607)
  • Expose the SGCT statistics information through a property in the RenderEngine (#2195)
  • Update Spice repository

Launcher

  • Add info tooltips to profile dropdown
  • Add the ability to edit previously created configuration files through the editor (#2574)
  • Changes to the configuration editor with regards to the behavior of the GUI portion of the window and the 3D rendering. There is now a combobox in the editor to specify how the different windows should behave (#2531)
  • Option to specify a scene graph node in profile editor camera dialog to start the camera at the given scene graph node (#2227)
  • The properties panel now makes use of the script log dialog (#2253)
  • Allow the script log dialog to return multiple scripts
  • Replace profile actions/keybind editor button with single close button (#2497)
  • Rename "Keybindings" panel to "Actions & Keybindings" (#2363)
  • Add the ability to open a different scriptlog file when changing the additional scripts (#1545)
  • Reduce the forced height of the asset editor, making it possible to resize the editor to increase legibility on low resolution displays (#2547)
  • Remove explicit specification of read-only profiles and read-only configuration files. Now every profile and configuration file that is not in the user folder is read-only
  • Increase the size of the configuration boxes in the launcher to make files with long names easier to read (#1785)
  • Add a display of the version number in the bottom right of the launcher (#2365)

Content

New Assets/Profiles

  • Add layer files that use the new AMNH-based WMS server (#2451)
  • Add objects that can be used to show the scale of other objects, for example the Eiffel Tower, the Statue of Liberty, the Golden Gate Bridge, etc (#2273)
  • Add new offline profile that can be used without internet access (#1714)
  • Add top dwarf planets (#1712)
  • Add Ceres in dwarf planet folder (#2260) (#2261)
  • Add assets for the Shepherd moon group of Saturn system (#2157)
  • Update existing outer planets SPICE Kernels and adding new moons to outer planets (#2556)
  • Add Itokawa model (#1264)
  • Add v3 WAC layer for the Moon (#886)
  • Add a new empty profile "empty.profile" that can be used as a starting point for custom profiles

New Profiles

  • Add a new profile showing ESA's JUICE mission (#2155)
  • Add new profile to show the Artemis-1 mission (#2597)

New Maps

  • Add new 99.5% coverage CTX layer for Mars
  • Add new layer for the moon of Triton using Voyager2 information (#2198)
  • Add new Mosaic layer from the Lunar Orbiter Mosaic
  • Add a new combined clouds-magellan layer for Venus (#1534)
  • Add a combo layer that shows the NOAA20 VIIRS layer and transitions to the ESRI ground layer (#2538)

Updates to existing Assets/Profiles

  • Data Updates
    • Update the data from the exoplanets archive (#2450)
    • Update Digital Universe catalogue (#2729)
    • Update small solar system body assets to use updated Horizons data (#2614)
  • Action updates
    • Harmonize capitalization of action names (#2579)
    • Move actions defined in profiles into assets to increase their reusability (#2408)
    • Add actions for minor moons (#2476)
    • Add new actions to show the zodiac constellations (#2272)
    • Add action to control the global lighting of all globes (#2494)
    • Add new action to toggle dwarf planet visibility (#2674)
    • Add new actions for hiding/showing major moons and their trails (#2675)
  • Rename ISS scene graph node and remove the previous ISSPosition node (#2245)
  • Create labels for all moons and grids (#1486, #1244)
  • Create a better organization for moons of gas giants by introducing subgroups #2609
  • Add lighthour grid to Digital Universe, and light minute and light second grids to Earth (#2439)
  • Move Gaia and JWST from missions to new telescopes folder
  • Update all assets to a new consistent coding style (#2713)
    • Moves default_actions and default_keybindings asset file locations
    • Change procedural globes to explicitly specified globes
    • Remove unused asset files, asset_helper, script_scheduler_helper, testing_keybindings, and procedural_globe
  • Move the Milky Way Image and arm labels from /Universe/Galaxies to /Milky Way
  • Some simplifications to joystick assets and enable reversal of axes
  • Show animation in example asset modelshader.asset
  • Set default settings for blue marble height to make it look similar to the ESRI terrain layer (#891)
  • Change layer name/description to match image cloud image for the BlueMarble clouds (#2285)
  • Update the Ipac example asset
  • Remove luastatemachine example asset as it was superseded by the new native statemachine introduced in 0.18.0 (#2193)

Profiles

  • Asteroids
    • Disable most objects in the asteroids profile at startup (#2477)
  • Bastille Day
    • Add more explanation about the static magnetosphere
    • Resetting the CME loop also sets the delta time to 1 in the bastille profile (#2516)
  • Juno
    • Update Juno kernels
  • JWST
    • Add trail that co-revolves with L2 around the Sun (#2220)
    • Change terra layer to viirs20 in the jwst profile (#2631)
  • Messenger
    • Switch MessengerTrail to RenderableTrailTrajectory in order to match start/end times, and add corresponding sample interval (#2292)
    • Remove camera lighting from Messenger spacecraft
  • New Horizons
    • Update sample interval for New Horizons trail
    • Disable New Horizons labels by default (#2743)
  • Rosetta
    • Add scheduled scripts to enable shading outside of image acquisitions for the rosetta profile (#2514)
  • Voyager
    • Add tags to Voyager models in assets

Content creation

  • Add the ability to start a profile paused (#2228)
  • Add new dashboard item to show elapsed times (#2234)
  • Move the keybindings out of the base.asset and the specific label keybinding out of the default_keybindings
  • Remove the exoplanets and skybrowser module specifications from base_blank. Add the skybrowser and exoplanet module specifications to base asset
  • Add events when paths are started or finished (#1834)
  • Add events for when renderables are enabled/disabled that can be used to link renderables together (#2132)
  • Add a new portrait window config (#2383)
  • Add a new dashboard item that shows the state of input devices (#2415)
  • Make the argument in asset.localResource optional. If nothing is provided, then the path to the current directory that the asset is located in is returned
  • Make the numeric value of the model scale a property allowing the size of models to be adjusted at run-time
  • Add the ability to use integer NAIF IDs in a SpiceTranslation
  • Add the ability to pass a boolean value into the asset.require function that gets passed into the loaded asset as a enabled property (#1279)
  • Add property that contains the list of all compiled modules (#1021)
  • Make it possible to individually set the base radius for RenderablePrism shape which can be a cone, a pyramid, or any other shape
  • Add new property to the IndexSequenceTileProvider that shows the number of available images in a sequence (#2688)
  • Add a missing dimensions property to the screenspace browser
  • Add option to specify an offset distance for the start and end points of the RenderableNodeLine (#2483)
  • Remove unused Roll Y movement for camera
  • Add the ability to provide a random background image to the TileIndexTileProvider
  • Add an option to the HttpSynchronization to automatically unzip downloaded files (#1852)

Lua

  • Add the ability to pass a script to the setPropertyValue function that is called after interpolation has finished
  • Make it possible to trigger camera path with zero duration
  • Add function that creates a valid identifier from any string
  • Add function to load CSV file, utilize new function to correctly load bookmark values (#2124)
  • Update documentation for setPropertyValueSingle with all available easing functions
  • Add the ability to move globe layers based on their name (#2411)
  • Changes to the addCustomProperty function to restore functionality and make it more useful (#2433)
  • Add function to target the previous and next interesting focus node
  • Add function to return a list of all defined tags
  • Add function that returns information about the current OpenSpace version (#2136)
  • Add some helper scripts to modify property values (appendToList, add, invertBoolean)
  • Add functions to get distance to bounding and interaction sphere
  • Add function to get the current distance to the focus object
  • Add function that resets the screenshot index of the current session back to 0

Bug Fixes

  • Fix for the issue that prevented inputting underscores and period characters in the WebUI (#853, #896)
  • Fix an issue that caused a subsampling of the height map on planets (#2472)
  • Correctly show all points, including the proper end point for a RenerableTrailTrajectory (#2540)
  • Fix a bug that would cause 8 bit grayscale images showing up in red colors (#2330)
  • Fix an issue that caused the adding and removing of assets to happen in different orders on Windows and Linux (#2513)
  • Fix an issue where the behavior for a GUI window and a separate render window was causing the UI to disappear (#2372)
  • Use correct FOV calculations to handle portrait or landscape windows (#2546)
  • Disable too aggressive culling of RenderableTrails that caused some trails to not render at all (#2653)
  • Move model loading code to initialiseGL which caused models to sometimes load without textures (#1838)
  • Prevent crash when moving to an early date in the JWST profile (#2617)
  • Fix issue where whitespaces in bookmark locations would cause a loading failure by replacing them with underscores
  • Properly report an error when an .info file is missing the identifier, preventing the addition of a layer without one (#2490)
  • Fix an issue that caused multiple viewports and stereo rendering to not render correctly and prevent overlays on windows and viewports (#2542, #1645)
  • Make the local bookmarks file print their error message if they fail and continue evaluating the file (#1483)
  • Only reject major version changes in the JPL Horizons interface and allow minor version changes (#2507)
  • Fix an issue where property owners would show the identifier and not their name in GUI (#2521)
  • Check for invalid indices in the Gaia stars to prevent crashes in the gaia profile (#2495)
  • Prevent an infinite loop when extracting invalid commandline arguments when starting OpenSpace from the commandline (#2349)
  • Fix bug where triggering an action via keybinds would not work
  • Do not crash when trying to add assets with invalid path (#2299)
  • Fix issue that would cause actions in the Action panel to not be sorted based on their name or identifier
  • Make the travel indicator take floating point length values smaller than 1 (#2459)
  • Fix a bug in the gamma correction of dark screen-space renderables (#2776)
  • Fix issue that would cause some GlobeBrowsing Lua functions to not be documented correctly (#2732)
  • Fix an issue where it was not possible to set the WebGUI port from the openspace.cfg file (#2279)
  • Fix issue that caused a mask file in SGCT config to not load correctly (#2370)
  • Fix crash when calling openspace.getProperty() with only a tag
  • Remove unintentional default value for skybrowser/exoplanet module enabled property that would cause them to show in the UI even though they are disabled #2464
  • Fix an issue where the Constellation selection did not apply to labels (#2382)
  • Fix drag-drop error for the interesting nodes panel when trying to rearrange the list in the profile editor (#2346)
  • Correctly parse SSSB files that use an integer, rather than a floating point, epoch (#2551)
  • DashboardItem now listens to parameter 'enabled' in constructor
  • Fix issue where the GUI allows, and then crashes, when a numeric input field has NaN value (#2452)
  • Fix issue with some action folders in the Action panel not being clickable (#2467)
  • Fix issue where we would use the SSB position instead of the Sun position in light sources (#2223)
  • Add special case to the string tokenizer for "Keypad +" which caused an issue binding an action to that key (#2358)
  • Do not render RenderableTrailTrajectory if the time is exactly the start time, which causes a crash (#2314)
  • Prevent a crash in the SGCT Editor when trying to add more than 2 windows on a computer with only 1 monitor
  • Various precision fixes for camera paths that caused erratic behaviors (#2212)
  • Move the Lua Console updating into the actual postSyncPreDraw function so that it gets called accurately when GUI windows are present (#2141)
  • Fix crash when a profile would contain an empty profile line
  • Remove the flickering that would occur during TileIndex tile provider loading
  • Check for illegal keywords in the header of Speck files to detect invalid files (#2549)
  • Provide a proper error message when trying to overwrite a hidden profile (#2575)
  • Add more description to the --config command when starting OpenSpace on the commandline
  • Provide informational text in the actions panel if the user tries to create an illegal identifier (#2289)
  • Show error message when trying to save navigation state to an invalid file path rather than failing silently (#2508)
  • Provide error message when running OpenSpace from a folder containing a ', ", [, or ] rather than providing obscure error messages (#2563)
  • Fixed bug where Lua function openspace.pathnavigation.isFlying() returned an unexpected value
  • Fix an issue that would cause a failure to download when providing a URL that ends in / in a UrlSynchronization (#2435)
  • Fix collision between rendering of the native ImGui and the WebGui
  • Remove legacy geometry specification from RenderablePlanetProjection (#1967)
  • Fix issue with the ImGui GIBS panel where it did not create the new tileprovider format (#2108)
  • Fix broken ImGui time picker unit dropdown (#2639)
  • Do not crash when trying to access a module folder that does not exist (#2703)
  • Prevent Lua error when trying to load a constellations file that does not exist
  • Fix for preventing adding property from scriptlog if already in add mode (#2735)
  • Remove check for boundingsphere among child nodes when flying to small objects that could cause issues if a child has a bigger bounding sphere than the parent (#2257)
  • Fixes line ending problems with horizons vector files on Linux (#2588)
  • Remove the registered actions before updating the delta time keybindings that prevented the rebinding of delta times at runtime (#2764)
  • SkyBrowser
    • Ensure all nodes in a cluster load the image collection in the sky browser (#2313)
    • Fix issue with the sky browser space craft pointing where it would not point correctly under some circumstances
    • Fix bug where some channels in a cluster do not set the field of view to the same value after animating (#2425)
    • Fix a crash that could occur in the screenspace sky browser scaling (#2280)
    • Fix bug that caused the master node to have no rendering output
    • Fix issue where the scale sometimes did not update the border radius in time (#2266)
    • Ensure browser is initialized properly before executing JavaScript
    • Make it harder to input wrong values in the interface
    • Disable hover circle per default when setting renderable and show a warning if setting to non-existing node (#2153)

Breaking Changes

  • Make the check for whitespaces and dots in identifiers fatal also in non-Debug builds
  • Provide error message if a GuiPath does not start with / ; Automatically add / in the Profile editor. Default initialize all paths to / (#2318)
  • Remove Earth layers that no longer work
  • Changed name for RenderableLabels to RenderableLabel

releases/v0.18.2

1 year ago

Bugfixes

  • Fix to a problem that caused the Mars profile to not load correctly
  • Fix for an issue that made the some of the options of the configuration helper functions in the openspace.cfg file unusable (#2364)
  • Fix to an asset dependecy issue that prevent the JWST asset from being included outside the JWST profile (#2378)
  • Fix to an issue that would prevent the FOV slider from working in a rendering+GUI window setup
  • Fix to prevent invalid entries for actions and keybindings in the Profile Editor (#2362)
  • Fixed and issue where it was possible to interact with a joystick during a camera path or a session recording
  • Fix problem with the interaction sphere of scene graph nodes without renderables being unused (#2399)
  • Fix issue where the explicit bounding sphere was being ignored (#1899)
  • Fixed a typo in the documentation for the RenderableTimeVaryingSphere

releases/v0.18.1

1 year ago

Fixes to existing assets

  • Use the new ESRI WorldImagery URL
  • Use the new CelesTrek URL for all satellites fixing an issue where satellites would no longer appear due to a change in the CelesTrek API (#2135, #2146)
  • Fix the Mars profile so that Perseverance and Insight do not land inside Mars anymore and stay there as well (#2049)
  • Update OsirisREx kernels to include a missing kernel file that would prevent the profile from loading correctly (#2177)
  • Reorganized the assets for the NASA Treks values to make it less likely to end up with too long file paths on Windows when installing OpenSpace in a nested folder (#2311)
  • Fixed issue with Show All Trails / Hide all Trails when executed in a profile that did not have *trail and *Trail scene graph nodes
  • Updated the bounding spheres for Vesta and the Orion Nebula to make it possible to use the Fly-To feature with these objects (#2259)
  • Fixed a typo in the reset_loop_action.asset that prevented the asset from being able to be included
  • Fixed spelling mistakes in the Andromeda constellation image (#2129)
  • Fixed spelling mistake in Voyager focus action
  • Fixed missing GuiPath for Jupiter approach in Voyager profile
  • Update the descriptions for the Open Star Cluster Digital Universe asset

Bug Fixes

  • Fix issue where parts of a globe would disappear when the settings of a heightlayer change (#2096)
  • Fix an issue where it was not possible to drag the SkyBrowser window in fisheye rendering mode (#2093)
  • Fixed an issue where executing a SessionRecording containing a wildcard character * in the property name fails to load (#2121)
  • Provide a better error message when failing to load a dataset for GlobeBrowsing layer
  • Fixed an issue where ScreenSpace images would be too dark by adding a gamma correction slider
  • Various compilation and UI fixes for Linux (#1479, #2111, #2123, #2163)
  • Fixed an issue where the conversion of a preexisting profile from version 1.0 to 1.1 would not rename the keypad numbers correctly, causing the new profile to fail to load (#2138)
  • Fix issue where the first row in the ScriptsDialog of the Profile Editor would be automatically selected (#2282)
  • Fixed an issue where the navigation state was not loaded correctly from a profile (#2143)
  • Fixed an issue where exporting the camera position to a Navigation State would lose precision
  • Provide a better error message when trying to edit a profile that does not exist (#2224)
  • Fixed an issue where special characters would not show in the keybinding panel correctly
  • Fixed issue that prevented the full range of values for the field-of-view slider in the SGCT configuration editor from being used(#2148)
  • Place some stricter limitations on the field-of-view settings in the SGCT Configuration editor (#2156)
  • Fixed an issue that what cause a SkyBrowser display copy from being removed properly (#2200)
  • Fixed an issue that would occur when the camera's focus node was removed (#2196)
  • Correctly use the default position of display copies of the SkyBrowser
  • Fixed an issue where the time component in the WebUI would flicker as time is progressing
  • Fix an error where the interpolation parameter for a camera path was out of range causing the Fly-To to fail occasionally (#2211)
  • Fixed issue where an asset in the Profile Editor would be selected if there wasa folder with the same name as the asset (#2154)
  • Fixed an issue that would prevent multiple files from being synced in a UrlSynchronization
  • Updated SGCT configuration files that where using a legacy user position

Breaking Changes

  • The height offset of a GlobeBrowsing height layer was calculated incorrectly before, causing a flip in the sign. Before, an offset of 1000 would cause the terrain to be lowered by 1000m, not raised by 1000m as expected. With this version, this bug is fixed, but it might require some adjustments in existing profiles. Fix: Invert the sign of all *.Settings.Offsets in scripts that apply to Height Maps
  • The organization of the NASA TREKs asset files has changed as the old method caused many users to get "too long path" errors on Windows. Fix: Any user-created profile that uses the NASA Treks files needs to be manually updated.

releases/v0.18.0

2 years ago

Features

SkyBrowser

This feature adds an entirely new system to OpenSpace that interfaces with the AAS Worldwide Telescope (https://worldwidetelescope.org) application to bring high-resolution astronomical images and all-sky surveys into OpenSpace. The location of a selected image is shown in the 3D view inside of OpenSpace.

Procedural camera paths (Fly-To)

This feature adds the ability to automatically fly the camera between different objects and between different navigation states. Currently, this feature only works when the in-game time is paused and triggering a procedural flight path will automatically pause the time and unpause it (if it was unpaused before) after completing the path. Additionally, this feature enables the use of "Idle behaviors" that can either be triggered manually or by completing a procedural flight that will make the camera do something interesting until the user interacts with the system again.

  • Adding procedurally generated camera paths (#1667)
  • Remove OrbitalNavigator.LinearFlight and instead add "Zoom to" helper functions (#1837)
  • Adding the ability to trigger an idle behavior for the camera after finishing a procedural camera path (#1898)
    • Add an OrbitAroundUp IdleBehavior that rotates around the y-axis of the node instead of the z-axis
  • Add Lua function to directly create path to a navigation state
  • Automatically pause simulation time when starting a camera path (#1832)
  • Add bool property to toggle follow anchor node rotation (#1839)

Actions

Introducing "Actions" as first-class elements in OpenSpace to make repeatable changes. In prior versions it was possible to bin scripts to keybinds and use a "key-less keybind" to configure repeatable effects. The "Action" concept replaces this by encapsulating the changes in an Action and then provide the ability to bind a key to trigger an action instead. This also enables the reuse of "Actions" in other parts of the software. Older profiles that were made with previous version will be converted automatically on load with an Action identifier generated automatically.

  • Added Actions concept (#1708)

Event System

Added a system that causes a specific list of events to be triggered automatically depending on the state in OpenSpace. This, for example, enables features to automatically fade an object's trial when flying closer to an object, but there are many more events that are defined in the system

  • Add implementation of the EventEngine to handle global event chains (#1741)

User interface improvements

Various user interface improvements in the launcher and the in-game interface

Launcher

  • Add a new panel in the launcher used to create new SGCT configuration files.
  • Add a new panel to query the JPL horizons interface and being able to generate Horizons files based on that
  • Add ability in different Launcher panels to select profile properties from the ScriptLog of a previous OpenSpace run (#1780)
  • Explicitly sort file lists before showing them to the user in the Launcher and the Session recording which were presented non-alphabetically on MacOS (#1943)
  • Add the ability to choose the script from the ScriptLog in the ActionDialog and the additional script dialog including filtering and reloading the ScriptLog file (#2019)
  • Add warning to keybinding editor for duplicate assignments (#1461)

In-game

  • Add a new UI panel that shows a representation of the keyboard and all actions that are bound to keys
  • Add links to a tutorial page in the hamburger menu in the bottom left
  • Add UI elements that enables dynamic reordering of planetary layers
  • Add action dialog used to browse and trigger the available actions that are defined in the current scene
  • Reload UI after adding screen space renderables or assets (#1703)
  • Add the ability to enable and disable the Exoplanets and Skybrowser components for individual profiles (#1945)

Various Enhancements

  • Changed the default format of window configuration files from XML-based to JSON-based. The old XML format is deprecated and will be removed in the next major release (#1795)
  • Add an asset (and load it in the provided profiles) to dynamically address some scaling based on the Operating System's DPI scaling (#1880)
  • Add preliminary support for multiple simultaneous joysticks (#1787)
  • Automatically use 66% of the monitor size by default instead of 1280x720 (#1883)
  • Pass information about the operating system to the version reporter script (#1865)
  • Add a new environment variable OPENSPACE_GLOBEBROWSING that is queried for the extra download files for offline planetary surface images
  • Update CEF version which improves the responsiveness of the user interface (#1114)
  • Add the ability to define and use custom properties using the openspace.addCustomProperty Lua function (#2064)
  • Backwards incompatible change to the Astrocasting protocol that reduces the amount of data that is transferred while connected to an Astrocasting session (#1985)
  • Improve support for the handling of SpaceMouse input devices and XBox controllers (#1989)
  • Add error message when trying to access Gaia module on Mac (#843)
  • Add two properties to control the font color of the Rotation, Zoom, and Roll toggles (#1726) [Thanks BlueVista]
  • Added SpoutFlatProjection type [Thanks Marco @ Elumenati]
  • Clean up the remainders of the native GUI to harmonize its organization with the WebGUI (#2060)
  • Make the font size of the Lua console dependent on the DPI scaling for increased readability

Content

New Assets

  • Add most of the image sequences available from NOAA’s Science-on-a-Sphere (#1863)
  • Add new assets provided access to a large number of NASA TREKs Moon, Mars, and Mercury layers layers (#888)
  • Add a new profile and assets that show the solar activity in July 2012, a time in which a few coronal mass ejections were ejected into the solar system
  • Add new asset containing the Starlink satellites (#1818)
  • Add new asset showing the active satellites (#1805)
  • Add model-based representations of the Mars moons Phobos and Deimos (#1963)
  • Add a model for the Eiffel tower with an accompanying action to place the model underneath the camera location to be used for scale references
  • Add a large number of new actions that are useful in their own right, but also serve as examples for implementing new user-defined actions (#2077)
  • Add trails for the planets barycenters which are disabled by default

Fixes to existing assets

  • Update the general planetary spice kernel to a new version that extending the range of planetary positions to covering 1550-2650 (#2061)
  • Removed the Orion nebula model from the default profile
  • Updates to JWST profile
    • Add a new new animated model (#1759)
    • Update for the timing information to match the actual launch date
    • Add new kernels that show the position of JWST from the launch all the way to the orbit around L2 (#2085)
    • Add more target images
    • Add a custom webpage (http://ui.openspaceproject.com/jwst_scripts/index.html) used to control the orientation of JWST
    • Add the Hubble telescope trail
  • Update the kernels used in the OSIRIS-REx asset (#1651)
  • Update to all Horizons-based trails to use VECTORS type ephemeridis that do not suffer from the light-travel offset inherent in the Observer type (#1434)
  • Updated the kernels used for the Perseverance landing
  • Update the Earth Terrain WMS to the new ESRI server
  • Correctly specify the bounding sphere for the ISS
  • Add the option to apply a color map to the values of the Quasars dataset from the Digital Universe
  • Fix issue with stretched Themis maps on Mars (#1707)
  • Update the data used to show the Gaia trail (#1817)
  • Correctly specify the model size of the Apollo capsules (#1718)
  • Correctly add the Mercury DEM layers (#1799)
  • Update the Pioneer model to include textures
  • Fix the image type for GHRSST L4 MUR sea temperature layer on Earth
  • Update the color map for the Gaia Apogee and Galah datasets
  • Set the correct radii for Bianca moon
  • Set the correct radii for Mimas moon
  • Remove the padding images from New Horizons that mess up instrument timings in the dashboard info in the New Horizons profile
  • Correctly parent the Gaia trail and model to the Earth Center to match the Horizons file (#1573)
  • Fix mistake that caused the Gaia spacecraft to not point away from the Sun anymore
  • Fix issue where the identifier of the Camera Velocity dashboard was wrong
  • Move the launcher image synchronization from base into the base_blank asset
  • Move the trail-related actions from the base_blank into the base asset Other changes
  • Add an action and event to automatically switch the Sun and SunGlare when approaching the Sun (#1914)
  • Add bounding spheres to many more renderable types (#1957)
  • The “Period” of a RenderableTrailOrbit is no longer converted from days to seconds when loading an asset (#1860)
  • Renamed the prefix for the constellation art by James Hedberg from ConstellationArt to ImageConstellation to provide a better search result when searching for “Constellation”

Content Creation

Assets

  • Deprecate the use of the asset_helper file in exchange for explicitly writing the initialize/deinitialize functions (#1868)
  • Change the behavior of TemporalTileProviders to provide both a Folder based and a Prototyped mode (#1800)
  • Adding an ImageSequenceTileProvider that loads a folder of images and makes them available through a user-selectable index (#1798)
  • Add a new (hidden from UI) "Fade" property to enable the smooth fading of objects without messing with user's opacity (#1970)
  • Add the ability to ingest VECTORS type ephemeridis from Horizons (#1434)
  • Add properties to SceneGraphNodes to determine two distance radii for camera-based events
  • Add a new rotation type GlobeRotation with examples (#1737)
  • Interpolation of tiles added to tileprovider, with additional new shaders to make this work (#1769)
  • Add moon_minor tag for all minor moons
  • Implement new Spout input methods to tile providers and new Renderables (#1901) [Thanks Marco @ Elumenati]
  • Make the Sun asset export the Sun as a light source (#1870)
  • Replaced "UseAdditiveBlending" with "RenderBinMode" in some Renderables (#1842)
  • No longer require the filenames from a synced resource to start with a /
  • Add support for RenderableModel to take custom shader code with example (#1723)
  • Remove Fallback layer concept (#1819)
  • Remove the old virtual property code
  • Add new model format compatible with TurboSquid requirements (#1706)
  • Add support for DMS format support in the DashboardItemGlobeLocation (#1632)
  • Renamed “RenderOption” to “RenderMode” in RenderableGaiaStars (#2078)

Lua

  • Add a Lua-controllable State machine that can contain nodes and edges where transitions can be defined that execute Lua scripts (#1705)
  • Make the UTC function return the date in ISO 8601 format as advertised. Add SPICE function to get the old format (#1776)
  • Add ability to print all types of information in the printInfo/... functions and add the ability to pass any number of arguments to the function (#1635)
  • Add the ability to target the next interesting focus node as provided by the profile (#1717)
  • Add a Lua function to be able to read files from disk (closes #1636)
  • Add Lua script to manually sync or unsync resources (#1713)
  • Add Lua functions to get the bounding and interaction sphere values for a SGN
  • Add Lua function to get current application time

Bug Fixes

  • Fix issue that would prevent Windows 11 from being detected correctly
  • Correctly specify tags and fix usage of "refreshRate" and "vsync" parameters (#1890)
  • Fix globe transformations not updating from height map if simulation time paused (#1766)
  • Prevent the loss of precision in the Launcher camera UI dialog (#1642)
  • Prevent a crash when a profile does not provide any Time or Camera information (#1981)
  • Prevent crash in DashboardItemInstruments when using dates before 2000 (#1878)
  • Add the current working directory correctly when registering the application's binary path
  • Fix issue that prevented AMD cards from being detected correctly (#1907)
  • Correctly destroy RenderableGalaxy shader when deinitializing (#1601)
  • Prevent some crashes from occurring trying to query non-existing scene graph nodes (#1831)
  • Fix issue where the search bar would not show all entries in the Scene list (#1775)
  • Fix a crash when unloading GlobeBrowsing layers
  • Fix issue that prevents the drag-dropping of an image that has extra dots in the name (#1793)
  • Fix issue loading a colormap for the Gaia stars
  • Fix for a crash that happened occasionally when adding exoplanet systems (#1781)
  • Fix RenderablePlaneImageOnline not updating size on property change
  • Prevent the use of modifier keys as actual key bindings (#1744)
  • Prevent saving keybinds without a key as that leads to a crash (#1758)
  • Removed hard-coded path expectations to allow drag & drop playback (#1754)
  • Correctly display user assets in the asset selection GUI (closes #1739)
  • Avoid crash in AstroCasting when there is no connection
  • Fix GlobeRotation/Translation not updating if simulation time is paused
  • Add fix to raw tile reader size calculation that prevented the full resolution of a GeoTiff to be used (#1716)
  • Fixed timing issue when interpolating property values while playing back a session recording while writing out frames (#1690)
  • Don't disable the CEF UI when turning off Master rendering (#1699)
  • Reset the anchor/aim node when removing a scene graph node to prevent a crash because of the node missing (#1402)
  • Prevent resetting of empty tile providers which would cause a crash (#1383)
  • Increase the sensitivity in the DebugAxis to prevent loss of color in debug axis (#1560)
  • Prevent the failure of font loading from keeping file handles open and breaking everything else (#1627)
  • Explicitly check for NaN in camera setting which would sometimes lead to the camera borking out (#1686)
  • Don't accidentally delete someone else’s VBO and VAO in Atmosphere Deferred Caster (#1694)
  • Filter out non-image files from the launcher collection (#1693)
  • Add support for speck keywords that are mixed case (#1689)
  • Make the speck loader ignore tabs as well as spaces (#1688)
  • Provide error messages when loading a speck file that contains entries that are not numbers (#1903)
  • Fix for rendering atmospheres on Intel chips
  • Fix an issue that lead to misclassification of OpenGL versions
  • Fix mix-up with the enabled cube faces in the spout configuration
  • Fix issue that could lead to an unresponsive application when encountering FreeType errors
  • Improved numerical precision on scale value in sessionRecording files in ascii format (#1732)
  • Prevent the automatic detection of texture sizes that would prevent a, for example, 128x1 image to be used as a 2D texture
  • Support negative altitudes in GlobeTranslation
  • Fix for an issue that would lead to an infinite loop when loading an invalid Horizons file in a HorizonsTranslation (#1849)
  • Fix for a rendering issue where labels on planets would be rendered without depth testing (#1915)
  • Fix for rendering "DoubleProperty"s in ImGui that led to a crash when looking at the property list
  • Fix that prevented the playback of an ASCII session playback file with a script recording that contains a newline character (#1974)
  • Fix issue where playing back a session recording containing a multi-line script would fail loading (#1905)
  • Fix issue that could occur when there is an erroneous TUIO server sending input that are interpreted as touch inputs
  • Fix issue that would prevent the loading of map tiles from the Utah WMS server
  • Prevent a crash when using a colormap in the RendrableBillboardsCloud without entries or if the provided color map did not exist (#2082)
  • Fix an issue where the loading of NaN values from a speck file failed to work and would stop the file loading (#2054)
  • Fix an issue where a FixedRotation depending on the position of other nodes would not update correctly when the time is paused (#1751, #2069)
  • Fix a bug that would load the wrong profile when selecting a built-in profile with the same name as a user profile (#2074)
  • Fix issue where the colormap values for a custom coloring option in the RenderableStars were not loaded correctly (#2080)
  • Fixed an issue where the focus node would not be correctly reset after a session recording finishes (#2070)

Breaking Changes

  • Renamed RenderEngine.ShowOverlayOnSlaves to RenderEngine.ShowOverlayOnClients
  • Change how moveLayer works slightly, so it is easier to use in a GUI implementation
  • Remove non-functioning ABufferRenderer from RenderEngine
  • moveLayer indexing changed; "newPosition" is now considered to be the item's new position (index) in the list
  • Keybindings -> Actions transition; users need to first define actions and then bind to keybindings rather than just defining keybindings
    • Loading .scene files is no longer supported and files need to be converted to .profile files
    • tileProvider renamed to TileProvider and adjustment renamed to Adjustment in Globes
    • Linear flight removed and replaced with camera paths
    • Lua function renaming/changes
      • getKeybinding -> keyBindings
      • getSpiceBodies -> spiceBodies
      • getSpkCoverage -> removed
      • getCkCoverage -> removed
    • Renamed “RenderOption” property to “RenderMode” in the RenderableGaiaStars (#2078)
    • Renamed “openspace.walkDirectoryFolder” to “openspace.walkDirectoryFolders”
    • Removed non-functioning “openspace.saveLastChangeToProfile” function

releases/v0.17.2

2 years ago

A patch release for Beta-10 that addresses the issue of the ESRI terrain server that disappeared

Features

  • Added Enabled/Disabled color customization to RenderEngine (partially address #1697)

Content

  • Updated Earth terrain server to new ESRI server
  • Corrected the scale of Apollo capsule model (#1718)
  • Fixed image type for GHRSST L4 MUR sea temperature

releases/v0.17.1

2 years ago

A patch release for Beta-10 that addresses the major bugs introduced in 0.17.0. The full change log:

Features

  • The DashboardItemGlobeLocation now prints the camera location in more standard GPS coordinates in Degrees, Minutes, and Seconds (DMS) (#1632)
  • Automatically reload the WebUI after a drag & drop event (#1703)
  • An info message is printed when an asset is added via drag & drop
  • Added option to the OpenGL Debug layer to print a stacktrace (#1700)
  • Removed the option of changing the rendering to the (already non-functioning) A-Buffer ​

Content

  • Corrected the parent of the Gaia spacecraft trail (#1573)
  • Fixed model assets with incorrect (outdated) syntax (#1692)
    • Pioneer models
    • Apollo boulders ​

Content Creation

  • Profile Editor keybindings panel can have multiple binds of same key (#1461)
  • Added the ability to read a file through Lua (openspace.readFile) (#1636) ​

Bugfixes

  • Fixed an issue where planet atmospheres are not rendered on Intel GPUs
  • Fixed a crash when resetting tile provides on a RenderableGlobe without layers (#1383)
  • Fixed an issue where the resetting of font sizes would cause file handles to overflow
  • Fixed an issue that would double frames in Session Recording when in 'Output Frames' playback mode (#1669)
  • Fixed an issue where the scripting print functions do not handle all return values correctly and reliably (#1635)
  • Fixed an issue where the ConstantRotation transform doesn't respect non-incremental time changes (#1681)
  • Fixed a crash when removing the scene graph node that the camera is currently focused on (#1402)
  • Fixed an issue that prevented loading a prespecified SGCT configuration file through the launcher (#1624)
  • Prevent setting camera position to NaN under weird circumstances (#1686)
  • Fixed an issue where disabling the Master rendering option also disables the UI and client renderings (#1699)
  • Fixed an issue where speck file containing tabs were not loaded correctly (#1688)
  • Fixed an issue where speck files with different capitalization of keywords were not loaded correctly (#1689)
  • Fixed an issue with the debug axis causing a color loss in scaling (#1560)
  • Fixed an issue with Launcher background showed gray instead of an image; Launcher image search now ignores non-png files (#1693)

releases/v0.17.0

2 years ago

Beta-10 is now available for download!

Features

  • Added drag and drop support for images and assets (#1497)
  • Added central location for user profiles, assets, screenshots and config files. Making it easier to upgrade OpenSpace versions.
  • Added support for multitexturing of 3D models
  • Added support for 3D model animation
  • Added logarithmic sliders and color picker (#1564)
  • Added the ability to remap SPECK variables to usage values for star data (#1598)
  • Multiple new Session Recording features
    • Fixed-frame rate playback for HD rendering playback
    • Time rate at beginning of recording is preserved
    • For every property change made during a recording, a corresponding property command is added to the start of the file to preserve its initial conditions
    • A recorded file is parsed before playback starts, and is rejected if it contains assets that are not currently loaded
    • Pausing during playback is now supported
    • A reject list will prevent certain scripts from being recorded (which might interfere with playback or with editing playback files)
    • Now records to timeline in memory, saving to disk when recording has stopped
  • Added equirectangular_gui config for YouTube360 output
  • Added the ability to specify RenderEngine font sizes in the configuration file (closes #1653)
  • Added functions to convert a cartesian coordinate to a ra dec distance

Content

  • Added habitable zone for exoplanet systems (#1436) and our Sun
  • Added 1 AU size comparison ring for exoplanet systems (closes #1413)
  • Updated ISS model
  • Updated DU Kepler planetary candidates data version
  • Updated the constellation art (closes #1553)
  • Added Titan atmosphere
  • Added new asset to show a target marker (closes #85)
  • Added ESRI MOLA_HRSC DEM and made default for Mars
  • Added Pluto Kepler trail and descriptions to Pluto trails
  • Changed default texture for newhorizions profile
  • Added jwst profile (#1611)
    • Added 3D model of the James Webb Space Telescope
    • Added trail of JWST orbiting L2
    • Added L2 position, marker, and line from earth
    • Added safe-viewing band for JWST
    • Added view frustrum for JWST
    • Added Hubble Deep Field image
    • Added other Lagrange points
  • Updated osirisrex profile (#1623)
    • Updated files for OSIRIS-REx return
    • Changed osirisrex assets to bring mission events up to date
    • Added hi-res 75cm Bennu model from asteroidmission.org
  • Removed camera as light source for New Horizons model

Content Creation

  • Specify of Atmosphere in assets no longer needs the Atmosphere parent table
  • Bring back fading of sphere with only fade out threshold specified
  • Added examples for all grid types
  • Added USGS WMS layers for Phobos and Deimos; moved them to planets.asset to be consistent with other solar system moons
  • Improved documentation for renderables
  • Added missing documentation for NonUniformStaticScale
  • Added examples for circle, ellipse, and elliptic disc
  • Enabled support for single double radius in SizeReferenceTileProvider (closes #1562)
  • Added ListProperties and SelectionProperty (#1558)
    • Added string list property tests and structure test files
    • Added IntListProperty, DoubleListProperty
  • Added GlobeTranslation Documentation to exported documentations (closes #1566)
  • Removed unused parameters and document the remaining properties of RenderableGlobe (closes #1470)
  • Enabled Screenspace renderable to have a multiplicative color
  • Fixed missing documentation for time.interpolateTime
  • Added fixed time for spice translations and rotations
  • Added simple animation example asset

Bugfixes

  • Fixed Deep Sky Objects basic unit and increased maximum scale range (#1452)
  • Fixed reading of newhorizons files
  • Updated newhorizons.profile
    • Fixed error that the shadow of Charon is not toggled with Shift+T (closes #1463)
    • Fixed syntax error in A key (closes #1464)
  • Fixed for issue #1453 MODIS water mask update
  • Avoided adding too many delta time step keybindings (closes #1445)
  • Small grid renderable updates/fixes (#1473)
    • Fixed problems with blending when rendering transparent grids
    • Fixed issue with resizing box grid
    • Avoid problems with line width on Mac
  • Globebrowsing fade-in/out fix and assets updates (Issue #1209) (#1476)
    • Fixed fade out algorithm to use correct distance from globe center
    • Updated planet labels in asset files to match fixed fade-out algorithm
  • Fixed issue with the item velocity not showing up correctly and with varying lengths
  • Fixed a crash when reloading a browser instance twice in quick succession
  • Fixed for HiRISE Local Set DEM from ESRI
  • Fixed Pioneer model, added meta info
  • Fixes for issue #1409 (#1501)
    • Fixed renderablesmallbody selective rendering props to accept asset file settings
    • Mirror selective rendering behavior from smallbody to satellites
    • Added property coupling of values to satellite/asteroid render settings for size, start index, upperlimit
    • Improvements to documentation and handling values spec'd in asset file
    • Fix for satellites: selective rendering settings specified from assets
  • Prevent renderbin change for overlay renderables (#1519)
  • Fixed labels not facing the camera due to static rotation (closes #1542)
  • Prevent crash when reloading renderable that only has labels and no data
  • Updated Apollo models for new model code
  • Ignore joystick input in deadzone, fixes #678
  • Prevent setting zero line width from UI
  • Fixed an issue that prevented the spheres from being rendered
  • Increased scale height for Venus atmosphere (closes #922)
  • Simplified Property code (#1575)
    • Solved a bug in SelectionProperty that occurred when re-setting options
  • Fixed that allows all days of month except monthly increment still at 1-28 for TemporalTileProvider
  • Renamed PerSceneCache to PerProfileCache and make it work again (closes #1577)
  • Only use the adaptive level-of-detail when actually rendering out frames in a session recording (closes #1292)
  • Actually make use of the model matrix in the atmosphere radius calculation for determining whether it should be culled (closes #1465)
  • Fixed issue when trying to print non-ASCII character
  • Fixed interpolation problem with playback of session recording in HD (#1373)
  • Fixed session recording needs initial simulation time rate to be saved in file (#1506)
  • Fix for Voyager 2 trail (#1582)
  • Fixed side by side rendering (PR #1613)
  • Fixed an issue with syncing Gaia profile
  • Fixed misaligned surface textures for Callisto, Europa, Jupiter, Titan, and Saturn
  • Mostly eliminated an issue where planets disappear when changing focus (#1455)
  • Reduced risk of font rendering errors from user interaction (#1206 hot fix) (#1616)
  • Fixed Voyager spelling mistake
  • Updated documentation for bindkey
  • Fixed broken referencing links in documentation
  • Fixed issue when RenderableBillboardsCloud had data without colors
  • Read Horizons file with double precision
  • Fixed some small issues with trail identifiers
  • Comment out FOV for REXIS as it has an unsupported shape (closes #1650)
  • Prevent NaN values in StaticTranslation by limiting min and max size
  • Added exponent to GlobeTranslation altitude slider
  • Correctly pass in the irradianceFactor into the inscatter radiance for atmosphere (closes #1660)
  • Avoid non-supported ranges for exponential slider (#1672)
  • Fixed issue with interrupted fisheye rendering between cube maps (closes #1275)
  • Fixes to fullscreen1080 and spoutOutput config files
  • Adapt addFocusNodes for GlobeTranslation

Enhancements

  • Added module property for exoplanet habitable zone opacity
  • Speed up for setPropertyValue function
  • Improved Saturn rings
  • Make use of new verifiers (Color and File) (#1510)
  • Added a colored glare to exoplanet stars (#1511)
  • Removed hardcoded path to B-V colormap (#1531)
  • Added property to determine whether the date should be added to the screenshot folder (#1535)
  • Added dialog for choosing scripts from the script log (#1539)
  • Added a scriptlog dialog field to the additional scripts box
  • Enable setting of opacity for RenderableGlobe (closes #1449)
  • Feature/galaxy (#1576)
    • Remove translation from renderablegalaxy
    • Apply additive blending when compositing downsampled volume; Use star distance as alpha for transparency (closes #1208)
  • Added the ability to specify a specific time for a TemporalTileProvider (closes #1171)
  • Feature/interactionsphere (#1561)
    • Added ability to render the bounding sphere as a debug option
    • Separate boundingsphere and interactionspheres
  • Feature/speck loader (#1585) unified code for loading .speck files
  • Enabled joystick interaction by default
  • Added the ability to RenderableFOV to always draw the field of view frustum
  • Increased the number of objects and windows that are extracted from SPK and CK files
  • Updated SPICE library to N0066, build spice as static library to improve performance slightly
  • Added base texture or color to ModelProjection
  • Centered shutdown warning and a dimming of the rendering
  • Feature/render at distance (#1665) adding option to disable distance check for globes
  • Added the ability to optionally ignore the scale value read from session recordings
  • Added new images to OpenSpace Launcher

Breaking Changes

  • Remove the ability to render AABB for globes as it caused a circular dependency between GlobeBrowsing and Debugging
  • Renamed AtmosphereRadius -> AtmosphereHeight and GroundRadianceEmittion -> GroundRadianceEmission
  • Changes specification of Shadowgroups in Atmosphere to be list-based
  • Rename GridColor to Color for better consistency among renderables
  • Updated pioneer identifiers to allow spice and horizions to coexist
  • Move default_dashboard asset from util folder to new dashboard folder that also includes the individual dashboard items
  • Include strict lua file, throw error in configuration loading when overriding with unused variable
  • Feature/numeric slider updates (#1609) Renderables with rename properties: RenderableLabels , GlobeLabelsComponent, RenderableBillboardsCloud, RenderableDUMeshes, RenderableRadialGrid ) see https://github.com/OpenSpace/OpenSpace/commit/169593774976b7389f1d3c921e2074e8a701d000 for details.
  • Switch use of Spice id SUN to SSB where SSB is parent
  • Place planets in their centers and not barycenters
  • Separate the different joystick configurations into their own assets
  • Update faulty docs and function name for getGeoPosition (#1662) (#1677)