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
/
tga
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't include `core/io/image.h` in `core/os/os.h`
Yevhen Babiichuk (DustDFG)
2024-10-18
1
-0
/
+1
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
4
-116
/
+116
*
Add buffer size check to Image.load_tga_from_buffer(). Fixes #67985
Mark Riedesel
2022-10-30
1
-1
/
+7
*
Make some Image methods static
kobewi
2022-10-14
1
-1
/
+1
*
Merge pull request #65717 from Ithamar/feat-tga-16bits
Rémi Verschelde
2022-09-26
2
-2
/
+25
|
\
|
*
Add 16-bits TGA support
Ithamar R. Adema
2022-09-12
2
-2
/
+25
*
|
[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
-6
/
+7
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
1
-4
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
4
-8
/
+8
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Fix loading RLE compressed TGA files.
bruvzg
2021-06-14
2
-10
/
+16
*
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
1
-1
/
+1
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-2
/
+2
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
1
-11
/
+11
*
Fix a crash in the TGA loader with malformed input
Hein-Pieter van Braam-Stewart
2021-02-04
2
-4
/
+23
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
4
-8
/
+8
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-2
/
+2
*
Add `Image.load_bmp_from_buffer()` for run-time BMP image loading
Hugo Locurcio
2020-10-20
1
-2
/
+2
*
Expose loading TGA images in Image.
Paul Herman
2020-05-21
1
-0
/
+14
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-3
/
+6
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
2
-6
/
+0
*
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
2
-2
/
+2
*
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
-22
/
+20
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
4
-8
/
+8
*
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-1
/
+1
*
Fix TGA indexed images loaded with flipped color table
Andrii Doroshenko (Xrayez)
2019-04-21
1
-2
/
+4
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
4
-8
/
+8
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
2
-3
/
+3
*
Fix bits_per_pixel validation in BMP and TGA loader modules.
Saracen
2018-07-08
1
-1
/
+2
*
SCons: Pass env to modules can_build method
Rémi Verschelde
2018-05-30
1
-1
/
+1
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
4
-0
/
+4
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
4
-8
/
+8
*
doc: Make all module docs self-contained
Rémi Verschelde
2017-11-15
1
-2
/
+0
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-2
/
+2
*
Merge pull request #10846 from hpvb/fix-sign-compare
Rémi Verschelde
2017-09-01
1
-5
/
+5
|
\
|
*
Fix signed and unsigned comparisons
Hein-Pieter van Braam
2017-09-01
1
-5
/
+5
*
|
Fix files header
Poommetee Ketson
2017-09-01
2
-2
/
+2
|
/
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
4
-4
/
+4
*
Added support for SVG
Daniel J. Ramirez
2017-08-20
2
-2
/
+2
*
TGA support based on SaracenOne's work.
Juan Linietsky
2017-06-07
6
-0
/
+489