aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Add support from properly exporting shared objects, needed for GDNative exportJuan Linietsky2018-01-041-1/+13
| | | | | | |
* | | | | | | Merge pull request #15323 from poke1024/fix-pm-scroll-glitchRémi Verschelde2018-01-041-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Project Manager: fix random breaking of scrolling
| * | | | | | Project Manager: fix random breaking of scrollingBernhard Liebl2018-01-041-0/+1
| | | | | | |
* | | | | | | Merge pull request #14802 from volzhs/selection-changedRémi Verschelde2018-01-042-1/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix "selection_changed" called twice
| * | | | | | | Fix "selection_changed" called twicevolzhs2017-12-182-1/+13
| | | | | | | |
* | | | | | | | Merge pull request #14882 from willnationsdev/add-select-fileRémi Verschelde2018-01-042-0/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Plugins can select files in the FileSystem Dock
| * | | | | | | | Plugins can select files in FileSystem DockWill Nations2017-12-202-0/+13
| | | | | | | | |
* | | | | | | | | Merge pull request #15033 from poke1024/shortcuts-macRémi Verschelde2018-01-041-0/+36
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Alternative keyboard shortcuts for macOS
| * | | | | | | | | On macOS, change some default editor shortcutsBernhard Liebl2017-12-261-0/+36
| | | | | | | | | |
* | | | | | | | | | Merge pull request #15186 from GodotExplorer/default-themeRémi Verschelde2018-01-042-1/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix errors with custom theme and custom font in project settings.
| * | | | | | | | | | Fix errors with custom default theme and custom fonts.geequlim2017-12-302-1/+6
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #15311 from YeldhamDev/tileset_button_fix_2Rémi Verschelde2018-01-041-10/+12
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed "Tile Set" button always showing bug introduced with #15309
| * | | | | | | | | | Fixed "Tile Set" button always showing bug introduced with #15309.Michael Alexsander Silva Dias2018-01-041-10/+12
| | | | | | | | | | |
* | | | | | | | | | | found via cppcheck:firefly24422018-01-031-1/+0
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used
* | | | | | | | | | Merge pull request #15309 from YeldhamDev/tileset_button_fixRémi Verschelde2018-01-041-7/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fixed the "Tile Set" button being able to go out of bounds
| * | | | | | | | | | Fixed the "Tile Set" button being able to go out of bounds.Michael Alexsander Silva Dias2018-01-031-7/+2
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #15301 from YeldhamDev/curve_menu_fixRémi Verschelde2018-01-041-20/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Small fixes for the Curve Editor's context menu
| * | | | | | | | | | | Small fixes for the Curve Editor's context menu.Michael Alexsander Silva Dias2018-01-031-20/+3
| |/ / / / / / / / / /
* | | | | | | | | | | Fix crash in OS::execute on FreeBSDRémi Verschelde2018-01-042-10/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As spotted by @robfram, closes #15288. Also reviewed other uses of `if (String.find(.*))` for potential similar mistakes, found a wrong (and useless) one in ScriptEditorDialog.
* | | | | | | | | | | Merge pull request #15135 from YeldhamDev/change_node_dialogRémi Verschelde2018-01-043-9/+26
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Made the Create Dialog be clearer when it's changing a type of something
| * | | | | | | | | | | Made the Create Dialog be clearer when it's changing a type of something.Michael Alexsander Silva Dias2018-01-033-9/+26
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-042-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | renames "z" Node2D property to "z_index"
| * | | | | | | | | | #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-032-3/+3
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Fix broken Info.plist after copyright updateRazah2018-01-031-1/+2
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #15293. + related misc fixes by @akien-mga.
* | | | | | | | | Merge pull request #15257 from sersoong/master-addshowscriptRémi Verschelde2018-01-032-1/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add Show In File System to script editor tabs
| * | | | | | | | | Add Show In File System to script editor tabssersoong2018-01-022-1/+12
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #15126 from poke1024/code-editor-autowrap-errorRémi Verschelde2018-01-031-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make code editor's error display autowrap
| * | | | | | | | | Make code editor's error display autowrapBernhard Liebl2018-01-031-1/+1
| | | | | | | | | |
* | | | | | | | | | Merge pull request #15224 from volzhs/fix-duplicate-fileRémi Verschelde2018-01-031-6/+8
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix duplicating file or folder
| * | | | | | | | | | Fix duplicating file or foldervolzhs2018-01-011-6/+8
| | |_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15206
* | | | | | | | | | Merge pull request #15225 from volzhs/lock-group-invisible-nodeRémi Verschelde2018-01-031-4/+4
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix lock or group with invisible node
| * | | | | | | | | | Fix lock or group with invisible nodevolzhs2018-01-011-4/+4
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15205
* | | | | | | | | | Merge pull request #15185 from damarindra/masterRémi Verschelde2018-01-032-13/+57
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Improve : ease of use TileSet Editor
| * | | | | | | | | | Improve : ease of use TileSet Editordamarindra2018-01-022-13/+57
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #15226 from volzhs/copy-resourceRémi Verschelde2018-01-031-1/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Copy resource with specific extension
| * | | | | | | | | | Copy resource with specific extensionvolzhs2018-01-011-1/+2
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #15169
* | | | | | | | | | Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-031-2/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | More exact picking for canvas editor
| * | | | | | | | | | More exact picking for canvas editorBernhard Liebl2017-12-271-2/+6
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #15102 from YeldhamDev/project_manager_changesRémi Verschelde2018-01-031-49/+87
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Changes to the Project Manager's New Project/Export dialogs
| * | | | | | | | | | | Changes to the Project Manager's New Project/Export dialogs.Michael Alexsander Silva Dias2017-12-271-49/+87
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #15073 from volzhs/editor-custom-fontRémi Verschelde2018-01-033-13/+17
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Use .ttf or .otf file for editor custom font
| * | | | | | | | | | | | Use .ttf or .otf file for editor custom fontvolzhs2017-12-273-13/+17
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #15066 from poke1024/shortcut-clear-outputRémi Verschelde2018-01-031-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add keyboard shortcut for Clear Output
| * | | | | | | | | | | | | Add keyboard shortcut for Clear OutputBernhard Liebl2017-12-261-0/+2
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #14792 from Krakean/enh-1Rémi Verschelde2018-01-032-1/+76
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few small Debugger->Errors tab enhancements:
| * | | | | | | | | | | | | | A few small Debugger->Errors tab enhancements:Dmitry Koteroff2017-12-182-1/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. Added "Clear" button to clear list. 2. Errors list now populated with newest items comes first, so no need to scroll everytime. 3. Added PopupMenu to errors list with ability to quickly Copy error text & details.
* | | | | | | | | | | | | | | Merge pull request #15230 from RyanStein/bugfix-14989Rémi Verschelde2018-01-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | Move Project Manager favorite icon back to center.
| * | | | | | | | | | | | | | Move Project Manager favorite icon back to center.Ryan Stein2017-12-311-1/+1
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Update copyright statements to 2018Rémi Verschelde2018-01-01274-551/+551
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Happy new year to the wonderful Godot community!
* | | | | | | | | | | | | | Merge pull request #14957 from YeldhamDev/right_dock_fixNoshyaar2018-01-011-1/+15
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed right dock dragger not disappearing when there is no docks there.