Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-01 | Added Scene tree dock shortcuts | Paulb23 | |
2016-08-01 | Merge pull request #5996 from hurikhan/editor_help_indentation | Rémi Verschelde | |
Fix help page title indentation | |||
2016-08-01 | Fix help page title indentation | Mario Schlack | |
2016-07-31 | Improve dialog title when scanning for projects | Rémi Verschelde | |
2016-07-31 | Merge pull request #5981 from profelis/PR-scan-dragged-folder | Rémi Verschelde | |
Drag open scan window if engine.cfg not found | |||
2016-07-31 | dnd folder open scan window if engine.cfg not found | Dima Granetchi | |
2016-07-31 | fix run button availability check | Dima Granetchi | |
2016-07-30 | Merge pull request #5966 from neikeq/pr-issue-5935 | Rémi Verschelde | |
Fix infinite loop when replacing text | |||
2016-07-30 | Fix infinite loop when replacing text | Ignacio Etcheverry | |
2016-07-29 | Project Manager: Import projects using filesystem drag'n'drop. | Andreas Haas | |
Can drop an engine.cfg file over the window to import it ;) | |||
2016-07-29 | Explicitly initialize 'pending_auto_reload' to false. | Saracen | |
2016-07-29 | Merge pull request #5957 from djrm/new_icons | Rémi Verschelde | |
New http request and tutorials icon | |||
2016-07-29 | Merge pull request #5955 from profelis/PR-update-selected-list | Rémi Verschelde | |
Keep ProjectManager.selected_list up to date | |||
2016-07-28 | New http request and tutorials icon | Daniel J. Ramirez | |
Remove garbage in group icon | |||
2016-07-29 | keep selected_list up to date | Dima Granetchi | |
2016-07-28 | Fix editor icons source file generation | George Marques | |
Also removes the unused make_icons.py file. | |||
2016-07-28 | Merge pull request #5925 from profelis/shortcut-filter-project | Rémi Verschelde | |
Command-f focus filter input field in project manager | |||
2016-07-27 | Merge pull request #5939 from neikeq/pr-imp-about | Rémi Verschelde | |
AboutDialog: Popup respecting its minimum size | |||
2016-07-27 | AboutDialog: Popup respecting its minimum size | Ignacio Etcheverry | |
2016-07-27 | Project Settings: Use containers for the Input Map tab content | Ignacio Etcheverry | |
2016-07-27 | Command-F focus filter input field in project manager | Dima Granetchi | |
2016-07-25 | Stop baking process if there is no geometry in the BakedLightInstance. | Daniel J. Ramirez | |
moved missing baked light warning to BakedLightInstance configuration warning | |||
2016-07-25 | Merge pull request #5902 from 29jm/fix-warnings | Rémi Verschelde | |
Fix some warnings | |||
2016-07-25 | Fix some warnings | Johan Manuel | |
2016-07-25 | Merge pull request #5900 from bojidar-bg/fix-integer-ranges | Rémi Verschelde | |
Fix default ranges of the inspector, as well as Range. | |||
2016-07-25 | Fix default ranges of the inspector | Bojidar Marinov | |
Probably closes #3091 (Should apply to Variant::REAL and Variant::INT) | |||
2016-07-25 | Merge pull request #5898 from MarianoGnu/master | Rémi Verschelde | |
expose bottom panel button to EditorPlugin scripts | |||
2016-07-24 | Update documentation. | MarianoGNU | |
2016-07-24 | expose bottom panel button to EditorPlugin scripts | MarianoGNU | |
2016-07-24 | Add thread support to HTTPRequest, changed assetlib to use it. | Juan Linietsky | |
2016-07-24 | shows progress (bytes) on download even if getting chunked content | Juan Linietsky | |
2016-07-24 | Fix non-visible col number in text editor | Ré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. | |||
2016-07-24 | Turn some prints to error logs, remove others | Rémi Verschelde | |
Fixes #5876 in passing. | |||
2016-07-23 | Merge pull request #5737 from neikeq/pr-issue-5269 | Rémi Verschelde | |
TextEdit: Scroll search results to the center | |||
2016-07-23 | Merge pull request #5821 from TheHX/issue-5795 | Rémi Verschelde | |
Improved FileSystem dock "Instance" option | |||
2016-07-23 | Merge pull request #5882 from neikeq/pr-issue-1481 | Rémi Verschelde | |
Project Manager: Added project list scrolling with keyboard | |||
2016-07-23 | Project Manager: Added project list scrolling with keyboard | Ignacio Etcheverry | |
2016-07-23 | Merge pull request #5864 from djrm/new_icons | Rémi Verschelde | |
Modified some icons | |||
2016-07-22 | Prevent crash in TextureRegionEditor. Fixes #5862 | MarianoGNU | |
2016-07-22 | Modified some icons | Daniel J. Ramirez | |
2016-07-22 | Removed support for saving paths as relative, closes #5728 | Juan Linietsky | |
Editor now has good refactoring tools, so this function is mostly obsolete | |||
2016-07-22 | Show a warning that an animation must be selected in order to edit it. Avoid ↵ | Juan Linietsky | |
copying/pasting if no anim selected. Closes #5799 | |||
2016-07-21 | Update profiler curves on item toggled, closes #5680 | Juan Linietsky | |
2016-07-21 | "FileSystem" dock now instance all selected scenes in one action | Franklin Sobrinho | |
2016-07-21 | Instance only selected scenes in FS dock, closes #5795 | Juan Linietsky | |
2016-07-21 | Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a ↵ | Juan Linietsky | |
scenes dock since a long time). | |||
2016-07-21 | Hide editor types from create node dialog, closes #3263 | Juan Linietsky | |
2016-07-21 | Some optimizations and limits for extreme zoom in and out in editor, fixes #5820 | Juan Linietsky | |
2016-07-21 | Merge pull request #5200 from neikeq/sc-CanvasItemEditor | Rémi Verschelde | |
Implement ShortCuts in CanvasItemEditor | |||
2016-07-21 | TextEdit: Center search results | Ignacio Etcheverry | |