summaryrefslogtreecommitdiffstats
path: root/modules/etc/texture_loader_pkm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add `etcpak` library for faster ETC/ETC2/S3TC imports.K. S. Ernest (iFire) Lee2021-04-131-114/+0
* Improve resource load cachereduz2021-02-111-1/+1
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-5/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Exposed RenderingDevice to script APIJuan Linietsky2020-04-201-1/+1
* Removed interactive loader, added proper thread loading.Juan Linietsky2020-02-281-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+3
* Texture refactorJuan Linietsky2020-02-111-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Memory leak and crash fixesRafał Mikrut2019-11-101-0/+2
* Added some obvious errors explanationsqarmin2019-09-251-2/+2
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-3/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-2/+1
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-311-0/+114