summaryrefslogtreecommitdiffstats
path: root/servers/physics_2d/godot_space_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* [Servers] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-251-4/+4
* Merge pull request #66076 from Sauermann/fix-double-physics-input-events-for-...Rémi Verschelde2023-02-011-1/+1
|\
| * Fix physics events being interpreted twice when in canvas layerMarkus Sauermann2023-01-311-1/+1
* | Create default World physics spaces on demand onlysmix82023-01-311-9/+9
* | Merge pull request #68429 from KoBeWi/PropertySettingsRémi Verschelde2023-01-061-20/+7
|\ \
| * | Add PropertyInfo overload for GLOBAL_DEFkobewi2022-12-111-20/+7
| |/
* / One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Remove duplicate project settings definitionskobewi2022-11-081-1/+1
* Merge pull request #66548 from akien-mga/msvc-warnings-c4701-c4703Rémi Verschelde2022-09-281-2/+3
|\
| * Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable usedRémi Verschelde2022-09-281-2/+3
* | Fix MSVC warning C4702: unreachable codeRémi Verschelde2022-09-281-2/+0
|/
* Merge pull request #64367 from Mickeon/rename-var-to-strRémi Verschelde2022-08-261-1/+1
|\
| * Rename `str2var` to `str_to_var` and similarMicky2022-08-261-1/+1
* | Restore RigidBody2/3D, SoftBody names in physicsfabriceci2022-08-261-2/+2
|/
* Add collision weight to PhysicsBody for penetrations must be avoidedSilc Renew2022-08-181-1/+13
* Add a new HashSet templatereduz2022-05-201-1/+1
* Add motion parameter to toggle whether recovery is reported as a collisionRicardo Buring2022-05-181-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Rename Basis get_axis to get_column, remove redundant methodsAaron Franke2022-05-031-4/+4
* Rename Transform2D "elements" to "columns"Aaron Franke2022-04-291-2/+2
* Fix more issues found by cppcheck.bruvzg2022-04-201-2/+2
* Fix some issues found by cppcheck.bruvzg2022-04-061-3/+3
* Raycasts hitting from inside: return collision point in global coordinatesRicardo Buring2022-03-201-1/+1
* Merge pull request #57630 from lawnjelly/bvh4_templated_checksRémi Verschelde2022-03-041-4/+1
|\
| * BVH - Sync BVH with 3.xlawnjelly2022-02-041-4/+1
* | In final phase of test_body_motion, move and cull AABB for body once, instead...Ricardo Buring2022-02-181-4/+3
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Merge pull request #55702 from nekomatata/physics-solver-settingsRémi Verschelde2021-12-101-0/+18
|\
| * Add physics solver settings to project settingsPouleyKetchoupp2021-12-071-0/+18
* | Handle test body motion with 0 marginPouleyKetchoupp2021-12-091-9/+15
|/
* Update space parameters in 2D and 3DPouleyKetchoupp2021-12-031-2/+12
* Fix rest_info returning no result with high margin and low motionPouleyKetchoupp2021-11-171-9/+5
* Add raycast options to hit when starting inside / hit back facesPouleyKetchoupp2021-11-101-0/+16
* Use parameter classes instead of arguments for all physics queriesPouleyKetchoupp2021-11-041-61/+48
* Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp2021-10-181-0/+1213