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
/
webp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Style: Apply `clang-tidy` fixes (superficial)
Thaddeus Crews
2024-11-04
1
-1
/
+1
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
libwebp: Update to 1.4.0
Rémi Verschelde
2024-05-14
1
-0
/
+1
*
Add 'override' mark to ResourceFormat class
ppphp
2024-03-25
1
-3
/
+3
*
Fix crash when saving compressed image as JPG & WebP
Haoyu Qiu
2023-11-12
1
-0
/
+4
*
Merge pull request #79257 from DeeJayLSP/sharpp
Yuri Sizov
2023-07-25
1
-0
/
+1
|
\
|
*
Lossy WebP: Enable sharp RGB to YUV conversion
DeeJayLSP
2023-07-09
1
-0
/
+1
*
|
Extract and reorganize texture resource classes
Hendrik Brucker
2023-07-14
1
-1
/
+1
|
/
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
3
-4
/
+8
*
Add support for extending GLTF with more texture formats & support WebP
Aaron Franke
2023-05-22
1
-2
/
+2
*
libwebp: Sync with upstream 1.3.0
DeeJayLSP
2023-01-25
1
-0
/
+1
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
8
-232
/
+232
*
Overhaul WebP packer and split compression options
DeeJayLSP
2022-11-15
2
-32
/
+20
*
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-1
/
+1
|
\
|
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-1
/
+1
*
|
Change all WEBP strings and comments to WebP
DeeJayLSP
2022-10-28
2
-4
/
+4
|
/
*
Make some Image methods static
kobewi
2022-10-14
1
-1
/
+1
*
[Core] Make ImageFormatLoader extensible.
Fabio Alessandrelli
2022-09-20
3
-6
/
+9
*
Merge pull request #64776 from YuriSizov/import-images-moar-flags
Rémi Verschelde
2022-08-25
2
-2
/
+2
|
\
|
*
Make `ImageLoader` take bit field flags
Yuri Sizov
2022-08-23
2
-2
/
+2
*
|
libwebp: Sync with upstream 1.2.4
Rémi Verschelde
2022-08-23
1
-116
/
+122
|
/
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
2
-2
/
+2
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+1
*
Add support for saving WebP images
Aaron Franke
2022-06-21
7
-176
/
+393
*
Refactor module initialization
reduz
2022-05-04
2
-4
/
+14
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
2
-4
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
4
-8
/
+8
*
libwebp: Sync with upstream 1.2.1
Rémi Verschelde
2021-11-19
1
-0
/
+1
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Implement lossless WebP encoding
Morris Tabor
2021-06-11
1
-4
/
+71
*
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
-1
/
+1
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
4
-8
/
+8
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-2
/
+14
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-2
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
3
-10
/
+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
-6
/
+6
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-3
/
+4
*
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
-26
/
+23
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
4
-8
/
+8
*
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-17
1
-5
/
+2
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-3
/
+0
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-08-12
1
-2
/
+1
*
Added release function to PoolVector::Access.
Ibrahn Sahir
2019-07-06
1
-5
/
+3
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-1
/
+1
[next]