aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix shortcut conflictRazah2018-01-251-6/+3
| | | | | fix https://github.com/godotengine/godot/issues/16054 The clone_down shortcut that conflicts with the "editor / play" shortcut has been replaced by "SHIFT + COMMAND + C" instead of "COMMAND + B" on macOS
* Rotate Control node with respecting pivot offsetvolzhs2018-01-241-2/+2
|
* Fix ObjectDB Instances still existPoommetee Ketson2018-01-222-1/+6
| | | | | | | | | | | | ``` WARNING: cleanup: ObjectDB Instances still exist! At: core/object.cpp:1989. Leaked Instance: VSeparator:13837 - Node Name: Leaked Instance: AutotileEditorHelper:13814 Orphan StringName: VSeparator Orphan StringName: AutotileEditorHelper StringName: 2 unclaimed string names at exit. ```
* Fix typos in code and docs with codespellRémi Verschelde2018-01-186-16/+16
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* TileSetEditorPlugin: take scale in accout when highlighting current selected ↵Mariano Suligoy2018-01-171-6/+4
| | | | subtile.
* Changes the keep_margin parameter to true by default, so that people are not ↵Gilles Roudiere2018-01-153-16/+14
| | | | suprised that set_anchor changes the margins values
* Merge pull request #15696 from bojidar-bg/15646-assigned-animationRémi Verschelde2018-01-151-13/+11
|\ | | | | Fix an issue with the animation editor not seeking to the target time
| * Fix an issue with the animation editor not seeking to the target time properly.Bojidar Marinov2018-01-141-13/+11
| | | | | | | | Fixes #15646.
* | Fix crash when freelook shortcuts are undefinedMarc Gilleron2018-01-151-17/+21
| |
* | Fixed member keywords colour not updating on settings changePaulb232018-01-141-0/+1
| |
* | Fix external editors always opening on scene changeBernhard Liebl2018-01-141-4/+8
|/
* Add special coloring to members, to make shadowing more obvious.Juan Linietsky2018-01-122-0/+37
|
* Renamed tree_exited to tree_exiting. tree_exited is now used for actual out ↵Juan Linietsky2018-01-121-3/+3
| | | | | | of tree notification. Updated doc accordingly.
* Merge pull request #15611 from bojidar-bg/x-bind-more-propertiesRémi Verschelde2018-01-121-2/+4
|\ | | | | Bind many more properties to scripts
| * Bind many more properties to scriptsBojidar Marinov2018-01-121-2/+4
| | | | | | | | | | | | | | Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added
* | -Remove color operator clamping, which is unnecesary. Fixes #15184, fixes ↵Juan Linietsky2018-01-122-2/+2
|/ | | | | | #14686. -Refresh progress bar less often, makes baking, exporting, etc. faster.
* Merge pull request #15579 from damarindra/add-receptor-tilesetRémi Verschelde2018-01-112-0/+10
|\ | | | | fix updating tileset list when assign texture and set autotile true
| * fix updating tileset list when assign texture and set autotile truedamarindra2018-01-112-0/+10
| |
* | Fixes snap button getting out of sync (issue 15366)poke10242018-01-111-1/+1
|/
* Merge pull request #15516 from StateOff/fixes_crash_on_drop_scene_fileRémi Verschelde2018-01-102-39/+70
|\ | | | | Fixes #15470 "Crash on drag and drop scene file on empty scene"
| * - Fixes #15470 "Crash on drag and drop scene file on empty scene"Blazej Floch2018-01-092-39/+70
| | | | | | | | | | | | | | | | | | | | - New: Allows for multiple files to be dragged over - Added error when multiple nodes are dropped in scene **without** scene root - Removed TTR: "This operation requires a single selected node.", "I see.." - Introduces TTR: "Can not instaniate multiple nodes without root." - Fixes "Can't add_child, already got a parent" error - Reduced multiple resource loading by casting - Make sure to not _show_resource_type_selector if only PackedScenes are being dropped
* | External editor fixesIgnacio Etcheverry2018-01-091-15/+13
|/ | | | | | - Fix VS Code opening on the previous line to the desired one. - Fix running MonoDevelop without the line and column parameters. - Fix `ScriptEditor::_goto_script_line` not working with language overriden external editors.
* Don't delete edit menu too early when closing script tabsBernhard Liebl2018-01-081-1/+3
|
* Merge pull request #15433 from poke1024/fix13957George Marques2018-01-071-18/+18
|\ | | | | Fix crash due to stale refs to node selection lists
| * Fix crash due to stale refs to node selection listsBernhard Liebl2018-01-071-18/+18
| |
* | Merge pull request #15357 from damarindra/autotile-behaviourRémi Verschelde2018-01-072-46/+50
|\ \ | |/ |/| Fixing unconsistent behaviour on autotile editor
| * Fixing weird behaviour on autotile editordamarindra2018-01-052-46/+50
| |
* | Fix typo in new stringsPoommetee Ketson2018-01-061-1/+1
| |
* | i18n: Sync translation templates with current sourceRémi Verschelde2018-01-061-1/+1
|/
* prevent autotile properties out of boundsdamarindra2018-01-051-0/+1
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0581-7/+149
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Merge pull request #15341 from volzhs/scene-index-errorRémi Verschelde2018-01-042-2/+3
|\ | | | | Fix get_edited_scene_root error at starting editor
| * Fix get_edited_scene_root error at starting editorvolzhs2018-01-052-2/+3
| | | | | | | | Fix #15300
* | Clean up \n from end of translation stringsArtem Varaksa2018-01-042-2/+2
|/
* Merge pull request #15311 from YeldhamDev/tileset_button_fix_2Rémi Verschelde2018-01-041-10/+12
|\ | | | | Fixed "Tile Set" button always showing bug introduced with #15309
| * Fixed "Tile Set" button always showing bug introduced with #15309.Michael Alexsander Silva Dias2018-01-041-10/+12
| |
* | found via cppcheck:firefly24422018-01-031-1/+0
|/ | | | | | | remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used
* Merge pull request #15309 from YeldhamDev/tileset_button_fixRémi Verschelde2018-01-041-7/+2
|\ | | | | Fixed the "Tile Set" button being able to go out of bounds
| * Fixed the "Tile Set" button being able to go out of bounds.Michael Alexsander Silva Dias2018-01-031-7/+2
| |
* | Merge pull request #15301 from YeldhamDev/curve_menu_fixRémi Verschelde2018-01-041-20/+3
|\ \ | | | | | | Small fixes for the Curve Editor's context menu
| * | Small fixes for the Curve Editor's context menu.Michael Alexsander Silva Dias2018-01-031-20/+3
| |/
* | Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-042-3/+3
|\ \ | |/ |/| renames "z" Node2D property to "z_index"
| * #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-032-3/+3
| |
* | Merge pull request #15257 from sersoong/master-addshowscriptRémi Verschelde2018-01-032-1/+12
|\ \ | | | | | | Add Show In File System to script editor tabs
| * | Add Show In File System to script editor tabssersoong2018-01-022-1/+12
| | |
* | | Merge pull request #15225 from volzhs/lock-group-invisible-nodeRémi Verschelde2018-01-031-4/+4
|\ \ \ | | | | | | | | Fix lock or group with invisible node
| * | | Fix lock or group with invisible nodevolzhs2018-01-011-4/+4
| | | | | | | | | | | | | | | | Fix #15205
* | | | Merge pull request #15185 from damarindra/masterRémi Verschelde2018-01-032-13/+57
|\ \ \ \ | | | | | | | | | | Improve : ease of use TileSet Editor
| * | | | Improve : ease of use TileSet Editordamarindra2018-01-022-13/+57
| | |_|/ | |/| |
* | | | Merge pull request #15093 from poke1024/canvas-editor-selectRémi Verschelde2018-01-031-2/+6
|\ \ \ \ | |_|_|/ |/| | | More exact picking for canvas editor