aboutsummaryrefslogtreecommitdiff
path: root/scene/animation
Commit message (Expand)AuthorAgeFilesLines
* Added a name/path description when there is an error in the Animation TrackMarcelo Fernandez2017-10-071-8/+8
* Renamed fixed_process to physics_processAndreaCatania2017-09-306-21/+21
* Rename pos to position in user facing methods and variablesletheed2017-09-204-15/+15
* Fix enums bindingsMaxim Sheronov2017-09-131-0/+3
* Many fixes to visual script, changed virtuals override for a proper selector.Juan Linietsky2017-09-121-0/+1
* Fix AnimationTreePlayer bogus argument nameRémi Verschelde2017-09-011-1/+1
* Fix some argument ordering, closes #10010Juan Linietsky2017-09-012-2/+2
* Cleaned up logic in Tween::_tween_process(), fixes #9187cryptonaut2017-08-291-14/+10
* Dead code tells no talesRémi Verschelde2017-08-271-16/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-279-9/+9
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-243-12/+12
* Merge pull request #10351 from neikeq/enums-are-for-the-weakJuan Linietsky2017-08-213-29/+29
|\
| * ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-203-29/+29
* | Merge pull request #10319 from neikeq/pr-engine-editor-hintJuan Linietsky2017-08-201-3/+4
|\ \ | |/ |/|
| * Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-3/+4
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-163-16/+16
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-102-5/+5
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-073-14/+14
* Fixed some string names and animation playback options, closes #9446Juan Linietsky2017-08-061-1/+1
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
* renamed all Rect3.pos to Rect3.positionalexholly2017-06-091-4/+4
* Fix autoplay animation starts from last editor state #8976Poommetee Ketson2017-05-311-0/+1
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-089-0/+9
* Honor the Tween's final valuesShin-NiL2017-03-301-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-059-2621/+2063
* Inf and NaN support added to GDScript.Saracen2017-02-281-1/+1
* Merge pull request #6462 from RandomShaper/fix-improve-anim-blendRémi Verschelde2017-02-271-17/+8
|\
| * Fix/improve AnimationPlayer blending logicPedro J. Estébanez2016-09-121-17/+8
* | Tween: Fix undefined behavior found by static code analyzer.Andreas Haas2017-02-221-1/+2
* | Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-134-135/+135
* | Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-133-5/+5
* | Fix tween Transform2D typosanikoyes2017-02-071-3/+3
* | Merge pull request #7002 from RandomShaper/vcs-friendlinessJuan Linietsky2017-01-252-9/+12
|\ \
| * | Improve .tscn VCSPedro J. Estébanez2017-01-162-9/+12
* | | Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-161-2/+2
* | | Style: Fix statements ending with ';;'Rémi Verschelde2017-01-163-3/+3
* | | removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-142-10/+10
* | | Style: Fix whole-line commented codeRémi Verschelde2017-01-142-8/+10
* | | renamed tween animationplayer scale functions to speed_scaleJuan Linietsky2017-01-134-14/+14
* | | Tween: Rename times_in_sec (sic) param to durationRémi Verschelde2017-01-132-58/+58
* | | Renamed most signals so they refer to:Juan Linietsky2017-01-123-8/+8
* | | Type renames:Juan Linietsky2017-01-112-25/+25
* | | - _ready() callback only happens once now, if you want to receive it again, u...Juan Linietsky2017-01-103-16/+16
* | | Renamed finished to animation_finished, also passes the animation name when f...Juan Linietsky2017-01-081-2/+2
* | | Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-073-5/+5
* | | -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-043-9/+11
* | | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-028-139/+139
* | | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-019-9/+9
* | | Merge pull request #7000 from m4nu3lf/masterRémi Verschelde2016-11-022-17/+4
|\ \ \