aboutsummaryrefslogtreecommitdiff
path: root/tools/editor (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Select newly created folder on Directory dialogvolzhs2016-09-061-7/+7
| | | | | |
* | | | | | -Reworked constant nodes betterJuan Linietsky2016-08-311-1/+19
| | | | | | | | | | | | | | | | | | | | | | | | -Added simple switch node, removed InputEventFilter
* | | | | | Merge pull request #6228 from manokara/tilemap-someinfoRémi Verschelde2016-08-312-0/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add mouse position information in TileMap.
| * | | | | editor: Add mouse position information in TileMapMark Nokalt2016-08-302-0/+13
| |/ / / /
* | | | | Merge pull request #6245 from volzhs/issue-6154Rémi Verschelde2016-08-291-10/+13
|\ \ \ \ \ | | | | | | | | | | | | Change "Disable Filter" to "Enable Filter" on Font Import window
| * | | | | check "disable_filter" option for backward compatibilityvolzhs2016-08-281-0/+3
| | | | | |
| * | | | | Change "Disable Filter" to "Enable Filter" on Font Import windowvolzhs2016-08-231-10/+10
| |/ / / /
* | | | | Merge pull request #6223 from RandomShaper/improve-gridmap-editRémi Verschelde2016-08-291-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Improve/fix GridMap editor
| * | | | | Improve/fix GridMap editorPedro J. Estébanez2016-08-211-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix cursor/palette update on tile eyedropping Fix editor not cleaning its state when becoming inactive, which leaves indicators behind among other issues Fix/improve menu/keyboard shortcuts Merge 'Gridmap Editor' and 'Grid Map' settings into the latter
* | | | | Merge pull request #6188 from TheHX/undo-redoRémi Verschelde2016-08-296-19/+23
|\ \ \ \ \ | | | | | | | | | | | | Implemented UndoRedo mergeable modes
| * | | | | Implemented UndoRedo mergeable modesFranklin Sobrinho2016-08-176-19/+23
| |/ / / /
* | | | | Merge pull request #6185 from TheHX/pr-issue-3496Rémi Verschelde2016-08-294-18/+46
|\ \ \ \ \ | | | | | | | | | | | | Better editor settings for the FileSystem dock
| * | | | | Better editor settings for the FileSystem dockFranklin Sobrinho2016-08-164-18/+46
| | |/ / / | |/| | | | | | | | | | | | | * Save the current display mode when changing it from the dock
* | | | | Merge pull request #5956 from djrm/tree_behaviorRémi Verschelde2016-08-296-78/+126
|\ \ \ \ \ | | | | | | | | | | | | Double click on scene tree element to focus currently selected node
| * | | | | Double click on scene tree element to focus currently selected nodeDaniel J. Ramirez2016-08-276-78/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In 3D it will focus in the first viewport Enable double click for trees
* | | | | | Merge pull request #6319 from djrm/iconsRémi Verschelde2016-08-2985-566/+512
|\ \ \ \ \ \ | | | | | | | | | | | | | | VS icons improvements
| * | | | | | Colors for VS sockets and iconsDaniel J. Ramirez2016-08-2882-383/+328
| | | | | | |
| * | | | | | VS icons improvementsDaniel J. Ramirez2016-08-2852-273/+274
| |/ / / / /
* | | | | | Merge pull request #6249 from volzhs/issue-6121Rémi Verschelde2016-08-282-2/+30
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Show last added action on Input Map
| * | | | | Show last added action on Input Map and implement InputEvent "=="volzhs2016-08-282-2/+30
| | |/ / / | |/| | |
* | | | | Merge pull request #6259 from volzhs/issue-6244Rémi Verschelde2016-08-271-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Prevent to add node to selection when node is not inside tree
| * | | | | Prevent to add node to selection when node is not inside treevolzhs2016-08-271-1/+1
| |/ / / /
* | | | | Merge pull request #6187 from TheHX/pr-pinfo-functionRémi Verschelde2016-08-272-0/+23
|\ \ \ \ \ | | | | | | | | | | | | Added add_property_info function to Globals and EditorSettings classes
| * | | | | Added add_property_info function to Globals and EditorSettings classesFranklin Sobrinho2016-08-162-0/+23
| |/ / / /
* | | | | Merge pull request #6186 from TheHX/pr-issue-5878Rémi Verschelde2016-08-272-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix editor glitches when the mesh/material preview is shown
| * | | | | Fix editor glitches when the mesh/material preview is shownFranklin Sobrinho2016-08-162-2/+2
| |/ / / /
* | | | | Merge pull request #6108 from djrm/vs_type_icons_2Rémi Verschelde2016-08-2788-0/+4273
|\ \ \ \ \ | | | | | | | | | | | | Icons for VScript types
| * | | | | Icons for VScript typesDaniel J. Ramirez2016-08-2388-0/+4273
| | | | | |
* | | | | | Merge pull request #6094 from djrm/texure_region_zoom_by_scrollRémi Verschelde2016-08-271-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | Zoom texture region using mouse wheel
| * | | | | | Zoom texture region via mouse wheelDaniel J. Ramirez2016-08-091-0/+4
| | |_|/ / / | |/| | | |
* | | | | | Even more work on visual script editor:Juan Linietsky2016-08-262-2/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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
* | | | | | Merge pull request #6036 from neikeq/pr-issue-6030Ignacio Etcheverry2016-08-261-20/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | Device Input dialog now uses containers
| * | | | | | Device Input dialog now uses containersIgnacio Etcheverry2016-08-041-20/+22
| | | | | | |
* | | | | | | More visual script workJuan Linietsky2016-08-255-4/+36
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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
* | | | | | tiny bug fixJuan Linietsky2016-08-231-0/+1
| | | | | |
* | | | | | Making bits of docs appear in different dialogues is made easier with ↵Juan Linietsky2016-08-237-63/+177
| | | | | | | | | | | | | | | | | | | | | | | | EditorHelpBit
* | | | | | Proper function/property selection in visual script editing for property.Juan Linietsky2016-08-234-0/+805
| |_|/ / / |/| | | | | | | | | | | | | | This one has an ordered list, built-in description, search, etc.
* | | | | Merge pull request #6165 from TheHX/pr-tile-paletteRémi Verschelde2016-08-161-10/+27
|\ \ \ \ \ | | | | | | | | | | | | Small usability improvements on the TileMap editor tile palette.
| * | | | | Small usability improvements on the TileMap editor tile palette.Franklin Sobrinho2016-08-161-10/+27
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | * 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.
* | | | | Merge pull request #6161 from djrm/iconsRémi Verschelde2016-08-1624-125/+575
|\ \ \ \ \ | | | | | | | | | | | | 2d collision shape icons now uses the color for shape icons
| * | | | | 2d collision shape icons now uses the color for shape iconsDaniel J. Ramirez2016-08-1524-125/+575
| |/ / / /
* / / / / Expose additional functions for the EditorPlugin classFranklin Sobrinho2016-08-152-3/+26
|/ / / /
* | | | Some new icons for visual script and graphsDaniel J. Ramirez2016-08-0812-32/+300
| | | |
* | | | Merge pull request #6050 from Hinsbart/remove_pm_file_importRémi Verschelde2016-08-081-6/+0
|\ \ \ \ | | | | | | | | | | Remove unused function in Project Manager.
| * | | | Remove unused function in Project Manager.Andreas Haas2016-08-051-6/+0
| | | | | | | | | | | | | | | | | | | | This has been deprecated by #5993
* | | | | Merge pull request #6051 from neikeq/pr-imp-5882Rémi Verschelde2016-08-081-16/+20
|\ \ \ \ \ | | | | | | | | | | | | Project Manager: Fix and improve unhandled input
| * | | | | Project Manager: Fix and improve unhandled inputIgnacio Etcheverry2016-08-051-16/+20
| |/ / / /
* | | | | Added a simpler way to do sub-functions in both visual and gdscript with the ↵Juan Linietsky2016-08-081-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | -Added yield nodes to visual scriptJuan Linietsky2016-08-072-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | -Added input selection nodes to visual script -Added script create icon for those who miss it, will only appear when it can be used.
* | | | | removed extra printJuan Linietsky2016-08-061-1/+1
| | | | |