aboutsummaryrefslogtreecommitdiff
path: root/scene (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | More improvements to visual script..Juan Linietsky2016-08-315-4/+57
* | | | draw_line: Properly bind antialiased argumentRémi Verschelde2016-08-311-1/+1
* | | | More visual script improvementsJuan Linietsky2016-08-308-71/+194
|/ / /
* | | Merge pull request #5670 from timoschwarzer/feature/camera2d_limit_smoothingRémi Verschelde2016-08-302-7/+45
|\ \ \
| * | | Add an option to smooth camera limits when camera smoothing is enabled.Timo Schwarzer2016-07-132-7/+45
| | |/ | |/|
* | | Merge pull request #5262 from vnen/button-signalsRémi Verschelde2016-08-301-0/+11
|\ \ \
| * | | Add button_down and button_up signalsGeorge Marques2016-08-261-0/+11
* | | | Merge pull request #6264 from MasonAsh/issue-6263Rémi Verschelde2016-08-291-3/+6
|\ \ \ \
| * | | | Slider value accounts for grabber offsetMason Ashbridge2016-08-241-3/+6
* | | | | Merge pull request #6220 from volzhs/issue-5789Rémi Verschelde2016-08-291-12/+13
|\ \ \ \ \
| * | | | | Make LineEdit not to cover whole line when rename nodevolzhs2016-08-231-12/+13
* | | | | | Merge pull request #6159 from touilleMan/issue-6148Rémi Verschelde2016-08-292-0/+59
|\ \ \ \ \ \
| * | | | | | Add Node2D's set_global_rot get_global_rot set_global_rotd get_global_rotd se...Emmanuel Leblond2016-08-152-0/+59