summaryrefslogtreecommitdiff
path: root/scene/resources/animation.cpp
AgeCommit message (Expand)Author
2021-03-12Fixes small typos and grammar correctionAnshul7sp1
2021-02-11Improve resource load cachereduz
2021-02-09Initialize class variables with default values in scene/ [2/2]Rafał Mikrut
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-20Add animation reset track featurePedro J. Estébanez
2020-12-14Rename Animation::track_remove_key_at_position to track_remove_key_at_timeMarcel Admiraal
2020-11-16Remove empty lines around braces with the formatting scriptAaron Franke
2020-10-01Expose Animation::value_track_interpolate to GDscriptlolligerjoj
2020-07-23Keep transition value when replacing keyTomasz Chabora
2020-07-02Fix issues with custom tracks on reimportlordkettune
2020-05-27Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-10Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde
2020-04-29[Core] Rename linear_interpolate to lerpAaron Franke
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-02-25Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky
2020-02-21Added StringName as a variant type.Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-11-07Merge pull request #32477 from aaronfranke/equal-approx-separateRémi Verschelde
2019-10-14Changes the name of all parameters referring to track indices within Animatio...LikeLakers2
2019-10-14Replace vector == and is_zero_approx(distance) with is_equal_approxAaron Franke
2019-08-19Replace is_zero_approx(A.distance_to(B)) with A==BPaul Trojahn
2019-07-20Changed some code showed in LGTM and Coverageqarmin
2019-07-10Use reference to constant in functionsqarmin
2019-07-08Merge pull request #30407 from qarmin/small_fixessRémi Verschelde
2019-07-07Fixes minor issues found by static analyzerqarmin
2019-07-06Added release function to PoolVector::Access.Ibrahn Sahir
2019-06-19Merge pull request #29878 from Dentrax/fixesRémi Verschelde
2019-06-19added forgotten err_fail_index checkFurkan Türkal
2019-06-11Fix error macro calls not ending with semicolonRémi Verschelde
2019-05-31Add track_set_key_time() to AnimationTomasz Chabora
2019-05-29Merge pull request #25012 from avencherus/prevent-duplicate-keyframesRémi Verschelde
2019-05-27Make animation editor change tracks positions instead of swapping themMichael Alexsander Silva Dias
2019-05-02Do precision comparison to prevent the creation of keyframes with a time that...Jared
2019-04-25Use approximate equallity methods in many placesAaron Franke
2019-04-25[Core] Approximate equalityAaron Franke
2019-04-08Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde
2019-04-05Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry
2019-04-03Fix: Keep custom tracks option now keeps animation loop property and value tr...Angeloss
2019-03-03Fix style issues from recent commitsRémi Verschelde
2019-03-02Fixed a case of broken loop due to wrapping on the edge, closes #25245Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-14-Fixes to undo redo to avoid crash, closes #24251Juan Linietsky
2019-01-18Fix capture interpolation mode in Animation, closes #24015Juan Linietsky
2019-01-16Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-10Fixed floating point issue in find() of animation.DualMatrix