reduz
|
05de7ce6ca
Refactored variant setters/getters
|
4 years ago |
reduz
|
351a122029
Add ability to bind an unbind arguments to Callable.
|
4 years ago |
SkyJJ
|
0ef758eaee
Updated Translation architecture to have TranslationPO, did some commit fixes and updated class Reference.
|
5 years ago |
SkyJJ
|
c0d837a2ea
Added plurals and context support to Translation
|
5 years ago |
Rémi Verschelde
|
b2096ba53e
Merge pull request #40670 from vnen/remove-multilevel-call
|
5 years ago |
Wilson E. Alvarez
|
1cd02ef600
Show errors on Object.call_deferred
|
5 years ago |
George Marques
|
2b9d9bc364
Remove multilevel calls
|
5 years ago |
Pedro J. Estébanez
|
4e4b1d7568
Fix potential crash when listing leaked objects
|
5 years ago |
Rémi Verschelde
|
2b5545270a
Core: Add hints to run with --verbose when leaking nodes/resources at exit
|
5 years ago |
Rémi Verschelde
|
85220fec01
Style: Remove unnecessary semicolons from `core`
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
Rémi Verschelde
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
PouleyKetchoupp
|
258d91f883
Added has_signal method for Object
|
5 years ago |
Rémi Verschelde
|
fe1dfb5fb7
Merge pull request #36481 from nekomatata/fix-crash-connect-callable
|
5 years ago |
PouleyKetchoupp
|
a5505ce643
Fixed crash when connecting a signal in GDScript
|
5 years ago |
Juan Linietsky
|
3c0059650d
Added StringName as a variant type.
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
nathanwfranke
|
a31bc1b0ba
Fix two signal errors
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Juan Linietsky
|
867d073b98
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
|
5 years ago |
Juan Linietsky
|
cf8c679a23
ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits.
|
5 years ago |
Marcel Admiraal
|
5af3b4ca27
Remove duplicate ERR_PRINT macro.
|
5 years ago |
Fabio Alessandrelli
|
41f59ecfca
Make sure we know when deleting an emitting object
|
5 years ago |
Rémi Verschelde
|
0aeb5bbf62
Object: Avoid error on emit_signal with freed target
|
5 years ago |
Rémi Verschelde
|
f38bfccf42
Object: Remove error on disconnect of locked signals
|
5 years ago |
Rémi Verschelde
|
a97b08e7d2
Merge pull request #34745 from timothyqiu/vararg-return-nil-34743
|
5 years ago |