aboutsummaryrefslogtreecommitdiff
path: root/scene/animation (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | [DOCS] AnimationPlayer prop API fixedWill Nations2017-12-071-4/+7
* | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-11/+11
* | [DOCS] AnimationPlayer new props, members/methodsWill Nations2017-12-041-6/+8
|/
* Implement onion skinning for the animation editorPedro J. Estébanez2017-11-252-0/+14
* Implement backup/restore for animated valuesPedro J. Estébanez2017-11-252-7/+92
* Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-218-145/+165
|\
| * Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-218-147/+163
| * Make Tween::interpolate_property's able to get() the initial valueBojidar Marinov2017-11-131-0/+4
* | Rename Rect3 to AABB.Ferenc Arn2017-11-171-8/+8
* | Change AnimationPlayer looping logicPedro J. Estébanez2017-11-131-1/+8
|/
* Fixed AnimationPlayer.get_autoplay() returning empty stringRasmus Ketelsen2017-11-021-1/+0
* Refactor Fixed to PhysicsPoommetee Ketson2017-10-213-3/+3
* Merge pull request #12107 from RandomShaper/fix-anim-before-first-keyRémi Verschelde2017-10-201-0/+4
|\
| * Fix animation before first keyPedro J. Estébanez2017-10-151-0/+4
* | Fix animation not stopping after seeking to the endPedro J. Estébanez2017-10-141-2/+2
|/
* 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