Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-09 | Added ItemList get_v_scroll to docs | Paulb23 | |
2016-09-09 | Added get_v_scroll to item list, issue 5343 | Paulb23 | |
2016-09-09 | Merge pull request #6436 from djrm/icons | Rémi Verschelde | |
Tweaked some icons, including xform one | |||
2016-09-08 | Tweaked some icons, including xform one | Daniel J. Ramirez | |
2016-09-08 | Merge pull request #6190 from iammangod96/patch-1 | Ignacio Etcheverry | |
Fixed running the game before saving scene | |||
2016-09-08 | Merge pull request #6432 from Paulb23/grid_color_issue_3781 | George Marques | |
Added customisable grid color, issue 3781 | |||
2016-09-08 | Added customisable grid color, issue 3781 | Paulb23 | |
2016-09-08 | Merge pull request #6431 from Hinsbart/xb_mapping | Rémi Verschelde | |
x11: fix x360 wireless gamepad mapping. | |||
2016-09-08 | x11: fix x360 wireless gamepad mapping. | Andreas Haas | |
Uses hat values instead of buttons for the dpad now. Fixes #6419 | |||
2016-09-08 | Merge pull request #6368 from Garmelon/issue-6320 | Rémi Verschelde | |
Tilemap editor: Bucket tool - allow deleting and replacing of tiles | |||
2016-09-08 | Merge pull request #6409 from Hinsbart/osx_gamepad | Rémi Verschelde | |
osx: Support gamepad input. | |||
2016-09-08 | Merge pull request #6428 from Gastronok/master | George Marques | |
Correct Directory.list_dir_begin() Documentation | |||
2016-09-07 | Merge pull request #6418 from RandomShaper/canvas-show-hide-bones | George Marques | |
Add show bones checkable menu item | |||
2016-09-07 | Merge pull request #6423 from bebae/issue-6143 | George Marques | |
fixed wrong placement of AcceptDialog Buttons issue-6143 | |||
2016-09-07 | Change 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-07 | Merge pull request #6427 from MarianoGnu/master | Mariano Javier Suligoy | |
Explicitly initialize TextureProgress's initial angle value. | |||
2016-09-07 | Explicitly initialize TextureProgress's initial angle value. | MarianoGNU | |
(Hopefully) Fixes #3856 Fixes #6426 Fixes #6344 | |||
2016-09-07 | Renamed 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-07 | fixed wrong placement of AcceptDialog Buttons issue-6143 | bebae | |
2016-09-07 | Merge pull request #6421 from Paulb23/highlight_current_script_issue_5450 | Rémi Verschelde | |
Added setting to change current script background color, issue 5450 | |||
2016-09-07 | Merge pull request #6420 from Paulb23/itemlist_tooltip_disable_issue_6240 | Rémi Verschelde | |
Itemlist tooltip disable issue 6240 | |||
2016-09-07 | Merge pull request #6417 from Geequlim/pr-program-manager-dialogs-theme | Rémi Verschelde | |
Fix dialogs in ProjectManage don't with editor theme issue | |||
2016-09-07 | Merge pull request #6415 from RandomShaper/fix-android-build | Rémi Verschelde | |
Fix Android build (#5645) | |||
2016-09-07 | Document itemlist disable tooltip | Paulb23 | |
2016-09-07 | Ability to disable item list tooltip, issue 6240 | Paulb23 | |
2016-09-07 | Added setting to change current script background color, issue 5450 | Paulb23 | |
2016-09-07 | Add show bones checkable menu item | Pedro J. Estébanez | |
2016-09-07 | Fix dialogs in ProjectManage don't with editor theme issue | Geequlim | |
2016-09-07 | classref: Sync with current source | Rémi Verschelde | |
2016-09-07 | LineEdit: Quick fix to set_expand_to_text_length argument name | Rémi Verschelde | |
2016-09-07 | Fix (potentially) Android libs packaging issue (#5645) | Pedro J. Estébanez | |
2016-09-06 | -Added diectly editable expressions on node to VSEditor, closes #6392 | Juan Linietsky | |
-Added ability for LineEdit to expand to fit text | |||
2016-09-06 | Better snapping for graph ports, closes #6394 | Juan Linietsky | |
2016-09-06 | Do not expose resource/ properties in sectioned property editor, closes #6396 | Juan Linietsky | |
2016-09-06 | Added option for UVs (and tangents) in adding sphere for ImmediateGeometry, ↵ | Juan Linietsky | |
closes #6398 | |||
2016-09-06 | Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399 | Juan Linietsky | |
2016-09-06 | Merge pull request #6364 from akien-mga/pr-tools-cleanup | Rémi Verschelde | |
Cleanup of the tools folder | |||
2016-09-06 | Merge pull request #6410 from supaiku-o/issue-6029 | Rémi Verschelde | |
Always show output panel when debugging | |||
2016-09-06 | Merge pull request #6408 from supaiku-o/issue-6374 | Rémi Verschelde | |
Show object string cast instead of object id in debugger | |||
2016-09-06 | Merge pull request #6406 from volzhs/create-folder | Rémi Verschelde | |
Select newly created folder on Directory dialog | |||
2016-09-06 | Merge pull request #6403 from ISylvox/fix-export-templates | Rémi Verschelde | |
Fix for Compiling Export Templates | |||
2016-09-06 | Always show output panel when debugging | supaiku | |
2016-09-06 | osx: Support gamepad input. | Andreas Haas | |
Fixes #3881 Vibration support is not optimal yet as it doesn't try to emulate the "weak" and "strong" motor strength, but just takes the parameter with the highest value for the vibration gain. | |||
2016-09-06 | Show object string cast instead of object id in debugger | supaiku | |
2016-09-06 | Select newly created folder on Directory dialog | volzhs | |
2016-09-06 | Should Fix Compiling Export Templates | ISylvox | |
- Works on Windows, Linux x11, Linux Server, Android, HTML5 - Not tested on Mac/iOS (don't have Apple's devices yet) | |||
2016-09-05 | Merge pull request #6400 from razvanc-r/template | Rémi Verschelde | |
Update GDScript template | |||
2016-09-05 | Clean up GDScript template | Răzvan Cosmin Rădulescu | |
2016-09-05 | Remove tools/script_plugins, demos of the old plugin API | Rémi Verschelde | |
They are superseded by the official demos in https://github.com/godotengine/godot-demo-projects/tree/master/plugins | |||
2016-09-05 | Merge tools/docdump in tools/doc | Rémi Verschelde | |
Reduces clutter in the tools folder. |