summaryrefslogtreecommitdiff
path: root/scene/2d/area_2d.cpp
AgeCommit message (Expand)Author
2019-03-02Make query checks less agressive, fixes #24694Juan Linietsky
2019-02-22Check that area is inside tree besides checking that queries are flushed, fix...Juan Linietsky
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-28Removed error that should not be an error, fixes #21088Juan Linietsky
2018-11-16-Make sure monitorable cant be flipped while flushing queries, fixes #17330Juan Linietsky
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
2018-05-16Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky
2018-02-07Update an outdated method name in error messageronroniv
2018-01-12Renamed tree_exited to tree_exiting. tree_exited is now used for actual out o...Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-09-22Changed get_audio_bus and set functions to get_audio_bus_name and setMarcelo Paez
2017-09-11Updated Area2D docs and added enum constants to scriptingWill Nations
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-07-10Remove warnings about benign situationsPedro J. Estébanez
2017-06-18-Added AudioStreamPlayer2D, for 2D positional soundJuan Linietsky
2017-06-14Refactor layer_mask to collision_layerPoommetee Ketson
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-04Merge pull request #7508 from lonesurvivor/area2d-fixRémi Verschelde
2017-02-13Rename the _MD macro to D_METHODHein-Pieter van Braam
2017-02-13Remove use of _SCS from ADD_METHODHein-Pieter van Braam
2017-01-25When overlappinng Area2Ds are removed with remove_child(), _enter_tree and _e...lonesurvivor
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-13rename monitoring functionsJuan Linietsky
2017-01-12Renamed most signals so they refer to:Juan Linietsky
2017-01-10It is now possible to name layers of different kinds!Juan Linietsky
2017-01-04-Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-09-29Fix #6480, area duplicated paramPawel Kowal
2016-05-23Modified damp rangesDaniel J. Ramirez
2016-05-12classref: Fixed return types in Area and Area2D (#4635)MattUV
2016-01-12-Properly lock and and warn about switching off contact monitoring, fixes #3041Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-31remove error print in area collision, should be a valid situation, closes #2463Juan Linietsky
2015-12-14New and corrected are override modes.Ovnuniarchos
2015-06-29Several performance improvements, mainly in loading and instancing scenes and...Juan Linietsky
2015-06-07Merge pull request #1932 from Faless/gravity_distance_fullJuan Linietsky
2015-06-06new file dialog!Juan Linietsky
2015-05-18Calculate gravity based on distance from body to gravity point (2D)Fabio Alessandrelli
2015-05-03-new collision layer & mask system for 2D, for more flexible collision maskingJuan Linietsky
2015-04-18Updated copyright year in all headersJuan Linietsky
2015-03-18add overlap test function, remove a semicolonJuan Linietsky
2015-03-17add functions to test overlap with another body or areaJuan Linietsky
2015-03-17Area2D can now detect overlap with other areasJuan Linietsky
2015-01-05Changes to 2D physics engineJuan Linietsky