aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Fix get_edited_scene_root error at starting editorvolzhs2017-12-102-2/+2
| | | | | |
* | | | | | Merge pull request #14478 from akien-mga/property-tooltipsRémi Verschelde2017-12-092-43/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | PropertyEditor: Fix display of property doc in tooltip
| * | | | | | PropertyEditor: Fix display of property doc in tooltipRémi Verschelde2017-12-092-43/+24
| |/ / / / /
* / / / / / Project Manager: Fix Templates search signal connection.Andreas Haas2017-12-092-1/+8
|/ / / / / | | | | | | | | | | | | | | | Fixes #13921
* | | | | Merge pull request #13371 from RayKoopa/mute_animation_tracksRémi Verschelde2017-12-091-4/+21
|\ \ \ \ \ | | | | | | | | | | | | Add feature to disable animation tracks
| * | | | | Add feature to disable animation tracksRay Koopa2017-12-091-4/+21
| | | | | |
* | | | | | 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
| | | | | | |
* | | | | | | Merge pull request #14455 from RayKoopa/remove_layer_flyout_labelRémi Verschelde2017-12-091-10/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove physics / render layer flyout label.
| * | | | | | | Remove layer flyout label.Ray Koopa2017-12-091-10/+1
| | |/ / / / / | |/| | | | |
* | | | | | | -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-094-66/+277
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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
* | | | | | | Defer the scan filesystem call when adding import pluginsGeorge Marques2017-12-091-3/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This ensures every plugin is added before the scan is made. Fix #12749
* | | | | | 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.
* | | | | | | Merge pull request #13446 from gad-o/duplicate_fileRémi Verschelde2017-12-092-0/+106
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add duplicate option to filesystem dock
| * | | | | | | Add duplice option to filesystem dockOrkun2017-12-012-0/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add duplice option to filesystem dock based move option
* | | | | | | | Merge pull request #13994 from ISylvox/caret-blinkRémi Verschelde2017-12-091-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Set Caret Blinking Enabled by Default
| * | | | | | | | Caret blinking is now enabled by defaultIndah Sylvia2017-12-051-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #14420 from MattUV/fold-shortcutRémi Verschelde2017-12-092-20/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Modify shortcuts and menus to fold/unfold code
| * | | | | | | | | 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
* / | | | | | | | Restored two items in filesystemdock menusersoong2017-12-091-0/+4
|/ / / / / / / /
* | | | | | | | Merge pull request #14397 from YeldhamDev/localization_tabRémi Verschelde2017-12-081-13/+7
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Removed style override inside the Localization tab in the Project Settings
| * | | | | | | | Removed style override inside the Localization tab in the Project Settings.Michael Alexsander Silva Dias2017-12-071-13/+7
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #14396 from MattUV/fix-templates-linkRémi Verschelde2017-12-081-0/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix Manage Export Templates link
| * | | | | | | | Fix Manage Export Templates linkMattUV2017-12-081-0/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some cases, the link to download export templates was missing. Fixes #14391
* / / / / / / / Changed current line draw order and added code folding colorPaulb232017-12-074-2/+11
|/ / / / / / /
* | | | | | | Exposed EditorSceneImporter to script. Added APIs to use intermediate ↵Juan Linietsky2017-12-0711-10/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | converters more easily.
* | | | | | | Merge pull request #14348 from waldson/feature-set-main-screen-plugin-iconGeorge Marques2017-12-073-2/+25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add method on EditorPlugin to set main screen plugins icons
| * | | | | | | Add method to set main screen plugin iconWaldson Patrício2017-12-063-2/+25
| | | | | | | |
* | | | | | | | ability to keep user tracks when importing animations, closes #12801Juan Linietsky2017-12-072-4/+28
| | | | | | | |
* | | | | | | | Merge pull request #14332 from akien-mga/clang-formatRémi Verschelde2017-12-0712-40/+48
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | 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-0711-39/+47
| | | | | | | | |
| * | | | | | | | Style: Apply clang-format again on all filesRémi Verschelde2017-12-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issues introduced by newer clang-format versions or commits pushed directly without using the clang-format pre-commit hook.
* | | | | | | | | Add uppercase and lowercase to rightclickmenu in scripteditorsersoong2017-12-071-0/+2
|/ / / / / / / /
* | | | | | | | Add 'copy script path' to script editor pluginsersoong2017-12-072-0/+15
| | | | | | | |
* | | | | | | | Reduce some graphics memory usage by disabling unnecesary modes, closes #12831Juan Linietsky2017-12-061-0/+2
| | | | | | | |
* | | | | | | | Merge pull request #13827 from sersoong/master-addopenselectionRémi Verschelde2017-12-071-9/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Enhanced 'open' menu in filesystemdock
| * | | | | | | | Enhanced 'open' menu in filesystemdocksersoong2017-12-051-9/+13
| | | | | | | | |
* | | | | | | | | Merge pull request #13958 from jjjuande/fix_revert_buttonRémi Verschelde2017-12-072-15/+26
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix the revert button issue with instanced nodes
| * | | | | | | | | Fix the revert button issue with instanced nodesJuande2017-12-042-15/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The method "check_reload_status" on the file "property_editor.cpp" didn't take into account if the field is a property of an instanced node just like the "update_tree" does. The code that checks this in "update_tree" has been extracted into the method "_is_instanced_node_with_original_property_different" to be also used in "check_reload_status". Fixes #13415
* | | | | | | | | | 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
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #14002 from poke1024/fixhelpspeedRémi Verschelde2017-12-072-71/+86
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Make "Search Help" more responsive
| * | | | | | | | | | Make "Search Help" more responsivepoke10242017-12-062-71/+86
| | | | | | | | | | |
* | | | | | | | | | | -Fix particles with size==0, closes #13931Juan Linietsky2017-12-061-17/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Fixed material previews (dont show sphere unless for spatial)
* | | | | | | | | | | Merge pull request #13724 from RayKoopa/editor_file_dialog_context_menuRémi Verschelde2017-12-064-17/+187
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add context menu to editor file dialogs
| * | | | | | | | | | | Add context menu to editor file dialogs.Ray Koopa2017-12-054-17/+187
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #13409 from YeldhamDev/textedit_disabledRémi Verschelde2017-12-061-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Add disabled theme to TextEdit
| * | | | | | | | | | | | Add disabled theme to TextEdit.Michael Alexsander Silva Dias2017-12-011-0/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #13982 from willnationsdev/editorfiledialog-docsRémi Verschelde2017-12-061-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [DOCS] EditorFileDialog props added, member/method/signal descs [ci skip]