summaryrefslogtreecommitdiffstats
path: root/editor/plugins/sprite_editor_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-1/+1
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-24/+0
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Add missing copyright headersGuilherme Felipe2018-05-161-0/+30
* Fix possible crash when clicking on Skeleton2D or Sprite editor optionsChaosus2018-04-181-0/+5
* Was missing clearing computed UVs, sorry, realized late.Juan Linietsky2018-02-211-0/+1
* Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky2018-02-211-0/+396