aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins
Commit message (Expand)AuthorAgeFilesLines
...
| * | Add inline ColorPicker to Script text editor.Andreas Haas2016-09-292-3/+122
| |/
* / More custom theme support for editorGeequlim2016-09-201-1/+1
|/
* Merge pull request #6498 from Paulb23/current_script_highlight_fixRémi Verschelde2016-09-171-15/+16
|\
| * Fix highlight current script when script temputure is disabledPaulb232016-09-151-15/+16
* | Merge pull request #6414 from RandomShaper/improve-shader-shadowRémi Verschelde2016-09-171-0/+2
|\ \ | |/ |/|
| * Expose light shadow color to canvas item shadersPedro J. Estébanez2016-09-071-0/+2
* | Merge pull request #6465 from Paulb23/script_highlight_color_updateRémi Verschelde2016-09-121-0/+1
|\ \
| * | Update current script color on changePaulb232016-09-121-0/+1
* | | Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky2016-09-124-4/+125
|/ /
* | Changed default assignment of shorcut for alt-left/right to history next/prev...Juan Linietsky2016-09-112-4/+4
* | -Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky2016-09-112-0/+151
* | -Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky2016-09-111-0/+1
* | -Added bindings to the resource filesystem for editorJuan Linietsky2016-09-101-1/+1
* | Made it possible to properly draw over the 2D canvas for 2D objects. Arranged...Juan Linietsky2016-09-109-8/+23
* | Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-102-5/+8
|\ \
| * | Fix various warningsJohan Manuel2016-08-132-5/+8
* | | Merge pull request #6137 from supaiku-o/masterJuan Linietsky2016-09-102-2/+40
|\ \ \
| * | | Added CLOSE_ALL files option to script editorsupaiku2016-08-132-2/+40
* | | | Added customisable grid color, issue 3781Paulb232016-09-081-4/+6
* | | | Merge pull request #6368 from Garmelon/issue-6320Rémi Verschelde2016-09-082-11/+38
|\ \ \ \
| * | | | Tilemap editor: Bucket tool - allow deleting and replacing of tilesJoscha2016-09-022-11/+38
| | |_|/ | |/| |
* | | | Merge pull request #6418 from RandomShaper/canvas-show-hide-bonesGeorge Marques2016-09-072-57/+87
|\ \ \ \
| * | | | Add show bones checkable menu itemPedro J. Estébanez2016-09-072-57/+87
| |/ / /
* / / / Added setting to change current script background color, issue 5450Paulb232016-09-071-2/+9
|/ / /
* | | Merge pull request #6228 from manokara/tilemap-someinfoRémi Verschelde2016-08-312-0/+13
|\ \ \
| * | | editor: Add mouse position information in TileMapMark Nokalt2016-08-302-0/+13
* | | | Merge pull request #6188 from TheHX/undo-redoRémi Verschelde2016-08-294-12/+12
|\ \ \ \
| * | | | Implemented UndoRedo mergeable modesFranklin Sobrinho2016-08-174-12/+12
| |/ / /
* | | | Double click on scene tree element to focus currently selected nodeDaniel J. Ramirez2016-08-274-78/+104
* | | | Merge pull request #6186 from TheHX/pr-issue-5878Rémi Verschelde2016-08-272-2/+2
|\ \ \ \
| * | | | Fix editor glitches when the mesh/material preview is shownFranklin Sobrinho2016-08-162-2/+2
| |/ / /
* | | | Merge pull request #6094 from djrm/texure_region_zoom_by_scrollRémi Verschelde2016-08-271-0/+4
|\ \ \ \
| * | | | Zoom texture region via mouse wheelDaniel J. Ramirez2016-08-091-0/+4
| | |/ / | |/| |
* | | | More visual script workJuan Linietsky2016-08-252-3/+33
* | | | Making bits of docs appear in different dialogues is made easier with EditorH...Juan Linietsky2016-08-231-0/+2
| |/ / |/| |
* | | Small usability improvements on the TileMap editor tile palette.Franklin Sobrinho2016-08-161-10/+27
|/ /
* | Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-064-4/+46
* | TextureRegionEditor snap_mode fix.Saracen2016-08-041-1/+1
* | Added missing license and quotation typoPaulb232016-08-032-1/+58
* | Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky2016-08-023-2/+9
|\ \
| * | Explicitly initialize 'pending_auto_reload' to false.Saracen2016-07-291-0/+1
| * | Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez2016-07-252-2/+8
| |/
* / WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-024-1109/+1410
|/
* Prevent crash in TextureRegionEditor. Fixes #5862MarianoGNU2016-07-221-2/+12
* Removed support for saving paths as relative, closes #5728Juan Linietsky2016-07-221-2/+2
* Show a warning that an animation must be selected in order to edit it. Avoid ...Juan Linietsky2016-07-221-2/+9
* Some optimizations and limits for extreme zoom in and out in editor, fixes #5820Juan Linietsky2016-07-211-0/+16
* Merge pull request #5200 from neikeq/sc-CanvasItemEditorRémi Verschelde2016-07-211-10/+9
|\
| * Implement missing ShortCuts in CanvasItemEditorIgnacio Etcheverry2016-07-211-10/+9
* | Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-optionRémi Verschelde2016-07-192-1/+27
|\ \