Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-24 | expose bottom panel button to EditorPlugin scripts | MarianoGNU | |
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 | |
2016-07-21 | Implement missing ShortCuts in CanvasItemEditor | Ignacio Etcheverry | |
2016-07-19 | Fix main scene not being saved when set via Play button | Rémi Verschelde | |
Fixes #1134 for real. Also tweaked the engine.cfg template and the preference order when browsing for the main scene. | |||
2016-07-19 | Merge pull request #5794 from TheHX/editor-settings-dialog | Rémi Verschelde | |
Keep selected section in Editor Settings when reopening the dialog | |||
2016-07-19 | Merge pull request #5793 from TheHX/issue-5722 | Rémi Verschelde | |
Fix Editor Settings dialog range editing by dragging and using the slider | |||
2016-07-19 | Merge pull request #5783 from TheHX/issue-5782 | Rémi Verschelde | |
Fix crash when dropping scene as a sibling of the root node | |||
2016-07-19 | Merge pull request #5760 from r1cebank/issue-5636__add-close-docs-option | Rémi Verschelde | |
Script Editor: adding close all docs menu option | |||
2016-07-18 | Always soft reload editor plugins. Closes #5273 | Juan Linietsky | |
2016-07-18 | Keep selected section in Editor Settings when reopening the dialog | Franklin Sobrinho | |
2016-07-18 | Fix Editor Settings dialog range editing by dragging and using the slider | Franklin Sobrinho | |
2016-07-18 | Property convert images to RGBA before applying hq2x, fixes #5168 | Juan Linietsky | |
2016-07-18 | Revert "Change default extension to .tscn when import 3d scene" | Rémi Verschelde | |
Also adds a comment as to why this extension should not be changed. This commit reverts edf7082326526d76bfda095daa99e56317e30803. | |||
2016-07-18 | Fix crash when dropping scene as a sibling of the root node | Franklin Sobrinho | |
2016-07-18 | Script Editor: adding close all docs menu option | Siyuan Gao | |
2016-07-18 | Merge pull request #5780 from TheHX/script-editor-layout | Rémi Verschelde | |
Fix ScriptEditor don't saving the layout when opening a help page | |||
2016-07-18 | Add icon for root node in Create Dialog | George Marques | |
Close #5766 | |||
2016-07-18 | Fix ScriptEditor don't saving the layout when opening a help page | Franklin Sobrinho | |
- Use ScriptEditor::_update_script_names just once when re-creating the layout | |||
2016-07-18 | Change default extension to .tscn when import 3d scene | volzhs | |
2016-07-18 | Merge pull request #5750 from TheHX/issue-5681 | Rémi Verschelde | |
Keep debugger selected tab open when pressing the pause button | |||
2016-07-18 | Merge pull request #5723 from Paulb23/toggle_breakpoint_gutter_issue_5712 | Rémi Verschelde | |
Fixed toggle breakpoint gutter not updating when the game is running, issue 5712 | |||
2016-07-18 | Merge pull request #5657 from Paulb23/block_caret | Rémi Verschelde | |
Added block caret to TextEdit | |||
2016-07-17 | Merge pull request #5758 from TheHX/issue-5756 | Rémi Verschelde | |
Fix editor states saving, and remove related error messages | |||
2016-07-17 | Fix editor states saving, and remove related error messages | Franklin Sobrinho | |
2016-07-17 | Remove some noisy debug prints | Rémi Verschelde | |
Part of #5031 | |||
2016-07-17 | Keep debugger selected tab open when pressing the pause button | Franklin Sobrinho | |
2016-07-16 | Merge pull request #5743 from TheHX/issue-5740 | Rémi Verschelde | |
Fix signals/group button on Scene dock | |||
2016-07-16 | Fix signals/group button on Scene dock | Franklin Sobrinho | |
2016-07-16 | Merge pull request #5467 from RandomShaper/enhance-tidy-extensions | Juan Linietsky | |
Enhance/tidy file extensions management | |||
2016-07-16 | Fonts: add missing license information | Rémi Verschelde | |
Droid Sans is under Apache 2.0, Source Code Pro under SIL OFL 1.1. | |||
2016-07-15 | CanvasItemEditor: Changed Frame Selection shortcut | Ignacio Etcheverry | |