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