summaryrefslogtreecommitdiffstats
path: root/modules/hdr
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-114-0/+8
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Optimize .hdr loading and RGB9E5 conversionBlueCube33102024-08-092-11/+22
* One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
* Make some Image methods statickobewi2022-10-141-1/+1
* [Core] Make ImageFormatLoader extensible.Fabio Alessandrelli2022-09-203-5/+6
* Make `ImageLoader` take bit field flagsYuri Sizov2022-08-232-3/+3
* Make "Godot source files" comment consistent in modulesAaron Franke2022-08-051-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Refactor module initializationreduz2022-05-042-4/+14
* Color: Rename `to_srgb`/`to_linear` to include base color spaceRémi Verschelde2022-04-131-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-2/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke2021-10-121-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-014-8/+8
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-143-7/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-2/+3
* Adding missing include guards to header files identified by LGTM.Rajat Goswami2020-03-231-0/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-3/+3
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-014-8/+8
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-6/+3
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-3/+0
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-4/+1
* Cleanup unused headerMartin Capitanio2019-01-281-2/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-014-8/+8
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-3/+3
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
* Fixes importing hdr files with extra header infoJorn Van denbussche2018-03-111-6/+10
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-054-0/+4
* Update copyright statements to 2018Rémi Verschelde2018-01-014-8/+8
* 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 compiling on windows after .hdr supportzer0problem2017-05-311-1/+1
* | Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-302-8/+18
|/
* -Added .hdr format supportJuan Linietsky2017-05-286-0/+289