summaryrefslogtreecommitdiff
path: root/editor/import
AgeCommit message (Expand)Author
2021-12-10Merge pull request #53323 from xMakerx/patch-1Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-09align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke
2021-12-06Fix bad popups offset in editor with single window offjmb462
2021-11-24Merge pull request #55238 from Giwayume/bugfix/atlas_cutoff_edge_masterRémi Verschelde
2021-11-23Rename `remove()` to `remove_at()` when removing by indexLightning_A
2021-11-23Fix edge case where 1px cut off from right of imageGiwayume
2021-11-22Added `reset_size` method to `Control` and `Window` classesYuri Roubinsky
2021-11-19Added hint about loop_mode to resource importerSilc 'Tokage' Renew
2021-11-18Fix texture atlas generation when source sprite is larger than generated atlasGiwayume
2021-11-14Add path to functions that return iporter optionsreduz
2021-11-12Use "enum class" for input enumsAaron Franke
2021-11-12Modules: Make sure to include modules_enabled.gen.h where neededRémi Verschelde
2021-11-11Fix import_scene_from_other_importer and import_animation_from_other_importerLyuma
2021-11-10Merge pull request #54838 from groud/fix_editor_import_pluginRémi Verschelde
2021-11-10Fix EditorImportPlugin logic for checking unimplemented methodsGilles Roudière
2021-11-09Merge pull request #53819 from TokageItLab/re-implement-ping-pongRémi Verschelde
2021-11-09Merge pull request #54694 from briansemrau/rem-silly-obj-errorRémi Verschelde
2021-11-09Merge pull request #51341 from V-Sekai/fps-30K. S. Ernest (iFire) Lee
2021-11-09Default to 30 animation fps for better quality.K. S. Ernest (iFire) Lee
2021-11-09Move BMFont parser code from importer to the FontData to allow loading bitmap...bruvzg
2021-11-09Merge pull request #54372 from bruvzg/text_edit_uiRémi Verschelde
2021-11-06Prevent obj importer from printing misleading errorBrian Semrau
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-11-03Merge pull request #54072 from KoBeWi/hrcr_is_dedRémi Verschelde
2021-11-03reimplement ping-pongSilc 'Tokage' Renew
2021-11-02Fix crash in ResourceImporterTexture::_save_stex if webp disabledChained Lupine
2021-10-31Add functions for getting name and font style from dynamic and bitmap fonts.bruvzg
2021-10-28clang-format: Enable `BreakBeforeTernaryOperators`Rémi Verschelde
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-28Remove node_hrcr hackkobewi
2021-10-27Avoid crash in scene importer when the mesh is empty.K. S. Ernest (iFire) Lee
2021-10-25Merge pull request #54050 from reduz/animation-compressionRémi Verschelde
2021-10-21Implement Animation Compressionreduz
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-18ResourceImporterScene: Add error when "default" is not defined to create clipsMaverick Liberty
2021-10-16Implement Animation Blend Shape Tracksreduz
2021-10-15collada: fix error in use of fix_transform.Lyuma
2021-10-15Add scene Post-Import Plugin support.reduz
2021-10-14Implement import actions for pos/rot/scale animation tracksreduz
2021-10-13Remove REST transform influence in skeleton bonesreduz
2021-10-12Remove animation 3D transform track, replace by loc/rot/scale tracks.reduz
2021-10-11Revert "Implement reverse playback and ping-pong loop in AnimationPlayer and ...Juan Linietsky
2021-10-09implement ping-pong loop in animationTokage
2021-10-07added optional region cropping to Texture Atlas importerboruok
2021-10-03GLTF for game templates.K. S. Ernest (iFire) Lee
2021-10-02Resolve problem with missing meshes. K. S. Ernest (iFire) Lee
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-30Use range iterators for `Map`Lightning_A