aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #10009 from marcelofg55/masterRémi Verschelde2017-08-011-2/+2
|\ \ \ | | | | | | | | Fix possible division by zero crashes on the wav importer
| * | | Fix possible division by zero crashes on the wav importerMarcelo Fernandez2017-07-311-2/+2
| | | |
* | | | Fix equality when assignment intendedPedro J. Estébanez2017-08-011-1/+1
|/ / /
* | | Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-SyncRémi Verschelde2017-08-013-28/+27
|\ \ \ | | | | | | | | Texture region now updates when changing an Atlas region rect
| * | | Texture region now updates when changing an AtlasRobert Hernandez2017-06-293-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 dialogPoommetee Ketson2017-07-311-22/+26
| | | |
* | | | Merge pull request #9990 from GodotExplorer/pr-fix-stretch-ratioRémi Verschelde2017-07-311-1/+1
|\ \ \ \ | | | | | | | | | | Fix errors with stretch ratio
| * | | | Fix property type expose of Control.stretch_ratio.Geequlim2017-07-311-1/+1
| | | | | | | | | | | | | | | | | | | | Fix set integer value from inspector to round instead of floor.
* | | | | Style: Apply clang-format on all filesRémi Verschelde2017-07-3022-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 Verschelde2017-07-301-2/+1
| |_|/ / |/| | | | | | | | | | | | | | | This reverts commit 5adb94e72694fd4c4b80be85b3adf9a4a7d6c45b. It was actually not a bug, see discussion on #9898.
* | | | Merge pull request #9968 from kubecz3k/edit-plugin-hintGeorge Marques2017-07-291-1/+1
|\ \ \ \ | | | | | | | | | | ScriptEditor -> 'script_close' signal hint correction
| * | | | ScriptEditor -> 'script_close' signal hint correctionJakub Grzesik2017-07-291-1/+1
| |/ / /
* / / / PropertyEditor: Fix easing_curve blocking popup inputPoommetee Ketson2017-07-291-5/+5
|/ / /
* | | Few small GI Probe fixesJuan Linietsky2017-07-291-2/+2
| | |
* | | Merge pull request #9943 from kubecz3k/fix-inh-inst-editRémi Verschelde2017-07-281-2/+2
|\ \ \ | | | | | | | | correct RMB options for instanced inherited scene
| * | | correct RMB options for instanced inherited sceneJakub Grzesik2017-07-281-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-themeRémi Verschelde2017-07-282-34/+28
|\ \ \ \ | | | | | | | | | | ThemeEditor: fix broken dialog
| * | | | ThemeEditor: fix broken dialogPoommetee Ketson2017-07-272-34/+28
| | |_|/ | |/| |
* | | | Merge pull request #9879 from RandomShaper/fix-mutating-settings-fileRémi Verschelde2017-07-281-20/+7
|\ \ \ \ | |_|/ / |/| | | Fix mutating project.godot
| * | | Fix mutating project.godotPedro J. Estébanez2017-07-261-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-fixsaveRémi Verschelde2017-07-272-16/+15
|\ \ \ | | | | | | | | Fix !save_each_scene saving scenes with no filename
| * | | Fix !save_each_scene saving scenes with no filenamePoommetee Ketson2017-07-262-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_updateRémi Verschelde2017-07-271-6/+15
|\ \ \ | | | | | | | | Some more CanvasItemEditor improvements
| * | | Change the grid offset when the snap is set as relativeGilles Roudiere2017-07-251-6/+15
| | | |
* | | | Merge pull request #9904 from Noshyaar/pr-offRémi Verschelde2017-07-271-1/+2
|\ \ \ \ | | | | | | | | | | PropertyEditor: display "Off" if property is false
| * | | | PropertyEditor: display "Off" if property is falsePoommetee Ketson2017-07-271-1/+2
| | |/ / | |/| |
* / | | Initialize freelook shortcuts properlyMarc Gilleron2017-07-271-7/+15
|/ / /
* / / Temporarily disable the Asset LibraryRémi Verschelde2017-07-251-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 wordcachePoommetee Ketson2017-07-251-1/+0
| |
* | Merge pull request #9702 from groud/canvas_editor_updateRémi Verschelde2017-07-252-209/+114
|\ \ | | | | | | [WIP] Canvas editor code clean-up (and improvements)
| * | Make uniform resize possible with side (top, left, right, bottom)Gilles Roudiere2017-07-201-26/+30
| | | | | | | | | | | | handles.
| * | Replaced the hard-to-understand _select by _select_click_on_empty_area and ↵Gilles Roudiere2017-07-202-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_posGilles Roudiere2017-07-202-71/+18
| | | | | | | | | | | | | | | Removed some useless parameters Removed old comments
* | | EditorNode: fix missing distraction-free tooltipPoommetee Ketson2017-07-241-0/+1
| | |
* | | small grammar fixJuan Linietsky2017-07-231-3/+3
| | |
* | | -Ability to set default import presets for typeJuan Linietsky2017-07-238-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 errorPoommetee Ketson2017-07-233-1/+10
| | |
* | | Merge pull request #9765 from Noshyaar/pr-clangRémi Verschelde2017-07-231-1/+0
|\ \ \ | | | | | | | | Clang-formatting *.cpp and *.h (some files excluded)
| * | | Clang-formatting *.cpp and *.h (some files excluded)Poommetee Ketson2017-07-221-1/+0
| | | |
* | | | Merge pull request #9790 from Noshyaar/pr-reqRémi Verschelde2017-07-231-2/+1
|\ \ \ \ | | | | | | | | | | EditorNode: request_attn when behind other windows
| * | | | EditorNode: request_attn when behind other windowsPoommetee Ketson2017-07-231-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_modifierRémi Verschelde2017-07-232-29/+37
|\ \ \ \ \ | | | | | | | | | | | | Added configurable modifier key to activate freelook
| * | | | | Added configurable modifier key to activate freelookMarc Gilleron2017-07-232-29/+37
| |/ / / /
* | | | | Merge pull request #9774 from Noshyaar/pr-aboutRémi Verschelde2017-07-234-174/+285
|\ \ \ \ \ | | | | | | | | | | | | Move About dialog to editor_about.cpp
| * | | | | Move About dialog to editor_about.cppPoommetee Ketson2017-07-234-174/+285
| |/ / / /
* | | | | Merge pull request #9762 from Paulb23/_scipt_close_tab_selection_issue_8400Rémi Verschelde2017-07-231-0/+3
|\ \ \ \ \ | | | | | | | | | | | | Fixed script tab selection on file close, issue 8400
| * | | | | Fixed script tab selection on file close, issue 8400Paulb232017-07-221-1/+4
| | |_|/ / | |/| | |
* | | | | Merge pull request #9761 from Noshyaar/pr-fixRémi Verschelde2017-07-231-2/+12
|\ \ \ \ \ | | | | | | | | | | | | ScriptEditor: suppress get_child errors
| * | | | | ScriptEditor: suppress get_child errorsPoommetee Ketson2017-07-221-2/+12
| | |_|/ / | |/| | |
* | | | | Merge pull request #9706 from djrm/theme_fixesRémi Verschelde2017-07-234-21/+14
|\ \ \ \ \ | |_|_|/ / |/| | | | Icons can now be added inside line edits (Search icon).