summaryrefslogtreecommitdiffstats
path: root/servers/physics_2d
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * Fixed 2D intersect_shape limiting broadphase resultsMichael2018-04-221-1/+4
* | Merge pull request #18144 from Crazy-P/Resolves-crash-on-shape2D-culling-for-...Juan Linietsky2018-05-072-0/+5
|\ \
| * | Resolves crash on shape2D culling for empty Concave shapesCrazy-P2018-04-122-0/+5
| |/
* / Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-0/+1
|/
* Merge pull request #17151 from ShyRed/disabled_shapes_2dJuan Linietsky2018-04-082-4/+29
|\
| * Remove disabled shapes from physicsShyRed2018-03-072-4/+29
* | Bring back Vector2.cross()Bernhard Liebl2018-03-071-2/+7
|/
* Merge pull request #16757 from AndreaCatania/kinpushRémi Verschelde2018-02-205-7/+28
|\
| * Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania2018-02-205-7/+28
* | Merge pull request #16530 from AndreaCatania/raysRémi Verschelde2018-02-193-2/+13
|\ \
| * | Improved ray shape (2D and 3D) by addiing the possibility to act as regular s...Andrea Catania2018-02-193-2/+13
* | | Fix 2d collision body update on shape removeKonrad Nowakowski2018-02-181-0/+1
* | | Clean up some bad words from code commentsArtem Varaksa2018-02-171-1/+1
| |/ |/|
* | Added physics API in order to enable/disable collisions between rigidbody att...Andrea Catania2018-02-054-0/+38
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0533-0/+33
* Update copyright statements to 2018Rémi Verschelde2018-01-0133-66/+66
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-076-17/+22
* Removed type_mask and fixed some variable nameAndreaCatania2017-11-212-28/+20
* Remove node from list before calling queries, fixes #10886Juan Linietsky2017-11-101-2/+2
* Reworked how servers preallocate RIDs, should fix #10970Juan Linietsky2017-11-094-41/+81
* Fixing bad index used in Space2DSWMateusMP2017-11-081-13/+13
* Merge pull request #10770 from RandomShaper/fix-jointsRémi Verschelde2017-10-311-14/+0
|\
| * Remove joint freeing logic from physics serversPedro J. Estébanez2017-09-091-14/+0
* | Rename RayCasts collision_layer to collision_maskPedro J. Estébanez2017-10-212-20/+20
* | Prevent a possible crash at collision_object_2d_sw.hMarcelo Fernandez2017-10-121-9/+36
* | Merge pull request #11702 from AndreaCatania/bodyDSRémi Verschelde2017-10-093-0/+25
|\ \
| * | Added new API to get body direct stateAndreaCatania2017-09-293-1/+26
* | | Renamed fixed_process to physics_processAndreaCatania2017-09-303-3/+3
|/ /
* | Removed print_line in Physics2DServerWrapMT::init()Indah Sylvia2017-09-251-3/+0
* | Rename pos to position in user facing methods and variablesletheed2017-09-201-3/+3
* | correction to one way collision codeJuan Linietsky2017-09-172-4/+4
* | fixes to one way collision, closes #10971Juan Linietsky2017-09-172-4/+14
* | Fix signed and unsigned comparisonsHein-Pieter van Braam2017-09-011-2/+2