summaryrefslogtreecommitdiffstats
path: root/servers/physics_2d
Commit message (Expand)AuthorAgeFilesLines
* Make query checks less agressive, fixes #24694Juan Linietsky2019-03-021-13/+8
* Fixed bugs in test body motion and removed unnecesary test in move_and_slide....Juan Linietsky2019-02-211-0/+11
* Merge pull request #26103 from nekomatata/area2d-rectangle-collision-fixRémi Verschelde2019-02-211-2/+5
|\
| * Area2d rectangle collision check doesn't ignore the first pixel row and colum...PouleyKetchoupp2019-02-211-2/+5
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-202-13/+13
|/
* Skip disabled shape when getting rest info. Fixes #25941Juan Linietsky2019-02-161-0/+4
* 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/+11
* Allow kinematic bodies without shapes to still move, fixes #24775Juan Linietsky2019-02-161-0/+4
* Make ray shapes not work with OWC. They don't make practical sense together. ...Juan Linietsky2019-02-161-3/+12
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Fixed OWC for rigid bodies, closes #25732Juan Linietsky2019-02-121-2/+2
* Cleanup after @reduz :)Rémi Verschelde2019-01-211-1/+0
* -Re-added margins in one way collision (made in a more user friendly way than...Juan Linietsky2019-01-186-8/+27
* Update copyright statements to 2019Rémi Verschelde2019-01-0133-66/+66
* fixes crash when Body2DSW doesn't have spacehedin2018-12-271-0/+1
* Disabled CollisionShape and CollisionShape2D are not processed nowStanislav2018-12-122-0/+8
* -Make sure monitorable cant be flipped while flushing queries, fixes #17330Juan Linietsky2018-11-163-0/+27
* Ensure that even at slow speed, you will always get collision using kinematic...Juan Linietsky2018-11-141-53/+58
* Make sure rotated shapes with one way direction collisions work, fixes #12791Juan Linietsky2018-11-102-13/+22
* 2D Rigid Body CCD should work again, fixes #6664Juan Linietsky2018-11-081-2/+1
* Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layersJuan Linietsky2018-11-077-1/+71
|\
| * Fix picking in CanvasLayerPedro J. Estébanez2018-08-257-1/+71
* | <fales> end of the week ;-)Juan Linietsky2018-11-031-1/+1
* | Fix condition testJuan Linietsky2018-11-031-2/+2
* | Simple workaround to make one way moving platforms work, fixes #9399Juan Linietsky2018-11-021-0/+13
* | -Fix problem in OWC logic closes #11357Juan Linietsky2018-11-022-9/+37
* | Merge pull request #22933 from SeleckyErik/issue-9148Juan Linietsky2018-11-011-2/+2
|\ \
| * | Fixed non-monitorable areas triggering overlapErik2018-10-111-2/+2
* | | Merge pull request #22779 from Superwaitsum/LimitSettingsRémi Verschelde2018-10-252-0/+5
|\ \ \ | |/ / |/| |
| * | Add some limits on the Editor SettingsSuperwaitsum2018-10-242-0/+5
* | | Remove redundant "== false" codeAaron Franke2018-10-061-1/+1
* | | Remove redundant "== true" codeAaron Franke2018-10-061-1/+1
|/ /
* | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde2018-09-271-8/+8
* | 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-1215-23/+23
|/
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-245-65/+4
* Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability...Juan Linietsky2018-08-212-20/+30
* add project method to Vector2/3Thomas Herzog2018-08-161-1/+1
* [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* Merge pull request #20381 from AndreaCatania/phymat_2Juan Linietsky2018-08-076-79/+2
|\
| * Removed physics material combination mode. Added rough and absorbent paramete...Andrea Catania2018-08-076-79/+2
* | Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-265-24/+24
* | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti...Tiger Caldwell2018-07-244-2/+64
|/
* Merge pull request #12403 from AndreaCatania/phymatJuan Linietsky2018-07-236-2/+87
|\
| * Implemented physics materialAndreaCatania2018-05-116-2/+87
* | Further fixes to KinematicBody2D API, support for sync motion in moving objectsJuan Linietsky2018-07-171-1/+9
* | -Added support for raycast in KinematicBody2DJuan Linietsky2018-07-167-13/+193
* | Merge pull request #18349 from Gorgexpress/masterMax Hilbrunner2018-05-261-1/+4
|\ \ | |/ |/|