summaryrefslogtreecommitdiffstats
path: root/editor/plugins/gradient_texture_editor_plugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* GradientTexture now uses a GradientMarc Gilleron2017-06-241-539/+0
| | | | | - Added gradient property - Deleted duplicate code
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-5/+5
| | | | Make the naming consistent with other classes.
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-14/+19
| | | | this might cause bugs I haven't found yet..
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-1/+2
|
* Add a few missing copyright headersRémi Verschelde2017-04-281-2/+31
|
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1
| | | | | | | | Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-0/+504