| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | 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 | |||||
| | * | | | | | Fix crash when dropping scene as a sibling of the root node | Franklin Sobrinho | 2016-07-18 | 2 | -15/+14 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-option | Rémi Verschelde | 2016-07-19 | 2 | -1/+27 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Script Editor: adding close all docs menu option | |||||
| | * | | | | | Script Editor: adding close all docs menu option | Siyuan Gao | 2016-07-18 | 2 | -1/+27 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Always soft reload editor plugins. Closes #5273 | Juan Linietsky | 2016-07-18 | 1 | -1/+3 | |
| | | | | | | ||||||
| * | | | | | Property convert images to RGBA before applying hq2x, fixes #5168 | Juan Linietsky | 2016-07-18 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Revert "Change default extension to .tscn when import 3d scene" | Rémi Verschelde | 2016-07-18 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also adds a comment as to why this extension should not be changed. This commit reverts edf7082326526d76bfda095daa99e56317e30803. | |||||
| * | | | | | Merge pull request #5780 from TheHX/script-editor-layout | Rémi Verschelde | 2016-07-18 | 2 | -9/+19 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Fix ScriptEditor don't saving the layout when opening a help page | |||||
| | * | | | | | Fix ScriptEditor don't saving the layout when opening a help page | Franklin Sobrinho | 2016-07-18 | 2 | -9/+19 | |
| | | |/ / / | |/| | | | | | | | | | | | | | - Use ScriptEditor::_update_script_names just once when re-creating the layout | |||||
| * | | | | | Add icon for root node in Create Dialog | George Marques | 2016-07-18 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | Close #5766 | |||||
| * | | | | | Change default extension to .tscn when import 3d scene | volzhs | 2016-07-18 | 1 | -1/+1 | |
| |/ / / / | ||||||
| * | | | | Merge pull request #5750 from TheHX/issue-5681 | Rémi Verschelde | 2016-07-18 | 1 | -1/+2 | |
| |\ \ \ \ | | | | | | | | | | | Keep debugger selected tab open when pressing the pause button | |||||
| | * | | | | Keep debugger selected tab open when pressing the pause button | Franklin Sobrinho | 2016-07-17 | 1 | -1/+2 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712 | Rémi Verschelde | 2016-07-18 | 2 | -0/+15 | |
| |\ \ \ \ | | | | | | | | | | | Fixed toggle breakpoint gutter not updating when the game is running, issue 5712 | |||||
| | * | | | | Fixed breakpoint gutter toggle not updating when game is running, issue 5712 | Paulb23 | 2016-07-15 | 2 | -0/+15 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #5657 from Paulb23/block_caret | Rémi Verschelde | 2016-07-18 | 3 | -0/+10 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Added block caret to TextEdit | |||||
| | * | | | | | Added block caret to TextEdit | Paulb23 | 2016-07-12 | 3 | -0/+10 | |
| | | | | | | | ||||||
| * | | | | | | Merge pull request #5758 from TheHX/issue-5756 | Rémi Verschelde | 2016-07-17 | 1 | -2/+9 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix editor states saving, and remove related error messages | |||||
| | * | | | | | | Fix editor states saving, and remove related error messages | Franklin Sobrinho | 2016-07-17 | 1 | -2/+9 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Remove some noisy debug prints | Rémi Verschelde | 2016-07-17 | 1 | -2/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Part of #5031 | |||||
| * | | | | | | Merge pull request #5743 from TheHX/issue-5740 | Rémi Verschelde | 2016-07-16 | 1 | -2/+10 | |
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Fix signals/group button on Scene dock | |||||
| | * | | | | | Fix signals/group button on Scene dock | Franklin Sobrinho | 2016-07-16 | 1 | -2/+10 | |
| | |/ / / / | ||||||
| * | | | | | Merge pull request #5467 from RandomShaper/enhance-tidy-extensions | Juan Linietsky | 2016-07-16 | 1 | -1/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Enhance/tidy file extensions management | |||||
| | * | | | | | Revert "make default extension .tscn" | Pedro J. Estébanez | 2016-06-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 29177e1e9b2644cfa2d5efe6fcfe2605b84ed68c. | |||||
| * | | | | | | CanvasItemEditor: Changed Frame Selection shortcut | Ignacio Etcheverry | 2016-07-15 | 1 | -1/+1 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #5702 from Paulb23/zoom_shortcuts | Rémi Verschelde | 2016-07-15 | 2 | -21/+39 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Added code editor zoom shortcuts | |||||
| | * | | | | | Added code editor zoom shortcuts | Paulb23 | 2016-07-14 | 2 | -21/+39 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | i18n: Sync template with current source | Rémi Verschelde | 2016-07-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | Also fix a space after : in a translated string. | |||||
| * | | | | | Perform connect when double click a node on connecting signal window | volzhs | 2016-07-15 | 1 | -0/+1 | |
| |/ / / / | ||||||
| * | | / | Fix Orphan StringName on EditorAutoloadSettings class | Franklin Sobrinho | 2016-07-14 | 2 | -3/+1 | |
| | |_|/ |/| | | ||||||
| * | | | Fixed a crash in scenario where SSL is not available. | vamsi | 2016-07-13 | 1 | -4/+1 | |
| | | | | ||||||
| * | | | Removes AnimationPlayer renaming on import. | Saracen | 2016-07-13 | 1 | -1/+0 | |
| | |/ |/| | ||||||
| * | | Merge pull request #5615 from Paulb23/shortcut_save_print | Rémi Verschelde | 2016-07-12 | 1 | -1/+0 | |
| |\ \ | | | | | | | Removed shortcut saving print | |||||
