aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Consistent display of shortcut names in tooltipspoke10242017-12-211-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Fix open directory in FileSystem dockvolzhs2017-12-221-6/+3
| |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | -Make capture dependent on a cell size, not subdivision.Juan Linietsky2017-12-211-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Fixed a bug recently introduced when releasing mouse events and calling popups
* | | | | | | | | | Merge pull request #14874 from volzhs/blurry-zoomRémi Verschelde2017-12-201-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix blurry after zooming
| * | | | | | | | | | Fix blurry after zoomingvolzhs2017-12-211-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | EditorSettings: Move scene tab options to their dedicated categoryRémi Verschelde2017-12-202-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #14870.
* | | | | | | | | | i18n: Sync translation templates with current sourceRémi Verschelde2017-12-2045-4013/+12832
| | | | | | | | | |
* | | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2017-12-2032-5131/+20573
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds Icelandic and Tamil.
* | | | | | | | | Good while it lasted, restored full 3D for 2D viewport, as required for ↵Juan Linietsky2017-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Canvas BG mode. Fixes #14540
* | | | | | | | | Fixed bug where all file dialogs requested thumbnails even if hidden.Juan Linietsky2017-12-191-2/+3
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Should no longer crash after rebaking, may be a solution to #14795Juan Linietsky2017-12-191-0/+3
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Not sure if this is the same problem, as reported, please test.
* | | | | | | Add method_descr again because it's required for classes thatGuilherme Felipe2017-12-181-28/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | don't have public methods. revert #14814
* | | | | | | Fix doc methods not showing upGuilherme Felipe2017-12-181-32/+28
| |_|/ / / / |/| | | | |
* | | | | | Fix bug in previous commitRémi Verschelde2017-12-181-1/+1
| | | | | |
* | | | | | Prevent infinite loop in export template managerRémi Verschelde2017-12-181-10/+7
| | | | | |
* | | | | | Fix installing export templates from fileOnur Aslan2017-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3de20641f5690aba7551da5c592a79d44af54fef did break installing export templates from file. This patch is fixing it.
* | | | | | Use a different strategy for path remaps, try loading from a remap file instead.Juan Linietsky2017-12-181-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | This ensures multiple PCK exports still work.
* | | | | | doc: Sync classref with current sourceRémi Verschelde2017-12-181-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde2017-12-171-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Added 'duplicate' function for Dictionary in C++ and API.
| * | | | | Dictionary::copy -> ::duplicateWill Nations2017-12-171-3/+3
| | | | | |
* | | | | | Merge pull request #14786 from djrm/pr_fixesRémi Verschelde2017-12-172-10/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Expose Range, ScrollBar and Slider as virtual.
| * | | | | | Expose Range, ScrollBar and Slider as virtual.Daniel J. Ramirez2017-12-172-10/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #14782 from djrm/pr_visual_improvementsRémi Verschelde2017-12-173-0/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Now every variant type has its icon.
| * | | | | | Now every variant type has its icon.Daniel J. Ramirez2017-12-173-0/+6
| |/ / / / /
* | | | | | Merge pull request #14779 from RayKoopa/setting_ui_designRémi Verschelde2017-12-176-45/+81
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Implement settings dialog UI ideas
| * | | | | Clean up setting dialogues a bit.Ray Koopa2017-12-176-45/+81
| | | | | |
* | | | | | Merge pull request #14781 from djrm/pr_visual_improvementsRémi Verschelde2017-12-1760-187/+128
|\ \ \ \ \ \ | | | | | | | | | | | | | | General use Variant type icons, plus other icon updates.
| * | | | | | General use Variant type icons, plus other icon updates.Daniel J. Ramirez2017-12-1760-187/+128
| | | | | | |
* | | | | | | Merge pull request #14770 from volzhs/sub-resourcesRémi Verschelde2017-12-172-5/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Show sub-resources as sub-menu
| * | | | | | | Show sub-resources as sub-menuvolzhs2017-12-172-5/+8
| | | | | | | |
* | | | | | | | Property install export templates when downloaded from httpJuan Linietsky2017-12-173-6/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added a scale parameter for scene import
* | | | | | | | Fix method not returning value in all paths (autotile editor)George Marques2017-12-171-3/+3
| |/ / / / / / |/| | | | | |
* | | | | | | Fixes how transform is applied to geometry in UV unwrapJuan Linietsky2017-12-171-6/+6
| |/ / / / / |/| | | | |
* | | | | | Cleanup some #if 0'd codeRémi Verschelde2017-12-173-129/+3
|/ / / / /
* | | | | Merge pull request #14692 from poke1024/docsgroupsRémi Verschelde2017-12-172-125/+142
|\ \ \ \ \ | | | | | | | | | | | | Docs methods grouping by prefix
| * | | | | Docs methods grouping by prefixpoke10242017-12-162-125/+142
| | |/ / / | |/| | |
* | | | | Refactoring FPS & information on 3D viewportvolzhs2017-12-173-45/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - FPS label position adjusted with Preview button - Remove unnecessary Panel control - Remove unnecessary check condition
* | | | | Merge pull request #14743 from volzhs/unnecessary-update-filesRémi Verschelde2017-12-161-3/+1
|\ \ \ \ \ | |_|/ / / |/| | | | Remove unnecessay update on FileSystem dock
| * | | | Remove unnecessay update on FileSystem dockvolzhs2017-12-161-3/+1
| | | | |
* | | | | Moved Local Space Mode and Transform Snap settings to Top Bar ...Przemysław Gołąb (n-pigeon)2017-12-162-48/+76
|/ / / / | | | | | | | | | | | | ...buttons for easier access.
* | | | Merge pull request #14739 from volzhs/collapse_folderJuan Linietsky2017-12-161-2/+5
|\ \ \ \ | | | | | | | | | | Enhance FileSystem dock
| * | | | Enchance FileSystem dockvolzhs2017-12-161-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Collapse / Uncollapse folder with double click * Sync with tree and bottom panel * Show selected folder in tree when changed
* | | | | Merge pull request #14698 from ↵Rémi Verschelde2017-12-161-2/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | carlosfvieira/6382-Properties_in_the_inspector_lacking_tooltips Proposed change to close issue "#6382 - Properties in the inspector lacking tooltips"
| * | | | | closes godotengine/godot#6382 - traverse classes docs so that all properties ↵carlosfvieira2017-12-161-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | from inherited classes have tooltips accordingly
* | | | | | Merge pull request #14597 from NathanWarden/linux_extensionsRémi Verschelde2017-12-163-9/+21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Updated Linux template extensions to match architecture.
| * | | | | Updated Linux template extensions to match architecture.Nathan Warden2017-12-123-9/+21
| | | | | |
* | | | | | Merge pull request #14682 from sersoong/master-batchchangeRémi Verschelde2017-12-161-55/+58
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enhanced changeType menu in Scene Tree Dock
| * | | | | | Enhanced changeType menu in Scene Tree Docksersoong2017-12-161-55/+58
| | | | | | |
* | | | | | | Merge pull request #14702 from YeldhamDev/property_multilineRémi Verschelde2017-12-161-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Made multiline property editor deselect text when opening
| * | | | | | | Made multiline property editor deselect text when opening.Michael Alexsander Silva Dias2017-12-151-0/+1
| |/ / / / / /