summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-06Merge pull request #6364 from akien-mga/pr-tools-cleanupRémi Verschelde
Cleanup of the tools folder
2016-09-06Merge pull request #6410 from supaiku-o/issue-6029Rémi Verschelde
Always show output panel when debugging
2016-09-06Merge pull request #6408 from supaiku-o/issue-6374Rémi Verschelde
Show object string cast instead of object id in debugger
2016-09-06Merge pull request #6406 from volzhs/create-folderRémi Verschelde
Select newly created folder on Directory dialog
2016-09-06Merge pull request #6403 from ISylvox/fix-export-templatesRémi Verschelde
Fix for Compiling Export Templates
2016-09-06Always show output panel when debuggingsupaiku
2016-09-06Show object string cast instead of object id in debuggersupaiku
2016-09-06Select newly created folder on Directory dialogvolzhs
2016-09-06Should Fix Compiling Export TemplatesISylvox
- Works on Windows, Linux x11, Linux Server, Android, HTML5 - Not tested on Mac/iOS (don't have Apple's devices yet)
2016-09-05Merge pull request #6400 from razvanc-r/templateRémi Verschelde
Update GDScript template
2016-09-05Clean up GDScript templateRăzvan Cosmin Rădulescu
2016-09-05Remove tools/script_plugins, demos of the old plugin APIRémi Verschelde
They are superseded by the official demos in https://github.com/godotengine/godot-demo-projects/tree/master/plugins
2016-09-05Merge tools/docdump in tools/docRémi Verschelde
Reduces clutter in the tools folder.
2016-09-05Move various scripts to the "scripts" folderRémi Verschelde
Thus cleaning up the "tools" folder a bit.
2016-09-05Remove obsolete Win32 libraries that everyone had forgotten aboutRémi Verschelde
2016-09-05Move templates and distribution stuff to tools/distRémi Verschelde
Also removed the obsolete iOS xcode template.
2016-09-05Merge pull request #6372 from waldson/masterRémi Verschelde
Fixes LineEdit text selection with mouse selecting more than intended
2016-09-05Merge pull request #6352 from hurikhan/fix_release_build_IIRémi Verschelde
Fix release build. (II)
2016-09-04Removed script_variables/ prefix to VS properties, made them easier to ↵Juan Linietsky
access from GD and Expression nodes
2016-09-04Added expression nodes to visual script, please test.Juan Linietsky
2016-09-03small fixJuan Linietsky
2016-09-03Connection hints when connecting to empty space.Juan Linietsky
2016-09-03Made basic call nodes unsequenced, since they are like gdscript and most ↵Juan Linietsky
return const.
2016-09-02Merge pull request #6379 from Hinsbart/update_mappingsGeorge Marques
Update gamepad mappings from community db.
2016-09-02Update gamepad mappings from community db.Andreas Haas