aboutsummaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Fix Editor Settings dialog range editing by dragging and using the sliderFranklin Sobrinho2016-07-182-2/+14
| |/ / / /
* | | | | Merge pull request #5783 from TheHX/issue-5782Rémi Verschelde2016-07-192-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 nodeFranklin Sobrinho2016-07-182-15/+14
| |/ / / /
* | | | | Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-optionRémi Verschelde2016-07-192-1/+27
|\ \ \ \ \ | | | | | | | | | | | | Script Editor: adding close all docs menu option
| * | | | | Script Editor: adding close all docs menu optionSiyuan Gao2016-07-182-1/+27
| | |_|/ / | |/| | |
* | | | | Always soft reload editor plugins. Closes #5273Juan Linietsky2016-07-181-1/+3
| | | | |
* | | | | Property convert images to RGBA before applying hq2x, fixes #5168Juan Linietsky2016-07-181-1/+1
| | | | |
* | | | | Revert "Change default extension to .tscn when import 3d scene"Rémi Verschelde2016-07-181-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-layoutRémi Verschelde2016-07-182-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 pageFranklin Sobrinho2016-07-182-9/+19
| | |/ / / | |/| | | | | | | | | | | | | - Use ScriptEditor::_update_script_names just once when re-creating the layout
* | | | | Add icon for root node in Create DialogGeorge Marques2016-07-181-0/+3
| | | | | | | | | | | | | | | | | | | | Close #5766
* | | | | Change default extension to .tscn when import 3d scenevolzhs2016-07-181-1/+1
|/ / / /
* | | | Merge pull request #5750 from TheHX/issue-5681Rémi Verschelde2016-07-181-1/+2
|\ \ \ \ | | | | | | | | | | Keep debugger selected tab open when pressing the pause button
| * | | | Keep debugger selected tab open when pressing the pause buttonFranklin Sobrinho2016-07-171-1/+2
| | |/ / | |/| |
* | | | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712Rémi Verschelde2016-07-182-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 5712Paulb232016-07-152-0/+15
| | | | |
* | | | | Merge pull request #5657 from Paulb23/block_caretRémi Verschelde2016-07-183-0/+10
|\ \ \ \ \ | | | | | | | | | | | | Added block caret to TextEdit
| * | | | | Added block caret to TextEditPaulb232016-07-123-0/+10
| | | | | |
* | | | | | Merge pull request #5758 from TheHX/issue-5756Rémi Verschelde2016-07-171-2/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix editor states saving, and remove related error messages
| * | | | | | Fix editor states saving, and remove related error messagesFranklin Sobrinho2016-07-171-2/+9
| | |_|/ / / | |/| | | |
* | | | | | Remove some noisy debug printsRémi Verschelde2016-07-171-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Part of #5031
* | | | | | Merge pull request #5743 from TheHX/issue-5740Rémi Verschelde2016-07-161-2/+10
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix signals/group button on Scene dock
| * | | | | Fix signals/group button on Scene dockFranklin Sobrinho2016-07-161-2/+10
| |/ / / /
* | | | | Merge pull request #5467 from RandomShaper/enhance-tidy-extensionsJuan Linietsky2016-07-161-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Enhance/tidy file extensions management
| * | | | | Revert "make default extension .tscn"Pedro J. Estébanez2016-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 29177e1e9b2644cfa2d5efe6fcfe2605b84ed68c.
* | | | | | Fonts: add missing license informationRémi Verschelde2016-07-162-0/+107
| | | | | | | | | | | | | | | | | | | | | | | | Droid Sans is under Apache 2.0, Source Code Pro under SIL OFL 1.1.
* | | | | | CanvasItemEditor: Changed Frame Selection shortcutIgnacio Etcheverry2016-07-151-1/+1
| |/ / / / |/| | | |
* | | | | Merge pull request #5702 from Paulb23/zoom_shortcutsRémi Verschelde2016-07-152-21/+39
|\ \ \ \ \ | | | | | | | | | | | | Added code editor zoom shortcuts
| * | | | | Added code editor zoom shortcutsPaulb232016-07-142-21/+39
| | |_|/ / | |/| | |
* | | | | i18n: Merge translations with synced templateRémi Verschelde2016-07-1519-2572/+4128
| | | | |
* | | | | i18n: Sync template with current sourceRémi Verschelde2016-07-152-121/+176
| | | | | | | | | | | | | | | | | | | | Also fix a space after : in a translated string.
* | | | | i18n: Pull translations from WeblateRémi Verschelde2016-07-1511-478/+12846
| | | | | | | | | | | | | | | | | | | | Adds Bengali and Urdu (Pakistan) WIP translations.
* | | | | Perform connect when double click a node on connecting signal windowvolzhs2016-07-151-0/+1
|/ / / /
* | | / Fix Orphan StringName on EditorAutoloadSettings classFranklin Sobrinho2016-07-142-3/+1
| |_|/ |/| |
* | | Fixed a crash in scenario where SSL is not available.vamsi2016-07-131-4/+1
| | |
* | | Removes AnimationPlayer renaming on import.Saracen2016-07-131-1/+0
| |/ |/|
* | Merge pull request #5615 from Paulb23/shortcut_save_printRémi Verschelde2016-07-121-1/+0
|\ \ | | | | | | Removed shortcut saving print
| * | Removed shortcut saving printPaulb232016-07-091-1/+0
| | |
* | | Merge pull request #5648 from Paulb23/completion_box_colorsRémi Verschelde2016-07-123-0/+8
|\ \ \ | | | | | | | | Added Completion box colors. Exposed show line numbers, highlight all occurrences, and updated theme.
| * | | Added completion font colorsPaulb232016-07-113-0/+4
| | | |
| * | | Added completion scroll colorPaulb232016-07-113-0/+4
| | | |
* | | | Downloaded templates from project manager can now be installed.Juan Linietsky2016-07-114-32/+214
| | | |
* | | | Fix "Play custom scene" keyboard shortcutFranklin Sobrinho2016-07-111-1/+2
|/ / /
* | | Merge pull request #5634 from vnen/assetlib-map-crashRémi Verschelde2016-07-112-3/+6
|\ \ \ | | | | | | | | Fix crash on asset lib install
| * | | Fix crash on asset lib installGeorge Marques2016-07-102-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_SCENESJuan Linietsky2016-07-101-1/+1
| | |
* | | Merge pull request #5385 from volzhs/autosave-androidJuan Linietsky2016-07-102-8/+11
|\ \ \ | | | | | | | | Fix autosave when run on remote device
| * | | Fix autosave when run on remote devicevolzhs2016-06-242-8/+11
| | | | | | | | | | | | | | | | Fix #5367
* | | | Merge pull request #5421 from MarianoGnu/issuesJuan Linietsky2016-07-104-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 currentMarianoGNU2016-07-083-2/+10
| | | | |