summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Expand)Author
2023-03-14Disable local space for blender transforms.Ryan Roden-Corrent
2023-03-14FBX: Disable importer when canceling FBX2glTF setupRémi Verschelde
2023-03-13Add missing handler for removing font sizes in ThemesYuri Sizov
2023-03-13Fix type icons in `PropertySelector`Ninni Pipping
2023-03-13remove incorrect rename of get_used_cells_by_idThomas Lobig
2023-03-13Add parentheses around arguments when converting xformclayjohn
2023-03-13Add some missing renames to 3to4 tool.Ryan Roden-Corrent
2023-03-13Move tool declarations to top in 3to4.Ryan Roden-Corrent
2023-03-13Project Converter: Do not convert lines that start with a commentMarius Hanl
2023-03-13Add keycode project conversionNinni Pipping
2023-03-13Fix Camera2D position smoothing properties not being groupedMarcus Elg
2023-03-13Correct superclass constructors in 3to4.Ryan Roden-Corrent
2023-03-13Don't strip whitespace when converting 3to4.Ryan Roden-Corrent
2023-03-13Fix TileSetEditor paiting texture_origin Vector2iNinni Pipping
2023-03-13Fix dock name lost translation after layout changeHaoyu Qiu
2023-03-13Automatically reparent editor message dialogs to avoid error spam.bruvzg
2023-03-13Stop toaster notification circle flickering when notifications are all hidden.SaracenOne
2023-03-13TileSet editor was out of sync with TileMap and incorrectly overwrote old sel...Niels Drost
2023-03-13Fix GDScript code style regarding colonDanil Alexeev
2023-03-13Document `editor/naming/scene_name_casing` settingNinni Pipping
2023-03-13Improve logic related to editing audio buses (and prevent crashes)Yuri Sizov
2023-03-13Prevent cache corruption when saving resources in the editorYuri Sizov
2023-03-13Fix crash when revealing file in floating FileSystem DockHayden Leete
2023-03-13Generate empty textures for theme icons if the SVG module is disabledYuri Sizov
2023-03-11Ensure that editor color map is initialized in the project managerYuri Sizov
2023-03-06Fix "Convert Full Project" button not translatedHaoyu Qiu
2023-03-01i18n: Sync translations with WeblateRémi Verschelde
2023-02-27Fix a crash in the GLB importerGilles Roudière
2023-02-27Add 3-to-4 renames for project settings in project.godotRémi Verschelde
2023-02-27Cleanup 3-to-4 renames, prevent common words replacementsRémi Verschelde
2023-02-26Merge pull request #73959 from clayjohn/GL-mobile-warningsRémi Verschelde
2023-02-26Add warnings for unsupported features in mobile and gl_compatibility backendsclayjohn
2023-02-26Merge pull request #73954 from KoBeWi/BugExRémi Verschelde
2023-02-26Converter: Rename 3.x Vector2 clamped to limit_lengthThomas Lobig
2023-02-26Fix wrong OS regex in project converterkobewi
2023-02-25Merge pull request #73887 from nklbdev/masterRémi Verschelde
2023-02-25fix typo `set_polygon` in GenericTilePolygonEditornklbdev
2023-02-24Revert "Reordering emitted signals in PopupMenu" and fix editor selection iss...bruvzg
2023-02-24i18n: Sync translations with WeblateRémi Verschelde
2023-02-24Merge pull request #73855 from CheesecakeCG/scene-import-animationlibrary-tab...Rémi Verschelde
2023-02-23Fix settings not appearing for Animation Libraries in the Scene Import windowhare_ware
2023-02-23Fix editor resource preview deadlocking with --headless modeGordon MacPherson
2023-02-23Export: Default to exporting S3TC + BPTC for PC platformsRémi Verschelde
2023-02-23Merge pull request #73814 from lyuma/importer_mesh_convexRémi Verschelde
2023-02-23Merge pull request #73775 from SaracenOne/fix_node_ownership_on_scene_update_...Rémi Verschelde
2023-02-23Merge pull request #73687 from Calinou/editor-convex-import-fix-max-convex-hu...Rémi Verschelde
2023-02-23Add a property hint to fix crash when setting max convex hulls below 0Hugo Locurcio
2023-02-23import: Fix uv2 by avoiding premature ImporterMesh::get_mesh()Lyuma
2023-02-23import: Pass the correct defaults to generated collision shapes.Lyuma
2023-02-22Merge pull request #72460 from Calinou/project-manager-disable-incompatible-r...Rémi Verschelde