Age | Commit message (Expand) | Author |
2017-10-31 | Merge pull request #10770 from RandomShaper/fix-joints | Rémi Verschelde |
2017-10-21 | Rename RayCasts collision_layer to collision_mask | Pedro J. Estébanez |
2017-10-14 | Added documentation for 3D Joints, the 2D Pin Joint, and the Physicsservers, ... | Grosskopf |
2017-10-09 | Merge pull request #11702 from AndreaCatania/bodyDS | Rémi Verschelde |
2017-09-30 | Renamed fixed_process to physics_process | AndreaCatania |
2017-09-29 | Added new API to get body direct state | AndreaCatania |
2017-09-22 | Fix wrong index in get_euler_xyz and wrong get_euler in G6DF Joint | m4nu3lf |
2017-09-22 | Fix Inertia tensor update & Generic 6DOF Joint | m4nu3lf |
2017-09-20 | Rename pos to position in user facing methods and variables | letheed |
2017-09-18 | Avoid bias overrotation in contact resolution | m4nu3lf |
2017-09-14 | Renamed function arguments to keep them consistent between declaration and im... | Wilson E. Alvarez |
2017-09-13 | Merge pull request #11125 from zavb074/master | Rémi Verschelde |
2017-09-12 | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde |
2017-09-09 | Remove joint freeing logic from physics servers | Pedro J. Estébanez |
2017-09-09 | Removed code that flips normal if facing away from test direction | Lewis |
2017-09-08 | Fix unused variable warnings | Hein-Pieter van Braam |
2017-09-08 | Fix various assorted warnings | Hein-Pieter van Braam |
2017-09-03 | -Added an optimization so physics shapes are configured later, speeds up grid... | Juan Linietsky |
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-26 | Added/Fixed null pointer checks | Wilson E. Alvarez |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-16 | Rename cull_AABB to cull_aabb | Rémi Verschelde |
2017-08-08 | Fix freeze on close of game using 2D physics introduced by #9832 | Bojidar Marinov |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia |
2017-08-01 | Improve cleanup of physics constraints | Pedro J. Estébanez |
2017-07-25 | Add missing initializers | Pedro J. Estébanez |
2017-07-25 | Extend check for same space to all 2D/3D bodies/shapes | Pedro J. Estébanez |
2017-07-25 | Fix early-accepting area-area match when masks don't match | Pedro J. Estébanez |
2017-07-22 | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-07-15 | Lots of work on Audio & Physics engine: | Juan Linietsky |
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 |