summaryrefslogtreecommitdiffstats
path: root/editor/plugins/root_motion_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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