Pāvels Nadtočajevs
|
5afbbc71a4
Automatically include text server data if project includes translations requiring it.
|
4 月之前 |
Mikael Hermansson
|
0cc88f34da
Add support for delta encoding to patch PCKs
|
3 月之前 |
Rémi Verschelde
|
7722d52d51
Revert "Fix EditorExportPlugin::_export_file() ignoring GDScripts"
|
2 月之前 |
Lukas Tenbrink
|
0f047944e4
Statically protect `Object::cast_to` for unrelated `Object` types.
|
3 月之前 |
Thaddeus Crews
|
90cab74af9
Merge pull request #110248 from KoBeWi/unexpected_include_hell
|
2 月之前 |
Thaddeus Crews
|
ae9732139a
Merge pull request #109433 from KoBeWi/hastension
|
3 月之前 |
kobewi
|
1c1c3200e4
Misc cleanup in EditorExportPlatform
|
4 月之前 |
Thaddeus Crews
|
490af72c99
Merge pull request #109815 from Muller-Castro/export-script-file
|
4 月之前 |
Muller-Castro
|
9504b0ff7a
Fix EditorExportPlugin::_export_file() ignoring GDScripts
|
5 月之前 |
Dario
|
9086b5c05f
Fix editor export plugins always causing resources to be edited.
|
5 月之前 |
Raul Santos
|
702bbb3eab
Add default param value to `EditorExportPlatform::get_forced_export_files`
|
5 月之前 |
kobewi
|
a33ae0be0e
Add has_extension() method to String
|
5 月之前 |
Pāvels Nadtočajevs
|
e407f55fbf
Fix editor one-click icons not showing.
|
6 月之前 |
A Thousand Ships
|
f11aff3841
Editor: Restructure editor code
|
7 月之前 |
Pāvels Nadtočajevs
|
42733a2a5c
Implement sparse bundle PCK support.
|
11 月之前 |
nikitalita
|
6e823b4b14
PCKPacker: Fix first file being written mis-aligned
|
7 月之前 |
Thaddeus Crews
|
e8a02152c4
Merge pull request #105757 from bruvzg/no_temp
|
8 月之前 |
kobewi
|
b41d6ecf8c
Allow to override editor settings per project
|
3 年之前 |
Pāvels Nadtočajevs
|
8cb2817976
[PCK] Move directory to the end of file, write exported/saved PCK in place.
|
9 月之前 |
Dario
|
5a30a7e7cd
Add shader baker to project exporter.
|
1 年之前 |
Lukas Tenbrink
|
4cb8a0c77e
Add `resize_initialized` and `resize_uninitialized` to `Vector`. These functions serve as replacements for `resize`, to make sure the caller understands whether elements need to be initialized 'by hand' after the call.
|
8 月之前 |
dementive
|
b8e44a0000
Improve ConfigFile get_sections and get_section_keys by returning Vector<String>
|
9 月之前 |
RedMser
|
a96e8ac62c
Remove old path remaps system
|
1 年之前 |
A Thousand Ships
|
889410dcda
Add `String::replace_char(s)` methods for performance and convenience
|
1 年之前 |
Thaddeus Crews
|
a8598cd8e2
Merge pull request #71542 from bruvzg/export_project_settings
|
9 月之前 |
Yufeng Ying
|
f7e4987d0e
Dictionary::get_key_list use LocalVector instead of List.
|
10 月之前 |
bruvzg
|
c6739f64df
[Export] Use project settings overrides with the target preset features instead of current platform features.
|
3 年之前 |
Yufeng Ying
|
8ae16699c5
Do not use Dictionary::keys() for Dictionary iteration.
|
10 月之前 |
Yufeng Ying
|
4f4031a675
Replace size() == 0 with is_empty().
|
10 月之前 |
Thaddeus Crews
|
bf1c2583f4
Merge pull request #101954 from bruvzg/uid_deref
|
10 月之前 |