Alexander Bock
dc5e2fb3a6
Merge pull request #1270 from OpenSpace/feature/memory-allocations
...
* Add MemoryManager to handle centralized memory
* Create SceneGraphNodes, Renderable, and transformations in the new MemoryPool
* Remove dynamic memory allocations throughout the codebase
* Move the error message hack outside the scene render loop
2020-08-07 15:48:25 +02:00
Alexander Bock
ca728a2f35
Remove some dynamic memory allocation from deferred atmosphere caster
2020-08-07 15:03:27 +02:00
Micah
7ecf77dc38
fix a bug in rawtilereader causing less map layers to be read
2020-08-06 16:58:40 -04:00
Alexander Bock
d39d4a91ec
Move error message hack outside of scene render loop
...
Use std::string_view instead of std::string in more places
2020-08-06 16:02:45 +02:00
Alexander Bock
b78d1dd033
Merge branch 'master' into feature/memory-allocations
...
# Conflicts:
# include/openspace/scene/scenegraphnode.h
# modules/imgui/include/gui.h
2020-08-05 19:06:04 +02:00
Alexander Bock
6e9db78f40
Remove performance measurements that have been supersceded by using Tracy
2020-08-05 18:28:08 +02:00
Alexander Bock
c472ac131e
Removing more dynamic memory allocations
2020-08-05 15:45:06 +02:00
Alexander Bock
e783807d66
Next step towards enabling a managed memory version of templatefactory
2020-08-04 21:56:39 +02:00
Emma Broman
cb19f730df
Mixed cleanup
2020-07-10 11:25:26 +02:00
Emma Broman
a9021ac8dc
Separate GlobeLabels vec4 color into opacity and vec3 color
...
This commit does not change the previous behavior. Note however that the behavior for opacity is a bit weird for this component.
2020-07-10 11:25:26 +02:00
Emma Broman
66719c0881
Rename 'transparency' to 'colorFilter' in the ring classes
...
to avoid confusion with opacity name change. Also, the 'transparency'
used in the rings had a diffrent meaning than for the rest of the
rendered objects. It affects the filtering of the color values.
2020-07-10 11:25:18 +02:00
Emma Broman
b14eba72f8
Change properties and variables to opacity instead of transparency
2020-07-08 15:54:12 +02:00
Alexander Bock
fb69d81a7a
Coding style fixes
2020-07-07 13:18:41 +02:00
Jonathas Costa
b60c6cd116
Added scaling properties to eclipses.
2020-07-01 13:13:04 -04:00
Alexander Bock
2a7932ecc2
Add checks for missing node name and directory parameters to the openspace.globebrowsing.addBlendingLayersFromDirectory function ( closes #1101 )
2020-06-22 22:03:29 +02:00
Alexander Bock
96940bac86
* Fixed GUI labeling of Uranus label
...
* Fixed spelling error in CTX blended label on Mars
* Removed now-unused debug layers on RenderableGlobes
2020-06-22 10:32:48 +02:00
Micah
703296fc27
added globe labels back into renderloop
2020-06-13 12:52:33 -04:00
Alexander Bock
d2fbfdbf22
Remove unused globebrowsing instrumentation
2020-06-12 21:50:05 +02:00
Alexander Bock
f7170a9506
Turn the scaling transformation into providing three scaling factors (x, y, z)
...
Add NonUniformStaticScale class to provide independent scaling factors (closes #1151 )
2020-05-12 15:27:24 +02:00
Alexander Bock
5a94c486f0
Removing warnings
2020-04-14 22:32:26 +02:00
Alexander Bock
f1fe2f197b
General code cleanup
2020-04-14 15:48:58 +02:00
Alexander Bock
84d3878be3
Ignore uniform warnings for cases when disabling the night layers on Earth ( closes #1136 )
2020-04-14 13:19:19 +02:00
Jonathas Costa
d0c9716872
Allowing OS to start even if the ring shader doesn't compile.
2020-02-21 11:36:06 -05:00
Gene Payne
daf9b66328
Issue/timequantizertest ( #1092 )
...
* Added pre-2000 date tests to globebrowsing timequantizer
* Merge with latest master
2020-02-19 14:22:42 -07:00
Alexander Bock
5e29145395
Coding style cleanup
2020-02-14 19:37:06 +01:00
Alexander Bock
43851899c7
Cleanup of more copyright headers
...
Add debug groups and object names to the OpenGL objects in the framebuffer renderer
2020-02-13 14:59:13 +01:00
Alexander Bock
3a80a6f2f7
Merge pull request #1085 from OpenSpace/issue/574
...
Issue/574
2020-02-12 09:37:42 +01:00
Alexander Bock
be8d850ef7
Some cleanup of timequantizer and its test
2020-02-12 09:36:09 +01:00
Alexander Bock
b37698a705
Make it possible again to remove globe browsing layers ( closes #960 )
2020-02-12 00:42:59 +01:00
GPayne
eb83d49cf3
Merged with master
2020-02-11 13:59:51 -07:00
GPayne
9d34a8d39e
Added final tests for checking start time
2020-02-11 07:20:29 -07:00
GPayne
016baa7ce7
Added checks on resolution & start time restrictions, and tests for them
2020-02-10 22:07:39 -07:00
Alexander Bock
c8799dcc80
Cherrypick remaining changes from the feature/catch2 branch sans the big switch to SGCT 3.0
2020-02-11 00:21:42 +01:00
Alexander Bock
9cb1169d58
Merge pull request #1063 from OpenSpace/bug/macosbuild
...
macos compile and build (still needs ring shader const fix)
2020-02-10 23:39:39 +01:00
Alexander Bock
d8e9db76a3
Update the copyright header to 2020
2020-02-10 21:51:01 +01:00
Micah Acinapura
db8a0d16c9
Merge branch 'master' into bug/macosbuild
2020-02-10 15:43:44 -05:00
Alexander Bock
6fe993820f
Remove spaces from property owners
2020-02-10 21:22:05 +01:00
Alexander Bock
49c793d976
Update Ghoul version
...
Add initial Tracy profiling macros
2020-02-10 14:50:41 +01:00
GPayne
99021221e9
Added comment headers (no functional changes)
2020-02-09 20:01:24 -07:00
Alexander Bock
9491f73803
More GLM initialization fixes
2020-02-10 01:18:27 +01:00
Alexander Bock
24ce773da9
Update GLM version
...
Correctly initialize all values as they are no longer default-initialized
2020-02-10 00:09:31 +01:00
GPayne
27c2a33ee4
Added unit testing for timequantizer and improved quantizer solver
2020-02-07 01:46:41 -07:00
GPayne
24d744c5fe
Fixed datetime string bug and improved solver performance
2020-02-05 15:47:40 -07:00
GPayne
fa12ab7339
Algorithm bug fixes
2020-02-03 20:49:44 -07:00
GPayne
bf8d724642
Fixed compile errors
2020-01-31 10:17:06 -07:00
Micah Acinapura
f15dc43e9d
uniform cleanup
2020-01-31 10:31:41 -05:00
Micah Acinapura
1b4e32d8f2
cleanup of ringshader; fix singlefisheyegui
2020-01-31 10:28:37 -05:00
Micah Acinapura
723e7e220e
Merge branch 'issues/1062' into bug/macosbuild
2020-01-31 09:38:13 -05:00
Micah Acinapura
a943ad5bb8
Merge branch 'bug/macosbuild' of github.com:OpenSpace/OpenSpace into bug/macosbuild
2020-01-31 09:36:54 -05:00
Alexander Bock
9b43b08368
Convert property owner identifiers to camel case
2020-01-31 08:22:40 -05:00