| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -Hid texture flags by default so they dont take so much space | Juan Linietsky | 2018-05-18 | 1 | -2/+2 |
| | | | | | -make curve texture preview not so large, so its easier to embed the editor | ||||
| * | -Ability to open resources in the same window | Juan Linietsky | 2018-05-17 | 1 | -75/+17 |
| | | | | | | -Plenty of fixes and improvements to new inspector -Fixes that were needed to make inspector work better | ||||
| * | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 1 | -1/+1 |
| | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | ||||
| * | Small fixes for the Curve Editor's context menu. | Michael Alexsander Silva Dias | 2018-01-03 | 1 | -20/+3 |
| | | |||||
| * | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
| | | | | | Happy new year to the wonderful Godot community! | ||||
| * | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 1 | -2/+4 |
| | | |||||
| * | CurveEditor: fix can't edit right tangent | Poommetee Ketson | 2017-10-03 | 1 | -9/+9 |
| | | |||||
| * | Removed most of the custom colors from the interface. | Daniel J. Ramirez | 2017-09-25 | 1 | -8/+8 |
| | | |||||
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 1 | -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 headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| | | |||||
| * | -Split EditorPlugin into EditorPlugin and EditorInterface | Juan Linietsky | 2017-08-26 | 1 | -1/+1 |
| | | | | | | -Added EditorInterface to EditorScript -Added functions to save the scene to EditorInterface | ||||
| * | Convert Object::cast_to() to the static version | Hein-Pieter van Braam | 2017-08-24 | 1 | -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(). | ducdetronquito | 2017-07-07 | 1 | -3/+3 |
| | | |||||
| * | Added Curve preview thumbnail | Marc Gilleron | 2017-07-02 | 1 | -0/+73 |
| | | |||||
| * | Fix curve saving, refined undo/redo | Marc Gilleron | 2017-06-28 | 1 | -29/+53 |
| | | |||||
| * | Curve features | Marc Gilleron | 2017-06-26 | 1 | -40/+142 |
| | | | | | | | - Ability to set tangents as linear - Indicative min and max values - CurveTexture doesn't need min and max anymore | ||||
| * | Added Curve resource | Marc Gilleron | 2017-06-24 | 1 | -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 Haas | 2017-06-03 | 1 | -2/+2 |
| | | | | | Make the naming consistent with other classes. | ||||
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -7/+12 |
| | | | | | this might cause bugs I haven't found yet.. | ||||
| * | Add a few missing copyright headers | Rémi Verschelde | 2017-04-28 | 1 | -0/+30 |
| | | |||||
| * | New particle system, mostly working, some small features missing. | Juan Linietsky | 2017-04-06 | 1 | -0/+519 |
