summaryrefslogtreecommitdiffstats
path: root/servers/physics_2d/godot_area_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Merge pull request #83003 from AThousandShips/null_check_extraRémi Verschelde2023-10-091-1/+1
|\
| * Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* | Fixes to allow object-less callables throughout GodotMai Lavelle2023-10-061-14/+0
|/
* Replace Area gravity point distance scale with unit distanceAaron Franke2023-01-291-10/+10
* Remove deprecated AREA_PARAM_GRAVITY_POINT_ATTENUATIONAaron Franke2023-01-291-5/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-3/+3
* Add area monitor callback error checkingRyan Heath2022-08-071-0/+8
* Remove Signal connect bindsJuan Linietsky2022-07-291-2/+2
* Replace most uses of Map by HashMapreduz2022-05-161-22/+26
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add area to moved list when changing monitorable,Marcel Admiraal2021-11-201-0/+1
* Separate space override modes for gravity/damping in AreaPouleyKetchoupp2021-11-091-4/+19
* Use `Callable` in Area monitor callbackrafallus2021-11-011-66/+66
* Rename Godot Physics classes from *SW to Godot*PouleyKetchoupp2021-10-181-0/+305