summaryrefslogtreecommitdiffstats
path: root/modules/webp
Commit message (Expand)AuthorAgeFilesLines
* 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-014-8/+8
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* SCons: Add explicit dependencies on thirdparty code in cloned envRémi Verschelde2020-12-181-2/+14
* 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-143-10/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-022-6/+6
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-3/+4
* 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-26/+23
* 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-5/+2
* 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-2/+1
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-5/+3
* SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-301-1/+1
* libwebp: Sync with upstream 1.0.2Rémi Verschelde2019-03-041-3/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-014-8/+8
* Update libwebp to 1.0.1volzhs2018-12-101-2/+0
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-281-1/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-122-4/+4
* Add webp buffer loader for Imagegeequlim2018-07-171-29/+38
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
* Update libwebp to 1.0.0volzhs2018-05-161-0/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-054-0/+4
* Update copyright statements to 2018Rémi Verschelde2018-01-014-8/+8
* Update libwebp to 0.6.1volzhs2017-12-121-5/+6
* doc: Make all module docs self-containedRémi Verschelde2017-11-151-2/+0
* Use BoolVariable for third-party options.Elliott Sales de Andrade2017-09-251-1/+1
* 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
* Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-302-2/+2
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-172-18/+19
* Fix property warnings and hide some debug printsRémi Verschelde2017-04-231-3/+7
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-084-0/+4
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-053-65/+50
* Update libwebp to 0.6.0volzhs2017-02-171-89/+99
* 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-014-4/+4
* scons: Reorder options for clarityRémi Verschelde2016-11-031-1/+1
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-011-0/+1
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-011-2/+2
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-012-110/+110