summaryrefslogtreecommitdiffstats
path: root/scene/animation
Commit message (Expand)AuthorAgeFilesLines
* Remove empty lines around braces with the formatting scriptAaron Franke2020-11-162-2/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-072-3/+3
* Merge pull request #42703 from RandomShaper/fix_anim_backwardsRémi Verschelde2020-11-011-4/+2
|\
| * Fix premature end of animation playing backwardsPedro J. Estébanez2020-10-101-4/+2
* | Refactor MethodBind to use variadic templatesreduz2020-10-182-3/+0
|/
* Added a more helpful error message when there is no current animation for the...Duroxxigar2020-10-061-2/+2
* Merge pull request #38743 from arrowinaknee/node-config-warningsRémi Verschelde2020-10-011-22/+14
|\
| * Update all get_configuration_warning to retrieve warnings from the parentArrowInAKnee2020-05-161-22/+14
* | Merge pull request #39801 from ChristopheLY/tween-bool-stateRémi Verschelde2020-07-201-8/+6
|\ \
| * | bug with Tween.is_active, fixes #39760Chistpohe LY2020-07-201-8/+6
* | | Add override keywords.Marcel Admiraal2020-07-107-73/+73
* | | 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
* | | Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-5/+5
| |/ |/|
* | Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-148-175/+318
* | Style: Enforce separation line between function definitionsRémi Verschelde2020-05-147-0/+60
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-1415-449/+0
* | Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-42/+23
* | thirdparty: Cleanup after #38386, document provenance and copyrightRémi Verschelde2020-05-111-1/+2
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-102-5/+14
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-17/+34
* | Fix: Tween always return true for _get(), _set()Thakee Nathees2020-05-051-2/+8
* | Revert "Emit signal when animation ends by seek"Rémi Verschelde2020-05-041-2/+2
* | [Core] Rename linear_interpolate to lerpAaron Franke2020-04-292-4/+4
* | 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-029-74/+74
* | Merge pull request #37504 from qarmin/out_of_bound_cursorRémi Verschelde2020-04-021-0/+5
|\ \
| * | Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-0/+5
* | | SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-301-1/+1
|/ /
* | Renaming of servers for coherency.Juan Linietsky2020-03-271-14/+14
* | Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-272-798/+0
* | Renamed 2D and 3D nodes to make their types explicitJuan Linietsky2020-03-279-96/+96
* | Fixed IK rotation issueAndrea Catania2020-03-241-2/+5
* | Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* | Merge pull request #36491 from AndreaCatania/edit_node_anim_state_macRémi Verschelde2020-03-162-0/+23
|\ \ | |/ |/|
| * Added new method to replace an already added node to the animation state machineAndrea Catania2020-03-162-0/+23
* | Removed boolean return type from majority of method in TweenYuri Roubinsky2020-03-062-130/+112
* | 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-287-50/+34
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-259-53/+53
* | Merge pull request #36411 from Janglee123/rect2-tweenRémi Verschelde2020-02-231-39/+88
|\ \
| * | Added tween support for Rect2janglee2020-02-231-39/+88
* | | Added StringName as a variant type.Juan Linietsky2020-02-215-14/+14
| |/ |/|
* | Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-209-53/+53
|/
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-185-9/+9
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-152-12/+1