aboutsummaryrefslogtreecommitdiff
path: root/servers/physics_2d/physics_2d_server_wrap_mt.h
Commit message (Collapse)AuthorAgeFilesLines
* Expose softness parameter of pin joint to the editor.Biliogadafr2015-10-101-0/+3
|
* Ability to visually debug geometry visually:Juan Linietsky2015-09-201-0/+16
| | | | | | | -Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings
* -fix bug in animation editorJuan Linietsky2015-05-271-1/+1
| | | | -fix crash bug in physics motion, closes #1993
* oops, previous commit was not workingJuan Linietsky2015-05-261-3/+5
| | | | it is working now
* ability to run 2D physics in a threadJuan Linietsky2015-05-261-0/+295
also, 2D physics is now thread safe too. see physics_2d/thread_model