| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | 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. | |||||
| * | | | | | | Fonts: add missing license information | Rémi Verschelde | 2016-07-16 | 2 | -0/+107 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Droid Sans is under Apache 2.0, Source Code Pro under SIL OFL 1.1. | |||||
| * | | | | | | 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: Merge translations with synced template | Rémi Verschelde | 2016-07-15 | 19 | -2572/+4128 | |
| | | | | | | ||||||
| * | | | | | i18n: Sync template with current source | Rémi Verschelde | 2016-07-15 | 2 | -121/+176 | |
| | | | | | | | | | | | | | | | | | | | | | Also fix a space after : in a translated string. | |||||
| * | | | | | i18n: Pull translations from Weblate | Rémi Verschelde | 2016-07-15 | 11 | -478/+12846 | |
| | | | | | | | | | | | | | | | | | | | | | Adds Bengali and Urdu (Pakistan) WIP translations. | |||||
| * | | | | | 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 | |||||
| | * | | Removed shortcut saving print | Paulb23 | 2016-07-09 | 1 | -1/+0 | |
| | | | | ||||||
| * | | | Merge pull request #5648 from Paulb23/completion_box_colors | Rémi Verschelde | 2016-07-12 | 3 | -0/+8 | |
| |\ \ \ | | | | | | | | | Added Completion box colors. Exposed show line numbers, highlight all occurrences, and updated theme. | |||||
| | * | | | Added completion font colors | Paulb23 | 2016-07-11 | 3 | -0/+4 | |
| | | | | | ||||||
| | * | | | Added completion scroll color | Paulb23 | 2016-07-11 | 3 | -0/+4 | |
| | | | | | ||||||
| * | | | | Downloaded templates from project manager can now be installed. | Juan Linietsky | 2016-07-11 | 4 | -32/+214 | |
| | | | | | ||||||
| * | | | | Fix "Play custom scene" keyboard shortcut | Franklin Sobrinho | 2016-07-11 | 1 | -1/+2 | |
| |/ / / | ||||||
| * | | | Merge pull request #5634 from vnen/assetlib-map-crash | Rémi Verschelde | 2016-07-11 | 2 | -3/+6 | |
| |\ \ \ | | | | | | | | | Fix crash on asset lib install | |||||
| | * | | | Fix crash on asset lib install | George Marques | 2016-07-10 | 2 | -3/+6 | |
| | |/ / | | | | | | | | | | | | | This is not the perfect solution, but fixes the crash and avoid a dependency on EditorNode. | |||||
| * | | | As volzhs mentioned in #5385, changes to save to FILE_SAVE_ALL_SCENES | Juan Linietsky | 2016-07-10 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #5385 from volzhs/autosave-android | Juan Linietsky | 2016-07-10 | 2 | -8/+11 | |
| |\ \ \ | | | | | | | | | Fix autosave when run on remote device | |||||
| | * | | | Fix autosave when run on remote device | volzhs | 2016-06-24 | 2 | -8/+11 | |
| | | | | | | | | | | | | | | | | | Fix #5367 | |||||
| * | | | | Merge pull request #5421 from MarianoGnu/issues | Juan Linietsky | 2016-07-10 | 4 | -29/+62 | |
| |\ \ \ \ | | | | | | | | | | | Save all edited scenes when Runing (and auto-save is enabled). Fixes #4410 | |||||
| | * | | | | save the editor state of the right scene instead of current | MarianoGNU | 2016-07-08 | 3 | -2/+10 | |
| | | | | | | ||||||
