Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-22 | expose GeometryInstance.get_aabb() etc fixes #6587 | yg2f | |
expose ``GeometryInstance.get_aabb();`` to gdscript expose ``VisualInstance.get_transformed_aabb();`` to gdscript and debug ``ImmediateGeometry::add_vertex()``; | |||
2016-09-20 | Merge pull request #6557 from anneomcl/master | Ignacio Etcheverry | |
Fix for #6158 | |||
2016-09-19 | Fix for #6158. Converting Vector2 to Size2 for scaling functions. | anneomcl | |
2016-09-19 | Merge pull request #6545 from Hinsbart/textedit | Rémi Verschelde | |
Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. [ci skip] | |||
2016-09-19 | Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. | Andreas Haas | |
Fixes #6466 | |||
2016-09-17 | Merge pull request #6414 from RandomShaper/improve-shader-shadow | Rémi Verschelde | |
Expose additional light/shadow properties to canvas item shaders | |||
2016-09-15 | Center camera2D with the proper viewport size | Juan Linietsky | |
2016-09-14 | Added a few functions to make 2D split screen easier. | Juan Linietsky | |
2016-09-14 | Restore viewport set_world_2d functionality | Fabio Alessandrelli | |
2016-09-13 | -Added VeryLowDPI and MidDPI modes to Godot editor. | Juan Linietsky | |
-Improved HiDPI detection (requires resolution of > 2000 in X axis) | |||
2016-09-13 | fix ScrollContainer cannot scroll when scroll bar is hidden | sanikoyes | |
2016-09-12 | Do ctrl-click on any code identifier to go to definiton or help page. | Juan Linietsky | |
2016-09-11 | Add argument options for the theme override functions in Control | Juan Linietsky | |
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 | -Added bindings to the resource filesystem for editor | Juan Linietsky | |
-Added set_child_rect, which was unavailable for script | |||
2016-09-10 | Fix Viewport.get_mouse_pos() for specific situations, closes #1885 | 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 #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 #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-09 | Added get_v_scroll to item list, issue 5343 | Paulb23 | |
2016-09-07 | Merge pull request #6423 from bebae/issue-6143 | George Marques | |
fixed wrong placement of AcceptDialog Buttons issue-6143 | |||
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 #6420 from Paulb23/itemlist_tooltip_disable_issue_6240 | Rémi Verschelde | |
Itemlist tooltip disable issue 6240 | |||
2016-09-07 | Ability to disable item list tooltip, issue 6240 | Paulb23 | |
2016-09-07 | LineEdit: Quick fix to set_expand_to_text_length argument name | Rémi Verschelde | |
2016-09-07 | Expose light shadow color to canvas item shaders | 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 | Added option for UVs (and tangents) in adding sphere for ImmediateGeometry, ↵ | Juan Linietsky | |
closes #6398 | |||
2016-09-05 | Add http method and request data parameters | Kazuo256 | |
For HTTPRequest::request | |||
2016-09-05 | Merge pull request #6372 from waldson/master | Rémi Verschelde | |
Fixes LineEdit text selection with mouse selecting more than intended | |||
2016-09-03 | Connection hints when connecting to empty space. | Juan Linietsky | |
2016-09-02 | Fixes LineEdit text selection with mouse selecting more than intended | Waldson Patrício | |
2016-09-02 | -Added focus to comment node | Juan Linietsky | |
-Make comment node not grab focus on main area | |||
2016-09-01 | -Fixed issue in Kinematicbody2D | Juan Linietsky | |
2016-08-31 | More improvements to visual script.. | Juan Linietsky | |
fixed a bug of not saving when sub-nodes changed. | |||
2016-08-31 | draw_line: Properly bind antialiased argument | Rémi Verschelde | |
2016-08-30 | More visual script improvements | Juan Linietsky | |
-Added anti-aliasing on lines -Improved draw performance enormously -Removed sequence ports for most nodes, current visual scripts will likely be broken now. Sorry! | |||
2016-08-31 | Tween: fix non-repeat interpolate_callback does not delete after call triggered | sanikoyes | |
2016-08-30 | Merge pull request #5670 from timoschwarzer/feature/camera2d_limit_smoothing | Rémi Verschelde | |
Add an option to smooth camera limits when camera smoothing is enabled. | |||
2016-08-30 | Merge pull request #5262 from vnen/button-signals | Rémi Verschelde | |
Add button_down and button_up signals | |||
2016-08-29 | Merge pull request #6264 from MasonAsh/issue-6263 | Rémi Verschelde | |
Fix sliders incorrectly calculating value on click | |||
2016-08-29 | Merge pull request #6220 from volzhs/issue-5789 | Rémi Verschelde | |
Make LineEdit not to cover whole line when rename node | |||
2016-08-29 | Merge pull request #6159 from touilleMan/issue-6148 | Rémi Verschelde | |
Add Node2d global rot/rotd/scale methods | |||
2016-08-29 | Merge pull request #5956 from djrm/tree_behavior | Rémi Verschelde | |
Double click on scene tree element to focus currently selected node |