summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Rename Curve3Texture to CurveXYZTextureRémi Verschelde2021-07-142-28/+28
* Merge pull request #50420 from KoBeWi/counter_headersRémi Verschelde2021-07-1315-13/+81
|\
| * Add header theme type variations to labelskobewi2021-07-1315-13/+81
* | Merge pull request #50418 from Calinou/fix-to-stop-word-casingRémi Verschelde2021-07-135-9/+9
|\ \
| * | Fix casing of the "to" stop word in editor stringsHugo Locurcio2021-07-135-9/+9
| |/
* | Merge pull request #50381 from reduz/implement-disable-classesRémi Verschelde2021-07-132-38/+38
|\ \ | |/ |/|
| * Implement the ability to disable classesreduz2021-07-132-38/+38
* | Merge pull request #50169 from pycbouh/theme-type-variationsRémi Verschelde2021-07-136-121/+413
|\ \
| * | Add type variations to ThemeYuri Sizov2021-07-136-121/+413
* | | i18n: Sync translations with WeblateRémi Verschelde2021-07-1369-1009/+824
* | | Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde2021-07-139-12/+12
|\ \ \
| * | | Improvements to Label's layout optionsHendrik Brucker2021-07-049-12/+12
* | | | Merge pull request #47667 from Calinou/assetlib-auto-install-promptRémi Verschelde2021-07-133-8/+41
|\ \ \ \
| * | | | Automatically display the installer after downloading an assetHugo Locurcio2021-07-123-8/+41
* | | | | Merge pull request #48252 from Calinou/improve-2d-editor-zoomRémi Verschelde2021-07-133-29/+93
|\ \ \ \ \
| * | | | | Improve 2D editor zoom logicHugo Locurcio2021-07-103-29/+93
* | | | | | Merge pull request #50410 from timothyqiu/similar-msgRémi Verschelde2021-07-132-3/+3
|\ \ \ \ \ \
| * | | | | | Merge similar editor stringsHaoyu Qiu2021-07-132-3/+3
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #50341 from goostengine/vcs-diff-min-sizeRémi Verschelde2021-07-131-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Set minimum size for "Version Control" diff bottom panelAndrii Doroshenko (Xrayez)2021-07-101-0/+1
* | | | | | Merge pull request #50262 from nekomatata/convex-hull-simplificationRémi Verschelde2021-07-123-5/+17
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Options to clean/simplify convex hull generated from meshPouleyKetchoupp2021-07-073-5/+17
* | | | | | Merge pull request #50389 from Chaosus/vs_uniform_refRémi Verschelde2021-07-121-2/+25
|\ \ \ \ \ \
| * | | | | | Auto-set a first compatible uniform on dragging to create a UniformRefYuri Roubinsky2021-07-121-2/+25
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #49725 from EricEzaM/multi-node-picking-fixesRémi Verschelde2021-07-123-14/+30
|\ \ \ \ \ \
| * | | | | | Fixes for multi-node editing interactions.Eric M2021-06-193-14/+30
* | | | | | | Merge pull request #50233 from Calinou/editor-add-both-environment-and-sunRémi Verschelde2021-07-122-6/+19
|\ \ \ \ \ \ \
| * | | | | | | Add both preview sun and sky at the same time when holding ShiftHugo Locurcio2021-07-072-6/+19
* | | | | | | | Add the preview sun and sky to the beginning of the scene treeHugo Locurcio2021-07-121-0/+6
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #50356 from Calinou/ormmaterial3d-tweak-editor-iconRémi Verschelde2021-07-121-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Tweak the ORMMaterial3D editor icon to follow the Godot design guidelinesHugo Locurcio2021-07-111-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #50354 from Calinou/immediatemesh-add-editor-iconK. S. Ernest (iFire) Lee2021-07-121-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Add an editor icon for the ImmediateMesh resourceHugo Locurcio2021-07-111-0/+1
| |/ / / / / /
* | | | | | | Merge pull request #50149 from Chaosus/vs_curve3dYuri Roubinsky2021-07-112-18/+94
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Added Curve3Texture to Visual ShadersYuri Roubinsky2021-07-042-18/+94
| | |_|_|_|/ | |/| | | |
* | | | | | Improve the Export All button display in the export dialogHugo Locurcio2021-07-101-9/+15
| |_|_|_|/ |/| | | |
* | | | | Implement Range Iteratorsreduz2021-07-081-0/+9
* | | | | Fix node list with Add Node Herekobewi2021-07-081-1/+1
* | | | | Fix a connection bug in visual shadersYuri Roubinsky2021-07-071-0/+7
| |_|_|/ |/| | |
* | | | Merge pull request #50236 from Calinou/editor-preview-sun-sky-add-root-nodeRémi Verschelde2021-07-073-10/+17
|\ \ \ \
| * | | | Add a root Node3D automatically if absent when adding preview sun and skyHugo Locurcio2021-07-073-10/+17
| | |/ / | |/| |
* | | | Merge pull request #50222 from Calinou/editor-information-use-multiply-signRémi Verschelde2021-07-071-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Use the Unicode multiplication symbol for the viewport size displayHugo Locurcio2021-07-061-3/+3
* | | | Merge pull request #50226 from Calinou/voxelgi-fix-warning-spamRémi Verschelde2021-07-061-4/+1
|\ \ \ \
| * | | | Fix warning message spam when a VoxelGI node is selected in the editorHugo Locurcio2021-07-061-4/+1
| |/ / /
* / / / Make `EditorVCSInterface` proxy functions virtual in C++Andrii Doroshenko (Xrayez)2021-07-061-10/+10
|/ / /
* | | Merge pull request #37983 from EricEzaM/set-main-scene-add-select-current-optionRémi Verschelde2021-07-062-0/+28
|\ \ \
| * | | Added 'Select Current' option when user is prompted to select main scene afte...Eric M2021-07-072-0/+28
* | | | Added EditorInspectorPlugin to aid in editing InputEvents in resources and sh...Eric M2021-07-063-0/+203
|/ / /
* | | Merge pull request #42745 from Pineapple/search-results-limitRémi Verschelde2021-07-061-1/+2
|\ \ \