lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Juan Linietsky
|
eaae4b6408
Renamed 2D and 3D nodes to make their types explicit
|
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 |
Juan Linietsky
|
9e08742de8
Added a Window node, and made it the scene root.
|
5 years ago |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 years ago |
Rémi Verschelde
|
f742dabafe
Signals: Manually port most of remaining connect_compat uses
|
5 years ago |
Rémi Verschelde
|
01afc442c7
Signals: Port connect calls to use callable_mp
|
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 |
Juan Linietsky
|
867d073b98
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
|
5 years ago |
Rémi Verschelde
|
54ac8eaba6
Remove more deprecated methods and code
|
5 years ago |
Juan Linietsky
|
3f335ce3d4
Texture refactor
|
6 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 |
Michael Alexsander Silva Dias
|
4689ece741
Minor visual adjustment in drag preview of the scene and file tree editors
|
5 years ago |
Hugo Locurcio
|
9eb10f1e4a
Add an `editor_description` property to Node for documentation purposes
|
6 years ago |
Rémi Verschelde
|
5c853a45e6
Merge pull request #31423 from Calinou/improve-node-signal-group-tooltip
|
6 years ago |
Hugo Locurcio
|
c62302a432
Improve the scene tree signals/groups tooltip
|
6 years ago |
Emmanuel Barroga
|
c9445a0faa
Adds Attaching Script via Script Editor
|
6 years ago |
Bojidar Marinov
|
4f72178868
Make custom types more subtle and more useful
|
6 years ago |
Shiqing
|
dd1589b2bc
Fix potential crash caused by type mismatch in Ref
|
6 years ago |
unknown
|
8934a26565
Added filter to SceneTreeDialog
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
Emmanuel Barroga
|
e15c5489a8
Added script name tooltip for Open Script Icon
|
6 years ago |
Rémi Verschelde
|
971b5160c6
Merge pull request #29306 from qarmin/small_code_fixes
|
6 years ago |
Michael Alexsander Silva Dias
|
31218a07de
Improve conections dialog
|
6 years ago |
qarmin
|
8245db869f
Small fixes to unrechable code, possibly overflows, using NULL pointers
|
6 years ago |
Tomasz Chabora
|
a019641e73
Deselect hidden nodes on filter
|
6 years ago |
PouleyKetchoupp
|
3f174c86d0
Fixed scene tree update after changing node name in tool script
|
6 years ago |