Jonathas Costa
4e30d9c3b8
Fixed issue 675.
2018-07-31 14:50:10 -04:00
Jonathas Costa
335beb8dd3
Removed commented code.
2018-07-19 11:51:28 -04:00
Alexander Bock
8dce177d33
Remove more warnings on Jenkins
2018-07-05 14:40:54 -04:00
Alexander Bock
a701620c1d
Change tully images to use PNGs instead
2018-06-29 14:29:09 -04:00
Alexander Bock
99a6efca8e
Declare PropertyInfo as constexpr, rather than const
2018-06-28 17:08:56 -04:00
Alexander Bock
4952f8f977
Code cleanup branch ( #618 )
...
* Make height map fallback layer work again
* Add documentation to joystick button bindings
* Removed grouped property headers
* Add new version number constant generated by CMake
* Make Joystick deadzone work properly
* Change the startup date on Earth to today
* Fix key modifier handling
* Add debugging indices for TreeNodeDebugging
* Fix script schedule for OsirisRex
* Do not open Mission schedule automatically
* Upload default projection texture automatically
* General code cleanup
* Fix check_style_guide warnings
* Remove .clang-format
* MacOS compile fixes
* Clang analyzer fixes
2018-06-10 04:47:34 +00:00
Alexander Bock
40dbf875c5
Issue/525 ( #593 )
...
* Add initializeGL and deinitializeGL methods to OpenSpaceModule Call releaseAll from ProgramObjectManager in deinitializeGL to guard against errors when deinitializing assets
* Change removeProgramObject function in RenderEngine to take a non-owning pointer instead of a reference to a unique pointer to make it compatible with the ProgramObjectManager
Update Ghoul repository
* Using ProgramObjectManager in more modules to reduce the number of programs compiled at startup
2018-04-10 15:55:52 -04:00
Alexander Bock
a3c849843f
Feature/new formatting ( #547 )
...
* Change to new logging format (closes #542 )
* Adds a screenshots folder that uses the application startup time
* Creating focus nodes for VRT files if the info files contain location information
* Fix issue with removing virtual properties
* Add a method for returning the cartesian coordinates for a geolocation on a planet
2018-03-07 18:10:32 -05:00
Alexander Bock
9a00f38e09
Feature/jenkins warnings ( #538 )
...
* Remove warnings from Jenkins
* Improve Jenkins behavior
2018-02-28 08:41:55 -05:00
Alexander Bock
9f90c6c39d
Reuse the same font renderer program object between DU rendering classes
...
Working towards #525
2018-02-26 23:13:04 -05:00
Jonathas Costa
65abb03e06
Removed unused code in RenderablePlanesCloud and changed gPosition for planes.
2018-02-05 15:58:57 -05:00
Emil Axelsson
2758b35dec
Feature/mipmapping ( #454 )
...
* Enable mipmapping for textures where it was previously disabled
* Fix mipmapping for renderable projections
2018-01-09 17:52:34 +01:00
Emil Axelsson
1787a44821
Fix bug introduced by setting different blend modes for individual render targets
2018-01-09 10:32:27 +01:00
Alexander Bock
47233b8e6f
Make use of UniformCache in many Renderables and switch from setUniform(const std::string&, ...) to setUniform(GLint, ...) in those cases
2017-12-31 17:31:10 -05:00
Alexander Bock
6089449bba
Fix crash with MSAA buffer generation when compiling in Debug on Windows
...
Cleanup of logging behavior
2017-12-30 20:24:05 -05:00
Alexander Bock
dcfef3557f
Update copyright header
2017-12-29 20:11:22 +01:00
Alexander Bock
cc178d03f3
Remove clang warnings
...
Update SGCT repository
2017-12-29 19:47:33 +01:00
Alexander Bock
c9a3c68f19
Fix style guide issues
...
Update Ghoul repository
2017-12-29 19:18:06 +01:00
Alexander Bock
db668b5342
Some changes to PR #432
2017-12-18 16:25:02 -05:00
Jonathas Costa
eead4b7f25
Merged master into NewAtmosphere.
2017-12-14 15:55:27 -05:00
Alexander Bock
23a446cb2c
Update Ghoul repository
...
Adapt to changes that absPath is not called automatically as often anymore
Remove atmosphereearth.scene
2017-12-13 21:55:29 -05:00
Jonathas Costa
4c0f0333af
New Fade-in controlled range for planes cloud.
2017-12-12 16:47:47 -05:00
Jonathas Costa
952f8e8e13
Merged master into NewAtmosphere.
2017-12-12 13:43:40 -05:00
Alexander Bock
0f0fb78a63
Cherry pick 0d83df09bf
2017-12-12 00:30:38 -05:00
Alexander Bock
a631b7e0a3
Making most logger categories constexpr
2017-12-11 23:46:34 -05:00
Jonathas Costa
0d83df09bf
Added max text size control for DU objects.
2017-12-11 21:58:33 -05:00
Jonathas Costa
52da2297be
Changed names in DU following Carter's asking. Fixed bug in min plane size clipping procedure.
2017-12-08 16:11:58 -05:00
Jonathas Costa
24d3c5e8d2
Improved fade-io/out controls in GUI. Changed default behavior for unknown textures in renderable planes cloud.
2017-12-04 11:15:39 -05:00
Jonathas Costa
8243d09188
Fixed bug in RenderablePlanesCloud and added better fade-in gui values.
2017-12-01 15:12:20 -05:00
Jonathas Costa
10a60e73ad
Improved performance of RenderablePlanesCloud adding min size control.
2017-11-23 20:03:42 -05:00
Jonathas Costa
cd1c695944
Improved RendedrablePlanesCloud rendering times.
2017-11-22 11:55:37 -05:00
Jonathas Costa
0264a3026c
Merged master into NewAtmosphere.
2017-11-15 18:12:58 -05:00
Jonathas Costa
67033c4583
Tentative fix for billbords alingment problems.
2017-11-15 17:35:00 -05:00
Jonathas Costa
929bd9ae05
Merged.
2017-11-09 15:46:46 -05:00
Jonathas Costa
cf2c21fab8
Fixed stars labels and added Gaia Stars.
2017-11-08 17:17:32 -05:00
Jonathas Costa
69aa660885
Added fade-in/fade-out transitions for Milkyway/Tully galaxies.
2017-11-08 16:55:31 -05:00
Jonathas Costa
3818ff3839
Fixed bug in background color for atm. Adding option to enable/disable fade-in effect in DU objects. Updated Ghoul.
2017-11-08 12:04:05 -05:00
Alexander Bock
b50b52d351
Cleanup for coding style
...
Add strict mode to check_style_guide script
2017-11-08 10:35:39 -06:00
Jonathas Costa
845c867380
Initial fade-in methods for DU objects.
2017-11-07 17:58:38 -05:00
Alexander Bock
80f5706049
Remove warnings on Clang
2017-11-07 09:19:45 -06:00
Alexander Bock
78e3320cde
Separate Renderable::initialize into initialize and initializeGL functions
...
Handle initialize in a separate thread and display rudimentary loading screen
2017-11-02 14:27:35 -04:00
Alexander Bock
e80730e9bf
Fix a variety of warnings
2017-10-21 10:10:40 -04:00
Alexander Bock
1c61f56043
Various Mac related fixes
2017-10-18 09:58:12 -04:00
Jonathas Costa
41bcfd91d7
Enabled caching for billboard clouds and removed debugging code.
2017-10-12 15:46:56 -04:00
Jonathas Costa
75783a5352
Fixing cache system for DU files.
2017-10-11 18:20:38 -04:00
Jonathas Costa
a5243cf4d1
Added luminosity/size and slum controls by datavar in plane clouds.
2017-10-11 14:51:26 -04:00
Jonathas Costa
d67a89a6ed
Fixed alignment problem in AMNH dome. Added dedbug code for testing the fix on the dome.
2017-10-10 15:24:50 -04:00
Jonathas Costa
ce0742668a
Fixed bug in Tully galaxies rendering.
2017-10-09 13:44:38 -04:00
Jonathas Costa
624d632765
Fixed scale for Tully galaxies textures.
2017-10-09 11:59:20 -04:00
Jonathas Costa
2999dcb96e
Changed to additive blending.
2017-10-07 00:19:27 -04:00