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