aboutsummaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* OSX Info.plist: no longer dev versionRémi Verschelde2016-08-091-2/+2
| | | This should really be dehardcoded somehow.
* Project Manager: Fix and improve unhandled inputIgnacio Etcheverry2016-08-081-16/+20
| | | | (cherry picked from commit f3a75a42dda5ef9c2458f16757bf6e8b8a5d9e8f)
* Remove unused function in Project Manager.Andreas Haas2016-08-081-6/+0
| | | | | | This has been deprecated by #5993 (cherry picked from commit 0df40cc29b5f0c059383212c2bb8419767544696)
* TextureRegionEditor snap_mode fix.Saracen2016-08-081-1/+1
| | | | (cherry picked from commit b578cf4da8feaceca1862d0fb5a4e61818275503)
* Merge pull request #5993 from profelis/PR-scan-dragged-folder-2Rémi Verschelde2016-08-012-8/+50
|\ | | | | Improved drad&drop files on project manager
| * Auto import project folder, confirm scan multiple folders or non-project folderDima Granetchi2016-08-012-8/+50
| |
* | Added Scene tree dock shortcutsPaulb232016-08-011-6/+8
| |
* | Merge pull request #5996 from hurikhan/editor_help_indentationRémi Verschelde2016-08-011-6/+4
|\ \ | |/ |/| Fix help page title indentation
| * Fix help page title indentationMario Schlack2016-08-011-6/+4
| |
* | Improve dialog title when scanning for projectsRémi Verschelde2016-07-311-0/+1
| |
* | Merge pull request #5981 from profelis/PR-scan-dragged-folderRémi Verschelde2016-07-311-0/+6
|\ \ | | | | | | Drag open scan window if engine.cfg not found
| * | dnd folder open scan window if engine.cfg not foundDima Granetchi2016-07-311-0/+6
| | |
* | | fix run button availability checkDima Granetchi2016-07-312-14/+10
|/ /
* | Merge pull request #5966 from neikeq/pr-issue-5935Rémi Verschelde2016-07-301-4/+6
|\ \ | | | | | | Fix infinite loop when replacing text
| * | Fix infinite loop when replacing textIgnacio Etcheverry2016-07-301-4/+6
| |/
* | Project Manager: Import projects using filesystem drag'n'drop.Andreas Haas2016-07-292-0/+18
| | | | | | | | Can drop an engine.cfg file over the window to import it ;)
* | Explicitly initialize 'pending_auto_reload' to false.Saracen2016-07-291-0/+1
| |
* | Merge pull request #5957 from djrm/new_iconsRémi Verschelde2016-07-297-1034/+77
|\ \ | | | | | | New http request and tutorials icon
| * | New http request and tutorials iconDaniel J. Ramirez2016-07-287-1034/+77
| |/ | | | | | | Remove garbage in group icon
* | Merge pull request #5955 from profelis/PR-update-selected-listRémi Verschelde2016-07-292-22/+35
|\ \ | | | | | | Keep ProjectManager.selected_list up to date
| * | keep selected_list up to dateDima Granetchi2016-07-292-22/+35
| |/
* / Fix editor icons source file generationGeorge Marques2016-07-282-52/+1
|/ | | | Also removes the unused make_icons.py file.
* Merge pull request #5925 from profelis/shortcut-filter-projectRémi Verschelde2016-07-281-0/+4
|\ | | | | Command-f focus filter input field in project manager
| * Command-F focus filter input field in project managerDima Granetchi2016-07-271-0/+4
| |
* | Merge pull request #5939 from neikeq/pr-imp-aboutRémi Verschelde2016-07-271-1/+1
|\ \ | | | | | | AboutDialog: Popup respecting its minimum size
| * | AboutDialog: Popup respecting its minimum sizeIgnacio Etcheverry2016-07-271-1/+1
| |/
* / Project Settings: Use containers for the Input Map tab contentIgnacio Etcheverry2016-07-271-16/+17
|/
* Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez2016-07-252-2/+8
| | | | moved missing baked light warning to BakedLightInstance configuration warning
* Merge pull request #5902 from 29jm/fix-warningsRémi Verschelde2016-07-251-3/+3
|\ | | | | Fix some warnings
| * Fix some warningsJohan Manuel2016-07-251-3/+3
| |
* | Merge pull request #5900 from bojidar-bg/fix-integer-rangesRémi Verschelde2016-07-251-2/+2
|\ \ | | | | | | Fix default ranges of the inspector, as well as Range.
| * | Fix default ranges of the inspectorBojidar Marinov2016-07-251-2/+2
| | | | | | | | | | | | | | | Probably closes #3091 (Should apply to Variant::REAL and Variant::INT)
* | | Merge pull request #5898 from MarianoGnu/masterRémi Verschelde2016-07-252-4/+5
|\ \ \ | | | | | | | | expose bottom panel button to EditorPlugin scripts
| * | | Update documentation.MarianoGNU2016-07-241-1/+1
| | | |
| * | | expose bottom panel button to EditorPlugin scriptsMarianoGNU2016-07-242-3/+4
| | |/ | |/|
* / | Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky2016-07-241-2/+5
|/ /
* | shows progress (bytes) on download even if getting chunked contentJuan Linietsky2016-07-241-4/+8
| |
* | Fix non-visible col number in text editorRémi Verschelde2016-07-242-10/+31
|/ | | | | | | | | The issue itself cannot be fully fixed due to the changes in 864c0e8, but this solution makes the bug less likely to happen (it would only happen with > 5 digits for line or column, and/or a much bigger font. Could be further refined by taking the configured font into account... Fixed #5890.
* Turn some prints to error logs, remove othersRémi Verschelde2016-07-242-2/+1
| | | | Fixes #5876 in passing.
* Merge pull request #5737 from neikeq/pr-issue-5269Rémi Verschelde2016-07-231-2/+3
|\ | | | | TextEdit: Scroll search results to the center
| * TextEdit: Center search resultsIgnacio Etcheverry2016-07-211-2/+3
| |
* | Merge pull request #5821 from TheHX/issue-5795Rémi Verschelde2016-07-235-10/+42
|\ \ | | | | | | Improved FileSystem dock "Instance" option
| * | "FileSystem" dock now instance all selected scenes in one actionFranklin Sobrinho2016-07-215-10/+42
| | |
* | | Merge pull request #5882 from neikeq/pr-issue-1481Rémi Verschelde2016-07-232-0/+135
|\ \ \ | | | | | | | | Project Manager: Added project list scrolling with keyboard
| * | | Project Manager: Added project list scrolling with keyboardIgnacio Etcheverry2016-07-232-0/+135
| | | |
* | | | Merge pull request #5864 from djrm/new_iconsRémi Verschelde2016-07-239-37/+1126
|\ \ \ \ | | | | | | | | | | Modified some icons
| * | | | Modified some iconsDaniel J. Ramirez2016-07-229-37/+1126
| | | | |
* | | | | Prevent crash in TextureRegionEditor. Fixes #5862MarianoGNU2016-07-221-2/+12
|/ / / /
* | | | Removed support for saving paths as relative, closes #5728Juan Linietsky2016-07-225-12/+12
| | | | | | | | | | | | | | | | Editor now has good refactoring tools, so this function is mostly obsolete
* | | | Show a warning that an animation must be selected in order to edit it. Avoid ↵Juan Linietsky2016-07-223-2/+21
|/ / / | | | | | | | | | copying/pasting if no anim selected. Closes #5799