Ester Lindgren
fce49cf4ec
Change from SkybrowserModule to SkyBrowserModule in lua function
2021-03-08 14:03:00 +01:00
Ester Lindgren
02c64802cf
Merge Resolve
2021-03-08 13:53:58 +01:00
Ester Lindgren
c11b66173e
Create subclass of ScreenSpaceBrowser in SkyBrowserModule and change name of module Skybrowser to SkyBrowser
2021-03-08 13:47:50 +01:00
Ylva Selling
a77fbcfcfe
Merge resolve
2021-03-08 08:49:39 +01:00
Ylva Selling
72a6b3623d
Add message for loading images and functionality to show a target
2021-03-08 08:46:57 +01:00
Ester Lindgren
af98784dc4
Add call to showtarget function
2021-03-05 16:00:04 +01:00
Ester Lindgren
d85bdd0239
Merge resolve
2021-03-05 15:45:31 +01:00
Ester Lindgren
1eb29ab5ca
Add centered target frame
2021-03-05 15:33:48 +01:00
Ylva Selling
913e975acb
Change messages to be created in ghoul dictionaries
2021-03-05 11:55:51 +01:00
Ylva Selling
7847111afc
Add pointer to ScreenSpaceBrowser in SkyBrowserModule and add function to pause time in WWT
2021-03-05 10:26:45 +01:00
Ylva Selling
7965ed5d24
Make WWT follow OpenSpace w thread, change interval for zoom and fix coordinate conversion error
2021-03-03 16:45:35 +01:00
Ylva Selling
f3de15de59
Merge resolve
2021-03-03 11:39:16 +01:00
Ylva Selling
df5719f39f
Change structure of message passing to WWT to more general case with functions
2021-03-03 11:36:23 +01:00
Ester Lindgren
f444fcfa80
Add function to disable faceCamera prpoerty
2021-03-03 10:24:13 +01:00
Ylva Selling
8eadcafce3
Change skybrowser module to work with one localhost and change variable names to ra and dec
2021-03-02 14:27:02 +01:00
Ylva Selling
87df6932f8
Create functions to look in WWT-window at direction in OpenSpace and some cleanup
2021-03-01 16:50:01 +01:00
Ylva Selling
b24a75e484
Clean up structure so ScreenSpaceBrowser only executes string for javascript
2021-03-01 13:32:53 +01:00
Ester Lindgren
a00013af1c
Test to setup message communication
2021-02-25 11:03:22 +01:00
Ylva Selling
7c83c4e3da
Add working way of instantiating ScreenSpaceBrowser from LuaScript
2021-02-23 14:40:48 +01:00
Ester Lindgren
7d58cf40c2
Add module for skybrowser
2021-02-23 14:07:34 +01:00
Emma Broman
b381bd83d3
Add module property for exoplanet habitable zone opacity
2021-02-22 09:38:59 +01:00
Alexander Bock
cb5929972a
Don't call RenderableOrbitalKeplers's initializeGL only once
2021-02-18 22:42:17 +01:00
Malin E
9acbdb2446
Merge pull request #1504 from OpenSpace/issue/1466
...
Issue/1466
2021-02-18 09:03:35 +01:00
Gene Payne
f4e7d01aa7
Fixes for Issue #1409 ( #1501 )
...
* Fixed renderablesmallbody selective rendering props to accept asset file settings
* Set to only show selective rendering log info msg if render size is 1
* Mirrored selective rendering behavior from smallbody to satellites
* Added property coupling of values to satellite/asteroid render settings for size, start index, upperlimit
* Fix for selective rendering with synced render settings
* Removed redundant property definitions for codegen compliance
* Improvements to documentation and handling values spec'd in asset file
* Fix for satellites: selective rendering settings specified from assets
2021-02-17 12:41:05 -07:00
Alexander Bock
6837bad5b0
Tiny cleanups
2021-02-17 16:18:08 +01:00
Malin Ejdbo
d3a04825bb
Merge branch 'master' into issue/1466
2021-02-17 14:25:55 +01:00
Malin Ejdbo
9372382e78
Add possibility to have * at the end and tags + *
2021-02-17 14:16:10 +01:00
Malin Ejdbo
9143316111
Match property name better to avoid false matches
2021-02-16 09:28:02 +01:00
Alexander Bock
aeb726e5f2
Update Ghoul submodule to make it compile in Linux again
2021-02-15 17:46:48 +01:00
Malin Ejdbo
edff4b537c
Add warning if regex contains two or more wildcards
...
* Find that replaces std::regex currently does not support two or more
wildcards in an expression
2021-02-15 14:30:25 +01:00
Malin Ejdbo
ace8df0692
Do not miss matches when searching with regex
2021-02-15 14:28:23 +01:00
Alexander Bock
da31d1e375
Properly handle SpecificationErrors when initializing Modules ( closes #1502 )
2021-02-15 11:20:27 +01:00
Alexander Bock
23f24c50fe
Update Ghoul and remove explicit generation of ConsoleLog
2021-02-13 18:33:28 +01:00
Alexander Bock
2de8ade2b6
Update Ghoul repository
2021-02-13 17:47:18 +01:00
Alexander Bock
dfa223abef
Make use of std::filesystem::path and cleanup specification error messages
2021-02-13 12:00:26 +01:00
Alexander Bock
c039258f64
Merge branch 'master' of https://github.com/OpenSpace/OpenSpace
2021-02-13 10:44:31 +01:00
Alexander Bock
e7bcb774ee
Add new verifiers for files and directories. Update codegen to be able to create these
2021-02-13 10:44:21 +01:00
Malin Ejdbo
f34805beeb
Remove false matches while matching whole string
2021-02-12 16:53:04 +01:00
Emma Broman
e21edaa13e
Expose exoplanet creation settings to user as module properties ( #1499 )
...
* Expose exoplanet creation settings to user as module properties
* Set default textures from asset to avoid explicit paths to sync folder
2021-02-12 14:32:37 +01:00
Alexander Bock
afd484044d
Better support for colors in dictionaries ( closes #1489 )
...
- Add a new Color3Verifier and Color4Verifier that checks components to be in [0,1]
- Update codegen to add a new attribute [[codegen::color()]] to mark a vec3/vec4 to be a color value
- Update RenderableTrail to use the new verion
2021-02-12 12:59:00 +01:00
Malin Ejdbo
5772fc621c
Improve find that replace regex
...
* Enable * in the begining of string
* Enable search without *
2021-02-12 11:23:45 +01:00
Malin Ejdbo
e70ba00757
Remove regex from scene_lua.inl
...
* Replace with find functions
2021-02-12 09:19:14 +01:00
Emma Broman
11e5bc36ab
Prevent exception when querying renderable of non-existing SGN
2021-02-11 16:24:36 +01:00
Alexander Bock
aeb62978ab
Set the default startup project in Visual Studio to 'OpenSpace' ( closes #1503 )
2021-02-11 14:51:53 +01:00
Alexander Bock
88122d1dbb
Adapt to new Ghoul; fix previously undetected errors in uniform setting
2021-02-11 14:44:13 +01:00
Alexander Bock
548d673e8b
Add drag and drop support for images and assets ( #1497 )
2021-02-11 13:43:36 +01:00
Emma Broman
9eb9095c12
Tiny cleanup
2021-02-10 10:54:33 +01:00
Emma Broman
06be5f5591
Suppress GCC warnings for float comparison
2021-02-09 15:20:02 +01:00
Emma Broman
39d5be5b17
Small habitable zone updates
...
* Show optimistic boundaries per default
* Shorten down interval UI name to make tooltip visible
* Increase interval for Kopparapu's formula
2021-02-09 15:10:59 +01:00
Emma Broman
f9e712a8e7
Supress a warning in exoplanets task
2021-02-09 13:56:42 +01:00