Commit Graph

11113 Commits

Author SHA1 Message Date
Emma Broman
15dbe32341 Make it possible to fade in/out RenderableFieldLinesSequences (e.g. magnetosphere) 2023-08-07 09:46:24 +02:00
Emma Broman
8b923f3a4b Fix compiler error in geojson shaders
Cuases problems with GeoJson on some graphics cards
2023-08-07 09:08:40 +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
f78f42fbd5 Fix miguiding RotationSpeedFactor documentation, and increase default value (closes #2838) 2023-08-04 08:31:49 +02:00
Alexander Bock
1593ab50aa Rename TileLayer to TileProvider classes (closes #2767).
Breaking change in assets that load Layers:
 - DefaultTileLayer -> DefaultTileProvider
 - SingleImageTileLayer -> SingleImageProvider
 - ImageSequenceTileLayer -> ImageSequenceTileProvider
 - SpoutImageTileLayer -> SpoutImageProvider
 - TemporalTileLayer -> TemporalTileProvider
 - TileIndexTileLayer -> TileIndexTileProvider
 - SizeReferenceTileLayer -> SizeReferenceTileProvider
 - ByLevelTileLayer -> TileProviderByLevel
 - ByIndexTileLayer -> TileProviderByIndex
2023-08-03 21:50:25 +02:00
Alexander Bock
ecb8b06df6 Add new Lua function to remove all loaded assets (closes #2812). Fix crash that would occur when trying to unload an asset that requires a root asset 2023-08-03 21:50:25 +02:00
Alexander Bock
8d42537d6d Set the user position to be (0,0,0) which fixed the creation of Fisheye configurations (closes #2818) 2023-08-03 21:50:25 +02:00
Alexander Bock
30b80843c3 Add a new Lua function that resets the camera back to the start position (closes #2825) 2023-08-03 21:50:25 +02:00
Alexander Bock
cb7ec8de70 Fix issue where the time is wrong when starting a profile paused (closes #2826) 2023-08-03 21:50:25 +02:00
Emma Broman
2b3226d18d FIx aspect ratio issue for RenderableVideoPlane (closes #2815) 2023-08-03 16:51:13 +02:00
Emma Broman
c973cee5a1 Allow reading GeoJson files with null geometry (issue #2811)
Present a warning when a null geometry is encountered, as it will not be loaded as of now
2023-08-03 10:46:48 +02:00
Emma Broman
091697c5b7 Make geojson file extension parsing more flexible in lua function (closes #2797)
Now allows geojson files with caps in the extension, as well as files with the .json extension.

Note that .json files will not be handled by drag-n-drop  (we might want to use that extension for something else)
2023-08-03 09:46:55 +02:00
Gene Payne
32776e7b76 Fix visual test file Mars terrain typo in CTX layer 2023-08-02 12:28:27 -06:00
Emma Broman
25451e08e8 Update GUI hash 2023-08-02 15:56:35 +02:00
Alexander Bock
59d51a365f Prevent crash when no shadow caster is available 2023-07-31 13:39:35 +02:00
Alexander Bock
b32183e4a9 Correctly show the Apollo 17 insignia 2023-07-26 22:23:58 +02:00
GPayne
5a9c70f22c Added a JWST visual test 2023-07-25 13:12:42 -06:00
Alexander Bock
083ded25f5 Update CREDITS.md 2023-07-25 19:24:00 +02:00
GPayne
ceed3fc58a New visual test of nightsky constellations 2023-07-19 10:11:11 -06:00
Alexander Bock
14082cd8d9 Add the ability to render an eclipse cone for the Earth and Moon system (#2816) 2023-07-18 11:58:17 +02:00
GPayne
b5572b0e07 Remove ISS trail in defaultEarth test 2023-07-17 12:27:25 -06:00
GPayne
a6522f4038 Increased wait time for some visual tests 2023-07-14 11:08:13 -06:00
Alexander Bock
80ddf3e187 Prevent occasional crash in RenderableShadowCylinder when adding an asset at runtime 2023-07-12 12:42:25 +02:00
Alexander Bock
bef10aca10 Fix layering of the Sun/Moon during an eclipse 2023-07-12 11:16:37 +02:00
Alexander Bock
61a69490fb Add the ability to specify the angular size of the Sun in the atmosphere 2023-07-12 10:49:50 +02:00
Alexander Bock
9fa0def25e Update offline mars map to fix 180 degree offset 2023-07-06 14:59:40 +02:00
Alexander Bock
380f768e4c Allow negative values for KeplerTranslation values (#2784) 2023-07-06 10:03:44 +02:00
Malin E
391c5ef3d1 Update and rename blank-issue.md to general-issue.md 2023-07-04 10:42:19 +02:00
Ylva Selling
797a6fe208 Merge pull request #2782 from OpenSpace/issue/1867
Add border to screenspace renderables
2023-06-28 17:14:37 -04:00
Ylva Selling
a67d2937ae Update src/rendering/screenspacerenderable.cpp
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-06-28 17:14:24 -04:00
Ylva Selling
d317c287eb Update modules/base/shaders/screenspace_fs.glsl
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-06-28 17:14:14 -04:00
Ylva Selling
67b7330229 Allow transparency for movies. Closes #2792 2023-06-26 11:43:02 -04:00
Alexander Bock
a052618385 Email doesn't work 2023-06-26 13:18:11 +02:00
Alexander Bock
f4f923914a Add a config.yml for the issue templates 2023-06-26 12:54:29 +02:00
Alexander Bock
9ec3e5b81e Remove old-style issue template 2023-06-26 12:50:39 +02:00
Alexander Bock
8084856e6e Update issue templates 2023-06-26 12:48:38 +02:00
Alexander Bock
73609daac5 Update issue templates 2023-06-26 12:47:41 +02:00
Alexander Bock
2a06a1e9f4 Create SUPPORT.md 2023-06-26 12:44:15 +02:00
Emma Broman
c424783b50 Offset sample coordinate by 0.5 when estimating height values (#2769)
* Offset sample coordinate by 0.5 when estimating height values
2023-06-22 11:08:52 +02:00
Adam Rohdin
89d130dcd5 Change Voyager 1 & 2 trail end times to 2021 JAN 01 as it was wrongly changed in old commit 2023-06-21 15:58:08 +02:00
Emma Broman
91026c4c52 Put statue of libery back on Liberty Island (closes #2787) 2023-06-20 15:54:53 +02:00
Ylva Selling
8e8e315575 Merge branch 'master' into issue/1867 2023-06-15 15:45:32 -04:00
Ylva Selling
0b20affc5d Add border to screenspace renderables 2023-06-15 15:42:32 -04:00
Emma Broman
23b01aba12 Add a trigger property to delete a geojson component 2023-06-15 18:40:51 +02:00
Emma Broman
3bbe19f56c Update GUI hash 2023-06-15 18:30:08 +02:00
Emma Broman
bf38d9a415 provide some more info in GEOS errors on geojson load 2023-06-15 16:35:06 +02:00
Alexander Bock
5c8ff9eec5 Revert "Merge pull request #2721 from OpenSpace/issue/2682"
This reverts commit b4337e8188, reversing
changes made to 384f1e5530.
2023-06-15 00:52:39 +02:00
Micah Acinapura
1c281b2545 Remove panoramas until licenced; remove currentFocus lighting action until fixed; (#2778)
* removing panoramas until licensing is sorted

* remove current focus from planet lighting until its fixed
2023-06-14 18:46:30 -04:00
Micah Acinapura
8d7b423803 Add cache false to jpg layers to remove warnings (#2777)
* removing warnings from jpg layers; move scanner warning to debug

* update moon texture to v2

* Apply suggestions from code review

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

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-06-14 18:45:09 -04:00
Micah Acinapura
516b0fadfb updated goldengate and gatewayarch models; (#2775)
* updated goldengate and gatewayarch models; update ghoul for cachefix

* update ghoul to support current and previous versions of .osmodel

* revert ghoul commits

* Apply suggestions from code review

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

---------

Co-authored-by: Alexander Bock <alexander.bock@liu.se>
2023-06-14 18:43:42 -04:00