aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Add more translatable text for editor plugins.geequlim2017-12-236-11/+11
| |_|/ / |/| | |
* | | | Merge pull request #14913 from poke1024/tooltip-shortcut-namesRémi Verschelde2017-12-211-1/+1
|\ \ \ \ | | | | | | | | | | Consistent display of shortcut names in tooltips
| * | | | Consistent display of shortcut names in tooltipspoke10242017-12-211-1/+1
| | | | |
* | | | | Fix blurry after zoomingvolzhs2017-12-211-2/+2
| |_|/ / |/| | |
* | | | Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde2017-12-171-3/+3
|\ \ \ \ | |_|/ / |/| | | Added 'duplicate' function for Dictionary in C++ and API.
| * | | Dictionary::copy -> ::duplicateWill Nations2017-12-171-3/+3
| | | |
* | | | Fix method not returning value in all paths (autotile editor)George Marques2017-12-171-3/+3
| | | |
* | | | Refactoring FPS & information on 3D viewportvolzhs2017-12-172-45/+22
|/ / / | | | | | | | | | | | | | | | - FPS label position adjusted with Preview button - Remove unnecessary Panel control - Remove unnecessary check condition
* | | Moved Local Space Mode and Transform Snap settings to Top Bar ...Przemysław Gołąb (n-pigeon)2017-12-162-48/+76
| | | | | | | | | | | | ...buttons for easier access.
* | | Merge pull request #14613 from voithos/fold-jump-bugfixRémi Verschelde2017-12-162-8/+4
|\ \ \ | | | | | | | | Account for folded code blocks when navigating via members list
| * | | Account for folded code blocks when navigating via members listZaven Muradyan2017-12-122-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, the editor would attempt to set the scroll position to the function's line number, but this would result in an invalid scroll whenever functions above the target were folded. This changes callback to use a combination of `goto_line` and `set_edit_state` to navigate to the target line and reset the cursor to column 0. Using `goto_line` also has the side effect of automatically unfolding the target function, which seems like useful behavior. Fixes #14572.
* | | | Merge pull request #14630 from willnationsdev/script-editor-create-apiRémi Verschelde2017-12-162-0/+7
|\ \ \ \ | | | | | | | | | | Add API for ScriptEditor to open ScriptCreateDialog
| * | | | Added open_script_create_dialog funcWill Nations2017-12-132-0/+7
| | | | |
* | | | | Merge pull request #14623 from volzhs/mesh-menu-themeRémi Verschelde2017-12-161-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix theme for Mesh menu
| * | | | | Fix theme for Mesh menuvolzhs2017-12-131-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #14649 from MattUV/fix-indentationRémi Verschelde2017-12-162-67/+8
|\ \ \ \ \ | | | | | | | | | | | | Modifies text indentation behaviour
| * | | | | Modifies indentation behavioursMattUV2017-12-152-67/+8
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially fixes #14559 (see the issue for details); Removes some code redondancy ; Adds the possibility to indent left and right without selecting text ; Adds the entries to the context menu when text is not selected ; Renames indent_selection_left() and indent_selection_right() to indent_left() and indent_right() ; Unifies context menus of shader text editor and script text editor.
* | | | | Made built-in identifiers properly constant in shaders. Fixes #14449, closes ↵Juan Linietsky2017-12-151-1/+1
| | | | | | | | | | | | | | | | | | | | #14629
* | | | | Updated iconsDaniel J. Ramirez2017-12-142-2/+2
| |_|/ / |/| | | | | | | | | | | [ciskip]
* | | | -Add lightmapperJuan Linietsky2017-12-142-0/+134
|/ / / | | | | | | | | | | | | | | | -Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button)
* | | TileMapEditor: Fix tile placement.Andreas Haas2017-12-131-0/+1
| | | | | | | | | | | | Fixes #14625
* | | Merge pull request #14596 from Noshyaar/prRémi Verschelde2017-12-134-56/+2
|\ \ \ | | | | | | | | Enhance undoredo action name, TTR, cleanup
| * | | Enhance undoredo action name, TTR, cleanupPoommetee Ketson2017-12-124-56/+2
| |/ /
* / / Fixed Tileset editor button having the wrong text and not being translatable.Michael Alexsander Silva Dias2017-12-121-1/+1
|/ /
* | Change statable to multistate, remove extra separatorPoommetee Ketson2017-12-121-3/+2
| |
* | Fixed #14503Dmitry Koteroff2017-12-111-0/+1
| |
* | Merge pull request #11510 from AndreaCatania/skelRémi Verschelde2017-12-102-3/+52
|\ \ | | | | | | Added skeleton x-ray
| * | Implemented skeleton visibilityAndreaCatania2017-12-102-3/+52
| | | | | | | | | | | | Removed code visibility code from popup menu
* | | Merge pull request #14480 from volzhs/startup-errorRémi Verschelde2017-12-102-2/+2
|\ \ \ | | | | | | | | Fix get_edited_scene_root error at starting editor
| * | | Fix get_edited_scene_root error at starting editorvolzhs2017-12-102-2/+2
| | | |
* | | | Project Manager: Fix Templates search signal connection.Andreas Haas2017-12-092-1/+8
|/ / / | | | | | | | | | Fixes #13921
* | | Merge pull request #14448 from groud/fix_checkboxes_updateRémi Verschelde2017-12-091-0/+3
|\ \ \ | | | | | | | | Fixes the checkboxes update in canvas item editor
| * | | Fixes the checkboxes updateGilles Roudiere2017-12-091-0/+3
| | | |
* | | | -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-092-0/+155
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away
* | | | Merge pull request #13166 from Krakean/change_addrootifnone_v2Rémi Verschelde2017-12-092-23/+35
|\ \ \ \ | | | | | | | | | | When drag'n'drop, automatically create dragged resource as a root node if you haven't any yet (v2)
| * | | | When drag'n'drop (lets say, picture in 2D mode), automatically create ↵Dmitry Koteroff2017-11-222-23/+35
| | | | | | | | | | | | | | | | | | | | dragged resource as a root node if you haven't any yet.
* | | | | Modify shortcuts and menus to fold/unfold codeMattUV2017-12-082-20/+8
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Fix #13180 As the same shortcut cannot be assigned to two actions, I removed the ability to fold (fold_line()) or unfold (unfold_line()) via menu (still possible by code), and there is a single fold/unfold action (toggle_fold_line()). The new default shortcut is now Alt+F
* | | | Changed current line draw order and added code folding colorPaulb232017-12-072-2/+7
| | | |
* | | | Merge pull request #14332 from akien-mga/clang-formatRémi Verschelde2017-12-077-30/+37
|\ \ \ \ | | | | | | | | | | Update style for clang-format 5.0.0, new min required version
| * | | | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-077-30/+37
| | | | |
* | | | | Add uppercase and lowercase to rightclickmenu in scripteditorsersoong2017-12-071-0/+2
|/ / / /
* | | | Add 'copy script path' to script editor pluginsersoong2017-12-072-0/+15
| | | |
* | | | Merge pull request #13956 from poke1024/fix-poly2d-mode-changeRémi Verschelde2017-12-071-2/+5
|\ \ \ \ | | | | | | | | | | Fixes Polygon2D wip mode closing when editing mode is changed
| * | | | Fixes Polygon2D wip mode closing when editing mode is changedBernhard Liebl2017-12-041-2/+5
| | | | |
* | | | | -Fix particles with size==0, closes #13931Juan Linietsky2017-12-061-17/+22
| |_|/ / |/| | | | | | | | | | | -Fixed material previews (dont show sphere unless for spatial)
* | | | Moves the guides colors to editor settingsGilles Roudiere2017-12-051-1/+1
| | | |
* | | | Fix a little mistake in a setting name (rulers->guides)Gilles Roudiere2017-12-051-1/+1
| | | |
* | | | Merge pull request #13959 from groud/editable_rulers_colorsRémi Verschelde2017-12-051-1/+1
|\ \ \ \ | | | | | | | | | | Makes editable the guides color
| * | | | Makes editable the rulers colorGilles Roudiere2017-12-031-1/+1
| | | | |
* | | | | Script Editor: Use first non-whitespace comment delimiter.Andreas Haas2017-12-041-2/+7
| | | | | | | | | | | | | | | | | | | | As suggested by @neikeq in https://github.com/godotengine/godot/pull/13489#issuecomment-348690816