summaryrefslogtreecommitdiff
path: root/modules/hdr
AgeCommit message (Expand)Author
2022-08-23Make `ImageLoader` take bit field flagsYuri Sizov
2022-08-05Make "Godot source files" comment consistent in modulesAaron Franke
2022-07-25Code quality: Fix header guards consistencyRémi Verschelde
2022-05-04Refactor module initializationreduz
2022-04-13Color: Rename `to_srgb`/`to_linear` to include base color spaceRémi Verschelde
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-10-12Fix some LGTM errors of "Multiplication result converted to larger type"Aaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-23Adding missing include guards to header files identified by LGTM.Rajat Goswami
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-08-17Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-12Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner
2019-01-28Cleanup unused headerMartin Capitanio
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-05-30SCons: Pass env to modules can_build methodRémi Verschelde
2018-03-11Fixes importing hdr files with extra header infoJorn Van denbussche
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-11-15doc: Make all module docs self-containedRémi Verschelde
2017-10-21Cleanup unnecessary debug printsRémi Verschelde
2017-09-01Fix files headerPoommetee Ketson
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-20Added support for SVGDaniel J. Ramirez
2017-06-07TGA support based on SaracenOne's work.Juan Linietsky
2017-06-05Merge pull request #8990 from zer0problem/masterRémi Verschelde
2017-05-31Fixed compiling on windows after .hdr supportzer0problem
2017-05-30Several fixes related to PBR and EnvironmentJuan Linietsky
2017-05-28-Added .hdr format supportJuan Linietsky