aboutsummaryrefslogtreecommitdiff
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | Add scrolling to Tree control in Drag and Drop modePawel Kowal2016-09-173-0/+36
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #6513 from Brickcaster/masterRémi Verschelde2016-10-031-19/+16
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | Fix for issue #6496Brickcaster2016-09-161-19/+16
| | |/ / / /
| * | | | | Fix #6480, area duplicated paramPawel Kowal2016-09-292-4/+4
| * | | | | LineEdit long indicator, fix #6624Pawel Kowal2016-09-281-3/+4
| | |/ / / | |/| | |
| * | | | expose GeometryInstance.get_aabb() etc fixes #6587yg2f2016-09-222-0/+5
| * | | | Merge pull request #6557 from anneomcl/masterIgnacio Etcheverry2016-09-205-12/+10
| |\ \ \ \
| | * | | | Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl2016-09-195-12/+10
| | |/ / /
| * | | | Merge pull request #6545 from Hinsbart/texteditRémi Verschelde2016-09-192-12/+24
| |\ \ \ \
| | * | | | Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.Andreas Haas2016-09-192-12/+24
| | |/ / /
* | / / / Click the inspected objet name to see all subresources.Juan Linietsky2016-09-172-3/+18
|/ / / /
* | | | Merge pull request #6414 from RandomShaper/improve-shader-shadowRémi Verschelde2016-09-171-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Expose light shadow color to canvas item shadersPedro J. Estébanez2016-09-071-0/+4
| | |/ | |/|
* | | Center camera2D with the proper viewport sizeJuan Linietsky2016-09-151-4/+7
* | | Added a few functions to make 2D split screen easier.Juan Linietsky2016-09-144-22/+110
* | | Restore viewport set_world_2d functionalityFabio Alessandrelli2016-09-142-22/+34
* | | -Added VeryLowDPI and MidDPI modes to Godot editor.Juan Linietsky2016-09-132-8/+25
* | | fix ScrollContainer cannot scroll when scroll bar is hiddensanikoyes2016-09-131-2/+2
* | | Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky2016-09-122-4/+151
* | | Add argument options for the theme override functions in ControlJuan Linietsky2016-09-112-0/+31
* | | -Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky2016-09-116-2/+65
* | | -Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky2016-09-111-9/+7
* | | -Added bindings to the resource filesystem for editorJuan Linietsky2016-09-101-0/+1
* | | Fix Viewport.get_mouse_pos() for specific situations, closes #1885Juan Linietsky2016-09-102-17/+16
* | | Merge pull request #5692 from kubecz3k/remoteTransformJuan Linietsky2016-09-103-0/+164
|\ \ \
| * | | Remote transform node (for 3d)Jakub Grzesik2016-07-143-0/+164
* | | | Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-101-8/+9
|\ \ \ \
| * | | | Fix some warnings about misleading indentationJohan Manuel2016-08-131-8/+9
* | | | | Merge pull request #5942 from pkowal1982/scrollJuan Linietsky2016-09-101-2/+2
|\ \ \ \ \
| * | | | | ScrollContainer expand children bug fixPawel Kowal2016-07-271-2/+2
| |/ / / /
* | | | | Merge pull request #6336 from sanikoyes/Pr-fix-inter-callback-deleteJuan Linietsky2016-09-101-0/+2
|\ \ \ \ \
| * | | | | Tween: fix non-repeat interpolate_callback does not delete after call triggeredsanikoyes2016-08-311-0/+2
* | | | | | Merge pull request #6355 from Kazuo256/http-request-methodsJuan Linietsky2016-09-102-5/+11
|\ \ \ \ \ \
| * | | | | | Add http method and request data parametersKazuo2562016-09-052-5/+11
| | |_|_|/ / | |/| | | |
* | | | | | Added get_v_scroll to item list, issue 5343Paulb232016-09-092-0/+4
* | | | | | Merge pull request #6423 from bebae/issue-6143George Marques2016-09-071-2/+0
|\ \ \ \ \ \
| * | | | | | fixed wrong placement of AcceptDialog Buttons issue-6143bebae2016-09-071-2/+0
* | | | | | | Explicitly initialize TextureProgress's initial angle value.MarianoGNU2016-09-071-0/+1
* | | | | | | Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky2016-09-072-11/+7
* | | | | | | Merge pull request #6420 from Paulb23/itemlist_tooltip_disable_issue_6240Rémi Verschelde2016-09-072-0/+22
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Ability to disable item list tooltip, issue 6240Paulb232016-09-072-0/+22
| |/ / / / /
* | | | | | LineEdit: Quick fix to set_expand_to_text_length argument nameRémi Verschelde2016-09-071-4/+4
* | | | | | -Added diectly editable expressions on node to VSEditor, closes #6392Juan Linietsky2016-09-062-20/+55
* | | | | | Better snapping for graph ports, closes #6394Juan Linietsky2016-09-061-4/+8
* | | | | | Added option for UVs (and tangents) in adding sphere for ImmediateGeometry, c...Juan Linietsky2016-09-062-3/+7
|/ / / / /
* | | | | Merge pull request #6372 from waldson/masterRémi Verschelde2016-09-051-10/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fixes LineEdit text selection with mouse selecting more than intendedWaldson Patrício2016-09-021-10/+0
* | | | | Connection hints when connecting to empty space.Juan Linietsky2016-09-032-1/+8
* | | | | -Added focus to comment nodeJuan Linietsky2016-09-025-1/+40
|/ / / /
* | | | -Fixed issue in Kinematicbody2DJuan Linietsky2016-09-012-15/+22