summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-04-04Merge pull request #27201 from siddharth952/issue1Mariano Javier Suligoy
Fixed Tileset Editor bug related to polygon size
2019-04-04Merge pull request #27122 from LATRio/fix_texture_region_zoomMariano Javier Suligoy
Fix zooming in TextureRegion
2019-04-04Merge pull request #27469 from Calinou/text-selection-use-accent-colorRémi Verschelde
Use the accent color to highlight selected text
2019-04-04Merge pull request #27567 from Calinou/selection-boxes-use-accent-colorRémi Verschelde
Use the editor theme's accent color for 2D/3D selections and rotations
2019-04-03Fix: Keep custom tracks option now keeps animation loop property and value ↵Angeloss
track update mode. (cherry picked from commit 589c5698a0808fb2ad9f240d65c1f44ad6544834)
2019-04-03Merge pull request #27238 from ShyRed/cpu2dmaskRémi Verschelde
Add Emission Mask to CPUParticle2D
2019-04-02Merge pull request #27228 from Kanabenki/preserve-binds-change-nodeRémi Verschelde
Preserve extra arguments for connected signals when changing node type
2019-04-01Merge pull request #25676 from willnationsdev/fix-inherited-iconsRémi Verschelde
Fix inherited icons for script classes
2019-04-01Merge pull request #26701 from qarmin/do_not_lost_focusRémi Verschelde
Do not lose focus when moving through scene tree
2019-04-01Merge pull request #27117 from Faless/editor/asset_lib_image_errorRémi Verschelde
Enabled logging of failed image download.
2019-04-01Merge pull request #26970 from KoBeWi/custom_node_is_now_other_nodeRémi Verschelde
Changed 'Custom Node' to 'Other Node' to be less confusing
2019-03-31Use the editor theme's accent color for 2D/3D selections and rotationsHugo Locurcio
2019-03-28i18n: Sync translations with WeblateRémi Verschelde
Also sync translation template.
2019-03-27Use the accent color to highlight selected textHugo Locurcio
This makes selections easier to see, while making them fit better within the editor theme. This closes #22552.
2019-03-27Update tile_set_editor_plugin.cppSiddharth
2019-03-27Revert "Updated tile_set_editor_plugin.cpp And area.cpp# This is a ↵Siddharth
combination of 2 commits." This reverts commit 2d995372d8e4e47086fbf0b8a71224cd7b763f81.
2019-03-27Merge pull request #27388 from KidRigger/masterRémi Verschelde
Prevents crash on loading unrecognized resources.
2019-03-27Merge pull request #27383 from SpechtMagnus/masterRémi Verschelde
TileMap: Fixed unfinished max_lines draw handling for freeze/crash avoidance.
2019-03-27Merge pull request #27182 from goodyttoor/gltf_orderRémi Verschelde
Fix order of transformation in GLTF import
2019-03-26Add a "Request Docs" button to code editor.Juan Linietsky
2019-03-25Prevents crash on loading unrecognized resources.Anish
Editor crashes on trying to load resources with no loaders. Simple check on the resource loader prevents using a null resource loader. Fixes: #27385
2019-03-24Fixed unfinished max_lines handling for crash avoidance.Magnus Specht
2019-03-23Merge branch 'master' of https://github.com/godotengine/godot into issue1Siddharth
2019-03-23Updated tile_set_editor_plugin.cpp And area.cpp# This is a combination of 2 ↵Siddharth
commits. Updated tile_set_editor_plugin.cpp And area.cpp Updated with clang-format Updated tile_set_editor_plugin.cpp And area.cpp
2019-03-20Revert accidental commitsPedro J. Estébanez
This reverts commit fb37284c027b494ed3ec21124001fcb729f42cc4. This reverts commit 4db0f51b9aa76cfc7649787fe1970af606ce8dab.
2019-03-20Create live view dock [wip]Pedro J. Estébanez
2019-03-19Add Emission Mask to CPUParticle2DShyRed
Add ability to load emission masks to CPUParticle2D.
2019-03-19Keep binds for connected signals when changing node typeKanabenki
2019-03-18Fix order of transformation in GLTF import Vivatchai Kaveeta
From the gltf 2 spec, the order is R * S. Previously we did S * R, which broke some mesh with non-uniform scale. Fix #23356, Fix #14725
2019-03-17Fix script editor attempting to set current line to -1 on script openPaulb23
2019-03-17Fix inherited icons for script classesWill Nations
2019-03-17Fixing zooming in TextureRegionLATRio
Fixes #20710
2019-03-16Merge pull request #27145 from YeldhamDev/editfilediag_favrm_removeRémi Verschelde
Remove unused 'fav_rm' ToolButton in EditorFileDialog
2019-03-16Remove unused 'fav_rm' ToolButton in EditorFileDialogMichael Alexsander Silva Dias
2019-03-16Merge pull request #27130 from akien-mga/editor-theme-hint-typoRémi Verschelde
Fix misplaced hint for interface/theme/accent_color
2019-03-16Merge pull request #25782 from hsandt/feature/fix-toggle-comment-indentRémi Verschelde
Feature/fix toggle comment indent
2019-03-16Merge pull request #26308 from bojidar-bg/11722-meshlibrary-transformsRémi Verschelde
Consider StaticBody and NavMesh position when converting to a MeshLibrary
2019-03-16Merge pull request #26706 from YeldhamDev/multinode_scriptclear_fixRémi Verschelde
Fix clearing scripts while multiple nodes are selected
2019-03-16Merge pull request #26919 from jabcross/masterRémi Verschelde
Implement source lookup for class_name defined classes
2019-03-16Merge pull request #26935 from qarmin/show_class_name_icon_in_tabsRémi Verschelde
Show in tabs custom class icons
2019-03-16Fix misplaced hint for interface/theme/accent_colorRémi Verschelde
Supersedes #26992.
2019-03-16Merge pull request #27123 from bojidar-bg/27113-rename-actionRémi Verschelde
Fix renaming actions in the Project settings
2019-03-16Merge pull request #27115 from Janglee123/masterRémi Verschelde
Fix toggling snap mode while transforming the Spatial object
2019-03-16Fix renaming actions in the Project settingsBojidar Marinov
Fixes #27113, a regression from 6daed7d12294b3f47f1ecb309d2e2b5b225ee663
2019-03-16Enabled logging of failed image download.Fabio Alessandrelli
2019-03-16fixed toggelling snap mode while transformingjanglee123
2019-03-16Make bottom panel only try to hide editors when they're visibleMichael Alexsander Silva Dias
2019-03-13Merge pull request #26945 from shartte/allow-fewer-viewports-in-editor-stateRémi Verschelde
Be more tolerant about under-defined spatial viewport state
2019-03-12i18n: Sync translations with WeblateRémi Verschelde
2019-03-12Changed 'Custom Node' to 'Other Node' to be less confusingTomasz Chabora