summaryrefslogtreecommitdiffstats
path: root/modules/bmp/image_loader_bmp.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* 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-021-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-19/+19
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* 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-171-8/+10
* 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-231-40/+136
* Merge pull request #24547 from Shinryuuji/masterHein-Pieter van Braam2019-04-231-25/+37
|\
| * Add support for 8bpp bmp filesShinryuuji2018-12-231-25/+37
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Fix warnings on release builds (not DEBUG_ENABLED)Rémi Verschelde2018-10-031-6/+3
* Fix bits_per_pixel validation in BMP and TGA loader modules.Saracen2018-07-081-1/+1
* BMP moduleSaracen2018-04-301-0/+194