summaryrefslogtreecommitdiffstats
path: root/scene/animation/root_motion_view.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-3/+2
|\
| * Add root_motion_local option to AnimationMixerSilc Lizard (Tokage) Renew2024-11-191-3/+2
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Fix some build errors with `disable_3d=Yes`A Thousand Ships2024-01-071-0/+4
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-291-12/+12
* Add root motion accumulator to fix broken RootMotionViewSilc Renew2023-02-101-2/+5
* Fix unsafe murmur3 hash use for the default material keys, expose alpha hash ...bruvzg2023-01-241-1/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix broken root motion scale and refactor APISilc Renew2022-11-261-4/+4
* Add suffixes to all nodes and resourcesFireForge2022-06-111-2/+2
* fixed rotated RootMotionView grid glitchSilc 'Tokage' Renew2022-04-241-5/+4
* Discern between virtual and abstract class bindingsreduz2022-03-101-4/+0
* Use `switch` consistently in `_notification` (`scene` folder)Rémi Verschelde2022-02-151-61/+66
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Deprecate ImmediateGeometryreduz2021-06-301-16/+18
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-2/+2
* Refactor Process Modereduz2021-02-181-2/+2
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-4/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
* Renaming of servers for coherency.Juan Linietsky2020-03-271-14/+14
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Modernized default 3D material, fixes material bugs.Juan Linietsky2020-02-111-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Misc. typosluz.paz2018-09-121-1/+1
* Add missing copyright headersRémi Verschelde2018-08-291-0/+30
* -Fixes to OBJ importer, option to disable optimizationJuan Linietsky2018-06-301-2/+17
* Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-1/+1
* -Add root motion support in AnimationTree.Juan Linietsky2018-06-261-0/+163