Aaron Franke
|
7e51e4cb84
Fix some LGTM errors of "Multiplication result converted to larger type"
|
4 лет назад |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 лет назад |
Marcel Admiraal
|
da5d7db610
Rename File::get_len() get_length()
|
4 лет назад |
Zae
|
a65dac3fa7
Fix duplicate close files when deconstructing ZipArchive
|
4 лет назад |
Pedro J. Estébanez
|
469fa47e06
Make all file access 64-bit (uint64_t)
|
6 лет назад |
Rémi Verschelde
|
fcbf7145fe
Merge pull request #42337 from zaevi/fix-zip-open-twice
|
4 лет назад |
Zae
|
f403e62df1
Fix zip file opening twice
|
4 лет назад |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
4 лет назад |
Alex Hirsch
|
c28428fe4d
Allow nullptr with zero length in FileAccess get_buffer
|
4 лет назад |
Alex Hirsch
|
cdf3099c68
Add parameter checkes to FileAccess get_buffer functions
|
4 лет назад |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 лет назад |
Aaron Franke
|
02161aad5a
Remove empty lines around braces with the formatting script
|
4 лет назад |
bruvzg
|
f043eabdd8
Adds PCK encryption support (using script encryption key for export).
|
5 лет назад |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 лет назад |
Yilin Ma
|
c524d50444
added load resource pack with offset feature
|
5 лет назад |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 лет назад |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 лет назад |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 лет назад |
Rémi Verschelde
|
515fe0f29b
Revert "Made possible to specify where to dump the contents when loading a ".pck" file"
|
5 лет назад |
Michael Alexsander
|
3c261e0dfa
Made possible to specify where to dump the contents when loading a ".pck" file
|
5 лет назад |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 лет назад |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 лет назад |
Rémi Verschelde
|
28fcc5e25a
Merge pull request #32291 from Dragoncraft89/add_load_resource_flag
|
6 лет назад |
Florian Kothmeier
|
aae25abf30
Add flag to control the replacement of files by ProjectSettings.load_resource_pack
|
6 лет назад |
Rémi Verschelde
|
dec10dd776
Merge pull request #32051 from qarmin/some_error_explanation
|
6 лет назад |
qarmin
|
17732fe698
Added some obvious errors explanations
|
6 лет назад |
qarmin
|
50be65bf43
Changed some code found by Clang Tidy and Coverity
|
6 лет назад |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 лет назад |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 лет назад |
Wilson E. Alvarez
|
08f22f1cf0
Moved member variables to initializer list
|
6 лет назад |