summaryrefslogtreecommitdiffstats
path: root/editor/plugins/root_motion_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-1/+1
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-1/+1
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Add a new HashSet templatereduz2022-05-201-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-3/+3
* Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-161-3/+6
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Fix EditorInspectorPlugin virtual bindings and add parse_group callbackYuri Sizov2021-11-101-10/+2
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-1/+1
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-2/+2
* Optimize StringName usagereduz2021-07-181-3/+3
* Use PROPERTY_USAGE_NONE instead of 0 for no property usageAaron Franke2021-07-011-1/+1
* Improve the editor themeHugo Locurcio2021-04-271-3/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Implement global and per instance shader uniforms.Juan Linietsky2020-04-171-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-3/+3
* Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-3/+3
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-3/+3
* Added a Window node, and made it the scene root.Juan Linietsky2020-03-261-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-8/+4
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* Texture refactorJuan Linietsky2020-02-111-3/+3
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky2019-01-181-2/+2
* i18n: Sync translation template with current sourceRémi Verschelde2019-01-071-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Refactor editor icon retrievalwillnationsdev2018-09-141-13/+2
* Misc. typosluz.paz2018-09-121-2/+2
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
* The way multiple quaternions being slerped was not good, changed approach to ...Juan Linietsky2018-06-271-1/+2
* -Add root motion support in AnimationTree.Juan Linietsky2018-06-261-0/+292