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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
4
-8
/
+8
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
4
-0
/
+8
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
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
2
-5
/
+78
*
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
4
-116
/
+116
|
/
*
Make some Image methods static
kobewi
2022-10-14
1
-2
/
+2
*
[Core] Make ImageFormatLoader extensible.
Fabio Alessandrelli
2022-09-20
3
-5
/
+6
*
Make `ImageLoader` take bit field flags
Yuri Sizov
2022-08-23
2
-2
/
+2
*
Make "Godot source files" comment consistent in modules
Aaron Franke
2022-08-05
1
-1
/
+1
*
Refactor module initialization
reduz
2022-05-04
2
-4
/
+14
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
2
-9
/
+7
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
4
-8
/
+8
*
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
|
/
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-15
/
+15
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
4
-8
/
+8
*
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
2
-3
/
+3
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-2
/
+3
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
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
4
-8
/
+8
*
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
2
-12
/
+14
*
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
2
-40
/
+140
*
Merge pull request #24547 from Shinryuuji/master
Hein-Pieter van Braam
2019-04-23
2
-34
/
+50
|
\
|
*
Add support for 8bpp bmp files
Shinryuuji
2018-12-23
2
-34
/
+50
*
|
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
4
-8
/
+8
|
/
*
Fix warnings on release builds (not DEBUG_ENABLED)
Rémi Verschelde
2018-10-03
1
-6
/
+3
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
*
Fix bits_per_pixel validation in BMP and TGA loader modules.
Saracen
2018-07-08
1
-1
/
+1
*
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-05-30
1
-3
/
+1
*
BMP module
Saracen
2018-04-30
6
-0
/
+370