summaryrefslogtreecommitdiffstats
path: root/scene/resources/animation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix style issues from recent commitsRémi Verschelde2019-03-031-1/+1
* Fixed a case of broken loop due to wrapping on the edge, closes #25245Juan Linietsky2019-03-021-2/+7
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-7/+7
* -Fixes to undo redo to avoid crash, closes #24251Juan Linietsky2019-02-141-0/+15
* Fix capture interpolation mode in Animation, closes #24015Juan Linietsky2019-01-181-1/+1
* Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias2019-01-161-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fixed floating point issue in find() of animation.DualMatrix2018-11-101-1/+1
* fix enum cast warnings on clangkarroffel2018-10-041-1/+1
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
|/
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-2/+0
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-46/+46
* fix issue with bezier tracks using incorrect duration for interpolating valuesLuke Miller2018-07-141-4/+4
* Minor changes to the AnimationPlayer editor.Michael Alexsander Silva Dias2018-06-301-1/+0
* Small fixesJuan Linietsky2018-06-291-2/+2
* Avoid animation length from ever being completely, fixes #19420Juan Linietsky2018-06-081-1/+5
* Entirely new (and much improved) animation editor.Juan Linietsky2018-06-071-3/+1037
* Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-011-11/+11
* Bind many more properties to scriptsBojidar Marinov2018-01-121-19/+12
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add feature to disable animation tracksRay Koopa2017-12-091-0/+22
* ability to keep user tracks when importing animations, closes #12801Juan Linietsky2017-12-071-0/+16
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-6/+6
* Fix animation before first keyPedro J. Estébanez2017-10-151-5/+12
* Rename pos to position in user facing methods and variablesletheed2017-09-201-14/+14
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-3/+8
* Dead code tells no talesRémi Verschelde2017-08-271-38/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-9/+9
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-10/+10
* renamed all Rect3.pos to Rect3.positionalexholly2017-06-091-1/+1
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-1/+1
* Merge pull request #8277 from tagcup/math_checksRémi Verschelde2017-04-241-2/+2
|\
| * Added various functions basic math classes. Also enabled math checks only for...Ferenc Arn2017-04-061-2/+2
* | Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|/
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-833/+729
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-40/+40
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-5/+0
* Type renames:Juan Linietsky2017-01-111-6/+6
* Add clamp and wrap loop modes for animation tracks.Juan Linietsky2017-01-091-4/+24
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-26/+26
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-38/+38
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-081-3/+0
* Revert "Added toggle for loop interpolation based on adolson's code"Rémi Verschelde2016-06-261-19/+3
* Animation: Fix property loop_interpolationJ08nY2016-06-211-3/+4
* -Added options for scene import plugin to keep materials and user-added track...Juan Linietsky2016-06-201-0/+24