Age | Commit message (Expand) | Author |
2019-07-10 | Use reference to constant in functions | qarmin |
2019-07-08 | Merge pull request #30407 from qarmin/small_fixess | Rémi Verschelde |
2019-07-07 | Fixes minor issues found by static analyzer | qarmin |
2019-07-06 | Added release function to PoolVector::Access. | Ibrahn Sahir |
2019-06-19 | Merge pull request #29878 from Dentrax/fixes | Rémi Verschelde |
2019-06-19 | added forgotten err_fail_index check | Furkan Türkal |
2019-06-11 | Fix error macro calls not ending with semicolon | Rémi Verschelde |
2019-05-31 | Add track_set_key_time() to Animation | Tomasz Chabora |
2019-05-29 | Merge pull request #25012 from avencherus/prevent-duplicate-keyframes | Rémi Verschelde |
2019-05-27 | Make animation editor change tracks positions instead of swapping them | Michael Alexsander Silva Dias |
2019-05-02 | Do precision comparison to prevent the creation of keyframes with a time that... | Jared |
2019-04-25 | Use approximate equallity methods in many places | Aaron Franke |
2019-04-25 | [Core] Approximate equality | Aaron Franke |
2019-04-08 | Merge pull request #27711 from neikeq/ifdef-clang-tidy | Rémi Verschelde |
2019-04-05 | Replace a few #if/#elif with #ifdef and "#elif defined" | Ignacio Etcheverry |
2019-04-03 | Fix: Keep custom tracks option now keeps animation loop property and value tr... | Angeloss |
2019-03-03 | Fix style issues from recent commits | Rémi Verschelde |
2019-03-02 | Fixed a case of broken loop due to wrapping on the edge, closes #25245 | Juan Linietsky |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-14 | -Fixes to undo redo to avoid crash, closes #24251 | Juan Linietsky |
2019-01-18 | Fix capture interpolation mode in Animation, closes #24015 | Juan Linietsky |
2019-01-16 | Appease some CppCheck warns for files in the "scene" directory | Michael Alexsander Silva Dias |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-10 | Fixed floating point issue in find() of animation. | DualMatrix |
2018-10-04 | fix enum cast warnings on clang | karroffel |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-14 | fix issue with bezier tracks using incorrect duration for interpolating values | Luke Miller |
2018-06-30 | Minor changes to the AnimationPlayer editor. | Michael Alexsander Silva Dias |
2018-06-29 | Small fixes | Juan Linietsky |
2018-06-08 | Avoid animation length from ever being completely, fixes #19420 | Juan Linietsky |
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky |
2018-02-01 | Fix inconsistencies and typos in argument names | Paolo Perkovic |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-09 | Add feature to disable animation tracks | Ray Koopa |
2017-12-07 | ability to keep user tracks when importing animations, closes #12801 | Juan Linietsky |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn |
2017-10-15 | Fix animation before first key | Pedro J. Estébanez |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-02 | Fix use of unitialized variables | Hein-Pieter van Braam |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly |