aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/curve_editor_plugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CurveEditor: fix can't edit right tangentPoommetee Ketson2017-10-031-9/+9
|
* Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-251-8/+8
|
* Rename pos to position in user facing methods and variablesletheed2017-09-201-11/+11
| | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is.
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
|
* -Split EditorPlugin into EditorPlugin and EditorInterfaceJuan Linietsky2017-08-261-1/+1
| | | | | -Added EditorInterface to EditorScript -Added functions to save the scene to EditorInterface
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-7/+7
| | | | | | | | | | | | Currently we rely on some undefined behavior when Object->cast_to() gets called with a Null pointer. This used to work fine with GCC < 6 but newer versions of GCC remove all codepaths in which the this pointer is Null. However, the non-static cast_to() was supposed to be null safe. This patch makes cast_to() Null safe and removes the now redundant Null checks where they existed. It is explained in this article: https://www.viva64.com/en/b/0226/
* [#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito2017-07-071-3/+3
|
* Added Curve preview thumbnailMarc Gilleron2017-07-021-0/+73
|
* Fix curve saving, refined undo/redoMarc Gilleron2017-06-281-29/+53
|
* Curve featuresMarc Gilleron2017-06-261-40/+142
| | | | | | - Ability to set tangents as linear - Indicative min and max values - CurveTexture doesn't need min and max anymore
* Added Curve resourceMarc Gilleron2017-06-241-373/+540
| | | | | | - New resource for curves in y(x) form - CurveTexture now has a Curve - Curve and CurveTexture share the same editor
* InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-031-2/+2
| | | | Make the naming consistent with other classes.
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-7/+12
| | | | this might cause bugs I haven't found yet..
* Add a few missing copyright headersRémi Verschelde2017-04-281-0/+30
|
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-0/+519