Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-30 | Several fixes related to PBR and Environment | Juan Linietsky | |
2017-05-28 | -Added .hdr format support | Juan Linietsky | |
-Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant | |||
2017-05-28 | Merge pull request #8966 from voithos/path2d-bezier-handle-fix | Rémi Verschelde | |
Fix moving path controls in edit mode. | |||
2017-05-28 | Merge pull request #8968 from noshyaar/pr-bug2 | Rémi Verschelde | |
CreateDialog: fix activating recent item creates node selected in search result | |||
2017-05-28 | CreateDialog: fix activating recent item creates node selected in search result | Poommetee Ketson | |
2017-05-28 | CreateDialog: select root if search exactly match | Poommetee Ketson | |
2017-05-27 | Fix moving path controls in edit mode. | Zaven Muradyan | |
The previous code would never trigger the subsequent conditionals (for moving the control points) when in EDIT_MODE because the point conditionals were nested instead of being a conjunction. | |||
2017-05-27 | Merge pull request #8956 from mcanders/mcanders/ProfilerInputFix | Rémi Verschelde | |
Fix incorrect input event reference in editor_profiler.cpp | |||
2017-05-27 | Merge pull request #8955 from mcanders/mcanders/AnimationEditorInputFix | Rémi Verschelde | |
Fix incorrect input event reference in animation_editor.cpp | |||
2017-05-27 | Merge pull request #8929 from nunodonato/themecolors | Rémi Verschelde | |
Added color presets for easy theme switching | |||
2017-05-27 | Merge pull request #8928 from nunodonato/helpmenu | Rémi Verschelde | |
Added an help menu | |||
2017-05-27 | Fix incorrect input event reference in editor_profiler.cpp | Carter Anderson | |
2017-05-27 | Fix incorrect input event reference in animation_editor.cpp | Carter Anderson | |
2017-05-26 | -Added EXR supprot for HDR (no BC6 compression yet though) | Juan Linietsky | |
-Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3 | |||
2017-05-26 | Added color presets for easy theme switching | Nuno Donato | |
Also tweaked the default colors (darker and less satured) | |||
2017-05-26 | Added an help menu | Nuno Donato | |
Also renamed the "tutorials" button in the script editor to be consistent with the help menu entry. Fixed #8921 | |||
2017-05-26 | Merge pull request #8901 from tagcup/path_editor_plugin | Rémi Verschelde | |
Revive PathEditorPlugin. | |||
2017-05-25 | Applied clang-format. | Ferenc Arn | |
Since PathEditorPlugin was commented out, it didn't get clang-format'ed. | |||
2017-05-25 | Merge pull request #8895 from nunodonato/newdefaultcolors | Rémi Verschelde | |
Improved default colors for the new theme | |||
2017-05-25 | Merge pull request #8891 from nunodonato/newmenu | Rémi Verschelde | |
Join text menus on the top-left, move shortcut buttons to new locations (Preliminary work towards achieving the changes discussed in #8865.) | |||
2017-05-25 | Merge pull request #8869 from Hinsbart/errors | Rémi Verschelde | |
Fix errors on engine startup. | |||
2017-05-24 | Revive PathEditorPlugin. | Ferenc Arn | |
Adapted the plugin to recent changes in input classes and pool arrays. Fixed an out-of-bounds bug in the process. Doesn't display anything for a single point (existing issue). | |||
2017-05-24 | Join text menus on the top-left, move shortcut buttons to new location | Nuno Donato | |
2017-05-24 | Improved default colors for the new theme | Nuno Donato | |
Colors inspired from solarized themes. Also moved the theme settings to the Interface category. | |||
2017-05-23 | Fix crash when interacting with the 2d editor | George Marques | |
2017-05-23 | Merge pull request #8872 from volzhs/editor-theme-lineedit | Rémi Verschelde | |
Fix disabled style of LineEdit | |||
2017-05-23 | Fix disabled style of LineEdit | volzhs | |
2017-05-22 | Fix errors on engine startup. | Andreas Haas | |
Fixes a bunch of the most spammy console errors introduced by recent refactorings: - `AudioServerState` does not exist, this was the reference to it in the source. The surrounding code made it clear that `AudioServerLayout` was meant to be used instead. - `StreamCSVTranslation` same here, it's the only reference. I went with `Translation` here, but I'm not 100% sure on this one. - Some methods have been moved from `Texture` to `Image`, but the old bindings were still there. - A few `name == ""` errors related to duplicating nodes. | |||
2017-05-22 | Merge pull request #8863 from volzhs/editor-theme-new-node | Rémi Verschelde | |
Show description box on create new node window | |||
2017-05-22 | Merge pull request #8861 from volzhs/editor-theme-filedialog | Rémi Verschelde | |
Show disabled item with proper color on FileDialog of editor theme | |||
2017-05-22 | Show description box on create new node window | volzhs | |
2017-05-22 | Show disabled item with proper color on FileDialog of editor theme | volzhs | |
Fix #8635 | |||
2017-05-21 | Fix 2d path editor controls. | Zaven Muradyan | |
Fixes #502. This appears to have been broken due to a merge conflict after the InputEvents changes. | |||
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | |
this might cause bugs I haven't found yet.. | |||
2017-05-20 | Merge pull request #8838 from zlsa/master | Rémi Verschelde | |
Export nested nodes in TileSet scenes; resolves #8819. | |||
2017-05-20 | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | |
New customizable editor theme | |||
2017-05-19 | Fix #8819. Adds _import_node() that, when used in conjunction with ↵ | Jon Ross | |
_import_scene, recurses through the scene tree and exports all available nodes. | |||
2017-05-18 | Merge pull request #8789 from Hinsbart/editor_shortcuts | Rémi Verschelde | |
Editor: Make "open 2d/3d/script editor" shortcuts configurable. | |||
2017-05-18 | Editor: Make "open 2d/3d/script editor" shortcuts configurable. | Andreas Haas | |
Also adds shortcuts for opening the AssetLib and for switching to the next/prev editor. | |||
2017-05-18 | Merge pull request #6941 from voithos/bezier-handle-deletion-shortcut | Rémi Verschelde | |
Add the ability to delete bezier path handles. | |||
2017-05-18 | Merge pull request #8716 from Hinsbart/import-plugins | Rémi Verschelde | |
Bring back EditorImportPlugin | |||
2017-05-17 | Adapt tutorials (Godot Docs) icon to new design | Rémi Verschelde | |
2017-05-17 | Use new Godot icon consistently everywhere | Rémi Verschelde | |
2017-05-17 | Fix two typos from previous commit | Rémi Verschelde | |
Also cleanup comments on variant types. | |||
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | |
2017-05-15 | Merge pull request #8761 from noshyaar/pr2 | Rémi Verschelde | |
AssetInstaller: fix toggling dir bug, scan after install | |||
2017-05-15 | Merge pull request #8717 from damianday/master | Rémi Verschelde | |
Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSystemDirectory | |||
2017-05-14 | AssetInstaller: fix toggling dir bug, scan after install | Poommetee Ketson | |
2017-05-12 | Merge pull request #8719 from Hinsbart/settings_case | Rémi Verschelde | |
Project Settings: Use capitalized properties. | |||
2017-05-12 | Merge pull request #8702 from josempans/bug_fixing | Rémi Verschelde | |
Fix click area for bool parameter |