| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added a name/path description when there is an error in the Animation Track | Marcelo Fernandez | 2017-10-07 | 1 | -8/+8 |
| * | Renamed fixed_process to physics_process | AndreaCatania | 2017-09-30 | 6 | -21/+21 |
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 4 | -15/+15 |
| * | 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 | 2 | -2/+2 |
| * | Cleaned up logic in Tween::_tween_process(), fixes #9187 | cryptonaut | 2017-08-29 | 1 | -14/+10 |
| * | Dead code tells no tales | Rémi Verschelde | 2017-08-27 | 1 | -16/+0 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 9 | -9/+9 |
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 3 | -12/+12 |
| * | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | 2017-08-21 | 3 | -29/+29 |
| |\ |
|
| | * | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | 2017-08-20 | 3 | -29/+29 |
| * | | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | 2017-08-20 | 1 | -3/+4 |
| |\ \
| |/
|/| |
|
| | * | Removes editor_hint from SceneTree | Ignacio Etcheverry | 2017-08-19 | 1 | -3/+4 |
| * | | Synchronize parameter names in definition and declaration | TwistedTwigleg | 2017-08-16 | 3 | -16/+16 |
| |/ |
|
| * | Removes type information from method binds | Ignacio Etcheverry | 2017-08-10 | 2 | -5/+5 |
| * | Makes all Godot API's methods Lower Case | Indah Sylvia | 2017-08-07 | 3 | -14/+14 |
| * | Fixed some string names and animation playback options, closes #9446 | Juan Linietsky | 2017-08-06 | 1 | -1/+1 |
| * | BuildSystem: generated files have .gen.extension | Poommetee Ketson | 2017-06-25 | 1 | -1/+1 |
| * | renamed all Rect3.pos to Rect3.position | alexholly | 2017-06-09 | 1 | -4/+4 |
| * | Fix autoplay animation starts from last editor state #8976 | Poommetee Ketson | 2017-05-31 | 1 | -0/+1 |
| * | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | 2017-04-10 | 1 | -1/+1 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 9 | -0/+9 |
| * | Honor the Tween's final values | Shin-NiL | 2017-03-30 | 1 | -0/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 9 | -2621/+2063 |
| * | Inf and NaN support added to GDScript. | Saracen | 2017-02-28 | 1 | -1/+1 |
| * | Merge pull request #6462 from RandomShaper/fix-improve-anim-blend | Rémi Verschelde | 2017-02-27 | 1 | -17/+8 |
| |\ |
|
| | * | Fix/improve AnimationPlayer blending logic | Pedro J. Estébanez | 2016-09-12 | 1 | -17/+8 |
| * | | Tween: Fix undefined behavior found by static code analyzer. | Andreas Haas | 2017-02-22 | 1 | -1/+2 |
| * | | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | 2017-02-13 | 4 | -135/+135 |
| * | | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam | 2017-02-13 | 3 | -5/+5 |
| * | | Fix tween Transform2D typo | sanikoyes | 2017-02-07 | 1 | -3/+3 |
| * | | Merge pull request #7002 from RandomShaper/vcs-friendliness | Juan Linietsky | 2017-01-25 | 2 | -9/+12 |
| |\ \ |
|
| | * | | Improve .tscn VCS | Pedro J. Estébanez | 2017-01-16 | 2 | -9/+12 |
| * | | | Overloaded basic math funcs (double and float variants). Use real_t rather th... | Ferenc Arn | 2017-01-16 | 1 | -2/+2 |
| * | | | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 3 | -3/+3 |
| * | | | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 2 | -10/+10 |
| * | | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 2 | -8/+10 |
| * | | | renamed tween animationplayer scale functions to speed_scale | Juan Linietsky | 2017-01-13 | 4 | -14/+14 |
| * | | | Tween: Rename times_in_sec (sic) param to duration | Rémi Verschelde | 2017-01-13 | 2 | -58/+58 |
| * | | | Renamed most signals so they refer to: | Juan Linietsky | 2017-01-12 | 3 | -8/+8 |
| * | | | Type renames: | Juan Linietsky | 2017-01-11 | 2 | -25/+25 |
| * | | | - _ready() callback only happens once now, if you want to receive it again, u... | Juan Linietsky | 2017-01-10 | 3 | -16/+16 |
| * | | | Renamed finished to animation_finished, also passes the animation name when f... | Juan Linietsky | 2017-01-08 | 1 | -2/+2 |
| * | | | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 3 | -5/+5 |
| * | | | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | 2017-01-04 | 3 | -9/+11 |
| * | | | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky | 2017-01-02 | 8 | -139/+139 |
| * | | | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 9 | -9/+9 |
| * | | | Merge pull request #7000 from m4nu3lf/master | Rémi Verschelde | 2016-11-02 | 2 | -17/+4 |
| |\ \ \ |
|