Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-31 | Some theme and usability improvements | Daniel J. Ramirez | |
Fixed create script editor dialog not changing extension Options menu for inspector element is bigger | |||
2017-07-29 | Merge pull request #9968 from kubecz3k/edit-plugin-hint | George Marques | |
ScriptEditor -> 'script_close' signal hint correction | |||
2017-07-29 | ScriptEditor -> 'script_close' signal hint correction | Jakub Grzesik | |
2017-07-29 | PropertyEditor: Fix easing_curve blocking popup input | Poommetee Ketson | |
2017-07-29 | Few small GI Probe fixes | Juan Linietsky | |
2017-07-28 | Merge pull request #9943 from kubecz3k/fix-inh-inst-edit | Rémi Verschelde | |
correct RMB options for instanced inherited scene | |||
2017-07-28 | Merge pull request #9906 from Noshyaar/pr-theme | Rémi Verschelde | |
ThemeEditor: fix broken dialog | |||
2017-07-28 | Merge pull request #9879 from RandomShaper/fix-mutating-settings-file | Rémi Verschelde | |
Fix mutating project.godot | |||
2017-07-28 | correct RMB options for instanced inherited scene | Jakub Grzesik | |
When scene is inherited and later instanced as a part of another scene, only options related to instancing will be visible - same behavior as in 2.x closes #9901 | |||
2017-07-27 | ThemeEditor: fix broken dialog | Poommetee Ketson | |
2017-07-27 | Merge pull request #9870 from Noshyaar/pr-fixsave | Rémi Verschelde | |
Fix !save_each_scene saving scenes with no filename | |||
2017-07-27 | Merge pull request #9852 from groud/canvas_editor_update | Rémi Verschelde | |
Some more CanvasItemEditor improvements | |||
2017-07-27 | Merge pull request #9904 from Noshyaar/pr-off | Rémi Verschelde | |
PropertyEditor: display "Off" if property is false | |||
2017-07-27 | PropertyEditor: display "Off" if property is false | Poommetee Ketson | |
2017-07-27 | Initialize freelook shortcuts properly | Marc Gilleron | |
2017-07-26 | Fix mutating project.godot | Pedro J. Estébanez | |
Namely: - comment block lost on first save; - config_version doubled as 3 and null on second save; - format change on first save. | |||
2017-07-26 | Fix !save_each_scene saving scenes with no filename | Poommetee Ketson | |
When save_each_scene is false, only scenes that have been saved at least once are saved. But EditorNode tries to save scenes with no filename too (they're never saved), so it crashes. | |||
2017-07-25 | Temporarily disable the Asset Library | Rémi Verschelde | |
Currently it features only plugins for Godot 2.1.x, we need #7147 fixed to be able to propose only 3.0-compatible plugins in the Asset Library. | |||
2017-07-25 | Change the grid offset when the snap is set as relative | Gilles Roudiere | |
2017-07-25 | Label: update min size when regenerate wordcache | Poommetee Ketson | |
2017-07-25 | Merge pull request #9702 from groud/canvas_editor_update | Rémi Verschelde | |
[WIP] Canvas editor code clean-up (and improvements) | |||
2017-07-24 | EditorNode: fix missing distraction-free tooltip | Poommetee Ketson | |
2017-07-23 | small grammar fix | Juan Linietsky | |
2017-07-23 | -Ability to set default import presets for type | Juan Linietsky | |
-More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview | |||
2017-07-23 | Suppress get_edited_scene_root error | Poommetee Ketson | |
2017-07-23 | Merge pull request #9765 from Noshyaar/pr-clang | Rémi Verschelde | |
Clang-formatting *.cpp and *.h (some files excluded) | |||
2017-07-23 | Merge pull request #9790 from Noshyaar/pr-req | Rémi Verschelde | |
EditorNode: request_attn when behind other windows | |||
2017-07-23 | Merge pull request #9788 from Zylann/freelook_modifier | Rémi Verschelde | |
Added configurable modifier key to activate freelook | |||
2017-07-23 | Merge pull request #9774 from Noshyaar/pr-about | Rémi Verschelde | |
Move About dialog to editor_about.cpp | |||
2017-07-23 | Merge pull request #9762 from Paulb23/_scipt_close_tab_selection_issue_8400 | Rémi Verschelde | |
Fixed script tab selection on file close, issue 8400 | |||
2017-07-23 | Merge pull request #9761 from Noshyaar/pr-fix | Rémi Verschelde | |
ScriptEditor: suppress get_child errors | |||
2017-07-23 | Merge pull request #9706 from djrm/theme_fixes | Rémi Verschelde | |
Icons can now be added inside line edits (Search icon). | |||
2017-07-23 | EditorNode: request_attn when behind other windows | Poommetee Ketson | |
The current version requests attention only when minimized which might not work as expected when it's not minimized but doesn't have focus. | |||
2017-07-23 | Added configurable modifier key to activate freelook | Marc Gilleron | |
2017-07-23 | Move About dialog to editor_about.cpp | Poommetee Ketson | |
2017-07-22 | Merge pull request #9754 from Hinsbart/obj_fix | Rémi Verschelde | |
OBJ Importer: Fix relative path materials. | |||
2017-07-22 | Merge pull request #9749 from kubecz3k/animtree-slider-fix | Rémi Verschelde | |
AnimationTree nodes sliders fixes | |||
2017-07-22 | Merge pull request #9743 from Noshyaar/pr-itemlist | Rémi Verschelde | |
Enhanced About dialog, Add ItemList auto_height | |||
2017-07-22 | Merge pull request #9742 from quinnyo/project-manager-new-config | Rémi Verschelde | |
updated project manager to use new project.godot values | |||
2017-07-22 | Merge pull request #9717 from kubecz3k/plugin-methods-rename | Rémi Verschelde | |
Rename of two EditorPlugin methods | |||
2017-07-22 | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson | |
2017-07-22 | Fixed script tab selection on file close, issue 8400 | Paulb23 | |
2017-07-22 | ScriptEditor: suppress get_child errors | Poommetee Ketson | |
2017-07-21 | OBJ Importer: Fix relative path materials. | Andreas Haas | |
2017-07-21 | AnimationTree nodes sliders fixes | Jakub Grzesik | |
2017-07-21 | Enhanched About dialog, Add ItemList auto_height | Poommetee Ketson | |
Add set/has_auto_height for ItemList to automatically set minimum size by content. Add hash to About dialog. Resize About dialog so that dev list appears in 3 columns. | |||
2017-07-21 | updated project manager to use new project.godot values | Quinn Yo | |
2017-07-20 | Make uniform resize possible with side (top, left, right, bottom) | Gilles Roudiere | |
handles. | |||
2017-07-20 | Replaced the hard-to-understand _select by _select_click_on_empty_area and ↵ | Gilles Roudiere | |
_select_click_on_item. Added some comments Removed commented code or useless ones | |||
2017-07-20 | Generalized _find_canvas_items_at_pos to remove _select_canvas_items_at_pos | Gilles Roudiere | |
Removed some useless parameters Removed old comments |