summaryrefslogtreecommitdiffstats
path: root/modules/tga/image_loader_tga.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-0/+1
|\
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-0/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* 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-261-2/+23
|\
| * Add 16-bits TGA supportIthamar R. Adema2022-09-121-2/+23
* | [Core] Make ImageFormatLoader extensible.Fabio Alessandrelli2022-09-201-1/+1
|/
* Make `ImageLoader` take bit field flagsYuri Sizov2022-08-231-1/+1
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-5/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Fix loading RLE compressed TGA files.bruvzg2021-06-141-8/+14
* 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
* Fix a crash in the TGA loader with malformed inputHein-Pieter van Braam-Stewart2021-02-041-3/+22
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* 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-141-4/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-22/+20
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* 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-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Fix bits_per_pixel validation in BMP and TGA loader modules.Saracen2018-07-081-1/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* 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-011-1/+1
|/
* 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
* TGA support based on SaracenOne's work.Juan Linietsky2017-06-071-0/+314