A Thousand Ships
|
38f9769bc6
[Core] Improve error messages with `vformat`
|
10 months ago |
A Thousand Ships
|
49ae632b7d
Fix import and saving related crashes
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
Rémi Verschelde
|
0fa767beff
Merge pull request #84508 from jsjtxietian/clean-copy
|
1 year ago |
Yuri Sizov
|
bc1949d797
Correctly check scripts that must inherit `EditorPlugin`
|
1 year ago |
jsjtxietian
|
8f6e8ef0d7
clean unnecessay copy detected by clang-tidy
|
1 year ago |
A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
Raul Santos
|
9e9eac4676
Use enum instead of int in virtual methods return type
|
2 years ago |
kobewi
|
c0083e431b
Cleanup unused engine code v2
|
2 years ago |
Juan Linietsky
|
07a964fce3
Ability to change a resource UID from API
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
be126d42d4
Merge pull request #67588 from KoBeWi/if(!GDVIRTUAL_CALL)don't
|
2 years ago |
Gilles Roudière
|
e23f82f3c1
Expose the logic to recognize a save path in ResourceSaver
|
2 years ago |
kobewi
|
d06a8320e5
Simplify GDVIRTUAL_CALL calls
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
derammo
|
672fa94fb8
fix arg naming in ResourceFormatLoader extension
|
3 years ago |
Rindbee
|
279e5e90f2
Fix using wrong variable when checking in `ResourceSaver::save`
|
3 years ago |
kobewi
|
c3606cb5f3
Swap arguments of ResourceSaver.save()
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
reduz
|
3682978aee
Replace BIND_VMETHOD by new GDVIRTUAL syntax
|
4 years ago |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 years ago |
Rémi Verschelde
|
2b1e6e303e
Merge pull request #50786 from reduz/implement-resource-uids
|
4 years ago |
reduz
|
32b43cfeb3
Implement Resource UIDs
|
4 years ago |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 years ago |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 years ago |
kobewi
|
7ff135b015
Consistently prefix bound virtual methods with _
|
4 years ago |
Rémi Verschelde
|
9e328bb5b7
Core: Move DirAccess and FileAccess to `core/io`
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Zae
|
fa3e0bdd73
fix custom loader/saver broken
|
4 years ago |