summaryrefslogtreecommitdiffstats
path: root/scene/2d/polygon_2d.h
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-3/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Added polygon antialiasing, but it does not work on nvidia. Will have to try ...Juan Linietsky2017-08-191-0/+4
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-2/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-12/+11
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-9/+9
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* 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-3/+3
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
* Polygon2D now exposes vertex colors.Ovnuniarchos2016-05-231-0/+4
* -fix forced texture repeat in Polygon2D, now depends on texture.Juan Linietsky2015-04-281-3/+0
* Polygon2DJuan Linietsky2014-07-071-0/+78