Rémi Verschelde
|
cdc411fd54
Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wreturn-local-addr] and more
|
7 years ago |
Rémi Verschelde
|
d8b30d42f5
Fix warnings for operator precedence disambiguation [-Wparentheses]
|
7 years ago |
DualMatrix
|
f483460e38
Removed obsoleted core/helper/value_evaluator.h and moved math_fieldwise to core/math/
|
7 years ago |
Rémi Verschelde
|
561a7772c6
Merge pull request #22198 from DualMatrix/input_was_eaten
|
7 years ago |
DualMatrix
|
f8ead1a2ee
Fixed ctrl+up/down shortcut no longer working in scene tree
|
7 years ago |
Rémi Verschelde
|
1a16dabfb5
Merge pull request #21982 from luzpaz/misc-typos
|
7 years ago |
luz.paz
|
08bde5b2de
Misc. typos
|
7 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Kelly Thomas
|
1dc8e7c05f
Improve ClassDB information for some some signal parameters
|
7 years ago |
Michael Alexsander Silva Dias
|
8c74257d68
Make "Search Classes" dialog have relationship lines if the setting is enabled
|
7 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 years ago |
Ibrahn Sahir
|
fb32adfcf8
fixed a branch on uninitialised data in gui/tree
|
7 years ago |
Rémi Verschelde
|
fbc61374ca
Use internal physics processing for Nodes' internal logic
|
7 years ago |
Fabio Alessandrelli
|
c531262190
Merge pull request #16947 from Faless/ui_actions
|
7 years ago |
Hein-Pieter van Braam
|
d702d7b335
Fix various valgrind reported uninitialized variable uses
|
7 years ago |
Fabio Alessandrelli
|
e3eb686906
Tree now uses UI actions instead of keys
|
7 years ago |
Artem Varaksa
|
d35e486228
Clean up some bad words from code comments
|
7 years ago |
Rémi Verschelde
|
9f479f096c
Fix typos in code and docs with codespell
|
7 years ago |
Bernhard Liebl
|
363980519c
Fixes hangs with Tree in multi selection mode (issue 15588)
|
7 years ago |
Bojidar Marinov
|
9b8e8b2220
Bind many more properties to scripts
|
7 years ago |
Bernhard Liebl
|
4cbe726cf5
Fix crash when calling tree API before NOTIFICATION_ENTER_TREE
|
7 years ago |
Rémi Verschelde
|
e4213e66b2
Add missing copyright headers and fix formatting
|
7 years ago |
Rémi Verschelde
|
465d66be67
Merge pull request #15314 from poke1024/tree-rlines
|
7 years ago |
Bernhard Liebl
|
e9aa6f2943
Tree: only draw visible relationship lines
|
7 years ago |
firefly2442
|
f066991aa7
found via cppcheck:
|
7 years ago |
Rémi Verschelde
|
b50a9114b1
Update copyright statements to 2018
|
7 years ago |
yanorax
|
8627de2794
Fix TreeItem cell text alignment
|
7 years ago |
Juan Linietsky
|
4a2eef4ad8
Removed the InputEvent ID field, which was unused and can cause bugs.
|
7 years ago |
Ray Koopa
|
a08c5d73a5
Add functionality to insert tree item.
|
7 years ago |
Bernhard Liebl
|
3b79529cf2
Fix thin lines in editor gui on hidpi (issue 14691)
|
7 years ago |