summaryrefslogtreecommitdiffstats
path: root/modules/tga
Commit message (Expand)AuthorAgeFilesLines
* Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
* Add buffer size check to Image.load_tga_from_buffer(). Fixes #67985Mark Riedesel2022-10-301-1/+7
* Make some Image methods statickobewi2022-10-141-1/+1
* Merge pull request #65717 from Ithamar/feat-tga-16bitsRémi Verschelde2022-09-262-2/+25
|\
| * Add 16-bits TGA supportIthamar R. Adema2022-09-122-2/+25
* | [Core] Make ImageFormatLoader extensible.Fabio Alessandrelli2022-09-203-5/+6
|/
* Make `ImageLoader` take bit field flagsYuri Sizov2022-08-232-2/+2
* Make "Godot source files" comment consistent in modulesAaron Franke2022-08-051-1/+1
* Refactor module initializationreduz2022-05-042-4/+14
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-6/+7
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-4/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Fix loading RLE compressed TGA files.bruvzg2021-06-142-10/+16
* 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-2/+2
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-11/+11
* Fix a crash in the TGA loader with malformed inputHein-Pieter van Braam-Stewart2021-02-042-4/+23
* Update copyright statements to 2021Rémi Verschelde2021-01-014-8/+8
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Add `Image.load_bmp_from_buffer()` for run-time BMP image loadingHugo Locurcio2020-10-201-2/+2
* Expose loading TGA images in Image.Paul Herman2020-05-211-0/+14
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-3/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-142-6/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-022-2/+2
* 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-22/+20
* Update copyright statements to 2020Rémi Verschelde2020-01-014-8/+8
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-1/+1
* Fix TGA indexed images loaded with flipped color tableAndrii Doroshenko (Xrayez)2019-04-211-2/+4
* 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
* Fix bits_per_pixel validation in BMP and TGA loader modules.Saracen2018-07-081-1/+2
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-1/+1
* 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
* Rename pos to position in user facing methods and variablesletheed2017-09-201-2/+2
* Merge pull request #10846 from hpvb/fix-sign-compareRémi Verschelde2017-09-011-5/+5
|\
| * Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-5/+5
* | 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-076-0/+489