Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-18 | Fix bug in previous commit | Rémi Verschelde | |
2017-12-18 | Prevent infinite loop in export template manager | Rémi Verschelde | |
2017-12-18 | Fix installing export templates from file | Onur Aslan | |
3de20641f5690aba7551da5c592a79d44af54fef did break installing export templates from file. This patch is fixing it. | |||
2017-12-18 | Use a different strategy for path remaps, try loading from a remap file instead. | Juan Linietsky | |
This ensures multiple PCK exports still work. | |||
2017-12-18 | doc: Sync classref with current source | Rémi Verschelde | |
2017-12-17 | Merge pull request #14754 from willnationsdev/dictionary-copy | Rémi Verschelde | |
Added 'duplicate' function for Dictionary in C++ and API. | |||
2017-12-17 | Dictionary::copy -> ::duplicate | Will Nations | |
2017-12-17 | Merge pull request #14786 from djrm/pr_fixes | Rémi Verschelde | |
Expose Range, ScrollBar and Slider as virtual. | |||
2017-12-17 | Merge pull request #14782 from djrm/pr_visual_improvements | Rémi Verschelde | |
Now every variant type has its icon. | |||
2017-12-17 | Merge pull request #14779 from RayKoopa/setting_ui_design | Rémi Verschelde | |
Implement settings dialog UI ideas | |||
2017-12-17 | Expose Range, ScrollBar and Slider as virtual. | Daniel J. Ramirez | |
2017-12-17 | Now every variant type has its icon. | Daniel J. Ramirez | |
2017-12-17 | Merge pull request #14781 from djrm/pr_visual_improvements | Rémi Verschelde | |
General use Variant type icons, plus other icon updates. | |||
2017-12-17 | General use Variant type icons, plus other icon updates. | Daniel J. Ramirez | |
2017-12-17 | Merge pull request #14770 from volzhs/sub-resources | Rémi Verschelde | |
Show sub-resources as sub-menu | |||
2017-12-17 | Property install export templates when downloaded from http | Juan Linietsky | |
added a scale parameter for scene import | |||
2017-12-17 | Fix method not returning value in all paths (autotile editor) | George Marques | |
2017-12-17 | Clean up setting dialogues a bit. | Ray Koopa | |
2017-12-17 | Fixes how transform is applied to geometry in UV unwrap | Juan Linietsky | |
2017-12-17 | Show sub-resources as sub-menu | volzhs | |
2017-12-17 | Cleanup some #if 0'd code | Rémi Verschelde | |
2017-12-17 | Merge pull request #14692 from poke1024/docsgroups | Rémi Verschelde | |
Docs methods grouping by prefix | |||
2017-12-17 | Refactoring FPS & information on 3D viewport | volzhs | |
- FPS label position adjusted with Preview button - Remove unnecessary Panel control - Remove unnecessary check condition | |||
2017-12-16 | Docs methods grouping by prefix | poke1024 | |
2017-12-16 | Merge pull request #14743 from volzhs/unnecessary-update-files | Rémi Verschelde | |
Remove unnecessay update on FileSystem dock | |||
2017-12-16 | Remove unnecessay update on FileSystem dock | volzhs | |
2017-12-16 | Moved Local Space Mode and Transform Snap settings to Top Bar ... | Przemysław Gołąb (n-pigeon) | |
...buttons for easier access. | |||
2017-12-16 | Merge pull request #14739 from volzhs/collapse_folder | Juan Linietsky | |
Enhance FileSystem dock | |||
2017-12-16 | Enchance FileSystem dock | volzhs | |
* Collapse / Uncollapse folder with double click * Sync with tree and bottom panel * Show selected folder in tree when changed | |||
2017-12-16 | Merge pull request #14698 from ↵ | Rémi Verschelde | |
carlosfvieira/6382-Properties_in_the_inspector_lacking_tooltips Proposed change to close issue "#6382 - Properties in the inspector lacking tooltips" | |||
2017-12-16 | Merge pull request #14597 from NathanWarden/linux_extensions | Rémi Verschelde | |
Updated Linux template extensions to match architecture. | |||
2017-12-16 | Merge pull request #14682 from sersoong/master-batchchange | Rémi Verschelde | |
Enhanced changeType menu in Scene Tree Dock | |||
2017-12-16 | Merge pull request #14702 from YeldhamDev/property_multiline | Rémi Verschelde | |
Made multiline property editor deselect text when opening | |||
2017-12-16 | Enhanced changeType menu in Scene Tree Dock | sersoong | |
2017-12-15 | Made multiline property editor deselect text when opening. | Michael Alexsander Silva Dias | |
2017-12-16 | closes godotengine/godot#6382 - traverse classes docs so that all properties ↵ | carlosfvieira | |
from inherited classes have tooltips accordingly | |||
2017-12-16 | Merge pull request #14551 from volzhs/ok-alert-confirm | Rémi Verschelde | |
Pressing Enter key creates or loads script on Attach script window | |||
2017-12-16 | Merge pull request #14613 from voithos/fold-jump-bugfix | Rémi Verschelde | |
Account for folded code blocks when navigating via members list | |||
2017-12-16 | Merge pull request #14609 from sersoong/master-test | Rémi Verschelde | |
Enhanced Merge From Scene | |||
2017-12-16 | Merge pull request #14630 from willnationsdev/script-editor-create-api | Rémi Verschelde | |
Add API for ScriptEditor to open ScriptCreateDialog | |||
2017-12-16 | Merge pull request #14623 from volzhs/mesh-menu-theme | Rémi Verschelde | |
Fix theme for Mesh menu | |||
2017-12-16 | Merge pull request #14645 from volzhs/focus-after-select | Rémi Verschelde | |
Focus path field after seleting file browser on Attach script window | |||
2017-12-16 | Merge pull request #14649 from MattUV/fix-indentation | Rémi Verschelde | |
Modifies text indentation behaviour | |||
2017-12-16 | Merge pull request #14652 from hoelzl/pr-moved-instanced-children | Rémi Verschelde | |
Prevent users from moving instanced children | |||
2017-12-15 | Made built-in identifiers properly constant in shaders. Fixes #14449, closes ↵ | Juan Linietsky | |
#14629 | |||
2017-12-15 | ScriptCreateDialog: Fix loading scripts with named classes. | Andreas Haas | |
We only need to validate the class name when creating a new script, existing scripts already have one. Fixes #14643 Supersedes/Closes #14684 | |||
2017-12-15 | -Added new scene conversion to binary on export (disabled by default, please ↵ | Juan Linietsky | |
test) -This method works by directly converting text to binary, so the scene does not need to be loaded and saved | |||
2017-12-15 | Modifies indentation behaviours | MattUV | |
Partially fixes #14559 (see the issue for details); Removes some code redondancy ; Adds the possibility to indent left and right without selecting text ; Adds the entries to the context menu when text is not selected ; Renames indent_selection_left() and indent_selection_right() to indent_left() and indent_right() ; Unifies context menus of shader text editor and script text editor. | |||
2017-12-14 | Updated icons | Daniel J. Ramirez | |
[ciskip] | |||
2017-12-14 | GDScript files are converted to binary on export now. | Juan Linietsky | |