Rémi Verschelde
|
c45ce768b1
Merge pull request #47854 from mortarroad/3.x-lossless-webp
|
4 年之前 |
Morris Tabor
|
5de08ef1d6
Implement lossless WebP encoding
|
4 年之前 |
Pedro J. Estébanez
|
817ffc01e1
Make all file access 64-bit (`uint64_t`)
|
6 年之前 |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 年之前 |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 年之前 |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 年之前 |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 年之前 |
Rémi Verschelde
|
6c03ac6625
Improve format version mismatch error in binary loader
|
5 年之前 |
Haoyu Qiu
|
c81241e6c0
Fixes crash when resource file is corrupted
|
5 年之前 |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 年之前 |
qarmin
|
17732fe698
Added some obvious errors explanations
|
6 年之前 |
qarmin
|
b244ab4acc
Fix memory leak in ResourceFormatSaverBinary::save
|
6 年之前 |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 年之前 |
qarmin
|
aab8da25ad
Fix some code found by Coverity Scan and PVS Studio
|
6 年之前 |
qarmin
|
6cbaf7662f
Changed some code showed in LGTM and Coverage
|
6 年之前 |
Ibrahn Sahir
|
4e4697b1c4
Added release function to PoolVector::Access.
|
6 年之前 |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 年之前 |
qarmin
|
072e40368e
Fix always true/false values
|
6 年之前 |
Rémi Verschelde
|
c8994b56f9
Style: Apply new changes from clang-format 8.0
|
6 年之前 |
marxin
|
e5f665c718
Fix -Wsign-compare warnings.
|
6 年之前 |
Juan Linietsky
|
3ea04c1366
Prevent circular references to scene being saved, fixes #24384
|
6 年之前 |
Juan Linietsky
|
8b231b96e3
Implement a cleaner (and better) way to save imagedata from ImageTexture, fixes #18801
|
6 年之前 |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 年之前 |
Rémi Verschelde
|
c3b0ee5941
Fix code style issues
|
6 年之前 |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 年之前 |
Wilson E. Alvarez
|
08f22f1cf0
Moved member variables to initializer list
|
6 年之前 |
Juan Linietsky
|
f2e54057ae
-Moved EditorDefaultValue to ClassDB, made it core
|
7 年之前 |
Dualtagh Murray
|
b902a2f2a7
Fixing warnings generated by MSVC
|
7 年之前 |
Rémi Verschelde
|
d8b30d42f5
Fix warnings for operator precedence disambiguation [-Wparentheses]
|
7 年之前 |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 年之前 |