summaryrefslogtreecommitdiffstats
path: root/modules/visual_script/visual_script_property_selector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use translated docs in PropertySelectorRémi Verschelde2020-05-281-5/+5
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-24/+41
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-17/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-3/+3
* Replace NULL with nullptrlupoDharkael2020-04-021-12/+12
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-32/+32
* Working multiple window support, including editorJuan Linietsky2020-03-261-41/+37
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodesRémi Verschelde2020-03-011-1/+1
|\
| * Rename `scancode` to `keycode`.bruvzg2020-02-251-1/+1
* | Signals: Port more uses of connect_compatRémi Verschelde2020-02-281-1/+5
* | Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-10/+5
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-3/+5
|/
* Fix suspicious | and + operatorsRafał Mikrut2020-02-231-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-7/+7
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-7/+7
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-6/+0
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove dependency on the editor directory being in the build's include path.Marcel Admiraal2019-10-101-1/+1
* Deconstruct node for VisualscriptSwarnim Arun2019-09-291-13/+25
* Visualscript editor graph unification & refactoringSwarnim Arun2019-09-261-28/+57
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-6/+8
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-1/+1
* Fix always true/false valuesqarmin2019-06-201-2/+1
* VS: Better uxK. S. Ernest (iFire) Lee2019-05-011-190/+134
* Change order of Visual Script Search.K. S. Ernest (iFire) Lee2019-05-011-32/+35
* Fix -Wsign-compare warnings.marxin2019-02-271-1/+1
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-10/+10
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make visualscript search better.K. S. Ernest (iFire) Lee2018-10-111-23/+33
* Remove redundant "== false" codeAaron Franke2018-10-061-2/+2
* Remove redundant "== true" codeAaron Franke2018-10-061-2/+2
* After using the generic visual script search, reset the generic search mode v...K. S. Ernest (iFire) Lee2018-09-301-0/+5
* Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde2018-09-271-2/+2
* Fix warnings for operator precedence disambiguation [-Wparentheses]Rémi Verschelde2018-09-271-7/+4
* Fix warnings on non-static data member initializers (C++11 feature)Rémi Verschelde2018-09-271-0/+1
* Refactor editor icon retrievalwillnationsdev2018-09-141-6/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Fix vformat(), minor typos and word puzzlesYuri Chornoivan2018-08-291-2/+2
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
* Visualscript fix crash and generic search does not connect ports.K. S. Ernest (iFire) Lee2018-07-261-12/+33
* Visualscript: Hide empty categories for basic types and methods.K. S. Ernest (iFire) Lee2018-07-251-0/+8
* Improve VisualScript UXK. S. Ernest (iFire) Lee2018-07-241-0/+705