aboutsummaryrefslogtreecommitdiff
path: root/modules/hdr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-2/+0
|
* Cleanup unnecessary debug printsRémi Verschelde2017-10-211-4/+0
|
* Fix files headerPoommetee Ketson2017-09-012-2/+2
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-274-4/+4
|
* Added support for SVGDaniel J. Ramirez2017-08-202-2/+2
|
* TGA support based on SaracenOne's work.Juan Linietsky2017-06-071-2/+2
|
* Merge pull request #8990 from zer0problem/masterRémi Verschelde2017-06-051-1/+1
|\ | | | | Fixed .hdr support to compile on windows
| * Fixed compiling on windows after .hdr supportzer0problem2017-05-311-1/+1
| | | | | | | | Changed type to avoid casting.
* | Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-302-7/+17
|/
* -Added .hdr format supportJuan Linietsky2017-05-286-0/+289
-Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant