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