Age | Commit message (Expand) | Author |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-03-27 | Remove hardcoded joint bias | ShyRed |
2019-03-02 | Make query checks less agressive, fixes #24694 | Juan Linietsky |
2019-02-21 | Fixed bugs in test body motion and removed unnecesary test in move_and_slide.... | Juan Linietsky |
2019-02-21 | Merge pull request #26103 from nekomatata/area2d-rectangle-collision-fix | Rémi Verschelde |
2019-02-21 | Area2d rectangle collision check doesn't ignore the first pixel row and colum... | PouleyKetchoupp |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-16 | Skip disabled shape when getting rest info. Fixes #25941 | Juan Linietsky |
2019-02-16 | Support multiple ray shapes in kinematicbody, fixes #25050 | Juan Linietsky |
2019-02-16 | Add a minimum treshold for acquiring rest contacts to avoid numerical precisi... | Juan Linietsky |
2019-02-16 | Allow kinematic bodies without shapes to still move, fixes #24775 | Juan Linietsky |
2019-02-16 | Make ray shapes not work with OWC. They don't make practical sense together. ... | Juan Linietsky |
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde |
2019-02-12 | Fixed OWC for rigid bodies, closes #25732 | Juan Linietsky |
2019-01-21 | Cleanup after @reduz :) | Rémi Verschelde |
2019-01-18 | -Re-added margins in one way collision (made in a more user friendly way than... | Juan Linietsky |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-27 | fixes crash when Body2DSW doesn't have space | hedin |
2018-12-12 | Disabled CollisionShape and CollisionShape2D are not processed now | Stanislav |
2018-11-16 | -Make sure monitorable cant be flipped while flushing queries, fixes #17330 | Juan Linietsky |
2018-11-14 | Ensure that even at slow speed, you will always get collision using kinematic... | Juan Linietsky |
2018-11-10 | Make sure rotated shapes with one way direction collisions work, fixes #12791 | Juan Linietsky |
2018-11-08 | 2D Rigid Body CCD should work again, fixes #6664 | Juan Linietsky |
2018-11-07 | Merge pull request #21386 from RandomShaper/fix-picking-in-canvas-layers | Juan Linietsky |
2018-11-03 | <fales> end of the week ;-) | Juan Linietsky |
2018-11-03 | Fix condition test | Juan Linietsky |
2018-11-02 | Simple workaround to make one way moving platforms work, fixes #9399 | Juan Linietsky |
2018-11-02 | -Fix problem in OWC logic closes #11357 | Juan Linietsky |
2018-11-01 | Merge pull request #22933 from SeleckyErik/issue-9148 | Juan Linietsky |
2018-10-25 | Merge pull request #22779 from Superwaitsum/LimitSettings | Rémi Verschelde |
2018-10-24 | Add some limits on the Editor Settings | Superwaitsum |
2018-10-11 | Fixed non-monitorable areas triggering overlap | Erik |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |
2018-10-06 | Remove redundant "== true" code | Aaron Franke |
2018-09-27 | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-25 | Fix picking in CanvasLayer | Pedro J. Estébanez |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-21 | Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ability... | Juan Linietsky |
2018-08-16 | add project method to Vector2/3 | Thomas Herzog |
2018-08-11 | [Core] Completely kill math_2d.h, change includes | Aaron Franke |
2018-08-07 | Merge pull request #20381 from AndreaCatania/phymat_2 | Juan Linietsky |
2018-08-07 | Removed physics material combination mode. Added rough and absorbent paramete... | Andrea Catania |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-24 | Modified RigidBody, PhysicsDirectBodyState, PhysicsServer, and their respecti... | Tiger Caldwell |
2018-07-23 | Merge pull request #12403 from AndreaCatania/phymat | Juan Linietsky |
2018-07-17 | Further fixes to KinematicBody2D API, support for sync motion in moving objects | Juan Linietsky |
2018-07-16 | -Added support for raycast in KinematicBody2D | Juan Linietsky |