summaryrefslogtreecommitdiffstats
path: root/modules/webp/image_loader_webp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Style: Harmonize header includes in modulesRémi Verschelde2023-06-151-2/+4
* Add support for extending GLTF with more texture formats & support WebPAaron Franke2023-05-221-2/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [Core] Make ImageFormatLoader extensible.Fabio Alessandrelli2022-09-201-1/+1
* Make `ImageLoader` take bit field flagsYuri Sizov2022-08-231-1/+1
* Add support for saving WebP imagesAaron Franke2022-06-211-172/+9
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-3/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Implement lossless WebP encodingMorris Tabor2021-06-111-4/+71
* Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-171-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+3
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-7/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-5/+5
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-26/+23
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'Rémi Verschelde2019-08-171-5/+2
* 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-5/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Add webp buffer loader for Imagegeequlim2018-07-171-29/+38
* 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
* Added support for SVGDaniel J. Ramirez2017-08-201-1/+1
* Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-301-1/+1
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-17/+18
* Fix property warnings and hide some debug printsRémi Verschelde2017-04-231-3/+7
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-57/+46
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-21/+21
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-5/+5
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* webp: Make it a module and unbundle libwebp thirdparty filesRémi Verschelde2016-10-151-0/+183