summaryrefslogtreecommitdiffstats
path: root/scene/2d/navigation_polygon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename more 2D and 3D nodes to follow conventionRémi Verschelde2020-03-271-582/+0
* Signals: Manually port most of remaining connect_compat usesRémi Verschelde2020-02-281-2/+2
* Merge pull request #36388 from AndreaCatania/some_renamesRémi Verschelde2020-02-281-18/+18
|\
| * Renamed NavigationPolygonInstance to NavigationRegion2DAndrea Catania2020-02-281-18/+18
* | Reimplement Mutex with C++'s <mutex>Pedro J. Estébanez2020-02-261-20/+24
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-2/+2
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-22/+22
* Fixes memory leak in NavigationPolygonHaoyu Qiu2020-02-141-2/+5
* - Integrated NavigationServer and Navigation2DServer.Andrea Catania2020-02-101-29/+61
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-1/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-1/+1
* Fix wrong property binding for NavigationPolygon::verticesRémi Verschelde2019-05-291-1/+1
* Scene: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Update NavPoly in the editor canvas when the resource is changed via the Insp...Michael Alexsander Silva Dias2018-12-061-5/+5
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-5/+5
* Bind many more properties to scriptsBojidar Marinov2018-01-121-3/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-031-1/+59
|\
| * More exact picking for canvas editorBernhard Liebl2017-12-271-1/+59
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.Nathan Warden2017-12-151-3/+3
* Fixes infinite loop in NavPolygonInstance warningsCédric Fuchs2017-10-261-1/+1
* Fix adding a NavigationPolygonInstance to a Node2D freezing the editorBojidar Marinov2017-10-201-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-4/+4
* Removes editor_hint from SceneTreeIgnacio Etcheverry2017-08-191-3/+4
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-281-1/+3
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-158/+133
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-23/+23
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-5/+5
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-1/+1
* Must now register with set_transform_notify() to get NOTIFICATION_TRANSFORM_C...Juan Linietsky2017-01-121-0/+1
* Type renames:Juan Linietsky2017-01-111-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-15/+15
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-23/+23
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* -Added configuration warning system for nodesJuan Linietsky2016-05-171-0/+23
* Fix NavigationPolygon references in _bind_methodRémi Verschelde2016-02-171-2/+2
* -renamed function get_relative_transform() to get_relative_transform_to_paren...reduz2015-12-281-4/+4
* Ability to visually debug geometry visually:Juan Linietsky2015-09-201-5/+5