index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
bmp
/
image_loader_bmp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Support importing 1/2/4-bpp BMP images of size non-divisible by 8/4/2
kleonc
2024-08-13
1
-57
/
+10
*
Fix some typos in source.
emacser0
2023-10-04
1
-1
/
+1
*
Adds some basic 16BPP BMP Support.
ScorpionInc
2023-04-12
1
-5
/
+59
*
Merge pull request #67661 from cooperra/bmp-2bpp-loader
Rémi Verschelde
2023-01-19
1
-1
/
+19
|
\
|
*
Support 2 bits per pixel BMP images
Robbie Cooper
2022-10-19
1
-1
/
+19
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Make some Image methods static
kobewi
2022-10-14
1
-2
/
+2
*
[Core] Make ImageFormatLoader extensible.
Fabio Alessandrelli
2022-09-20
1
-1
/
+1
*
Make `ImageLoader` take bit field flags
Yuri Sizov
2022-08-23
1
-1
/
+1
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-7
/
+6
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-4
/
+2
*
Merge pull request #46555 from gongpha/line-ptr-more-than-size-bmp
Rémi Verschelde
2021-10-03
1
-0
/
+2
|
\
|
*
Check if the line pointer goes away from the image buffer's EOF in the BMP im...
Kongfa Waroros
2021-03-02
1
-0
/
+2
*
|
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
|
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
|
fix misaligned loads in bmp loader
Morris Tabor
2021-05-08
1
-16
/
+10
|
/
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Add `Image.load_bmp_from_buffer()` for run-time BMP image loading
Hugo Locurcio
2020-10-20
1
-3
/
+17
*
Add more error explanations in the BMP image loader
Hugo Locurcio
2020-08-18
1
-12
/
+19
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-4
/
+0
*
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-2
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-19
/
+19
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Changed some code found by Clang Tidy and Coverity
qarmin
2019-09-22
1
-115
/
+113
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-08-12
1
-2
/
+2
*
Fix BMP loader to distinguish between compression types
Andrii Doroshenko (Xrayez)
2019-07-17
1
-8
/
+10
*
Fix BMP loader incorrectly interpreting color table size
Andrii Doroshenko (Xrayez)
2019-07-17
1
-1
/
+1
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-1
/
+1
*
Fix always true/false values
qarmin
2019-06-20
1
-6
/
+4
*
Import 4/1 bit bmp images
Andrii Doroshenko (Xrayez)
2019-04-23
1
-40
/
+136
*
Merge pull request #24547 from Shinryuuji/master
Hein-Pieter van Braam
2019-04-23
1
-25
/
+37
|
\
|
*
Add support for 8bpp bmp files
Shinryuuji
2018-12-23
1
-25
/
+37
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
|
/
*
Fix warnings on release builds (not DEBUG_ENABLED)
Rémi Verschelde
2018-10-03
1
-6
/
+3
*
Fix bits_per_pixel validation in BMP and TGA loader modules.
Saracen
2018-07-08
1
-1
/
+1
*
BMP module
Saracen
2018-04-30
1
-0
/
+194