lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
441f1a5fe9
Popups are now windows also (broken!)
|
5 years ago |
Juan Linietsky
|
4758057f20
Working multiple window support, including editor
|
5 years ago |
Rémi Verschelde
|
4857648a16
i18n: Add support for translating the class reference
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Rémi Verschelde
|
32ccf306f9
ConnectionsDock: Fix error when parsing CustomCallable connections
|
5 years ago |
Rémi Verschelde
|
09a6a2d8f8
Signals: Port more uses of connect_compat
|
5 years ago |
Rémi Verschelde
|
01afc442c7
Signals: Port connect calls to use callable_mp
|
5 years ago |
Michael Alexsander
|
28d3f85e64
Don't show a copy of the property's name in the inspector's tooltip if there's no description
|
5 years ago |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
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 |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Haoyu Qiu
|
cf8eedb2f5
Fixes crash when pressing enter in ConnectDialog with nothing selected
|
5 years ago |
Juan Linietsky
|
3f335ce3d4
Texture refactor
|
6 years ago |
asynts
|
e564b4fd07
Refactor (and fix) how the connect button is disabled.
|
5 years ago |
Rémi Verschelde
|
fc2550c4c8
Merge pull request #35123 from asynts/asynts.crash-on-double-click
|
5 years ago |
asynts
|
181e74855e
Don't close the connection dialog when the validation failed.
|
5 years ago |
asynts
|
71b4b180ba
Prevent crash described in #34555.
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Haoyu Qiu
|
078c0d75f2
Cleans up headers included in editor_node.h
|
5 years ago |
Haoyu Qiu
|
0693718164
Makes more editor strings translatable
|
5 years ago |
Jairo Honorio
|
7db29919f2
Add accept-dialog enter-key functionality to the Connect Dialog's Method textfield.
|
5 years ago |
Michael Alexsander Silva Dias
|
18d8921af3
Format arguments in connections dialog in GDScript style
|
5 years ago |
Michael Alexsander Silva Dias
|
8c3bb69e72
Fix incorrect typing when creating methods via the connection dialog
|
6 years ago |
Michael Alexsander Silva Dias
|
96a256557c
Minor improvements to the Node dock
|
6 years ago |
Rémi Verschelde
|
190e866e4d
ConnectionsDock: Add tooltip with signal description
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
Michael Alexsander Silva Dias
|
28683237c5
Check for inherited methods before attempting to create one when connecting a signal
|
6 years ago |
Michael Alexsander Silva Dias
|
fdd461ddd0
Minor cleanup in connections dialog file
|
6 years ago |