summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-02-25Merge pull request #26283 from neikeq/issue-25330Rémi Verschelde
Make export templates extraction handle subdirectories
2019-02-25Make export templates extraction handle subdirectoriesIgnacio Etcheverry
Fixes #25330
2019-02-25Fix editor crash after disabling plugin that used forward_spatial_gui_inputEric Rybicki
Fixes #26124.
2019-02-25doc: Sync classref with current sourceRémi Verschelde
2019-02-24Many separate fixes to ensure non power of 2 textures work on GLES2, closes ↵Juan Linietsky
#25897 and many others
2019-02-24Merge pull request #26214 from neikeq/defval-plsIgnacio Etcheverry
Fix default value of EditorSpatialGizmo.add_mesh method bind
2019-02-23Clear canvas item after rendering font, fixes #23774Juan Linietsky
2019-02-24Fix default value of EditorSpatialGizmo.add_mesh method bindIgnacio Etcheverry
2019-02-23Remove copy and use instance material override in gizmos, fixes #23783Juan Linietsky
2019-02-23-Treat scalar conversions when calling functions as error, closes #24261Juan Linietsky
-Make shader editor display errors if exist when just opening it -Make ShaderMaterial not lose parameters if opened in error.
2019-02-23TileSetEditor: Show Edition Context by demandMariano Suligoy
2019-02-22Added a workaround to avoid crashes due to how TileSet editor works, fixes ↵Juan Linietsky
#23672 Also fixed a few uninitialized memory variables.
2019-02-22Merge pull request #26150 from akien-mga/export-error-messageRémi Verschelde
Improve error message on project export failure
2019-02-22Improve error message on project export failureRémi Verschelde
It's still not enough and we need better validation/error checking, but it should help with people assume corrupted templates when it's their config which is invalid.
2019-02-22Merge pull request #26133 from YeldhamDev/ttr_undoredo_actionsRémi Verschelde
Make translatable some undo/redo operations in the editor
2019-02-21Implement a cleaner (and better) way to save imagedata from ImageTexture, ↵Juan Linietsky
fixes #18801
2019-02-21Fix audio previews, closes #25979Juan Linietsky
2019-02-21Make translatable some undo/redo operations in the editorMichael Alexsander Silva Dias
2019-02-21Fix EditorPropertyInteger and EditorPropertyEnum support for 64-bit intRémi Verschelde
Fixes #26116 and fixes #22004, thanks @kiidmale.
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
Fixes #25316.
2019-02-20Merge pull request #26061 from qarmin/fix_res_errorRémi Verschelde
Fix res:// error when dragging file from outside of editor
2019-02-20Merge pull request #26092 from YeldhamDev/top_bar_spacingRémi Verschelde
Add small spacing between top bars in main editor and project manager
2019-02-20Add small spacing between top bars in main editor and project managerMichael Alexsander Silva Dias
2019-02-20Fix navigation editor color materials not having unique namesMichael Alexsander Silva Dias
2019-02-20Merge pull request #26085 from mrcdk/tileset_shape_rectangleRémi Verschelde
Added a create rectangle button to the tileset editor.
2019-02-20Added a create rectangle button to the tileset editor.MrCdK
It makes easier to create collision shapes covering the full tile.
2019-02-20Add tooltip for in-editor FPS display in 3D viewportRémi Verschelde
Also enhance Control/Label documentation about tooltips and mouse filter, as it took me a while to understand why Labels didn't show tooltips. Closes #26082.
2019-02-20Fix error when deleting default environmentqarmin
2019-02-19Fix res:// error when dragging file to other fileqarmin
2019-02-19Merge pull request #26033 from karliss/project-importRémi Verschelde
Fix project opening while filter is applied.
2019-02-19Fix project opening while filter is applied.Kārlis Seņko
Fixes #25268
2019-02-18Merge pull request #25962 from willnationsdev/fix-missing-addonRémi Verschelde
Auto-cleanup missing addons
2019-02-18i18n: Sync translation template with current sourceRémi Verschelde
2019-02-18i18n: Sync translations with WeblateRémi Verschelde
2019-02-17Auto-cleanup missing addonsWill Nations
2019-02-17Fix description size in "New Node" dialogMichael Alexsander Silva Dias
2019-02-16Merge pull request #25954 from AlexHolly/fix-android-jarsigner-duplicate-fileRémi Verschelde
Fix Android jarsigner error duplicate file
2019-02-16Merge pull request #25958 from YeldhamDev/poly2d_edit_disable_fixRémi Verschelde
Fix Polygon2D Editor interacting with its buttons too soon
2019-02-16Fix Polygon2D Editor interacting with its buttons too soonMichael Alexsander Silva Dias
2019-02-16Merge pull request #25913 from Chaosus/fix_gizmo_iconsRémi Verschelde
Fix icon color for gizmos menu when theme changed
2019-02-16Fix Android jarsigner error duplicate fileAlexander Holland
Exports same file only once.
2019-02-16Better and non-buggy Polygon2D editing disablingMichael Alexsander Silva Dias
2019-02-16Revert "Disallow polygon2D editing if internal vertices exists, as suggested ↵Michael Alexsander Silva Dias
in #24853" This reverts commit 419fb45a3eea68516828fe4541a62f8641cf13ef.
2019-02-16Merge pull request #24574 from SeleckyErik/issue-21814Rémi Verschelde
Made clone (CTRL+B) in code editor clone only the selection.
2019-02-16Merge pull request #25944 from Faless/net/http_editor_fixesRémi Verschelde
Fix keep-alive without header in HTTP client
2019-02-16Fix uninitialized valueFabio Alessandrelli
2019-02-16Merge pull request #25910 from Chaosus/fix_solarized_dark_themeRémi Verschelde
Increased contrast of solarized dark theme
2019-02-16Merge pull request #25932 from qarmin/fix_text_edit_issueRémi Verschelde
Fix big text window in TextEdit
2019-02-16Fix big text window in TextEditqarmin
2019-02-15Fix icon color for gizmos menu when theme changedChaosus