summaryrefslogtreecommitdiffstats
path: root/scene/2d/navigation_polygon.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* begin new serialization frameworkJuan Linietsky2015-02-151-3/+3
* New Navigation & Pathfinding support for 2DJuan Linietsky2015-02-141-0/+450