summaryrefslogtreecommitdiff
path: root/scene/animation
AgeCommit message (Expand)Author
2020-04-22Emit signal when animation ends by seekvolzhs
2020-04-02Replace more occurrences of NULL with nullptrRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-04-02Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde
2020-04-01Fix out of bound array access caused by unassigned variableRafał Mikrut
2020-03-30SCons: Format buildsystem files with psf/blackRémi Verschelde
2020-03-27Renaming of servers for coherency.Juan Linietsky
2020-03-27Rename more 2D and 3D nodes to follow conventionRémi Verschelde
2020-03-27Renamed 2D and 3D nodes to make their types explicitJuan Linietsky
2020-03-24Fixed IK rotation issueAndrea Catania
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-16Merge pull request #36491 from AndreaCatania/edit_node_anim_state_macRémi Verschelde
2020-03-16Added new method to replace an already added node to the animation state machineAndrea Catania
2020-03-07animation autocomplete bug fixedThakee Nathees
2020-03-06Removed boolean return type from majority of method in TweenYuri Roubinsky
2020-02-28Signals: Manually port most of remaining connect_compat usesRé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-23Merge pull request #36411 from Janglee123/rect2-tweenRémi Verschelde
2020-02-23Added tween support for Rect2janglee
2020-02-21Added StringName as a variant type.Juan Linietsky
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-15Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky
2020-02-12ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky
2020-02-11Fix code formatting issues and VS compilationRémi Verschelde
2020-02-11Modernized default 3D material, fixes material bugs.Juan Linietsky
2020-02-11Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky
2020-02-10Remove AnimationTreePlayer nodeMichael Alexsander
2020-02-09Merge pull request #35656 from ericrybick/35460-fix2Rémi Verschelde
2020-02-09Use a new approach to fix bone pose override not being reset when IK animatio...Eric Rybicki
2020-02-06Merge pull request #35906 from muiroc/anim_node_value_bugRémi Verschelde
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-02-04pass missing args in AnimationNode script callsmuiroc
2020-01-23Merge pull request #35460 from ericrybick/35409-skeleton-does-not-return-to-o...Rémi Verschelde
2020-01-23doc: Misc updates for AnimationNode* and othersRémi Verschelde
2020-01-23Fix bone pose override not being reset when IK animation is stoppedEric Rybicki
2020-01-22Fixed Tween::start() with pending updatesPouleyKetchoupp
2020-01-21Remove unused #if 0'ed codeRémi Verschelde
2020-01-16Fix SkeletonIK not playing animation if more than one IK-Bone is activeEric Rybicki
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-12Provide default Tween values for transition and easing typesAndrii Doroshenko (Xrayez)
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-30Handle state machine travel before the start node is processedPouleyKetchoupp
2019-11-20Fix some overflows and unitialized variablesRafał Mikrut
2019-11-01Fix some crashes, overflows and using variables without valuesRafał Mikrut
2019-10-23Fix Tween follow_property finishing with nullMark Riedesel
2019-10-02Add missing semicolons to `BIND_ENUM_CONSTANT` macro usesHugo Locurcio
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin