summaryrefslogtreecommitdiffstats
path: root/servers/physics
Commit message (Expand)AuthorAgeFilesLines
* Fix various Clang 7 warnings about unused stuffRémi Verschelde2018-10-011-1/+0
* Fix warnings about wrong member initialization order [-Wreorder]Rémi Verschelde2018-09-281-2/+2
* SCons: Build thirdparty code in own env, disable warningsRémi Verschelde2018-09-282-4/+0
* Fix warnings about unhandled enum value in switch [-Wswitch]Rémi Verschelde2018-09-274-0/+32
* Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde2018-09-131-1/+1
|\
| * Misc. typosluz.paz2018-09-121-1/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-1216-24/+24
|/
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-245-47/+0
* Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability...Juan Linietsky2018-08-211-8/+18
* Added ray / shape / point / motion / rest cast exclusion of area and or bodyAndrea Catania2018-08-212-12/+12
* Merge pull request #20101 from panzergame/shape_marginRémi Verschelde2018-08-212-0/+12
|\
| * Expose bullet shape margin to UI.Tristan Porteries2018-08-162-0/+12
* | Fixes to move and slide and ray separation, implement separation in Godot phy...Juan Linietsky2018-08-204-6/+164
* | Added ray shape and move_and_slide with snapping on 3D.Andrea Catania2018-08-191-0/+1
* | Merge pull request #20727 from muiroc/fix_sw_sat_tableJuan Linietsky2018-08-081-2/+60
|\ \
| * | fixed godotphysics sat dispatch tablemuiroc2018-08-051-2/+60
* | | Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky2018-08-075-74/+2
|\ \ \ | |/ / |/| |
| * | Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania2018-08-075-74/+2
* | | Add check to clang 6.0 compiler bug workaroundRémi Verschelde2018-07-261-1/+3
* | | Merge pull request #15643 from organicpencil/bullet_contact_impulseRémi Verschelde2018-07-261-0/+3
|\ \ \
| * | | Expose PhysicsDirectBodyState.get_contact_impulseLee Pugh2018-01-121-0/+3
* | | | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-264-14/+14
* | | | Merge pull request #20404 from TigerCaldwell/masterRémi Verschelde2018-07-253-0/+44
|\ \ \ \
| * | | | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell2018-07-243-0/+44
* | | | | Removed unnecessary assignmentsWilson E. Alvarez2018-07-241-3/+0
|/ / / /
* | / / Implemented Soft bodyAndreaCatania2018-07-231-0/+66
| |/ / |/| |
* | | Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky2018-07-235-2/+82
|\ \ \
| * | | Implemented physics materialAndreaCatania2018-05-115-2/+82
* | | | -Fix disable_3d flagJuan Linietsky2018-07-211-0/+6
* | | | added cylinder shape supportmuiroc2018-07-011-0/+5
| |_|/ |/| |
* | | Workaround for clang 6 bug.bruvzg2018-05-141-9/+9
|/ /
* | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-0/+1
* | Merge pull request #17594 from ivodopiviz/float-overflowJuan Linietsky2018-04-081-1/+2
|\ \
| * | Changed debug max distance to avoid overflowIvan Vodopiviz2018-03-171-1/+2
* | | Fix missing const in CapsuleShapeSW::get_areaMarcelo Fernandez2018-03-211-1/+1
|/ /
* | Merge pull request #16757 from AndreaCatania/kinpushRémi Verschelde2018-02-204-5/+5
|\ \
| * | Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania2018-02-204-5/+5
* | | Merge pull request #16530 from AndreaCatania/raysRémi Verschelde2018-02-193-4/+20
|\ \ \
| * | | Improved ray shape (2D and 3D) by addiing the possibility to act as regular s...Andrea Catania2018-02-193-4/+20
* | | | Merge pull request #16751 from AndreaCatania/moreAPIsRémi Verschelde2018-02-191-0/+11
|\ \ \ \
| * | | | Added Physics state APIsAndrea Catania2018-02-161-0/+11
| | |/ / | |/| |
* / | | Clean up some bad words from code commentsArtem Varaksa2018-02-171-4/+4
|/ / /
* / / Added physics API in order to enable/disable collisions between rigidbody att...Andrea Catania2018-02-053-0/+35
|/ /
* / Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-011-2/+2
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0532-0/+32
* Update copyright statements to 2018Rémi Verschelde2018-01-0143-86/+86
* Implemented physics linear and angular lockAndreaCatania2017-12-104-21/+36
* Merge pull request #12756 from Stratos695/masterRémi Verschelde2017-12-094-25/+22
|\
| * Allow double-axis lock in RigidBody and KinematicBodyEric Rybicki2017-11-104-25/+22
* | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-0712-32/+44