summaryrefslogtreecommitdiffstats
path: root/scene/animation/tween_interpolaters.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
|
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-264/+186
| | | | | | | | | | | | | | | | | | | | | | | | I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code
* Tween: Fix undefined behavior found by static code analyzer.Andreas Haas2017-02-221-1/+2
| | | | Adresses the issue mentioned in https://software.intel.com/en-us/articles/the-ultimate-question-of-programming-refactoring-and-everything
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-1/+1
| | | Also removes a couple wrong Godot headers from third-party source files.
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* added notes to resolve undefined behavior of calculations in tweeningehriche2015-05-061-6/+6
| | | interpolators in future.
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Add tween support for godotsanikoyes2014-08-201-0/+407