summaryrefslogtreecommitdiff
path: root/tools/editor
AgeCommit message (Collapse)Author
2016-08-08Merge pull request #6050 from Hinsbart/remove_pm_file_importRémi Verschelde
Remove unused function in Project Manager.
2016-08-08Merge pull request #6051 from neikeq/pr-imp-5882Rémi Verschelde
Project Manager: Fix and improve unhandled input
2016-08-08Added a simpler way to do sub-functions in both visual and gdscript with the ↵Juan Linietsky
subcall node. With this, visual script is almost done (missing registering custom nodes from addon). All this is probably pretty broken, too and needs a lot of testing.
2016-08-07-Added yield nodes to visual scriptJuan Linietsky
-Added input selection nodes to visual script -Added script create icon for those who miss it, will only appear when it can be used.
2016-08-06removed extra printJuan Linietsky
2016-08-06Reverted printable null object, seems to cause bugs around and not sure why.Juan Linietsky
Will have to check better, likely for 3.0
2016-08-06Likely with bugs and with some features are missing, as well as profiler ↵Juan Linietsky
support, but VisualScript should be more or less done!
2016-08-05VisualScript can now execute visual scripts, but there is no debugger or ↵Juan Linietsky
profiler yet.
2016-08-05Project Manager: Fix and improve unhandled inputIgnacio Etcheverry
2016-08-05Remove unused function in Project Manager.Andreas Haas
This has been deprecated by #5993
2016-08-04TextureRegionEditor snap_mode fix.Saracen
2016-08-03More work on visual scripting..Juan Linietsky
2016-08-03Added missing license and quotation typoPaulb23
2016-08-03More progress on visual script editingJuan Linietsky
2016-08-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-08-01Merge pull request #5993 from profelis/PR-scan-dragged-folder-2Rémi Verschelde
Improved drad&drop files on project manager
2016-08-01Auto import project folder, confirm scan multiple folders or non-project folderDima Granetchi
2016-08-01Added Scene tree dock shortcutsPaulb23
2016-08-01Merge pull request #5996 from hurikhan/editor_help_indentationRémi Verschelde
Fix help page title indentation
2016-08-01Fix help page title indentationMario Schlack
2016-07-31Improve dialog title when scanning for projectsRémi Verschelde
2016-07-31Merge pull request #5981 from profelis/PR-scan-dragged-folderRémi Verschelde
Drag open scan window if engine.cfg not found
2016-07-31dnd folder open scan window if engine.cfg not foundDima Granetchi
2016-07-31fix run button availability checkDima Granetchi
2016-07-30Merge pull request #5966 from neikeq/pr-issue-5935Rémi Verschelde
Fix infinite loop when replacing text
2016-07-30Fix infinite loop when replacing textIgnacio Etcheverry
2016-07-29Project Manager: Import projects using filesystem drag'n'drop.Andreas Haas
Can drop an engine.cfg file over the window to import it ;)
2016-07-29Explicitly initialize 'pending_auto_reload' to false.Saracen
2016-07-29Merge pull request #5957 from djrm/new_iconsRémi Verschelde
New http request and tutorials icon
2016-07-29Merge pull request #5955 from profelis/PR-update-selected-listRémi Verschelde
Keep ProjectManager.selected_list up to date
2016-07-28New http request and tutorials iconDaniel J. Ramirez
Remove garbage in group icon
2016-07-29keep selected_list up to dateDima Granetchi
2016-07-28Fix editor icons source file generationGeorge Marques
Also removes the unused make_icons.py file.
2016-07-28Merge pull request #5925 from profelis/shortcut-filter-projectRémi Verschelde
Command-f focus filter input field in project manager
2016-07-27Merge pull request #5939 from neikeq/pr-imp-aboutRémi Verschelde
AboutDialog: Popup respecting its minimum size
2016-07-27AboutDialog: Popup respecting its minimum sizeIgnacio Etcheverry
2016-07-27Project Settings: Use containers for the Input Map tab contentIgnacio Etcheverry
2016-07-27Command-F focus filter input field in project managerDima Granetchi
2016-07-25Stop baking process if there is no geometry in the BakedLightInstance.Daniel J. Ramirez
moved missing baked light warning to BakedLightInstance configuration warning
2016-07-25Merge pull request #5902 from 29jm/fix-warningsRémi Verschelde
Fix some warnings
2016-07-25Fix some warningsJohan Manuel
2016-07-25Merge pull request #5900 from bojidar-bg/fix-integer-rangesRémi Verschelde
Fix default ranges of the inspector, as well as Range.
2016-07-25Fix default ranges of the inspectorBojidar Marinov
Probably closes #3091 (Should apply to Variant::REAL and Variant::INT)
2016-07-25Merge pull request #5898 from MarianoGnu/masterRémi Verschelde
expose bottom panel button to EditorPlugin scripts
2016-07-24Update documentation.MarianoGNU
2016-07-24expose bottom panel button to EditorPlugin scriptsMarianoGNU
2016-07-24Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky
2016-07-24shows progress (bytes) on download even if getting chunked contentJuan Linietsky
2016-07-24Fix non-visible col number in text editorRémi Verschelde
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.