Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-11 | -Added a ColorFrame control, kind of like Texture but for color. | Juan Linietsky | |
-Added dropping nodes to text editor for them to become a path -Fixed issues with font not properly being set in code editor | |||
2016-09-11 | -Cleaned up find/replace bar for replace (made selection only default if ↵ | Juan Linietsky | |
selection exists), also made buttons look like buttons -Fixed a bug related to theme propagation, may be able to solve #6443, #6302 and others. Please test. | |||
2016-09-10 | Fix build error in WinRT export | George Marques | |
2016-09-10 | fix get_selected_nodes() | Juan Linietsky | |
2016-09-10 | -Added bindings to the resource filesystem for editor | Juan Linietsky | |
-Added set_child_rect, which was unavailable for script | |||
2016-09-10 | small clarification in doc | Juan Linietsky | |
2016-09-10 | Made it possible to properly draw over the 2D canvas for 2D objects. ↵ | Juan Linietsky | |
Arranged some functions to achieve this. | |||
2016-09-10 | -Added way to generate resource previews from script plugin. | Juan Linietsky | |
-Updated documentation | |||
2016-09-10 | Add API for inspecting objects from EditorPlugin, as requested in one of the ↵ | Juan Linietsky | |
comments of #6254 | |||
2016-09-10 | Fix Viewport.get_mouse_pos() for specific situations, closes #1885 | Juan Linietsky | |
2016-09-10 | Merge pull request #6447 from godotengine/revert-6438-android-hard-float-abi | Juan Linietsky | |
Revert "Change Android float ABI to hard" | |||
2016-09-10 | Revert "Change Android float ABI to hard" | Juan Linietsky | |
2016-09-10 | Merge pull request #5692 from kubecz3k/remoteTransform | Juan Linietsky | |
Remote transform node (for 3d) | |||
2016-09-10 | Merge pull request #5879 from gau-veldt/subarray_patch | Juan Linietsky | |
Subarray patch | |||
2016-09-10 | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | |
Fix some more warnings | |||
2016-09-10 | Merge pull request #5942 from pkowal1982/scroll | Juan Linietsky | |
ScrollContainer expand children bug fix | |||
2016-09-10 | Merge pull request #5962 from Alex-doc/Y_billboard | Juan Linietsky | |
Implements Y billboard | |||
2016-09-10 | Merge pull request #6137 from supaiku-o/master | Juan Linietsky | |
Add a Close All files option to script editor | |||
2016-09-10 | Merge pull request #6250 from Ovnuniarchos/CursorHotspot | Juan Linietsky | |
Mouse hotspot is now honored. | |||
2016-09-10 | Merge pull request #6292 from bojidar-bg/gdscript-add-enums | Juan Linietsky | |
Adds enums to GDScript | |||
2016-09-10 | Merge pull request #6336 from sanikoyes/Pr-fix-inter-callback-delete | Juan Linietsky | |
Tween: fix non-repeat interpolate_callback | |||
2016-09-10 | Merge pull request #6355 from Kazuo256/http-request-methods | Juan Linietsky | |
Add http method and request data parameters to HTTPRequest::request | |||
2016-09-10 | Merge pull request #6363 from vnen/winrt | Juan Linietsky | |
Fix the support for WinRT/UWP | |||
2016-09-10 | Merge pull request #6413 from caryoscelus/script_load_singletons | Juan Linietsky | |
enable autoload for command-line scripts | |||
2016-09-10 | Merge pull request #6438 from RandomShaper/android-hard-float-abi | Juan Linietsky | |
Change Android float ABI to hard | |||
2016-09-10 | Merge pull request #6439 from Paulb23/item_list_scroll_issue_6343 | Juan Linietsky | |
Added get_v_scroll to item list, issue 6343 | |||
2016-09-10 | Merge pull request #6442 from RandomShaper/fix-action-release | George Marques | |
Fix Input.action_release() marking action as pressed | |||
2016-09-10 | Fix Input.action_release() marking action as pressed | Pedro J. Estébanez | |
2016-09-09 | Merge pull request #5892 from rollenrolm/pr-hardcoded-colors | Rémi Verschelde | |
Move hardcoded theme colors from editor_node into editor_themes | |||
2016-09-09 | Move hardcoded theme colors from editor_node into editor_themes | Ralf Hölzemer | |
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 | Change Android float ABI to hard | Pedro J. Estébanez | |
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 | |