summaryrefslogtreecommitdiffstats
path: root/scene/2d/polygon_2d.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactored 2D shader and lighting systemreduz2020-10-241-57/+1
* Split `Geometry` singleton into `Geometry2D` and `Geometry3D`Andrii Doroshenko (Xrayez)2020-05-271-4/+4
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-9/+16
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+16
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-44/+0
* Enforce use of bool literals instead of integersRémi Verschelde2020-05-141-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* Renaming of servers for coherency.Juan Linietsky2020-03-271-4/+4
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-4/+2
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-4/+4
* 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-20/+20
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-2/+2
* Normalmapping and Specularmapping working in 2D engineJuan Linietsky2020-02-111-1/+56
* Bugfixes and ability to better specify filter and repeat modes everywhere.Juan Linietsky2020-02-111-2/+2
* A lot of progress with canvas rendering, still far from working.Juan Linietsky2020-02-111-5/+2
* Texture refactorJuan Linietsky2020-02-111-5/+5
* Remove unused #if 0'ed codeRémi Verschelde2020-01-211-189/+0
* Don't compile editor-only function when tools=noGilles Roudière2020-01-091-0/+2
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fixed antialiased option for Polygon2D / Line2DPouleyKetchoupp2019-11-281-2/+2
* Altered rotation_degrees rangeSoumya Lahiri2019-09-301-1/+1
* Fix some issue with TileMap's and other nodes' boundariesBojidar Marinov2019-07-081-1/+1
* Clean up and fix some situations where triangulation may fail, closes #26366Juan Linietsky2019-03-021-1/+3
* Updat polygons when skeleton setup changes, fixes #25949Juan Linietsky2019-02-161-2/+26
* Appease some CppCheck warns for files in the "scene" directoryMichael Alexsander Silva Dias2019-01-161-3/+0
* Removed splits in Polygon editor, replace by internal vertices and polygon su...Juan Linietsky2019-01-081-66/+248
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Ensure no crash happens when skeleton is removed, closes #20677Juan Linietsky2018-11-231-1/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-3/+0
* Lift 1440 limit in rotation_degrees hint rangeRémi Verschelde2018-08-161-1/+3
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-12/+12
* Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-271-1/+1
* Skeleton for 2D WIPJuan Linietsky2018-05-031-3/+83
* WIP Polygon2D weight editingJuan Linietsky2018-05-021-0/+84
* Remove the selection rect for nodes that do not require itGilles Roudiere2018-04-031-0/+4
* Add a split editor to polygon 2D UV editor, moving an inch closer to adding s...Juan Linietsky2018-02-251-1/+90
* 2D editor GUI input rework. Changes are:Gilles Roudiere2018-02-161-16/+26
* Bind many more properties to scriptsBojidar Marinov2018-01-121-1/+2
* 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/+6
|\
| * More exact picking for canvas editorBernhard Liebl2017-12-271-1/+6
* | 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