aboutsummaryrefslogtreecommitdiff
path: root/modules/hdr/image_loader_hdr.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
| | | | Happy new year to the wonderful Godot community!
* Fix files headerPoommetee Ketson2017-09-011-1/+1
|
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Added support for SVGDaniel J. Ramirez2017-08-201-1/+1
|
* TGA support based on SaracenOne's work.Juan Linietsky2017-06-071-2/+2
|
* Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-301-1/+1
|
* -Added .hdr format supportJuan Linietsky2017-05-281-0/+46
-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