summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
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-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-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-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-12Don't crash when the saved editor state contains fewer viewports than ↵Sebastian Hartte
currently supported.
2019-03-12Merge pull request #26941 from JFonS/add_gizmos_priorityRémi Verschelde
Add priority to gizmos and fix small issues
2019-03-12Add priority to gizmos and fix small issuesJFonS
User defined gizmos will haave higher preference than editor gizmos by default. Also fixed some inconsistencies in the gizmos menu when using custom gizmos.
2019-03-11Show in tabs non default class iconsqarmin
2019-03-11Implement source lookup for class_name defined classesPedro Ciambra
Previous to this, classes defined with class_name had no behavior when ctrl-clicked in the editor. Fixes #26882
2019-03-11Prevents a Null Reference in deleting Animations.Anish
A null Animation would cause a crash by accessing restricted memory. Solved by checking if the animation track is null before using the animation. Fixes: #26829
2019-03-10i18n: Sync translation template with current sourceRémi Verschelde
2019-03-10i18n: Sync translations with WeblateRémi Verschelde
2019-03-09Merge pull request #26687 from QbieShay/hang_server_build_fixRémi Verschelde
Removed the resource preview thread from the server build
2019-03-09Merge pull request #26818 from vnen/class_name-inheritanceRémi Verschelde
Allow class_name scripts to have nested inheritance
2019-03-09Allow class_name scripts to have nested inheritanceGeorge Marques
2019-03-08Fix crash in texture previeer, closes #26749, probably othersJuan Linietsky
2019-03-08Merge pull request #26781 from YeldhamDev/editfilediag_favdir_fixRémi Verschelde
Fix "Favorite" button not being toggled when navigating to a faved folder manually
2019-03-08Fix error when trying to enter to folder/node directly via address barqarmin
2019-03-07Fix "Favorite" button not being toggled when navigating to a faved folder ↵Michael Alexsander Silva Dias
manually
2019-03-07Do not annoy unrelated textures with texture editor.Juan Linietsky
2019-03-07Merge pull request #26758 from qarmin/fix_error_dragging_empty_script_editorRémi Verschelde
Fix error when dragging empty script list in Script Editor
2019-03-07Force inspector to clean up on delete, fixes crash.Juan Linietsky
2019-03-07Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733Juan Linietsky
2019-03-07Fix error when dragging empty script list in Script Editorqarmin
2019-03-06Merge pull request #26722 from MarianoGnu/fix_24238Rémi Verschelde
TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238
2019-03-06TileSetEditor: Don't draw invalid occlusion shapes. Fixes #24238Mariano Suligoy
2019-03-06Cleanup relationship line coding after 5f079e2Michael Alexsander Silva Dias
2019-03-06Don't hide/show top editor if they did not change, fixes #26644Juan Linietsky
2019-03-06-Make tileset and meshlibrary edit in a separate inspector, fixes #26671Juan Linietsky
-Made relationship lines appear based on theme settings, not previous hack -Fix drawing of relationship lines (was broken) -Fix double initialization of theme settings
2019-03-06Merge pull request #26705 from volzhs/fix-exportRémi Verschelde
Fix directory check when exporting project
2019-03-06Safer way to update animation if changed, fixes #26670Juan Linietsky
2019-03-06Fix clearing scripts while multiple nodes are selectedMichael Alexsander Silva Dias
2019-03-06Fix how settings change, closes #26692Juan Linietsky
2019-03-06Fix directory check when exporting projectvolzhs
Fix #26702
2019-03-06Merge pull request #22716 from Chaosus/update_themeRémi Verschelde
Make theme changing no longer requires restart to be fully applied
2019-03-06Removed the resource preview thread from the server buildIlaria Cislaghi
2019-03-06Merge pull request #26673 from willnationsdev/fix-inspector-pluginRémi Verschelde
Fix inspector plugin
2019-03-06Merge pull request #26633 from akien-mga/driver-fallback-etcRémi Verschelde
Disable driver fallback to GLES2 by default
2019-03-06Fix crash on exit when removing EditorInspectorPluginsWill Nations
2019-03-05Merge pull request #26626 from rluders/misleading-error-message-exportRémi Verschelde
Fixing misleading error message when trying to export
2019-03-05Merge pull request #26655 from merumelu/assetlib-video-overlayRémi Verschelde
AssetLib: convert video thumbnails to RGBA8
2019-03-05Merge pull request #26643 from KoBeWi/readd_script_with_no_reselectRémi Verschelde
Fix attaching script after removing one