summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #79173 from RedworkDE/net-commandline-exportingRémi Verschelde2023-07-081-0/+1
|\ | | | | | | C#: Fix command line exporting
| * C#: Fix command line exportingRedworkDE2023-07-071-0/+1
| |
* | Merge pull request #79158 from jpcerrone/shaderinclude_fixesRémi Verschelde2023-07-081-5/+3
|\ \ | | | | | | | | | Fix comments and indentation in .gdshaderinc files
| * | Fix comments and indentation in .gdshaderinc filesjpcerrone2023-07-071-5/+3
| | | | | | | | | | | | | | | | | | Fixes #78205 The handling of comments and indentation in the shader editor wasn't considering shader include files.
* | | Merge pull request #78795 from akien-mga/project-converter-keep-rendering-driverRémi Verschelde2023-07-081-0/+2
|\ \ \ | | | | | | | | | | | | Project converter: Use same rendering driver as Project Manager
| * | | Project converter: Use same rendering driver as Project ManagerRémi Verschelde2023-06-281-0/+2
| | | | | | | | | | | | | | | | | | | | Which means by default OpenGL 3, but it can still be overridden from the command line. Fixes #76303.
* | | | Merge pull request #78694 from ↵Rémi Verschelde2023-07-081-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Yadnesh-Kulkarni/bugfix-grid-view-disappear-#78588 Fix 3D viewport grid disappearing on scene tab changes
| * | | | Fixed grid disappearanceYadnesh Kulkarni2023-06-261-0/+2
| | | | |
* | | | | Merge pull request #78631 from ↵Rémi Verschelde2023-07-081-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Calinou/shader-editor-creation-dialog-use-bullet-points Use bullet points in shader editor creation dialog
| * | | | | Use bullet points in shader editor creation dialogHugo Locurcio2023-06-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is consistent with the script creation dialog.
* | | | | | Merge pull request #71024 from ↵Rémi Verschelde2023-07-081-2/+8
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | marzecdawid/better-cursor-behaviour-in-tree-with-ctrl Fix cursor behavior for multiselect in Tree while holding CTRL
| * | | | | Fix cursor behaviour in Tree while holding CTRLDawid Marzec2023-06-211-2/+8
| | | | | |
* | | | | | Merge pull request #79090 from mb4c/wrap-tooltipRémi Verschelde2023-07-072-2/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Add tooltip description wrapping in scene tree and plugin settings
| * | | | | | Add tooltip description wrapping in scene tree and plugin settingsmb4c2023-07-072-2/+18
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #78925 from theraot/fix_rename_uniqueRémi Verschelde2023-07-071-5/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Do not change a node unique name to the same name
| * | | | | | Do not change a node unique name to the same nameAlfonso J. Ramos2023-07-061-5/+12
| | | | | | |
* | | | | | | Merge pull request #78775 from aaronfranke/proj-tag-sortRémi Verschelde2023-07-071-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Sort project tags before saving
| * | | | | | | Sort project tags before savingAaron Franke2023-06-271-0/+1
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge pull request #78524 from MewPurPur/4920726f6c6c65642061203621Rémi Verschelde2023-07-071-1/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix tooltip of enum value without description
| * | | | | | | Fix enum tooltip with no descriptionMewPurPur2023-06-211-1/+2
| | | | | | | |
* | | | | | | | Merge pull request #78522 from MewPurPur/improve-tileset-labelsRémi Verschelde2023-07-071-9/+8
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve string drawing in the tiledata editor
| * | | | | | | | Improve string printing in the tiledata editorMewPurPur2023-06-211-9/+8
| |/ / / / / / /
* | | | | | | | Merge pull request #54071 from KoBeWi/infinite_unlimited_connectionsRémi Verschelde2023-07-073-0/+11
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | Focus current node after connecting
| * | | | | | | Focus current node after connectingkobewi2023-06-123-0/+11
| | | | | | | |
* | | | | | | | Merge pull request #79112 from bitsawer/fix_preprocessor_keyword_colorsRémi Verschelde2023-07-071-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | Make shader preprocessor keyword colors consistent
| * | | | | | | | Make shader preprocessor keyword colors consistentbitsawer2023-07-061-1/+1
| | | | | | | | |
* | | | | | | | | Merge pull request #79092 from akien-mga/doctool-remove-version-attributeRémi Verschelde2023-07-071-2/+0
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doctool: Remove version attribute from XML header
| * | | | | | | | | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-2/+0
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* | | | | | | | | Merge pull request #79025 from RedworkDE/scripted-export-pluginRémi Verschelde2023-07-076-29/+38
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix export options of scripted `EditorExportPlugin`s
| * | | | | | | | | Fix export options of scripted EditorExportPluginsRedworkDE2023-07-046-29/+38
| | | | | | | | | |
* | | | | | | | | | Merge pull request #78953 from anvilfolk/enum-descRémi Verschelde2023-07-071-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix regression with GDScript enum descriptions now showing up in documentation.
| * | | | | | | | | | Fix regression with enum descriptions now showing up in documentation.ocean (they/them)2023-07-021-1/+1
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #78938 from timothyqiu/no-matchRémi Verschelde2023-07-071-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Translate "No match" message in FindReplaceBar
| * | | | | | | | | | Translate "No match" message in FindReplaceBarHaoyu Qiu2023-07-021-1/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #78920 from ↵Rémi Verschelde2023-07-072-6/+6
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rindbee/fix-invalid-shortcut-keys-in-TileSetAtlasSourceEditor Make sure the shortcut key respects the context in `TileSetAtlasSourceEditor`
| * | | | | | | | | | Make sure the shortcut key respects the context in `TileSetAtlasSourceEditor`Rindbee2023-07-022-6/+6
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #78914 from KoBeWi/lazy_dropRémi Verschelde2023-07-071-1/+3
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | Fix dropping files from res:// to res://
| * | | | | | | | | Fix dropping files from res:// to res://kobewi2023-07-011-1/+3
| |/ / / / / / / /
* | | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2023-07-0519-395/+9440
| | | | | | | | |
* | | | | | | | | Merge pull request #79050 from capnm/fix_teststr_whatYuri Sizov2023-07-051-4/+6
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | Fix import hints that are followed by dot.number
| * | | | | | | | Fix import hints that are followed by dot.number.Martin Capitanio2023-07-051-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #78881.
* | | | | | | | | Fix node selection not handled correctly at launchkobewi2023-07-032-6/+0
| |/ / / / / / / |/| | | | | | |
* | | | | | | | i18n: Sync translations with WeblateRémi Verschelde2023-06-2912-85/+4941
| | | | | | | |
* | | | | | | | Fix missing GDExtension in-editor API referenceRémi Verschelde2023-06-291-5/+0
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit partially reverts a change in e1ce0340b78875a864d449a5e3e38e4535e9a800 which would prevent from generating API reference for GDExtension APIs. Fixes #78829.
* | | | | | | Fix missing translations in EventListenerLineEditkobewi2023-06-271-6/+6
| | | | | | |
* | | | | | | i18n: Sync translations with WeblateRémi Verschelde2023-06-2649-1770/+3176
| | | | | | |
* | | | | | | Fix missing translation in SceneCreateDialogkobewi2023-06-261-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #78670 from KoBeWi/cache_with_full_powerRémi Verschelde2023-06-262-18/+25
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Improve script icon cache
| * | | | | | Improve script icon cachekobewi2023-06-262-18/+25
| | | | | | |
* | | | | | | Unexpose `DocCache` classDanil Alexeev2023-06-241-1/+0
|/ / / / / /