summaryrefslogtreecommitdiffstats
path: root/scene/animation/animation_player.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use doubles for time in animation codeAaron Franke2021-08-091-13/+13
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-4/+4
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-13/+13
* Merge pull request #50206 from groud/undoredo_increase_args_countRémi Verschelde2021-07-201-2/+9
|\
| * Increase the number of arguments accepted by UndoRedo methodsGilles Roudière2021-07-061-2/+9
* | Optimize StringName usagereduz2021-07-181-1/+1
|/
* Fix editor suffixes and degrees conversionreduz2021-06-301-1/+1
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-1/+1
* Add PROPERTY_USAGE_NONE and use itAaron Franke2021-06-171-4/+4
* Rename Quat to QuaternionMarcel Admiraal2021-06-041-2/+2
* Disable Skeleton3D when compiling without 3DAaron Franke2021-06-041-11/+17
* Rename Animation TYPE_TRANSFORM to TYPE_TRANSFORM3DAaron Franke2021-06-031-2/+2
* Rename Transform to Transform3D in coreAaron Franke2021-06-031-1/+1
* Fixes small typos and grammar correctionAnshul7sp12021-03-121-4/+4
* Refactor Process Modereduz2021-02-181-11/+11
* Removed _change_notifyreduz2021-02-101-3/+3
* Merge pull request #45845 from qarmin/cppcheck_scene_2Rémi Verschelde2021-02-101-1/+1
|\
| * Initialize class variables with default values in scene/ [2/2]Rafał Mikrut2021-02-091-1/+1
* | Fix animation reset-on-save on inactive scene tabsPedro J. Estébanez2021-02-091-6/+7
|/
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-16/+0
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Fix missed renamings from empty() to is_empty()Rémi Verschelde2020-12-291-2/+2
* Add animation reset track featurePedro J. Estébanez2020-12-201-15/+69
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Fix premature end of animation playing backwardsPedro J. Estébanez2020-10-101-4/+2
* Added a more helpful error message when there is no current animation for the...Duroxxigar2020-10-061-2/+2
* Merge pull request #40063 from RandomShaper/clean_blend_timesRémi Verschelde2020-07-031-0/+2
|\
| * Ignore blend times for inexistent animationsPedro J. Estébanez2020-07-021-0/+2
* | Merge pull request #36879 from ThakeeNathees/animation-autocomplete-bug-fixRémi Verschelde2020-07-021-1/+1
|\ \ | |/ |/|
| * animation autocomplete bug fixedThakee Nathees2020-03-071-1/+1
* | Restore capture caches when missingTomasz Chabora2020-06-051-1/+1
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-60/+114
* | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+5
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-133/+0
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-3/+8
* | Revert "Emit signal when animation ends by seek"Rémi Verschelde2020-05-041-2/+2
* | [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-2/+2
* | Emit signal when animation ends by seekvolzhs2020-04-221-2/+2
* | Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-13/+0
* | Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* | Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-271-6/+6
|/
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-5/+2
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-4/+4
* Added StringName as a variant type.Juan Linietsky2020-02-211-6/+6
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-4/+4
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-1/+1
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-9/+9