Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-27 | Merge pull request #6259 from volzhs/issue-6244 | Rémi Verschelde | |
Prevent to add node to selection when node is not inside tree | |||
2016-08-27 | Merge pull request #6187 from TheHX/pr-pinfo-function | Rémi Verschelde | |
Added add_property_info function to Globals and EditorSettings classes | |||
2016-08-27 | Merge pull request #6186 from TheHX/pr-issue-5878 | Rémi Verschelde | |
Fix editor glitches when the mesh/material preview is shown | |||
2016-08-27 | Merge pull request #6108 from djrm/vs_type_icons_2 | Rémi Verschelde | |
Icons for VScript types | |||
2016-08-27 | Merge pull request #6094 from djrm/texure_region_zoom_by_scroll | Rémi Verschelde | |
Zoom texture region using mouse wheel | |||
2016-08-27 | Prevent to add node to selection when node is not inside tree | volzhs | |
2016-08-26 | Even more work on visual script editor: | Juan Linietsky | |
-Added constructor nodes, specialized and conversion ones. -Cleaned up how unconnected input default values are shown and edited (much cleaner) -Dragging scene nodes into graph makes a call dialog appear by deault -Dragging properties into graph is set by default, not get -fixed dragging internal functions into graph | |||
2016-08-26 | Merge pull request #6036 from neikeq/pr-issue-6030 | Ignacio Etcheverry | |
Device Input dialog now uses containers | |||
2016-08-26 | Merge pull request #6269 from neikeq/pr-doc-null | Ignacio Etcheverry | |
DocData: Fix null reference not detected correctly | |||
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 | DocData: Fix null reference not detected correctly | Ignacio Etcheverry | |
2016-08-23 | Icons for VScript types | Daniel J. Ramirez | |
2016-08-23 | tiny bug fix | Juan Linietsky | |
2016-08-23 | Making bits of docs appear in different dialogues is made easier with ↵ | Juan Linietsky | |
EditorHelpBit | |||
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-20 | Merge pull request #6197 from neikeq/pr-docs-reg-5919 | Rémi Verschelde | |
DocData: Fix duplicated parenthesis for default values | |||
2016-08-18 | DocData: Fix duplicated parenthesis for default values | Ignacio Etcheverry | |
2016-08-16 | Added add_property_info function to Globals and EditorSettings classes | Franklin Sobrinho | |
2016-08-16 | Fix editor glitches when the mesh/material preview is shown | Franklin Sobrinho | |
2016-08-16 | Merge pull request #6165 from TheHX/pr-tile-palette | Rémi Verschelde | |
Small usability improvements on the TileMap editor tile palette. | |||
2016-08-16 | Small usability improvements on the TileMap editor tile palette. | Franklin Sobrinho | |
* The column width changes with the zoom, now the icons don't overlap. * Added a tile hsepation setting. * Added a setting to show/hide tile names. | |||
2016-08-16 | Merge pull request #6161 from djrm/icons | Rémi Verschelde | |
2d collision shape icons now uses the color for shape icons | |||
2016-08-15 | Expose additional functions for the EditorPlugin class | Franklin Sobrinho | |
2016-08-15 | 2d collision shape icons now uses the color for shape icons | Daniel J. Ramirez | |
2016-08-10 | i18n: Merge PO files with current template | Rémi Verschelde | |
2016-08-10 | i18n: Sync template with current source | Rémi Verschelde | |
2016-08-10 | i18n: Sync translations from Weblate | Rémi Verschelde | |
Translator credits added manually based on Weblate git log. | |||
2016-08-10 | i18n: Add a README file to point to the Weblate repo | Rémi Verschelde | |
2016-08-09 | Zoom texture region via mouse wheel | Daniel J. Ramirez | |
2016-08-08 | Some new icons for visual script and graphs | Daniel J. Ramirez | |
2016-08-08 | Merge pull request #6050 from Hinsbart/remove_pm_file_import | Rémi Verschelde | |
Remove unused function in Project Manager. | |||
2016-08-08 | Merge pull request #6051 from neikeq/pr-imp-5882 | Rémi Verschelde | |
Project Manager: Fix and improve unhandled input | |||
2016-08-08 | Added a simpler way to do sub-functions in both visual and gdscript with the ↵ | Juan Linietsky | |
subcall node. With this, visual script is almost done (missing registering custom nodes from addon). All this is probably pretty broken, too and needs a lot of testing. | |||
2016-08-07 | -Added yield nodes to visual script | Juan Linietsky | |
-Added input selection nodes to visual script -Added script create icon for those who miss it, will only appear when it can be used. | |||
2016-08-06 | removed extra print | Juan Linietsky | |
2016-08-06 | Reverted printable null object, seems to cause bugs around and not sure why. | Juan Linietsky | |
Will have to check better, likely for 3.0 | |||
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-05 | Project Manager: Fix and improve unhandled input | Ignacio Etcheverry | |
2016-08-05 | Remove unused function in Project Manager. | Andreas Haas | |
This has been deprecated by #5993 | |||
2016-08-04 | TextureRegionEditor snap_mode fix. | Saracen | |
2016-08-04 | Device Input dialog now uses containers | Ignacio Etcheverry | |
2016-08-03 | More work on visual scripting.. | Juan Linietsky | |
2016-08-03 | Bump version to 2.2-alpha | Rémi Verschelde | |
There are now new developments that will not be in 2.1-stable | |||
2016-08-03 | Added missing license and quotation typo | Paulb23 | |
2016-08-03 | More progress on visual script editing | 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-01 | Merge pull request #5993 from profelis/PR-scan-dragged-folder-2 | Rémi Verschelde | |
Improved drad&drop files on project manager |