summaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_property_selector.cpp
AgeCommit message (Expand)Author
2020-03-01Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde
2020-02-28Signals: Port more uses of connect_compatRémi Verschelde
2020-02-28Signals: Port connect calls to use callable_mpRémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-25Rename `scancode` to `keycode`.bruvzg
2020-02-23Fix suspicious | and + operatorsRafał Mikrut
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Texture refactorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-10Remove dependency on the editor directory being in the build's include path.Marcel Admiraal
2019-09-29Deconstruct node for VisualscriptSwarnim Arun
2019-09-26Visualscript editor graph unification & refactoringSwarnim Arun
2019-08-07Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-06-20Fix always true/false valuesqarmin
2019-05-01VS: Better uxK. S. Ernest (iFire) Lee
2019-05-01Change order of Visual Script Search.K. S. Ernest (iFire) Lee
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-10-11Make visualscript search better.K. S. Ernest (iFire) Lee
2018-10-06Remove redundant "== false" codeAaron Franke
2018-10-06Remove redundant "== true" codeAaron Franke
2018-09-30After using the generic visual script search, reset the generic search mode v...K. S. Ernest (iFire) Lee
2018-09-27Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde
2018-09-27Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde
2018-09-27Fix warnings on non-static data member initializers (C++11 feature)Rémi Verschelde
2018-09-14Refactor editor icon retrievalwillnationsdev
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-29Fix vformat(), minor typos and word puzzlesYuri Chornoivan
2018-08-24Make some debug prints verbose-only, remove othersRémi Verschelde
2018-07-26Visualscript fix crash and generic search does not connect ports.K. S. Ernest (iFire) Lee
2018-07-25Visualscript: Hide empty categories for basic types and methods.K. S. Ernest (iFire) Lee
2018-07-24Improve VisualScript UXK. S. Ernest (iFire) Lee