summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-08-19Merge pull request #21154 from Chaosus/grid_2d_colorRémi Verschelde
Added setting to change color of 2d editor grid
2018-08-19Merge pull request #21129 from Calinou/fix-3d-grid-origin-flickerRémi Verschelde
Fix the 3D grid flickering when the origin is enabled
2018-08-19Merge pull request #20893 from guilhermefelipecgs/invert_depth_mapRémi Verschelde
Add option to convert from height map to depth map
2018-08-19Added possibility to change color of 2d editor gridChaosus
2018-08-18Merge pull request #21155 from ordigdug/fix-colorpicker-popupRémi Verschelde
Fixes colorpicker popup immeditately closing when interacting with co…
2018-08-19Fix args count mismatch in property_changed signalPoommetee Ketson
...when editing Dictionary/Array property
2018-08-18Fixed text entry is going in reverseDualMatrix
Fixed text entry is going in reverse, this undoes what seems to be a mistake in #20400 and fixes #21061
2018-08-18Fixes colorpicker popup immeditately closing when interacting with ↵ordigdug
colorpicker property in a subinspector. Fixes #19559
2018-08-18Revert "Port ImportDock and ProjectExport to new property editor"Rémi Verschelde
2018-08-18Port ImportDock and ProjectExport to new property editorRémi Verschelde
2018-08-17Fix the 3D grid flickering when the origin is enabledHugo Locurcio
2018-08-17[Texture Importer] Add option to invert colorGuilherme Felipe
2018-08-17Export dialog: Fix error color and link alignmentRémi Verschelde
Also fix extraneous "- " line when there are more than 2 messages.
2018-08-17Fix error icon colorChaosus
2018-08-17Fix bucket fill behaviour when selecting multiple tilesMarkar
2018-08-16Merge pull request #21046 from DualMatrix/recent_custom_typeRémi Verschelde
Fixed custom nodes not working with favorites and recently used
2018-08-16Merge pull request #21067 from natrim/Particles2D_AABBRémi Verschelde
Particles2D: set emitting if not set before generating Visibility Rect
2018-08-16Fixed custom nodes not working properly with favorites and recently used in ↵DualMatrix
create node window.
2018-08-16Fix crash assigning script to a ResourceRémi Verschelde
We were dereferencing the wrong identifier, which could be NULL. Fixes #19289, supersedes and closes #20985.
2018-08-16Particles2D: set emitting if not set before generating Visibility RectNatrim
and removed not needed running zeroing in ParticlesEditor::_generate_aabb
2018-08-16Fix debugger icon for warningsChaosus
2018-08-15Merge pull request #21023 from Paulb23/fix_reopening_text_fileRémi Verschelde
Fix re-opening of TextFiles when its already being edited.
2018-08-15Merge pull request #21022 from Paulb23/create_text_filesRémi Verschelde
Ability to create TextFiles.
2018-08-15Added method to create TextFilesPaulb23
2018-08-15Fix error spam from loading script class iconsWill Nations
2018-08-15Merge pull request #21021 from DualMatrix/new_node_warningRémi Verschelde
Fixed error spam in create node dialog with custom types.
2018-08-15Fixed error spam in create node dialog with custom types.DualMatrix
This should fix #20789
2018-08-15Merge pull request #20560 from willnationsdev/class_iconsRémi Verschelde
Add custom icons to script classes.
2018-08-15Merge pull request #19837 from willnationsdev/plugin-utilitiesRémi Verschelde
Add PluginConfigDialog.
2018-08-15Merge pull request #21007 from guilhermefelipecgs/disable_camera_interpolationRémi Verschelde
Disable camera interpolation when switching scene tabs
2018-08-15Merge pull request #21010 from YeldhamDev/tile_editors_changesRémi Verschelde
Changes to the TileSet and TextureRegion editors
2018-08-15Merge pull request #20873 from ttencate/masterRémi Verschelde
Allow middle-click to close scripts
2018-08-14Fix re-opening of TextFiles when its already being editedPaulb23
2018-08-14Disable camera interpolation when switching scene tabsGuilherme Felipe
Fix #11764
2018-08-14Merge pull request #20997 from Gamblify/add_files_to_tree_viewRémi Verschelde
Add a way to disable the split view in the FileSystem dock
2018-08-14Add custom icons to script classes.Will Nations
2018-08-14Avoid scripts from being opened in same inspector, closes #20111Juan Linietsky
2018-08-14Revert "Open visual editor when "open editor" button in the inspector is ↵Juan Linietsky
pressed"
2018-08-14Merge pull request #20977 from malbach/Particles3D_AABBRémi Verschelde
Particles3D: set emitting if not set before generating AABB
2018-08-14Changes to the TileSet and TextureRegion editorsMichael Alexsander Silva Dias
2018-08-14Allow middle-click to close scriptsThomas ten Cate
Fixes #20871
2018-08-14Merge pull request #20400 from ↵Rémi Verschelde
OliPerraul/oliperraul/20332/fix_defects_with_editor_export_dict Fixed a number of issues related to the Dictionary export property for the editor
2018-08-14Merge pull request #20484 from willnationsdev/create-favoritesRémi Verschelde
Add toggle for favorites in create_root_dialog
2018-08-14Merge pull request #20621 from YeldhamDev/bottom_panel_minRémi Verschelde
Adjust bottom panel's minimal height for the expand icon
2018-08-14Merge pull request #20744 from Zylann/fix_viewport_lock_rotationRémi Verschelde
Initialize default lock rotation in constructor
2018-08-14Merge pull request #20760 from Calinou/improve-assetlib-download-uxRémi Verschelde
Improve the asset library download UX
2018-08-14Merge pull request #20831 from Calinou/project-manager-window-size-hidpiRémi Verschelde
Scale the project manager window size with the editor scale
2018-08-14Merge pull request #20835 from Calinou/use-standard-button-texts-2Rémi Verschelde
Tweak some editor button texts
2018-08-14Merge pull request #20848 from Calinou/improve-3d-manipulator-gizmoRémi Verschelde
Improve the 3D manipulator gizmo
2018-08-14Merge pull request #20999 from ivodopiviz/project-manager-showRémi Verschelde
Always show "Open in File Manager"