aboutsummaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve drag and drop on 2D viewportvolzhs2016-10-313-6/+453
* Fix p_index out of size error when closing scriptvolzhs2016-10-311-1/+1
* Remove dead code in FileSystemDockvolzhs2016-10-311-7/+0
* Prevent unwanted script editor input on game crashHenrique Lacreta Alves2016-10-311-0/+1
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-309-1/+17
* Add option for root node name on Import 3D scene windowvolzhs2016-10-171-2/+18
* Only show AnimationEditor automatically when an Animplayer is selected.Andreas Haas2016-10-171-1/+1
* Possibility to write node path by hand in exported NodePath variable (#3486)Mateusz Adamczyk2016-10-171-2/+14
* Replace a node with saved branch scene instancevolzhs2016-10-172-1/+30
* Refresh TextureRegionEditor when region has been changed externally.Andreas Haas2016-10-172-0/+9
* New load icon, removed unused open iconPawel Kowal2016-10-175-0/+85
* Allow step for integer propertiesPedro J. Estébanez2016-10-171-6/+6
* Make text column numbers one-basedPedro J. Estébanez2016-10-172-2/+2
* i18n: Sync translations from Weblate and merge with current codeRémi Verschelde2016-10-0931-693/+8796
* i18n: Fix string that broke msgmergeRémi Verschelde2016-10-091-0/+1
* editor_node: add an option to stop the update spinner from spinning, fixes #6653J08nY2016-10-092-4/+13
* Fix reparent undo not renaming backPedro J. Estébanez2016-10-091-0/+3
* Project manager: grab focus on ok button after path selection.Andreas Haas2016-10-091-1/+2
* fixes #6695 - MultiNodeEdit edit path in exported NodePathRăzvan Cosmin Rădulescu2016-10-091-1/+8
* Add shortcut to reset cursor position in 3D Editor ( #166 )Fabio Alessandrelli2016-10-092-0/+8
* ConnectionDialog: Don't allow connecting to a Node without a script if target...Andreas Haas2016-10-091-0/+8
* Improve debug focus behaviorPedro J. Estébanez2016-10-094-0/+9
* PCKPacker: moved from tools into core, fixes #4129J08nY2016-10-094-255/+0
* Respect texture .flags files on exportPedro J. Estébanez2016-10-092-19/+36
* Fix typo for word_wrapvolzhs2016-10-092-3/+3
* AnimationEditor: zoom using ctrl+wheelAndreas Haas2016-10-091-2/+10
* Fix crash when disabling main screen pluginGeorge Marques2016-10-091-0/+4
* Show True/False tooltip in property editor for bool valuesPawel Kowal2016-10-091-0/+2
* Make the choosable default editor layout the same as the actual default one.Andreas Haas2016-10-091-3/+3
* Add a function to plugin get the main screen parentGeorge Marques2016-10-093-1/+8
* Fix highlight current script when script temputure is disabledPaulb232016-09-181-15/+16
* Update current script color on changePaulb232016-09-181-0/+1
* Move hardcoded theme colors from editor_node into editor_themesRalf Hölzemer2016-09-182-5/+5
* Added customisable grid color, issue 3781Paulb232016-09-182-4/+9
* Added setting to change current script background color, issue 5450Paulb232016-09-181-2/+9
* Fix dialogs in ProjectManage don't with editor theme issueGeequlim2016-09-181-4/+3
* Expose light shadow color to canvas item shadersPedro J. Estébanez2016-09-181-0/+2
* Do not expose resource/ properties in sectioned property editor, closes #6396Juan Linietsky2016-09-181-1/+1
* Always show output panel when debuggingsupaiku2016-09-181-0/+3
* Select newly created folder on Directory dialogvolzhs2016-09-181-7/+7
* Remove tools/script_plugins, demos of the old plugin APIRémi Verschelde2016-09-186-82/+0
* Merge tools/docdump in tools/docRémi Verschelde2016-09-184-8/+0
* Move various scripts to the "scripts" folderRémi Verschelde2016-09-187-171/+1
* Remove obsolete Win32 libraries that everyone had forgotten aboutRémi Verschelde2016-09-181-0/+0
* Move templates and distribution stuff to tools/distRémi Verschelde2016-09-1857-383/+214
* Tilemap editor: Bucket tool - allow deleting and replacing of tilesJoscha2016-09-182-11/+38
* i18n: Sync translations from WeblateRémi Verschelde2016-09-0127-3112/+25414
* editor: Add mouse position information in TileMapMark Nokalt2016-09-012-0/+13
* Show last added action on Input Map and implement InputEvent "=="volzhs2016-09-012-2/+30
* Prevent to add node to selection when node is not inside treevolzhs2016-09-011-1/+1