summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-01-28Remove unused iostream includesRémi Verschelde
2019-01-27Instantiate global classes properly, fixes #20857Juan Linietsky
2019-01-27Merge pull request #25372 from JFonS/add_gizmo_docsRémi Verschelde
Minor fixes and documentation for Spatial Gizmos
2019-01-27Minor fixes and documentation for Spatial GizmosJFonS
2019-01-27Merge pull request #25355 from YeldhamDev/color_picker_changesRémi Verschelde
Make some small enhancements to the ColorPicker
2019-01-27Merge pull request #25380 from godotengine/fix_pivotRémi Verschelde
Fixes the pivot setting with control nodes
2019-01-27Merge pull request #25383 from ↵Rémi Verschelde
akien-mga/editorinspector-property_changed_update_all Fix EditorInspector property_changed argument mismatch
2019-01-27Fix pixelized previews, but also instances of breaking ImageTexture cache. ↵Juan Linietsky
Closes #25378.
2019-01-27Fix EditorInspector property_changed argument mismatchRémi Verschelde
Bug introduced in #21701, missed in 541422a4a28c873142af9bfc988468b3e9e05948.
2019-01-27Disables the Layout menu when a Control node is child of a containerGilles Roudiere
2019-01-27Fixes the pivot setting with control nodesGilles Roudiere
2019-01-27Make some small enhancements to the ColorPickerMichael Alexsander Silva Dias
2019-01-26Fix code style issuesRémi Verschelde
2019-01-26i18n: Sync translation template with current sourceRémi Verschelde
2019-01-26i18n: Sync translations with WeblateRémi Verschelde
2019-01-26Merge pull request #25354 from Ranoller/patch-5Rémi Verschelde
Profiler list functions from max to less expensive
2019-01-26Avoid crash in import (though model still does not work well), fixes #19346Juan Linietsky
2019-01-26Profiler list functions from max to less expensiveRanoller
Solves https://github.com/godotengine/godot/issues/25328 and partially https://github.com/godotengine/godot/issues/5682
2019-01-26Merge pull request #25338 from DualMatrix/search_inaccurateRémi Verschelde
Fixed Recent/Favorite in Create Node dialog not selecting right node
2019-01-26Fixed Recent/Favorite in Create Node dialog not selecting right nodeDualMatrix
Fixes #6535
2019-01-26Merge pull request #24923 from groud/add_color_audio_buses_buttonsRémi Verschelde
Adds color to the audio buses buttons
2019-01-26Merge pull request #25237 from eska014/pjmgr-rasterizerselectRémi Verschelde
Add renderer selection to New Project dialog
2019-01-25Implement missing autorestart in oneshot node, closes #22238Juan Linietsky
2019-01-25Stop preview generator before reimporting resources with different type.Juan Linietsky
2019-01-25Properly warn about the effects of changing an import type, as well as force ↵Juan Linietsky
editor restart. Fixes #23874
2019-01-25Make sub-inspectors not listen to node removals, since they never edit ↵Juan Linietsky
nodes. Fixes #23554
2019-01-25Ability to keep images in ImageTexture cached while using editor, fixes #25243Juan Linietsky
2019-01-25Merge pull request #25306 from DualMatrix/no_showupRémi Verschelde
Fixed function names of built-in scripts not showing up in debugger
2019-01-25Fixed function names of built-in scripts not showing up in debuggerDualMatrix
Fixes #25198
2019-01-25Add renderer selection to New Project dialogLeon Krause
2019-01-24Adds color to the audio buses buttonsgroud
2019-01-24Fixes Node2D selection not adapting to editor zoom levelgroud
2019-01-23Merge pull request #25260 from neikeq/qqRémi Verschelde
PluginConfigDialog: Add partial support for more script language
2019-01-23PluginConfigDialog: Add partial support for more script languageIgnacio Etcheverry
2019-01-23Fix global settings consistencyMarcin Zawiejski
Fixes #25161
2019-01-22Forbid making root on inherited scenes, closes #24484Juan Linietsky
2019-01-22Make inspector gain focus on refresh only if it has it, fixes #24979, closes ↵Juan Linietsky
#25053
2019-01-22Merge pull request #25215 from akien-mga/scripteditor-goto-lineRémi Verschelde
Fix going to script line on VisualScript errors
2019-01-22Merge pull request #25195 from YeldhamDev/texregion_editor_sprite3dRémi Verschelde
Make the Texture Region Editor able to edit regions of Sprite3Ds
2019-01-22Fix going to script line on VisualScript errorsRémi Verschelde
Fixes #18103, which was a regression from #16888.
2019-01-21Add function to obtain filesystem type from DirAccess.Juan Linietsky
Change EditorFileSystem to not use directory modification times on FAT32, fixes #20946
2019-01-21i18n: Sync translation template with current sourceRémi Verschelde
2019-01-21i18n: Sync translations with WeblateRémi Verschelde
2019-01-21Make the Texture Region Editor able to edit regions of Sprite3DsMichael Alexsander Silva Dias
2019-01-21ExportDialog: Make error messages translatableRémi Verschelde
Also fix missing newlines that caused #24202.
2019-01-21Merge pull request #25163 from ankitpriyarup/masterRémi Verschelde
Disable autowrap for export dialog errors
2019-01-21Disable autowrap for export dialog errorsAnkit Priyarup
Fixes #25065
2019-01-20Make "Export with Debug" more visible in the Export dialogHugo Locurcio
This swaps out the CheckButton with a CheckBox, which has two benefits: - The checkbox icon appears to the left of the text, which moves it closer from the text. This makes it more easily noticeable, as it also appears below the "File:" text now. - It follows the UI convention of using checkboxes for options that do not bear an immediate effect, unlike CheckButtons which are expected to have an immediate effect when toggled. This closes #25170.
2019-01-19Merge pull request #25110 from groud/display_pivotRémi Verschelde
Displays the pivot all the time and rotate the icon
2019-01-18Displays the pivot all the time and rotate the icongroud