| Commit message (Expand) | Author | Age | Files | Lines |
| * | Expose the animation pos to the user for AnimationNodes in AnimationTrees | Gustav Lund | 2018-05-17 | 1 | -0/+7 |
| * | Implemented ragdoll | AndreaCatania | 2018-05-07 | 1 | -1/+7 |
| * | Fix Coverity reports of uninitialized scalar variable | Rémi Verschelde | 2018-04-19 | 1 | -3/+1 |
| * | Avoid converting Quat to Euler angles when not necessary. | tagcup | 2018-04-14 | 1 | -2/+1 |
| * | fix bone scale/rotation in AnimationPlayers | karroffel | 2018-04-03 | 1 | -1/+1 |
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| * | change float to bool as correct type | firefly2442 | 2017-12-30 | 1 | -1/+1 |
| * | Merge pull request #15008 from AlmightyScientist/issue-15000 | Noshyaar | 2017-12-27 | 1 | -5/+14 |
| |\ |
|
| | * | Animation Tree: Prevent cycle_test from being altered by past-test. | AlmightyScientist | 2017-12-24 | 1 | -5/+14 |
| * | | AnimTreePlayer: fix duplicated properties | Poommetee Ketson | 2017-12-25 | 1 | -2/+0 |
| |/ |
|
| * | Add feature to disable animation tracks | Ray Koopa | 2017-12-09 | 1 | -1/+1 |
| * | [DOCS] AnimationTreePlayer props/members/methods | Will Nations | 2017-12-08 | 1 | -0/+4 |
| * | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | 2017-11-21 | 1 | -11/+9 |
| * | Refactor Fixed to Physics | Poommetee Ketson | 2017-10-21 | 1 | -1/+1 |
| * | Renamed fixed_process to physics_process | AndreaCatania | 2017-09-30 | 1 | -6/+6 |
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -8/+8 |
| * | Fix enums bindings | Maxim Sheronov | 2017-09-13 | 1 | -0/+3 |
| * | Many fixes to visual script, changed virtuals override for a proper selector. | Juan Linietsky | 2017-09-12 | 1 | -0/+1 |
| * | Fix AnimationTreePlayer bogus argument name | Rémi Verschelde | 2017-09-01 | 1 | -1/+1 |
| * | Fix some argument ordering, closes #10010 | Juan Linietsky | 2017-09-01 | 1 | -1/+1 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -5/+5 |
| * | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 1 | -10/+10 |
| * | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 1 | -2/+2 |
| * | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 1 | -1/+1 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -805/+670 |
| * | Inf and NaN support added to GDScript. | Saracen | 2017-02-28 | 1 | -1/+1 |
| * | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -64/+64 |
| * | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 1 | -1/+1 |
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 1 | -1/+1 |
| * | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 1 | -7/+7 |
| * | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 1 | -5/+5 |
| * | - _ready() callback only happens once now, if you want to receive it again, u... | Juan Linietsky | 2017-01-10 | 1 | -6/+6 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -2/+2 |
| * | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 1 | -1/+2 |
| * | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 1 | -64/+64 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Fixed Mix nodes in Animation Tree Player | m4nu3lf | 2016-10-31 | 1 | -16/+4 |
| * | AnimationTreePlayer filters improved | m4nu3lf | 2016-06-22 | 1 | -50/+120 |
| * | -Added trigger mode to tracks, useful for properties that work as triggers, s... | Juan Linietsky | 2016-06-19 | 1 | -1/+1 |
| * | TimeSeek node in AnimationTreePlayer now propagates filters | m4nu3lf | 2016-06-10 | 1 | -1/+1 |
| * | AnimationTree: add filters to Animation nodes. | Josh Grams | 2016-04-26 | 1 | -20/+57 |
| * | AnimationTree: set value track property per frame, not per track. | Josh Grams | 2016-04-24 | 1 | -10/+5 |
| * | Merge pull request #4308 from JoshuaGrams/atp-resources | Rémi Verschelde | 2016-04-14 | 1 | -6/+5 |
| |\ |
|
| | * | AnimationTreePlayer: fix discrete value tracks. | Josh Grams | 2016-04-12 | 1 | -6/+5 |
| * | | Merge pull request #4286 from JoshuaGrams/atp-resources | Rémi Verschelde | 2016-04-12 | 1 | -9/+10 |
| |\| |
|
| | * | AnimationTreePlayer: allow animating resource properties. | Josh Grams | 2016-04-11 | 1 | -9/+10 |
| * | | Merge pull request #4284 from JoshuaGrams/atp-process-mode | Rémi Verschelde | 2016-04-12 | 1 | -1/+0 |
| |\ \
| |/
|/| |
|