summaryrefslogtreecommitdiffstats
path: root/scene/2d/area_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split monolithic physics class filessmix82024-02-271-687/+0
* Prevent mapping areas with invalid IDs for `Area2D/3D`A Thousand Ships2023-12-181-0/+30
* Clear monitoring in `Area*` when its space changes to invalid风青山2023-12-151-5/+3
* Use StringName consistently to refer to the Master audio bus nameHugo Locurcio2023-08-071-1/+1
* Use NULL instead of COND checks when appropriateNinni Pipping2023-06-101-4/+4
* Make Area physics priority consistently int and allow negative numbersAaron Franke2023-04-181-3/+3
* Merge pull request #72357 from aaronfranke/area-gravity-unit-distRémi Verschelde2023-01-311-8/+8
|\
| * Replace Area gravity point distance scale with unit distanceAaron Franke2023-01-291-8/+8
* | Hide clip_children for non-drawn CanvasItemsNinni Pipping2023-01-301-0/+1
|/
* Error when removing a phycics node during a physics callbackJuan Linietsky2023-01-071-0/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Implement Area.has_overlapping_*VolTer2022-09-101-0/+13
* Rename `or_lesser` range property hint to `or_less`Hugo Locurcio2022-09-021-1/+1
* fixed and optimized Area2/3D get_overlapping_bodies/areasVoid2022-09-021-10/+10
* Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-13/+13
* Remove unintentional PROPERTY_USAGE_INTERNALRedMser2022-08-181-5/+5
* Remove Signal connect bindsJuan Linietsky2022-07-291-4/+4
* Add suffixes to all nodes and resourcesFireForge2022-06-111-1/+1
* Use suffixes for units in nodes and resourcesAaron Franke2022-05-191-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-52/+52
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Separate space override modes for gravity/damping in AreaPouleyKetchoupp2021-11-091-23/+88
* Use `Callable` in Area monitor callbackrafallus2021-11-011-8/+4
* Merge pull request #53054 from MaxLap/doc_shape_signalsCamille Mohr-Daurat2021-10-141-4/+4
|\
| * Improve area/body_shape_entered/exited signals parameter names and docMaxime Lapointe2021-10-141-4/+4
* | Use range iterators for `Map`Lightning_A2021-09-301-14/+14
|/
* Fix some unnecessary includesAaron Franke2021-08-131-1/+0
* Fix editor suffixes and degrees conversionreduz2021-06-301-1/+1
* Merge pull request #42742 from madmiraal/fix-12215Rémi Verschelde2021-05-181-14/+16
|\
| * Return RID instead of Object id in area-body_shape_entered-exited signals.Marcel Admiraal2021-03-061-14/+16
* | Area: Uncap the range for gravity and change the slider hintsAaron Franke2021-05-181-1/+1
* | Increase the default 2D gravity to 980.0Hugo Locurcio2021-05-051-1/+1
* | Move collision layer and mask into CollisionObject.Marcel Admiraal2021-04-201-62/+0
* | Put physics override parameters in their own group and document that areas ca...Lightning_A2021-04-181-3/+6
|/
* Use a more specific type for Area2D/3D body signalsAaron Franke2021-02-241-4/+4
* Initialize class variables with default values in scene/ [1/2]Rafał Mikrut2021-02-071-12/+0
* Rename the final parameter of area_shape_entered-exited local_shape.Marcel Admiraal2021-01-091-4/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Remove area or body from map before emitting signals.Marcel Admiraal2020-10-021-20/+8
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-21/+40
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+6
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-64/+0
* Add proper type to most public API uses of ArrayJuan Linietsky2020-04-211-4/+4
* Replace NULL with nullptrlupoDharkael2020-04-021-2/+2
* Renaming of servers for coherency.Juan Linietsky2020-03-271-20/+20
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-23/+15
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-4/+4
* Added StringName as a variant type.Juan Linietsky2020-02-211-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-12/+12
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-2/+2