summaryrefslogtreecommitdiffstats
path: root/modules/bmp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-274-8/+8
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-114-0/+8
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Support importing 1/2/4-bpp BMP images of size non-divisible by 8/4/2kleonc2024-08-131-57/+10
* Fix some typos in source.emacser02023-10-041-1/+1
* Adds some basic 16BPP BMP Support.ScorpionInc2023-04-122-5/+78
* Merge pull request #67661 from cooperra/bmp-2bpp-loaderRémi Verschelde2023-01-191-1/+19
|\
| * Support 2 bits per pixel BMP imagesRobbie Cooper2022-10-191-1/+19
* | One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
|/
* Make some Image methods statickobewi2022-10-141-2/+2
* [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-9/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-4/+2
* Merge pull request #46555 from gongpha/line-ptr-more-than-size-bmpRémi Verschelde2021-10-031-0/+2
|\
| * Check if the line pointer goes away from the image buffer's EOF in the BMP im...Kongfa Waroros2021-03-021-0/+2
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* | Rename File::get_len() get_length()Marcel Admiraal2021-05-251-1/+1
* | fix misaligned loads in bmp loaderMorris Tabor2021-05-081-16/+10
|/
* Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-081-15/+15
* Update copyright statements to 2021Rémi Verschelde2021-01-014-8/+8
* Add `Image.load_bmp_from_buffer()` for run-time BMP image loadingHugo Locurcio2020-10-201-3/+17
* Add more error explanations in the BMP image loaderHugo Locurcio2020-08-181-12/+19
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-022-3/+3
* 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-19/+19
* Update copyright statements to 2020Rémi Verschelde2020-01-014-8/+8
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-115/+113
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'Robin Hübner2019-08-121-2/+2
* Fix BMP loader to distinguish between compression typesAndrii Doroshenko (Xrayez)2019-07-172-12/+14
* Fix BMP loader incorrectly interpreting color table sizeAndrii Doroshenko (Xrayez)2019-07-171-1/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Fix always true/false valuesqarmin2019-06-201-6/+4
* Import 4/1 bit bmp imagesAndrii Doroshenko (Xrayez)2019-04-232-40/+140
* Merge pull request #24547 from Shinryuuji/masterHein-Pieter van Braam2019-04-232-34/+50
|\
| * Add support for 8bpp bmp filesShinryuuji2018-12-232-34/+50
* | Update copyright statements to 2019Rémi Verschelde2019-01-014-8/+8
|/
* Fix warnings on release builds (not DEBUG_ENABLED)Rémi Verschelde2018-10-031-6/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Fix bits_per_pixel validation in BMP and TGA loader modules.Saracen2018-07-081-1/+1
* SCons: Pass env to modules can_build methodRémi Verschelde2018-05-301-3/+1
* BMP moduleSaracen2018-04-306-0/+370