aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/path_2d_editor_plugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-718/+0
| | | | | | The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful.
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-4/+4
| | | | | | This new name also makes its purpose a little clearer This is a step towards fixing #56
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
| | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code.
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-2/+2
| | | | | | visible (property) - access set_visible(bool) is_visible() is_visible_in_tree() - true when visible and parents visible show() hide() - for convenience
* Type renames:Juan Linietsky2017-01-111-3/+3
| | | | | | | | | | | | Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray
* PopupMenu now emits both index_pressed and id_pressed instead of ↵Juan Linietsky2017-01-081-1/+1
| | | | item_pressed, closes #3188
* renamed _input_event for GUI events to _gui_input, so it's more ↵Juan Linietsky2017-01-081-1/+1
| | | | differentiated than generalized _input
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-1/+1
|
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-5/+5
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* Visible path editor icons, fixes #5228Daniel J. Ramirez2016-06-151-5/+5
|
* i18n: Second pass at proofreadingRémi Verschelde2016-05-211-1/+1
| | | | | Mostly removing commented out strings, plus a few critical ones that should not be translated.
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-4/+4
| | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-14/+14
|
* Make buttons properly obey stylebox content marins, closes #2156Juan Linietsky2016-01-021-0/+1
|
* fixed uninitialized tool mode in path 2d editorJuan Linietsky2016-01-021-0/+1
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* Better 2D SnappingCarl Olsson2015-02-151-21/+10
| | | | | | | | | Consolidated duplicate snapping functions into CanvasItemEditor. Allow non-square grids. Add grid origin offsets. Allow seperate toggling of grid display. Add rotation snapping. Add offset snapping.
* Fixes #1160BenH2015-01-111-2/+2
| | | | | Fixed curve handles not taking current zoom level into consideration when being dragged
* 2D Animation ImprovementsJuan Linietsky2014-07-061-23/+134
| | | | | | | | | -=-=-=-=-=-=-=-=-=--=-=-= -Ability to set 2D nodes as bones -Abity to set 2D nodes as IK chains -2D IK Solver -Improvements in the UI for adding keyframes (separate loc,rot,scale buttons)
* Move point in Path2D edtitor now respect snap configure; Press Alt whenmarynate2014-04-031-17/+12
| | | | | moving point to activate view base snapping; Path2D editor inherits from HBoxContainer now"
* Use shift for control point in Paht2D editor (to be consistent with Path editor)marynate2014-04-031-1/+1
|
* Fixed delete path2d node will crash editormarynate2014-04-031-4/+3
|
* Fix #244 no path2d handles visiblemarynate2014-04-031-27/+45
|
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+604