| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5966 from neikeq/pr-issue-5935 | Rémi Verschelde | 2016-07-30 | 1 | -4/+6 |
| |\ | | | | | Fix infinite loop when replacing text | ||||
| | * | Fix infinite loop when replacing text | Ignacio Etcheverry | 2016-07-30 | 1 | -4/+6 |
| | | | |||||
| * | | Project Manager: Import projects using filesystem drag'n'drop. | Andreas Haas | 2016-07-29 | 2 | -0/+18 |
| | | | | | | | | | Can drop an engine.cfg file over the window to import it ;) | ||||
| * | | Explicitly initialize 'pending_auto_reload' to false. | Saracen | 2016-07-29 | 1 | -0/+1 |
| | | | |||||
| * | | Merge pull request #5957 from djrm/new_icons | Rémi Verschelde | 2016-07-29 | 7 | -1034/+77 |
| |\ \ | | | | | | | New http request and tutorials icon | ||||
| | * | | New http request and tutorials icon | Daniel J. Ramirez | 2016-07-28 | 7 | -1034/+77 |
| | |/ | | | | | | | Remove garbage in group icon | ||||
| * | | Merge pull request #5955 from profelis/PR-update-selected-list | Rémi Verschelde | 2016-07-29 | 2 | -22/+35 |
| |\ \ | | | | | | | Keep ProjectManager.selected_list up to date | ||||
| | * | | keep selected_list up to date | Dima Granetchi | 2016-07-29 | 2 | -22/+35 |
| | |/ | |||||
| * / | Fix editor icons source file generation | George Marques | 2016-07-28 | 2 | -52/+1 |
| |/ | | | | Also removes the unused make_icons.py file. | ||||
| * | Merge pull request #5925 from profelis/shortcut-filter-project | Rémi Verschelde | 2016-07-28 | 1 | -0/+4 |
| |\ | | | | | Command-f focus filter input field in project manager | ||||
| | * | Command-F focus filter input field in project manager | Dima Granetchi | 2016-07-27 | 1 | -0/+4 |
| | | | |||||
| * | | Merge pull request #5939 from neikeq/pr-imp-about | Rémi Verschelde | 2016-07-27 | 1 | -1/+1 |
| |\ \ | | | | | | | AboutDialog: Popup respecting its minimum size | ||||
| | * | | AboutDialog: Popup respecting its minimum size | Ignacio Etcheverry | 2016-07-27 | 1 | -1/+1 |
| | |/ | |||||
| * / | Project Settings: Use containers for the Input Map tab content | Ignacio Etcheverry | 2016-07-27 | 1 | -16/+17 |
| |/ | |||||
| * | Stop baking process if there is no geometry in the BakedLightInstance. | Daniel J. Ramirez | 2016-07-25 | 2 | -2/+8 |
| | | | | | moved missing baked light warning to BakedLightInstance configuration warning | ||||
| * | Merge pull request #5902 from 29jm/fix-warnings | Rémi Verschelde | 2016-07-25 | 1 | -3/+3 |
| |\ | | | | | Fix some warnings | ||||
| | * | Fix some warnings | Johan Manuel | 2016-07-25 | 1 | -3/+3 |
| | | | |||||
| * | | Merge pull request #5900 from bojidar-bg/fix-integer-ranges | Rémi Verschelde | 2016-07-25 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix default ranges of the inspector, as well as Range. | ||||
| | * | | Fix default ranges of the inspector | Bojidar Marinov | 2016-07-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Probably closes #3091 (Should apply to Variant::REAL and Variant::INT) | ||||
| * | | | Merge pull request #5898 from MarianoGnu/master | Rémi Verschelde | 2016-07-25 | 2 | -4/+5 |
| |\ \ \ | | | | | | | | | expose bottom panel button to EditorPlugin scripts | ||||
| | * | | | Update documentation. | MarianoGNU | 2016-07-24 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | expose bottom panel button to EditorPlugin scripts | MarianoGNU | 2016-07-24 | 2 | -3/+4 |
| | | |/ | |/| | |||||
| * / | | Add thread support to HTTPRequest, changed assetlib to use it. | Juan Linietsky | 2016-07-24 | 1 | -2/+5 |
| |/ / | |||||
| * | | shows progress (bytes) on download even if getting chunked content | Juan Linietsky | 2016-07-24 | 1 | -4/+8 |
| | | | |||||
| * | | Fix non-visible col number in text editor | Rémi Verschelde | 2016-07-24 | 2 | -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 others | Rémi Verschelde | 2016-07-24 | 2 | -2/+1 |
| | | | | | Fixes #5876 in passing. | ||||
| * | Merge pull request #5737 from neikeq/pr-issue-5269 | Rémi Verschelde | 2016-07-23 | 1 | -2/+3 |
| |\ | | | | | TextEdit: Scroll search results to the center | ||||
| | * | TextEdit: Center search results | Ignacio Etcheverry | 2016-07-21 | 1 | -2/+3 |
| | | | |||||
| * | | Merge pull request #5821 from TheHX/issue-5795 | Rémi Verschelde | 2016-07-23 | 5 | -10/+42 |
| |\ \ | | | | | | | Improved FileSystem dock "Instance" option | ||||
| | * | | "FileSystem" dock now instance all selected scenes in one action | Franklin Sobrinho | 2016-07-21 | 5 | -10/+42 |
| | | | | |||||
| * | | | Merge pull request #5882 from neikeq/pr-issue-1481 | Rémi Verschelde | 2016-07-23 | 2 | -0/+135 |
| |\ \ \ | | | | | | | | | Project Manager: Added project list scrolling with keyboard | ||||
| | * | | | Project Manager: Added project list scrolling with keyboard | Ignacio Etcheverry | 2016-07-23 | 2 | -0/+135 |
| | | | | | |||||
| * | | | | Merge pull request #5864 from djrm/new_icons | Rémi Verschelde | 2016-07-23 | 9 | -37/+1126 |
| |\ \ \ \ | | | | | | | | | | | Modified some icons | ||||
| | * | | | | Modified some icons | Daniel J. Ramirez | 2016-07-22 | 9 | -37/+1126 |
| | | | | | | |||||
| * | | | | | Prevent crash in TextureRegionEditor. Fixes #5862 | MarianoGNU | 2016-07-22 | 1 | -2/+12 |
| |/ / / / | |||||
| * | | | | Removed support for saving paths as relative, closes #5728 | Juan Linietsky | 2016-07-22 | 5 | -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 Linietsky | 2016-07-22 | 3 | -2/+21 |
| |/ / / | | | | | | | | | | copying/pasting if no anim selected. Closes #5799 | ||||
| * / / | Update profiler curves on item toggled, closes #5680 | Juan Linietsky | 2016-07-21 | 1 | -0/+2 |
| |/ / | |||||
| * | | Instance only selected scenes in FS dock, closes #5795 | Juan Linietsky | 2016-07-21 | 1 | -1/+2 |
| | | | |||||
| * | | Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a ↵ | Juan Linietsky | 2016-07-21 | 4 | -72/+72 |
| | | | | | | | | | scenes dock since a long time). | ||||
| * | | Hide editor types from create node dialog, closes #3263 | Juan Linietsky | 2016-07-21 | 1 | -0/+3 |
| | | | |||||
| * | | Some optimizations and limits for extreme zoom in and out in editor, fixes #5820 | Juan Linietsky | 2016-07-21 | 1 | -0/+16 |
| | | | |||||
| * | | Merge pull request #5200 from neikeq/sc-CanvasItemEditor | Rémi Verschelde | 2016-07-21 | 1 | -10/+9 |
| |\ \ | | | | | | | Implement ShortCuts in CanvasItemEditor | ||||
| | * | | Implement missing ShortCuts in CanvasItemEditor | Ignacio Etcheverry | 2016-07-21 | 1 | -10/+9 |
| | | | | |||||
| * | | | Fix main scene not being saved when set via Play button | Rémi Verschelde | 2016-07-19 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | Fixes #1134 for real. Also tweaked the engine.cfg template and the preference order when browsing for the main scene. | ||||
| * | | | Merge pull request #5794 from TheHX/editor-settings-dialog | Rémi Verschelde | 2016-07-19 | 1 | -8/+23 |
| |\ \ \ | | | | | | | | | Keep selected section in Editor Settings when reopening the dialog | ||||
| | * | | | Keep selected section in Editor Settings when reopening the dialog | Franklin Sobrinho | 2016-07-18 | 1 | -8/+23 |
| | | | | | |||||
| * | | | | Merge pull request #5793 from TheHX/issue-5722 | Rémi Verschelde | 2016-07-19 | 2 | -2/+14 |
| |\ \ \ \ | | | | | | | | | | | Fix Editor Settings dialog range editing by dragging and using the slider | ||||
| | * | | | | Fix Editor Settings dialog range editing by dragging and using the slider | Franklin Sobrinho | 2016-07-18 | 2 | -2/+14 |
| | |/ / / | |||||
| * | | | | Merge pull request #5783 from TheHX/issue-5782 | Rémi Verschelde | 2016-07-19 | 2 | -15/+14 |
| |\ \ \ \ | | | | | | | | | | | Fix crash when dropping scene as a sibling of the root node | ||||
