Lukas Tenbrink
|
b13a0e1834
Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized.
|
před 3 měsíci |
Pāvels Nadtočajevs
|
8cb2817976
[PCK] Move directory to the end of file, write exported/saved PCK in place.
|
před 4 měsíci |
kobewi
|
5af4bef46f
Inline static variables (part 1)
|
před 4 měsíci |
A Thousand Ships
|
889410dcda
Add `String::replace_char(s)` methods for performance and convenience
|
před 1 rokem |
Kiro
|
23129a66ed
Replace append_utfx with direct String::utfx
|
před 5 měsíci |
Lukas Tenbrink
|
ffa6ef220b
Use `append_` instead of `parse_` for `String` methods.
|
před 5 měsíci |
Aaron Franke
|
97ee05e9b7
Rename version defines to GODOT_VERSION_* to match GDExtension godot-cpp
|
před 6 měsíci |
Rie
|
d17ce4c37e
Fix "res://" being replaced by resource packs in the editor and on Android
|
před 1 rokem |
Yufeng Ying
|
be86ce3103
Apply iwyu suggestion in core.
|
před 8 měsíci |
Lukas Tenbrink
|
b5c31ebb41
Add contains_char() for single-character 'contains' calls.
|
před 8 měsíci |
Thaddeus Crews
|
1719f8ed3d
Merge pull request #99834 from kiroxas/passLengthToParseUTF8
|
před 9 měsíci |
Kiro
|
83d4bde0a2
When calling code has length of string, pass it to parse_utf8
|
před 9 měsíci |
bruvzg
|
a4b17e7852
[FileAccess] Return error codes from `store_*` methods.
|
před 2 roky |
Thaddeus Crews
|
80e73b0dca
Merge pull request #98483 from timothyqiu/pack-dir-exists
|
před 9 měsíci |
Juan
|
2ac562cdf8
Add ability for PCK patches to remove files
|
před 11 měsíci |
A Thousand Ships
|
38f9769bc6
[Core] Improve error messages with `vformat`
|
před 10 měsíci |
Haoyu Qiu
|
1b4f6f6bfa
DirAccessPack: Fix file_exists and dir_exists in exported projects
|
před 10 měsíci |
Mikael Hermansson
|
d3be030ea6
Add ability to export patch packs
|
před 11 měsíci |
BlueCube3310
|
205a10e0ae
Reduce code duplication in FileAccess
|
před 1 rokem |
Mikael Hermansson
|
613600fa89
Fix use-after-free in `FileAccess::exists`
|
před 1 rokem |
bruvzg
|
bf8ec7b81b
[Export] Use relative file base offset for embedded PCK.
|
před 1 rokem |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
před 1 rokem |
Rémi Verschelde
|
6c390b620d
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
|
před 1 rokem |
Wilson E. Alvarez
|
a3cb1b096f
Add const references detected by clang-tidy
|
před 1 rokem |
jsjtxietian
|
68a6fe81ab
Fix FileAccessPack::get_buffer will update pos past the length of file
|
před 1 rokem |
jpcerrone
|
0fb307720c
PCK file path improvements
|
před 2 roky |
Danil Alexeev
|
36bedd341a
Fix misuses of error macros
|
před 2 roky |
bruvzg
|
bc95b0b171
Restore FileAccess.close method.
|
před 2 roky |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
před 2 roky |
kobewi
|
9f2dc68279
Replace File/Directory with FileAccess/DirAccess
|
před 3 roky |