summaryrefslogtreecommitdiffstats
path: root/modules/bmp/image_loader_bmp.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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