summaryrefslogtreecommitdiffstats
path: root/servers/physics
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2020Rémi Verschelde2020-01-0143-86/+86
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-102-2/+2
* Activate Body(2D)SW when switching to rigid or character mode.Marcel Admiraal2019-10-151-0/+2
* Fix mismatch between RigidBody(2D) and Body(2D)SW can_sleep defaults.Marcel Admiraal2019-10-121-1/+1
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Fix custom inertia in physics2d, closes#30838RaphaelHunter2019-08-221-0/+1
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directoriesMichael Alexsander Silva Dias2019-08-092-25/+7
* Add some code changes/fixes proposed by Coverity and Clang Tidyqarmin2019-08-071-4/+2
* Reverted fix that makes sense for collision_solver_2d_sat but not for the 3d ...PouleyKetchoupp2019-07-311-2/+2
* Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-233-7/+2
* Changed some code showed in LGTM and Coverageqarmin2019-07-201-10/+0
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-2/+2
* Merge pull request #29951 from raphael10241024/add_physics_2d_optimizeRémi Verschelde2019-07-012-2/+12
|\
| * add 2d physic optimization simlilar to 3d physicsyakun.zhang2019-06-212-2/+12
* | Some code changed with Clang-Tidyqarmin2019-06-264-16/+3
|/
* Merge pull request #29283 from qarmin/fix_some_always_same_valuesRémi Verschelde2019-06-202-3/+5
|\
| * Fix always true/false valuesqarmin2019-06-202-3/+5
* | Merge pull request #27310 from KoBeWi/angular_dankRémi Verschelde2019-06-191-1/+1
|\ \ | |/ |/|
| * Make angular_damp of new Area nodes match the global defaultTomasz Chabora2019-04-011-1/+1
* | Change "ID" to lowercase "id"Aaron Franke2019-05-092-6/+6
* | Merge pull request #27415 from aqnuep/kinematicbody_fixesRémi Verschelde2019-05-021-1/+1
|\ \
| * | KinematicBody performance and quality improvementsDaniel Rakos2019-03-271-1/+1
| |/
* | Merge pull request #27371 from ShyRed/fixdisabled2dcollisionsRémi Verschelde2019-04-304-8/+9
|\ \
| * | Allow adding disabled shapesShyRed2019-04-234-8/+9
* | | Use approximate equallity methods in many placesAaron Franke2019-04-254-10/+10
|/ /
* | Merge pull request #27673 from qarmin/small_fixesRémi Verschelde2019-04-221-4/+2
|\ \
| * | Small fixes, mostly dupicated codeqarmin2019-04-081-4/+2
| |/
* / Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-3/+6
|/
* 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