Age | Commit message (Expand) | Author |
2017-07-08 | Refactor 'treshold' to 'threshold' | Poommetee Ketson |
2017-06-26 | ConeTwistJoint: Initialize 'm_angularOnly'. | dotquixote |
2017-06-14 | Refactor layer_mask to collision_layer | Poommetee Ketson |
2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly |
2017-05-07 | Improve documentation of thirdparty code snippets | Rémi Verschelde |
2017-04-24 | Merge pull request #8277 from tagcup/math_checks | Rémi Verschelde |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-04-06 | Added various functions basic math classes. Also enabled math checks only for... | Ferenc Arn |
2017-03-24 | Fix typos in source code using codespell | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Style: prevent bogus macro formatting by clang-format | Rémi Verschelde |
2017-02-28 | Merge pull request #7878 from RebelliousX/else | Rémi Verschelde |
2017-02-28 | Inf and NaN support added to GDScript. | Saracen |
2017-02-28 | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq |
2017-02-26 | Merge pull request #7802 from tagcup/physics_64bit | Rémi Verschelde |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
2017-02-13 | Use real_t as floating point type in physics code. | Ferenc Arn |
2017-02-03 | Fixed property setter in G6DOF joint | m4nu3lf |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-16 | Style: Cleanups, added headers, renamed files | Rémi Verschelde |
2017-01-15 | Style: Cosmetic fixes to play nice with clang-format | Rémi Verschelde |
2017-01-15 | fixed to 2D physics, makes it work again | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-10 | Merge pull request #7426 from m4nu3lf/bugfix/physics | Juan Linietsky |
2017-01-09 | Fixed inertia tensor computation and center of mass | m4nu3lf |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2017-01-02 | Merge remote-tracking branch 'origin/gles3' into gles3-on-master | Rémi Verschelde |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-11-01 | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde |
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde |
2016-10-03 | Begining of GLES3 renderer: | Juan Linietsky |
2016-10-03 | Expose more 2D/3D physics options in project settings | Fabio Alessandrelli |
2016-07-24 | Fix for incorrect velocity report due to a typo. | Alex Piola |
2016-07-08 | Remove unused variables (fourth pass) + dead code | Rémi Verschelde |
2016-06-18 | Drop fully commented-out files | Rémi Verschelde |
2016-06-18 | Drop empty .cpp files for header-only classes | Rémi Verschelde |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde |
2016-05-23 | Remove noisy print | Carter Anderson |
2016-05-21 | First version of Profiler | Juan Linietsky |
2016-04-09 | Port collision and layer masks to 3D, fixes #1759 | Bojidar Marinov |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |
2016-01-23 | Merge pull request #2698 from Faless/add_area_fix | Juan Linietsky |
2016-01-10 | avoid crash with empty concavepolygonshape, fixes #3169 | Juan Linietsky |
2016-01-10 | change intersect_ray function to discriminate pickable objects, fixes #3203 | Juan Linietsky |
2016-01-02 | skip the first integration in physics bodies, fixes #2213 | Juan Linietsky |
2016-01-01 | Update copyright to 2016 in headers | George Marques |
2015-12-28 | Remove bogus argument in body_get_node | Rémi Verschelde |