index
:
godot.git
feature/gio-open
feature/gridmap-used-cells
fix/use-bin-name
master
mirror
Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
animation
/
animation_player.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #12284 from bojidar-bg/allow-subproperty-set
Rémi Verschelde
2017-11-21
1
-15
/
+15
|
\
|
*
Allow for getting/setting indexed properties of objects using get/set_indexed
Bojidar Marinov
2017-11-21
1
-15
/
+15
*
|
Change AnimationPlayer looping logic
Pedro J. Estébanez
2017-11-13
1
-1
/
+8
|
/
*
Fixed AnimationPlayer.get_autoplay() returning empty string
Rasmus Ketelsen
2017-11-02
1
-1
/
+0
*
Refactor Fixed to Physics
Poommetee Ketson
2017-10-21
1
-1
/
+1
*
Merge pull request #12107 from RandomShaper/fix-anim-before-first-key
Rémi Verschelde
2017-10-20
1
-0
/
+4
|
\
|
*
Fix animation before first key
Pedro J. Estébanez
2017-10-15
1
-0
/
+4
*
|
Fix animation not stopping after seeking to the end
Pedro J. Estébanez
2017-10-14
1
-2
/
+2
|
/
*
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
1
-6
/
+6
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-4
/
+4
*
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
1
-1
/
+1
*
Convert Object::cast_to() to the static version
Hein-Pieter van Braam
2017-08-24
1
-5
/
+5
*
Merge pull request #10351 from neikeq/enums-are-for-the-weak
Juan Linietsky
2017-08-21
1
-2
/
+2
|
\
|
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-2
/
+2
*
|
Removes editor_hint from SceneTree
Ignacio Etcheverry
2017-08-19
1
-3
/
+4
|
/
*
Removes type information from method binds
Ignacio Etcheverry
2017-08-10
1
-3
/
+3
*
Makes all Godot API's methods Lower Case
Indah Sylvia
2017-08-07
1
-1
/
+1
*
Fixed some string names and animation playback options, closes #9446
Juan Linietsky
2017-08-06
1
-1
/
+1
*
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
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-496
/
+413
*
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
*
|
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-40
/
+40
*
|
Remove use of _SCS from ADD_METHOD
Hein-Pieter van Braam
2017-02-13
1
-3
/
+3
*
|
Merge pull request #7002 from RandomShaper/vcs-friendliness
Juan Linietsky
2017-01-25
1
-8
/
+11
|
\
\
|
*
|
Improve .tscn VCS
Pedro J. Estébanez
2017-01-16
1
-8
/
+11
|
|
/
*
|
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
1
-1
/
+1
*
|
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-3
/
+5
*
|
renamed tween animationplayer scale functions to speed_scale
Juan Linietsky
2017-01-13
1
-5
/
+5
*
|
Renamed most signals so they refer to:
Juan Linietsky
2017-01-12
1
-2
/
+2
*
|
- _ready() callback only happens once now, if you want to receive it again, u...
Juan Linietsky
2017-01-10
1
-4
/
+4
*
|
Renamed finished to animation_finished, also passes the animation name when f...
Juan Linietsky
2017-01-08
1
-2
/
+2
*
|
-Conversion of most properties to a simpler syntax, easier to use by script
Juan Linietsky
2017-01-04
1
-7
/
+8
*
|
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-40
/
+40
*
|
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
|
/
*
Revert "Added toggle for loop interpolation based on adolson's code"
Rémi Verschelde
2016-06-26
1
-13
/
+1
*
Replace 'or'/'and' keywords
George Marques
2016-06-19
1
-1
/
+1
*
Merge pull request #4724 from Cybolic/optional-loop-interpolation
Rémi Verschelde
2016-06-19
1
-1
/
+13
|
\
|
*
Added toggle for loop interpolation based on adolson's code
Christian Dannie Storgaard
2016-05-20
1
-1
/
+13
*
|
-Added trigger mode to tracks, useful for properties that work as triggers, s...
Juan Linietsky
2016-06-19
1
-5
/
+7
*
|
remove trailing whitespace
Hubert Jarosz
2016-05-21
1
-1
/
+1
|
/
*
Fixed animation player auto-queue duplication and undo/redo
Paulb23
2016-05-07
1
-0
/
+3
*
animation_started signal to AnimationPlayer
Jakub Grzesik
2016-04-14
1
-0
/
+3
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-87
/
+87
*
-Made some icon data types smaller so they take up less space
Juan Linietsky
2016-02-11
1
-0
/
+1
[next]