aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Add import option "scale_mesh" to obj file importerShyRed2018-02-121-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new import option "scale_mesh" allows setting a scale that is applied to the mesh's vertices during import.
* | | | | | | | | | | | | | | Merge pull request #16696 from BTaskaya/masterRémi Verschelde2018-02-191-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PEP3101 applied with changing old type string formatting as new ones
| * | | | | | | | | | | | | | | PEP3101 applied with changing old type string formatting as new onesBTaskaya2018-02-141-4/+4
| | |_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #16697 from ianb96/script_list_no_sortRémi Verschelde2018-02-192-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Option to disable sort in script list
| * | | | | | | | | | | | | | | option to disable sort in script listianb962018-02-142-1/+5
| |/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Merge pull request #16566 from groud/gui_input_reworkRémi Verschelde2018-02-192-1842/+1521
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2D Editor GUI input rework
| * | | | | | | | | | | | | | | 2D editor GUI input rework. Changes are:Gilles Roudiere2018-02-162-1842/+1521
| | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - The input handling is done into several distinct functions, and the code is more consistent. - The actions' history is more precise ("Edited CanvasItem" is now "Rotated CanvasItem","Moved CanvasItem",etc...) - Fixed a little bug about input key events not forwarded correctly to plugins - IK is followed by default when you move a bone node, the alt-key allow you to move it normally
* | | | | | | | | | | | | | | Merge pull request #16752 from Yanpas/dellinesRémi Verschelde2018-02-191-6/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete all selected lines using the "delete line" shortcut in script editor
| * | | | | | | | | | | | | | | Delete all selected lines using the delete line shortcut in script editorYan Pas2018-02-171-6/+20
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Improve error reporting of ProjectSettings::setup()Rémi Verschelde2018-02-191-4/+6
| |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And use it to better report errors in the console and project manager when a project.godot file is corrupted. Fixes #14963.
* | | | | | | | | | | | | | | Fix infinite recursion with editor import pluginsGeorge Marques2018-02-181-2/+2
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #15235 from sersoong/master-batchtoggleRémi Verschelde2018-02-182-18/+36
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhanced Toggle Visibility button in scene tree editor
| * | | | | | | | | | | | | | | Enhanced Toggle Visibility buttonsersoong2018-01-042-18/+36
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #16774 from sudoio/fix-16773Poommetee Ketson2018-02-181-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | Fix #16773 (Rename "Install" to "Download" in AssetLib)
| * | | | | | | | | | | | | | | Fix #16773 (Rename "Install" to "Download" in AssetLib)Artem Varaksa2018-02-171-1/+1
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
* / | | | | | | | | | | | | | Clean up some bad words from code commentsArtem Varaksa2018-02-173-4/+1
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge pull request #16748 from Chaosus/fixscriptpreviewRémi Verschelde2018-02-161-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | Fix script previews
| * | | | | | | | | | | | | Fix script previewsChaosus2018-02-161-4/+4
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | fix crash autotile edit modedamarindra2018-02-161-0/+5
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #16693 from marcelofg55/compile_fixRémi Verschelde2018-02-152-110/+118
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | Fix for a possible compile error under OS X
| * | | | | | | | | | | | Fix for a possible compile error under OS XMarcelo Fernandez2018-02-142-110/+118
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #15193 from poke1024/script-previewRémi Verschelde2018-02-141-5/+63
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rounded previews (and nicer script previews)
| * | | | | | | | | | | | | Rounded previews (and nicer script previews)Bernhard Liebl2018-01-051-5/+63
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #15260 from sersoong/master-addopeninprojectsettingsRémi Verschelde2018-02-142-5/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add open feature to editor autoload settings
| * | | | | | | | | | | | | | Add open feature to editor autoload settingssersoong2018-01-022-5/+27
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #15379 from ianb96/delete_key_fixRémi Verschelde2018-02-142-0/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Filesystem and Visual Script Members delete key fix
| * | | | | | | | | | | | | | | Filesystem and Visual Script Members keyboard shortcuts fixIan2018-01-062-0/+26
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #15399 from poke1024/load-one-translationRémi Verschelde2018-02-142-28/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Load needed editor translation only on demand
| * | | | | | | | | | | | | | | | Load needed translation on demandBernhard Liebl2018-01-062-28/+29
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #15492 from vigreco/select-tree-rootRémi Verschelde2018-02-141-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | | | Select root node if search_box is empty in create_dialog
| * | | | | | | | | | | | | | | | Select root node if search_box is empty in create_dialogVincenzo Greco2018-01-081-0/+4
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #15505 from YeldhamDev/type_iconsRémi Verschelde2018-02-141-14/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-enabled type icons
| * | | | | | | | | | | | | | | | | Re-enabled type icons.Michael Alexsander Silva Dias2018-01-081-14/+18
| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge pull request #15544 from YeldhamDev/script_dialog_label_fixRémi Verschelde2018-02-142-5/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed "Attach Script" dialog's file dialog labeling
| * | | | | | | | | | | | | | | | | | Fixed "Attach Script" dialog's file dialog labeling.Michael Alexsander Silva Dias2018-01-102-5/+14
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #15582 from YeldhamDev/script_dialog_fixesRémi Verschelde2018-02-141-8/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some small fixes for the "Attach Script" dialog
| * | | | | | | | | | | | | | | | | | | Some small fixes for the "Attach Script" dialog.Michael Alexsander Silva Dias2018-01-101-8/+8
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge pull request #15713 from StraToN/fix-15556-resourcepreloader-open-resRémi Verschelde2018-02-142-4/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display path to preloaded res + button to open it
| * | | | | | | | | | | | | | | | | | | Display path to preloaded res + button to open itJulian Murgia2018-01-152-4/+30
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge pull request #15862 from poke1024/esc-close-dockRémi Verschelde2018-02-141-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make KEY_ESCAPE close all output/debugger docks on bottom
| * | | | | | | | | | | | | | | | | | | | Make KEY_ESCAPE close all output/debugger docks on bottomBernhard Liebl2018-01-191-0/+6
| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge pull request #16176 from vnen/gdscript-default-argsRémi Verschelde2018-02-141-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show default values in docs for GDScript built-in functions
| * | | | | | | | | | | | | | | | | | | | | Show default values in docs for GDScript built-in functionsGeorge Marques2018-01-301-0/+8
| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Merge pull request #16288 from guilhermefelipecgs/make_parent_folder_selectableRémi Verschelde2018-02-141-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make parent folder selectable
| * | | | | | | | | | | | | | | | | | | | | | Make parent folder selectable. Fix #16253Guilherme Felipe2018-02-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #16663 from sudoio/masterRémi Verschelde2018-02-142-0/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #16543 (Add ability to copy errors from debugger)
| * | | | | | | | | | | | | | | | | | | | | | | Fix #16543 (add button to copy error from debugger)Artem Varaksa2018-02-142-0/+23
| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Added "allow_reselect" property to ItemList and enabled it for the ↵Michael Alexsander Silva Dias2018-02-141-2/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method/help lists.
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #16659 from vnen/plugin_orderRémi Verschelde2018-02-142-0/+18
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Expose priority and order for custom import plugins
| * | | | | | | | | | | | | | | | | | | | | | | Expose priority and order for custom import pluginsGeorge Marques2018-02-132-0/+18
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | |