| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | -810/+675 |
* | 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 |
|\ \
| |/
|/| |
|
| * | AnimationTreePlayer: constructor now sets processing mode. | Josh Grams | 2016-04-11 | 1 | -1/+0 |
* | | AnimationTreePlayer (transition_node_set_current): fix by removing copy-paste... | Josh Grams | 2016-04-06 | 1 | -19/+15 |
* | | AnimationTreePlayer (set_active, reset, constructor): seek all animations to ... | Josh Grams | 2016-04-06 | 1 | -2/+3 |
* | | AnimationTreePlayer (_process_node): more robust oneshot termination condition. | Josh Grams | 2016-04-06 | 1 | -2/+2 |
* | | AnimationTreePlayer (_process_node:TIMESEEK): allow auto-advance with 0 xfade. | Josh Grams | 2016-03-31 | 1 | -1/+1 |
* | | AnimationTreePlayer (_process_node:TIMESEEK): give p_seek precedence over tsn... | Josh Grams | 2016-03-31 | 1 | -6/+6 |
* | | * AnimationTreePlayer (_process_node): remove `switched` argument. | Josh Grams | 2016-03-27 | 1 | -42/+40 |
|/ |
|
* | Merge pull request #3980 from JoshuaGrams/timescale-remainder | Rémi Verschelde | 2016-03-09 | 1 | -2/+7 |
|\ |
|
| * | TimeScale node: return +inf remaining for 0 scale. | Josh Grams | 2016-03-09 | 1 | -1/+4 |
| * | TimeScale node: scale return value (time remaining). | Josh Grams | 2016-03-07 | 1 | -2/+4 |
* | | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 1 | -3/+3 |
* | | AnimationTreePlayer: distinguish value tracks. | Josh Grams | 2016-03-08 | 1 | -2/+3 |
|/ |
|
* | Merge pull request #3858 from JoshuaGrams/blend3 | Rémi Verschelde | 2016-03-01 | 1 | -11/+12 |
|\ |
|
| * | AnimationTreePlayer (Blend3): process all inputs. | Josh Grams | 2016-02-28 | 1 | -11/+12 |
* | | AnimationTreePlayer: blend value tracks (closes #2299) | Josh Grams | 2016-03-01 | 1 | -4/+7 |
|/ |
|
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 1 | -1/+1 |
* | -fix function calls in animationtree, closes #2789 | Juan Linietsky | 2015-12-16 | 1 | -1/+1 |
* | This fixes long standing animation bug | Sergey Lapin | 2015-12-10 | 1 | -33/+36 |
* | Experimental retooling of AnimationTreePlayer to allow manual advancement. | Saracen | 2015-11-02 | 1 | -8/+88 |
* | -added set_master_player binding, fixes #1477 | Juan Linietsky | 2015-04-27 | 1 | -0/+6 |
* | Updated copyright year in all headers | Juan Linietsky | 2015-04-18 | 1 | -1/+1 |