Rémi Verschelde
|
16f6a5b139
One Copyright Update to rule them all
|
1 년 전 |
Rémi Verschelde
|
a627cdafc5
Update copyright statements to 2022
|
2 년 전 |
Rémi Verschelde
|
42d385b312
clang-format: Disable alignment of operands, too unreliable
|
3 년 전 |
Kongfa Waroros
|
77d5ead241
Check if the line pointer goes away from the image buffer's EOF in the BMP importer
|
3 년 전 |
Morris Tabor
|
9caee3b930
fix misaligned loads in bmp loader
|
3 년 전 |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
3 년 전 |
Rémi Verschelde
|
b4af1eba0a
Style: Enforce use of bool literals instead of integers
|
3 년 전 |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
3 년 전 |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
3 년 전 |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
3 년 전 |
Hugo Locurcio
|
7db872b55a
Add `Image.load_bmp_from_buffer()` for run-time BMP image loading
|
4 년 전 |
Hugo Locurcio
|
f90931c47a
Add more error explanations in the BMP image loader
|
4 년 전 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
4 년 전 |
qarmin
|
50be65bf43
Changed some code found by Clang Tidy and Coverity
|
5 년 전 |
Robin Hübner
|
8aeade74db
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
|
5 년 전 |
Andrii Doroshenko (Xrayez)
|
422a8ffe02
Fix BMP loader to distinguish between compression types
|
5 년 전 |
Andrii Doroshenko (Xrayez)
|
d5c5aabbf2
Fix BMP loader incorrectly interpreting color table size
|
5 년 전 |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
5 년 전 |
qarmin
|
072e40368e
Fix always true/false values
|
5 년 전 |
Andrii Doroshenko (Xrayez)
|
6484da5721
Import 4/1 bit bmp images
|
5 년 전 |
Hein-Pieter van Braam
|
fc2e2dfa43
Merge pull request #24547 from Shinryuuji/master
|
5 년 전 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
5 년 전 |
Shinryuuji
|
b9578b8f46
Add support for 8bpp bmp files
|
5 년 전 |
Rémi Verschelde
|
95131e6f23
Fix warnings on release builds (not DEBUG_ENABLED)
|
6 년 전 |
Saracen
|
115f6d14a0
Fix bits_per_pixel validation in BMP and TGA loader modules.
|
6 년 전 |
Saracen
|
e30b0656e8
BMP module
|
6 년 전 |