Thaddeus Crews
|
d0b3e0b474
Merge pull request #104921 from Ivorforce/no-get-valid-parents
|
6 months ago |
Lukas Tenbrink
|
be82731f99
Removed unused `get_valid_parents_static` functions from `GDCLASS`.
|
6 months ago |
Yufeng Ying
|
4f4031a675
Replace size() == 0 with is_empty().
|
7 months ago |
Lukas Tenbrink
|
8a76e31547
Remove bool from `Object::notification` virtual function; replace with separate functions to avoid branching.
|
6 months ago |
Yyf2333
|
22b5ec17fb
Using iterator pattern instead of List::Element *.
|
8 months ago |
Thaddeus Crews
|
b377562b52
Merge pull request #91660 from AThousandShips/methodinfo_vec
|
7 months ago |
Yufeng Ying
|
bebe037abf
Add ConstIterator to Dictionary.
|
7 months ago |
A Thousand Ships
|
d9721954e6
[Core] Use `Vector` for `MethodInfo::arguments`
|
1 year ago |
kobewi
|
c6c1a49bea
Don't edit objects when loading folding
|
7 months ago |
David Snopek
|
696285f23a
Use `MethodInfo::get_compatibility_hash()` to generate the hash for `MethodBind::get_hash()` and other GDExtension hash clean up
|
9 months ago |
Rémi Verschelde
|
6a8ca81789
Merge pull request #100674 from dsnopek/gdextension-virtual-method-compat
|
9 months ago |
David Snopek
|
39f16e70f8
GDExtension: Add compatibility system for virtual methods
|
10 months ago |
Adam Scott
|
6db599232e
Fix Script metadata usage
|
9 months ago |
Thaddeus Crews
|
3c304ab7cc
Merge pull request #96076 from AThousandShips/improve_null_check_core_drivers
|
10 months ago |
Yufeng Ying
|
be86ce3103
Apply iwyu suggestion in core.
|
10 months ago |
A Thousand Ships
|
ec650a2f09
[Core,Drivers] Improve use of `Ref.is_null/valid`
|
1 year ago |
A Thousand Ships
|
38f9769bc6
[Core] Improve error messages with `vformat`
|
1 year ago |
A Thousand Ships
|
203d3be200
[Core] Add way to check if a signal has any connections
|
1 year ago |
Haoyu Qiu
|
818acb4290
Make editor use translation domains
|
1 year ago |
Haoyu Qiu
|
c5d147b9b5
Allow configuring which translation domain Object.tr uses
|
1 year ago |
Rémi Verschelde
|
f7daa0fb2f
Merge pull request #96856 from RandomShaper/selfdestruct_correctness
|
1 year ago |
Pedro J. Estébanez
|
10e2318bde
Object: Let debug lock handle callee destruction within call chain gracefully
|
1 year ago |
rune-scape
|
0dde931bc9
StringName: Fix empty hash
|
1 year ago |
Rémi Verschelde
|
58b3481eaf
Merge pull request #89649 from dalexeev/core-bind-and-doc-iter-virtual-methods
|
1 year ago |
Rémi Verschelde
|
13a90e938f
Merge pull request #70096 from rune-scape/stringname-dict
|
1 year ago |
Danil Alexeev
|
49bcdf78a7
Core: Сheck `r_error` after calling `callp()`
|
1 year ago |
Rémi Verschelde
|
a5830f6eb9
Merge pull request #96317 from Chaosus/objectdb_write_path_instead_of_name_at_cleanup
|
1 year ago |
Rémi Verschelde
|
909629d9f9
Merge pull request #96166 from AThousandShips/more_lock_raii
|
1 year ago |
Chaosus
|
75055a8278
Write path instead of name at verbose output of leaked instances
|
1 year ago |
rune-scape
|
154049ce17
StringName Dictionary keys
|
1 year ago |