| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #10006 from djrm/pr_theme_fixes | Rémi Verschelde | 2017-08-01 | 7 | -51/+77 |
| |\ | | | | | Some theme and usability improvements | ||||
| | * | Some theme and usability improvements | Daniel J. Ramirez | 2017-07-31 | 7 | -52/+78 |
| | | | | | | | | | | | Fixed create script editor dialog not changing extension Options menu for inspector element is bigger | ||||
| * | | Merge pull request #10009 from marcelofg55/master | Rémi Verschelde | 2017-08-01 | 1 | -2/+2 |
| |\ \ | | | | | | | Fix possible division by zero crashes on the wav importer | ||||
| | * | | Fix possible division by zero crashes on the wav importer | Marcelo Fernandez | 2017-07-31 | 1 | -2/+2 |
| | | | | |||||
| * | | | Fix equality when assignment intended | Pedro J. Estébanez | 2017-08-01 | 1 | -1/+1 |
| |/ / | |||||
| * | | Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync | Rémi Verschelde | 2017-08-01 | 3 | -28/+27 |
| |\ \ | | | | | | | Texture region now updates when changing an Atlas region rect | ||||
| | * | | Texture region now updates when changing an Atlas | Robert Hernandez | 2017-06-29 | 3 | -28/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Removed atlas_changed signal for AtlasTexture - Changes are now handled by _notify_change - Removed unneccesary signal connections - Texture preview now updates in real-time Fixed TextureRegionEditor constantly regenerating | ||||
| * | | | SpatialEditor: fix transform dialog | Poommetee Ketson | 2017-07-31 | 1 | -22/+26 |
| | | | | |||||
| * | | | Merge pull request #9990 from GodotExplorer/pr-fix-stretch-ratio | Rémi Verschelde | 2017-07-31 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Fix errors with stretch ratio | ||||
| | * | | | Fix property type expose of Control.stretch_ratio. | Geequlim | 2017-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Fix set integer value from inspector to round instead of floor. | ||||
| * | | | | Style: Apply clang-format on all files | Rémi Verschelde | 2017-07-30 | 22 | -23/+23 |
| | | | | | | | | | | | | | | | | | Thus fixing some invalid changes that had still made it to the master branch. | ||||
| * | | | | Revert "PropertyEditor: display "Off" if property is false" | Rémi Verschelde | 2017-07-30 | 1 | -2/+1 |
| | |_|/ |/| | | | | | | | | | | | This reverts commit 5adb94e72694fd4c4b80be85b3adf9a4a7d6c45b. It was actually not a bug, see discussion on #9898. | ||||
| * | | | Merge pull request #9968 from kubecz3k/edit-plugin-hint | George Marques | 2017-07-29 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | ScriptEditor -> 'script_close' signal hint correction | ||||
| | * | | | ScriptEditor -> 'script_close' signal hint correction | Jakub Grzesik | 2017-07-29 | 1 | -1/+1 |
| | |/ / | |||||
| * / / | PropertyEditor: Fix easing_curve blocking popup input | Poommetee Ketson | 2017-07-29 | 1 | -5/+5 |
| |/ / | |||||
| * | | Few small GI Probe fixes | Juan Linietsky | 2017-07-29 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #9943 from kubecz3k/fix-inh-inst-edit | Rémi Verschelde | 2017-07-28 | 1 | -2/+2 |
| |\ \ | | | | | | | correct RMB options for instanced inherited scene | ||||
| | * | | correct RMB options for instanced inherited scene | Jakub Grzesik | 2017-07-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Merge pull request #9906 from Noshyaar/pr-theme | Rémi Verschelde | 2017-07-28 | 2 | -34/+28 |
| |\ \ \ | | | | | | | | | ThemeEditor: fix broken dialog | ||||
| | * | | | ThemeEditor: fix broken dialog | Poommetee Ketson | 2017-07-27 | 2 | -34/+28 |
| | | | | | |||||
| * | | | | Merge pull request #9879 from RandomShaper/fix-mutating-settings-file | Rémi Verschelde | 2017-07-28 | 1 | -20/+7 |
| |\ \ \ \ | |_|/ / |/| | | | Fix mutating project.godot | ||||
| | * | | | Fix mutating project.godot | Pedro J. Estébanez | 2017-07-26 | 1 | -20/+7 |
| | |/ / | | | | | | | | | | | | | | | | | | | Namely: - comment block lost on first save; - config_version doubled as 3 and null on second save; - format change on first save. | ||||
| * | | | Merge pull request #9870 from Noshyaar/pr-fixsave | Rémi Verschelde | 2017-07-27 | 2 | -16/+15 |
| |\ \ \ | | | | | | | | | Fix !save_each_scene saving scenes with no filename | ||||
| | * | | | Fix !save_each_scene saving scenes with no filename | Poommetee Ketson | 2017-07-26 | 2 | -16/+15 |
| | |/ / | | | | | | | | | | | | | | | | 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. | ||||
| * | | | Merge pull request #9852 from groud/canvas_editor_update | Rémi Verschelde | 2017-07-27 | 1 | -6/+15 |
| |\ \ \ | | | | | | | | | Some more CanvasItemEditor improvements | ||||
| | * | | | Change the grid offset when the snap is set as relative | Gilles Roudiere | 2017-07-25 | 1 | -6/+15 |
| | | | | | |||||
| * | | | | Merge pull request #9904 from Noshyaar/pr-off | Rémi Verschelde | 2017-07-27 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | PropertyEditor: display "Off" if property is false | ||||
| | * | | | | PropertyEditor: display "Off" if property is false | Poommetee Ketson | 2017-07-27 | 1 | -1/+2 |
| | | |/ / | |/| | | |||||
| * / | | | Initialize freelook shortcuts properly | Marc Gilleron | 2017-07-27 | 1 | -7/+15 |
| |/ / / | |||||
| * / / | Temporarily disable the Asset Library | Rémi Verschelde | 2017-07-25 | 1 | -2/+5 |
| |/ / | | | | | | | | | 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. | ||||
| * | | Label: update min size when regenerate wordcache | Poommetee Ketson | 2017-07-25 | 1 | -1/+0 |
| | | | |||||
| * | | Merge pull request #9702 from groud/canvas_editor_update | Rémi Verschelde | 2017-07-25 | 2 | -209/+114 |
| |\ \ | | | | | | | [WIP] Canvas editor code clean-up (and improvements) | ||||
| | * | | Make uniform resize possible with side (top, left, right, bottom) | Gilles Roudiere | 2017-07-20 | 1 | -26/+30 |
| | | | | | | | | | | | | | handles. | ||||
| | * | | Replaced the hard-to-understand _select by _select_click_on_empty_area and ↵ | Gilles Roudiere | 2017-07-20 | 2 | -113/+67 |
| | | | | | | | | | | | | | | | | | | | | | | _select_click_on_item. Added some comments Removed commented code or useless ones | ||||
| | * | | Generalized _find_canvas_items_at_pos to remove _select_canvas_items_at_pos | Gilles Roudiere | 2017-07-20 | 2 | -71/+18 |
| | | | | | | | | | | | | | | | | Removed some useless parameters Removed old comments | ||||
| * | | | EditorNode: fix missing distraction-free tooltip | Poommetee Ketson | 2017-07-24 | 1 | -0/+1 |
| | | | | |||||
| * | | | small grammar fix | Juan Linietsky | 2017-07-23 | 1 | -3/+3 |
| | | | | |||||
| * | | | -Ability to set default import presets for type | Juan Linietsky | 2017-07-23 | 8 | -138/+254 |
| | | | | | | | | | | | | | | | | | | | -More presets for scene importer -Option in scene importer to export root nodes as separate scenes -Fixed MeshInstance preview | ||||
| * | | | Suppress get_edited_scene_root error | Poommetee Ketson | 2017-07-23 | 3 | -1/+10 |
| | | | | |||||
| * | | | Merge pull request #9765 from Noshyaar/pr-clang | Rémi Verschelde | 2017-07-23 | 1 | -1/+0 |
| |\ \ \ | | | | | | | | | Clang-formatting *.cpp and *.h (some files excluded) | ||||
| | * | | | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson | 2017-07-22 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Merge pull request #9790 from Noshyaar/pr-req | Rémi Verschelde | 2017-07-23 | 1 | -2/+1 |
| |\ \ \ \ | | | | | | | | | | | EditorNode: request_attn when behind other windows | ||||
| | * | | | | EditorNode: request_attn when behind other windows | Poommetee Ketson | 2017-07-23 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current version requests attention only when minimized which might not work as expected when it's not minimized but doesn't have focus. | ||||
| * | | | | | Merge pull request #9788 from Zylann/freelook_modifier | Rémi Verschelde | 2017-07-23 | 2 | -29/+37 |
| |\ \ \ \ \ | | | | | | | | | | | | | Added configurable modifier key to activate freelook | ||||
| | * | | | | | Added configurable modifier key to activate freelook | Marc Gilleron | 2017-07-23 | 2 | -29/+37 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #9774 from Noshyaar/pr-about | Rémi Verschelde | 2017-07-23 | 4 | -174/+285 |
| |\ \ \ \ \ | | | | | | | | | | | | | Move About dialog to editor_about.cpp | ||||
| | * | | | | | Move About dialog to editor_about.cpp | Poommetee Ketson | 2017-07-23 | 4 | -174/+285 |
| | |/ / / / | |||||
| * | | | | | Merge pull request #9762 from Paulb23/_scipt_close_tab_selection_issue_8400 | Rémi Verschelde | 2017-07-23 | 1 | -0/+3 |
| |\ \ \ \ \ | | | | | | | | | | | | | Fixed script tab selection on file close, issue 8400 | ||||
| | * | | | | | Fixed script tab selection on file close, issue 8400 | Paulb23 | 2017-07-22 | 1 | -1/+4 |
| | | |_|/ / | |/| | | | |||||
| * | | | | | Merge pull request #9761 from Noshyaar/pr-fix | Rémi Verschelde | 2017-07-23 | 1 | -2/+12 |
| |\ \ \ \ \ | | | | | | | | | | | | | ScriptEditor: suppress get_child errors | ||||
