summaryrefslogtreecommitdiffstats
path: root/scene/2d/polygon_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere2017-11-191-4/+4
* Unify degree members and propertiesletheed2017-11-101-5/+5
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-3/+1
* Added polygon antialiasing, but it does not work on nvidia. Will have to try ...Juan Linietsky2017-08-191-2/+18
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-2/+2
* Add object type hint for docsPoommetee Ketson2017-07-231-2/+2
* renamed all Rect2.pos to Rect2.positionalexholly2017-06-041-6/+6
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-160/+140
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-24/+24
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-131-11/+11
* Type renames:Juan Linietsky2017-01-111-4/+4
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-10/+10
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-6/+10
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-24/+24
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl2016-09-191-2/+2
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* Polygon2D now exposes vertex colors.Ovnuniarchos2016-05-231-1/+26
* -fix forced texture repeat in Polygon2D, now depends on texture.Juan Linietsky2015-04-281-21/+2
* Batch of BugfixesJuan Linietsky2014-12-071-0/+1
* Polygon2DJuan Linietsky2014-07-071-0/+363