aboutsummaryrefslogtreecommitdiff
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10123 from bojidar-bg/7695-key-kp-enterJuan Linietsky2017-08-062-3/+3
|\ | | | | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
| * Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-062-3/+3
| | | | | | | | Closes #7695
* | Added a .gdignore check to ignore specific folders. Closes #8461Juan Linietsky2017-08-061-0/+4
| |
* | keep default exported script values unless overriden, closes #8127Juan Linietsky2017-08-061-1/+1
|/
* Full GLTF 2.0 Specification support! cheers!Juan Linietsky2017-08-032-11/+584
|
* TileMap: Fix infinite loop when trying to bucket-delete empty tiles.Andreas Haas2017-08-031-0/+2
| | | | | | | Right-clicking when the bucket tool is enabled means "erase all instances of this tile". So it doesn't make sense to try doing this for empty tiles :P Fixes #10065
* Merge pull request #10046 from Hinsbart/script_open_resourceRémi Verschelde2017-08-031-1/+11
|\ | | | | ScriptEditor: ctrl+click can open scenes & resources.
| * ScriptEditor: ctrl+click can open scenes/resources.Andreas Haas2017-08-021-1/+11
| | | | | | | | Closes #9654
* | -Added GLTF scene support (still missing animations and .glb extension)Juan Linietsky2017-08-023-0/+1844
| | | | | | | | -Fixed bugs regarding tangent generation in SurfaceTool
* | Revert "Tweak command-line arguments to make them more UNIX-like"Juan Linietsky2017-08-023-16/+16
|/
* Merge pull request #10014 from Calinou/tweak-command-line-argumentsRémi Verschelde2017-08-023-16/+16
|\ | | | | Tweak command-line arguments to make them more UNIX-like
| * Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-023-16/+16
| | | | | | | | Also improves the command-line help text readability.
* | Merge pull request #10006 from djrm/pr_theme_fixesRémi Verschelde2017-08-017-51/+77
|\ \ | |/ |/| Some theme and usability improvements
| * Some theme and usability improvementsDaniel J. Ramirez2017-07-317-52/+78
| | | | | | | | | | Fixed create script editor dialog not changing extension Options menu for inspector element is bigger
* | 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