summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-10Merge pull request #6250 from Ovnuniarchos/CursorHotspotJuan Linietsky
Mouse hotspot is now honored.
2016-09-10Merge pull request #6292 from bojidar-bg/gdscript-add-enumsJuan Linietsky
Adds enums to GDScript
2016-09-10Merge pull request #6336 from sanikoyes/Pr-fix-inter-callback-deleteJuan Linietsky
Tween: fix non-repeat interpolate_callback
2016-09-10Merge pull request #6355 from Kazuo256/http-request-methodsJuan Linietsky
Add http method and request data parameters to HTTPRequest::request
2016-09-10Merge pull request #6363 from vnen/winrtJuan Linietsky
Fix the support for WinRT/UWP
2016-09-10Merge pull request #6413 from caryoscelus/script_load_singletonsJuan Linietsky
enable autoload for command-line scripts
2016-09-10Merge pull request #6438 from RandomShaper/android-hard-float-abiJuan Linietsky
Change Android float ABI to hard
2016-09-10Merge pull request #6439 from Paulb23/item_list_scroll_issue_6343Juan Linietsky
Added get_v_scroll to item list, issue 6343
2016-09-10Merge pull request #6442 from RandomShaper/fix-action-releaseGeorge Marques
Fix Input.action_release() marking action as pressed
2016-09-10Fix Input.action_release() marking action as pressedPedro J. Estébanez
2016-09-09Merge pull request #5892 from rollenrolm/pr-hardcoded-colorsRémi Verschelde
Move hardcoded theme colors from editor_node into editor_themes
2016-09-09Move hardcoded theme colors from editor_node into editor_themesRalf Hölzemer
2016-09-09Added ItemList get_v_scroll to docsPaulb23
2016-09-09Added get_v_scroll to item list, issue 5343Paulb23
2016-09-09Change Android float ABI to hardPedro J. Estébanez
2016-09-09Merge pull request #6436 from djrm/iconsRémi Verschelde
Tweaked some icons, including xform one
2016-09-08Tweaked some icons, including xform oneDaniel J. Ramirez
2016-09-08Merge pull request #6190 from iammangod96/patch-1Ignacio Etcheverry
Fixed running the game before saving scene
2016-09-08Merge pull request #6432 from Paulb23/grid_color_issue_3781George Marques
Added customisable grid color, issue 3781
2016-09-08Added customisable grid color, issue 3781Paulb23
2016-09-08Merge pull request #6431 from Hinsbart/xb_mappingRémi Verschelde
x11: fix x360 wireless gamepad mapping.
2016-09-08x11: fix x360 wireless gamepad mapping.Andreas Haas
Uses hat values instead of buttons for the dpad now. Fixes #6419
2016-09-08Merge pull request #6368 from Garmelon/issue-6320Rémi Verschelde
Tilemap editor: Bucket tool - allow deleting and replacing of tiles
2016-09-08Merge pull request #6409 from Hinsbart/osx_gamepadRémi Verschelde
osx: Support gamepad input.
2016-09-08Merge pull request #6428 from Gastronok/masterGeorge Marques
Correct Directory.list_dir_begin() Documentation
2016-09-07Merge pull request #6418 from RandomShaper/canvas-show-hide-bonesGeorge Marques
Add show bones checkable menu item
2016-09-07Merge pull request #6423 from bebae/issue-6143George Marques
fixed wrong placement of AcceptDialog Buttons issue-6143
2016-09-07Change the documentation to reflect that Directory.list_dir_begin()Gastronok
returns true (not false) when a stream could not be initialized. (See, for example, https://github.com/godotengine/godot/blob/master/drivers/windows/dir_access_windows.cpp#L76 )
2016-09-07Merge pull request #6427 from MarianoGnu/masterMariano Javier Suligoy
Explicitly initialize TextureProgress's initial angle value.
2016-09-07Explicitly initialize TextureProgress's initial angle value.MarianoGNU
(Hopefully) Fixes #3856 Fixes #6426 Fixes #6344
2016-09-07Renamed the bind_native functions to bind_vararg, should make it show the ↵Juan Linietsky
documentation more clearly and also make it easier to bind to C#
2016-09-07fixed wrong placement of AcceptDialog Buttons issue-6143bebae
2016-09-07Merge pull request #6421 from Paulb23/highlight_current_script_issue_5450Rémi Verschelde
Added setting to change current script background color, issue 5450
2016-09-07Merge pull request #6420 from Paulb23/itemlist_tooltip_disable_issue_6240Rémi Verschelde
Itemlist tooltip disable issue 6240
2016-09-07Merge pull request #6417 from Geequlim/pr-program-manager-dialogs-themeRémi Verschelde
Fix dialogs in ProjectManage don't with editor theme issue
2016-09-07Merge pull request #6415 from RandomShaper/fix-android-buildRémi Verschelde
Fix Android build (#5645)
2016-09-07Document itemlist disable tooltipPaulb23
2016-09-07Ability to disable item list tooltip, issue 6240Paulb23
2016-09-07Added setting to change current script background color, issue 5450Paulb23
2016-09-07Add show bones checkable menu itemPedro J. Estébanez
2016-09-07Fix dialogs in ProjectManage don't with editor theme issueGeequlim
2016-09-07classref: Sync with current sourceRémi Verschelde
2016-09-07LineEdit: Quick fix to set_expand_to_text_length argument nameRémi Verschelde
2016-09-07Fix (potentially) Android libs packaging issue (#5645)Pedro J. Estébanez
2016-09-06-Added diectly editable expressions on node to VSEditor, closes #6392Juan Linietsky
-Added ability for LineEdit to expand to fit text
2016-09-06Better snapping for graph ports, closes #6394Juan Linietsky
2016-09-06Do not expose resource/ properties in sectioned property editor, closes #6396Juan Linietsky
2016-09-06Added option for UVs (and tangents) in adding sphere for ImmediateGeometry, ↵Juan Linietsky
closes #6398
2016-09-06Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399Juan Linietsky
2016-09-06enable autoload for command-line scriptscaryoscelus
fixes #6360