summaryrefslogtreecommitdiffstats
path: root/servers/physics
Commit message (Expand)AuthorAgeFilesLines
* Make query checks less agressive, fixes #24694Juan Linietsky2019-03-021-10/+8
* Fix warnings seen with -Wignored-qualifiers.marxin2019-02-211-1/+1
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-203-6/+6
* Support multiple ray shapes in kinematicbody, fixes #25050Juan Linietsky2019-02-161-7/+15
* Add a minimum treshold for acquiring rest contacts to avoid numerical precisi...Juan Linietsky2019-02-162-0/+9
* Allow kinematic bodies without shapes to still move, fixes #24775Juan Linietsky2019-02-161-0/+5
* Fix typos with codespellRémi Verschelde2019-02-131-2/+2
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* [Core] Rename Matrix3 file to BasisAaron Franke2019-02-091-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-0143-86/+86
* Disabled CollisionShape and CollisionShape2D are not processed nowStanislav2018-12-122-0/+8
* Added function to control 6DOF precisionAndrea Catania2018-11-271-0/+3
* Merge pull request #23668 from sdfgeoff/fix_angular_constraintsRémi Verschelde2018-11-171-0/+48
|\
| * Added angular restitutionGeoffrey Irons2018-11-131-0/+48
* | -Make sure monitorable cant be flipped while flushing queries, fixes #17330Juan Linietsky2018-11-162-0/+21
|/
* -Fix problem in OWC logic closes #11357Juan Linietsky2018-11-021-4/+24
* Update 3D physics to match fix from #22933Juan Linietsky2018-11-011-2/+2
* Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde2018-10-251-0/+1
|\
| * Add some limits on the Editor SettingsSuperwaitsum2018-10-241-0/+1
* | Fixed a typo, treshhold to threshold.M. Huri2018-10-231-1/+0
* | Removed duplication of include(s):M. Huri2018-10-131-1/+0
* | Merge pull request #22722 from akien-mga/fix-warningsRémi Verschelde2018-10-071-1/+1
|\ \
| * | Fix more "may be used initialized" warnings from GCC 7Rémi Verschelde2018-10-041-1/+1
| |/
* / Remove redundant "== false" codeAaron Franke2018-10-062-5/+3
|/
* 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
| |/ / |/| |