index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scene
/
resources
/
animation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix style issues from recent commits
Rémi Verschelde
2019-03-03
1
-1
/
+1
*
Fixed a case of broken loop due to wrapping on the edge, closes #25245
Juan Linietsky
2019-03-02
1
-2
/
+7
*
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-20
1
-7
/
+7
*
-Fixes to undo redo to avoid crash, closes #24251
Juan Linietsky
2019-02-14
1
-0
/
+15
*
Fix capture interpolation mode in Animation, closes #24015
Juan Linietsky
2019-01-18
1
-1
/
+1
*
Appease some CppCheck warns for files in the "scene" directory
Michael Alexsander Silva Dias
2019-01-16
1
-1
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Fixed floating point issue in find() of animation.
DualMatrix
2018-11-10
1
-1
/
+1
*
fix enum cast warnings on clang
karroffel
2018-10-04
1
-1
/
+1
*
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-13
1
-1
/
+1
|
\
|
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
|
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-1
/
+1
|
/
*
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-24
1
-2
/
+0
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-46
/
+46
*
fix issue with bezier tracks using incorrect duration for interpolating values
Luke Miller
2018-07-14
1
-4
/
+4
*
Minor changes to the AnimationPlayer editor.
Michael Alexsander Silva Dias
2018-06-30
1
-1
/
+0
*
Small fixes
Juan Linietsky
2018-06-29
1
-2
/
+2
*
Avoid animation length from ever being completely, fixes #19420
Juan Linietsky
2018-06-08
1
-1
/
+5
*
Entirely new (and much improved) animation editor.
Juan Linietsky
2018-06-07
1
-3
/
+1037
*
Fix inconsistencies and typos in argument names
Paolo Perkovic
2018-02-01
1
-11
/
+11
*
Bind many more properties to scripts
Bojidar Marinov
2018-01-12
1
-19
/
+12
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Add feature to disable animation tracks
Ray Koopa
2017-12-09
1
-0
/
+22
*
ability to keep user tracks when importing animations, closes #12801
Juan Linietsky
2017-12-07
1
-0
/
+16
*
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-6
/
+6
*
Fix animation before first key
Pedro J. Estébanez
2017-10-15
1
-5
/
+12
*
Rename pos to position in user facing methods and variables
letheed
2017-09-20
1
-14
/
+14
*
Fix use of unitialized variables
Hein-Pieter van Braam
2017-09-02
1
-3
/
+8
*
Dead code tells no tales
Rémi Verschelde
2017-08-27
1
-38
/
+1
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
ClassDB: Provide the enum name of integer constants
Ignacio Etcheverry
2017-08-20
1
-9
/
+9
*
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
1
-10
/
+10
*
renamed all Rect3.pos to Rect3.position
alexholly
2017-06-09
1
-1
/
+1
*
renamed all Rect2.pos to Rect2.position
alexholly
2017-06-04
1
-1
/
+1
*
Merge pull request #8277 from tagcup/math_checks
Rémi Verschelde
2017-04-24
1
-2
/
+2
|
\
|
*
Added various functions basic math classes. Also enabled math checks only for...
Ferenc Arn
2017-04-06
1
-2
/
+2
*
|
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
-833
/
+729
*
Rename the _MD macro to D_METHOD
Hein-Pieter van Braam
2017-02-13
1
-40
/
+40
*
Style: Fix whole-line commented code
Rémi Verschelde
2017-01-14
1
-5
/
+0
*
Type renames:
Juan Linietsky
2017-01-11
1
-6
/
+6
*
Add clamp and wrap loop modes for animation tracks.
Juan Linietsky
2017-01-09
1
-4
/
+24
*
Memory pool vectors (DVector) have been enormously simplified in code, and re...
Juan Linietsky
2017-01-07
1
-26
/
+26
*
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...
Juan Linietsky
2017-01-02
1
-38
/
+38
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
Remove unused variables (fourth pass) + dead code
Rémi Verschelde
2016-07-08
1
-3
/
+0
*
Revert "Added toggle for loop interpolation based on adolson's code"
Rémi Verschelde
2016-06-26
1
-19
/
+3
*
Animation: Fix property loop_interpolation
J08nY
2016-06-21
1
-3
/
+4
*
-Added options for scene import plugin to keep materials and user-added track...
Juan Linietsky
2016-06-20
1
-0
/
+24
[next]