aboutsummaryrefslogtreecommitdiff
path: root/modules/hdr/image_loader_hdr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes importing hdr files with extra header infoJorn Van denbussche2018-03-111-6/+10
|
* 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!
* Cleanup unnecessary debug printsRémi Verschelde2017-10-211-4/+0
|
* 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
|
* 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-301-6/+16
|/
* -Added .hdr format supportJuan Linietsky2017-05-281-0/+151
-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