Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-02 | -Added focus to comment node | Juan Linietsky | |
-Make comment node not grab focus on main area | |||
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-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 #5956 from djrm/tree_behavior | Rémi Verschelde | |
Double click on scene tree element to focus currently selected node | |||
2016-08-28 | Merge pull request #6249 from volzhs/issue-6121 | Rémi Verschelde | |
Show last added action on Input Map | |||
2016-08-28 | Show last added action on Input Map and implement InputEvent "==" | volzhs | |
2016-08-27 | Double click on scene tree element to focus currently selected node | Daniel J. Ramirez | |
In 3D it will focus in the first viewport Enable double click for trees | |||
2016-08-26 | Add button_down and button_up signals | George Marques | |
2016-08-25 | More visual script work | Juan Linietsky | |
-Block switches to 2d/3d editor if editing visual script -Added cast node in flow control -Added ability to do RPC in visual script -Comment nodes -Fix bug with inverted cable in connecting backwards -Copy and paste nodes, including from different scripts | |||
2016-08-24 | Slider value accounts for grabber offset | Mason Ashbridge | |
2016-08-23 | Proper function/property selection in visual script editing for property. | Juan Linietsky | |
This one has an ordered list, built-in description, search, etc. | |||
2016-08-23 | prettier connections for graph edit | Juan Linietsky | |
2016-08-23 | Make LineEdit not to cover whole line when rename node | volzhs | |
2016-08-12 | Merge pull request #6132 from neikeq/pr-issue-6123 | Rémi Verschelde | |
Confirm code completion with numpad key ENTER | |||
2016-08-12 | Confirm code completion with numpad key ENTER | Ignacio Etcheverry | |
2016-08-06 | Likely with bugs and with some features are missing, as well as profiler ↵ | Juan Linietsky | |
support, but VisualScript should be more or less done! | |||
2016-08-05 | VisualScript can now execute visual scripts, but there is no debugger or ↵ | Juan Linietsky | |
profiler yet. | |||
2016-08-04 | Concluded base visual scripting! can edit but not run though. | Juan Linietsky | |
2016-08-02 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2016-08-02 | WIP visual scripting, not working yet but you can check out stuff | Juan Linietsky | |
2016-08-02 | Added extra spacing support for DynamicFont | Zher Huei Lee | |
Side effect is that label min-size will now take into account kerning. | |||
2016-07-28 | Exposed enable syntax highlighting to properties | Paulb23 | |
2016-07-27 | LineEdit: Fix event handled as text when a mod key is pressed | Ignacio Etcheverry | |
2016-07-26 | Merge pull request #5926 from akien-mga/pr-graphedit-drag | Juan Linietsky | |
Fix GraphEdit dragging issues at scales != 1 | |||
2016-07-26 | Fix GraphEdit dragging issues at scales != 1 | Rémi Verschelde | |
Works around the issue originally described in #5907 (that was then hijacked to describe the broader issue it exposes). | |||
2016-07-26 | Changed the way the step decimals are computed to a safer way, fixes many ↵ | Juan Linietsky | |
issues. | |||
2016-07-24 | Merge pull request #5746 from Ovnuniarchos/FileDialogExposed | Juan Linietsky | |
Corrections and additions to FileDialog | |||
2016-07-24 | Merge pull request #5884 from 29jm/fix-crash-graphnode | Rémi Verschelde | |
Fix crash when GraphNode wasn't a child of a Control | |||
2016-07-24 | Fix crash when GraphNode wasn't a child of a Control | Johan Manuel | |
2016-07-23 | Merge pull request #5737 from neikeq/pr-issue-5269 | Rémi Verschelde | |
TextEdit: Scroll search results to the center | |||
2016-07-22 | Fix pick color from screen. Closes #5853 | MarianoGNU | |
2016-07-22 | Fix ItemList.clear() not removing separators | Johan Manuel | |
2016-07-22 | Fixed ItemList indexing bug while selecting items. | Robert Lewicki | |
Also added functionality for unselecting items in itemlist while clicking in empty space. Fixes #5772. | |||
2016-07-22 | Fix binding for ItemList.sort_items_by_text | Rémi Verschelde | |
Also forces to recompute the cached rect for all items. Fixes #5799 | |||
2016-07-21 | properly implement item disabling, fixes #5683 | Juan Linietsky | |
2016-07-21 | Merge pull request #5829 from 29jm/master | Rémi Verschelde | |
Fix the rotation not updating in the inspector with Controls | |||
2016-07-21 | Merge pull request #5200 from neikeq/sc-CanvasItemEditor | Rémi Verschelde | |
Implement ShortCuts in CanvasItemEditor | |||
2016-07-21 | TextEdit: Center search results | Ignacio Etcheverry | |
2016-07-21 | Implement missing ShortCuts in CanvasItemEditor | Ignacio Etcheverry | |
2016-07-21 | Fix the rotation not updating in the inspector with Controls | Johan Manuel | |
2016-07-19 | Merge pull request #5792 from neikeq/pr-issue-3868 | Rémi Verschelde | |
Label: Added `get_visible_line_count` method | |||
2016-07-19 | Merge pull request #5790 from neikeq/pr-issue-1149 | Rémi Verschelde | |
MenuButton: Fix event propagation with dialogs | |||
2016-07-18 | Merge pull request #5731 from neikeq/pr-issue-5642 | Juan Linietsky | |
LineEdit: Fix rtl scrolling with mouse drag selection | |||
2016-07-18 | Label: Added `get_visible_line_count` method | Ignacio Etcheverry | |
2016-07-18 | MenuButton: Fix event propagation with dialogs | Ignacio Etcheverry | |
2016-07-18 | properly fixed notificaitons for theme changed, closes #5774 | Juan Linietsky | |
2016-07-18 | Merge pull request #5777 from Paulb23/caret_stretching | Rémi Verschelde | |
Fixed caret width on tabs | |||
2016-07-18 | Merge pull request #5527 from djrm/color_picker_fixes | Rémi Verschelde | |
Color picker fixes |