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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
\
\
|
*
|
|
Fixed Mix nodes in Animation Tree Player
m4nu3lf
2016-10-31
2
-17
/
+4
|
|
/
/
*
/
/
style: Fix PEP8 whitespace issues in Python files
Rémi Verschelde
2016-11-01
1
-1
/
+1
|
/
/
*
|
Fix regression #6864 caused by #6613
Pawel Kowal
2016-10-26
2
-5
/
+14
*
|
SCsub: Add python shebang as a hint for syntax highlighting
Rémi Verschelde
2016-10-17
1
-0
/
+2
*
|
Tween reset/stop/resume/remove for all object properties at once
Pawel Kowal
2016-09-25
1
-10
/
+13
*
|
Tween: fix non-repeat interpolate_callback does not delete after call triggered
sanikoyes
2016-08-31
1
-0
/
+2
|
/
*
Merge pull request #5352 from m4nu3lf/master
Juan Linietsky
2016-07-10
2
-51
/
+124
|
\
|
*
AnimationTreePlayer filters improved
m4nu3lf
2016-06-22
2
-51
/
+124
*
|
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
3
-7
/
+9
*
|
Drop empty files that are not used anywhere
Rémi Verschelde
2016-06-18
4
-104
/
+0
*
|
Add missing license headers in our source files (#5255)
Rémi Verschelde
2016-06-18
1
-1
/
+1
*
|
TimeSeek node in AnimationTreePlayer now propagates filters
m4nu3lf
2016-06-10
1
-1
/
+1
*
|
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
*
AnimationTree: add filters to Animation nodes.
Josh Grams
2016-04-26
2
-20
/
+65
*
AnimationTree: set value track property per frame, not per track.
Josh Grams
2016-04-24
1
-10
/
+5
*
animation_started signal to AnimationPlayer
Jakub Grzesik
2016-04-14
1
-0
/
+3
*
Merge pull request #4308 from JoshuaGrams/atp-resources
Rémi Verschelde
2016-04-14
2
-6
/
+7
|
\
[next]