summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-2746-92/+92
* Rebrand preambles to RedotSpartan3222024-10-1346-0/+92
* Rebrand Godot 4.3 to RedotTrashguy2024-10-131-2/+2
* WAV: Fix one frame overflow at the endDeeJayLSP2024-09-171-2/+2
* Fix memory leak on QOA importDeeJayLSP2024-09-161-4/+7
* [ImageFont] Fix escape sequence parsing, add note to the docs.bruvzg2024-09-161-2/+4
* Merge pull request #94968 from jsjtxietian/obj-importRémi Verschelde2024-08-121-9/+10
|\
| * Fix obj's name set in wrong order when importingjsjtxietian2024-07-311-9/+10
* | Merge pull request #93284 from rune-scape/missing-import-settings-crashRémi Verschelde2024-07-311-0/+2
|\ \ | |/ |/|
| * avoid crashing when scene import settings are emptyrune-scape2024-06-171-0/+2
* | Merge pull request #94058 from Hilderin/fix-scene-project-importation-settingsRémi Verschelde2024-07-171-2/+6
|\ \
| * | Fix missing options in Project Import DefaultsHilderin2024-07-091-2/+6
* | | Fix error message being printed when importing an OBJ with no surfacesHugo Locurcio2024-07-081-2/+6
|/ /
* | Fix default collision shape on imported rigidbodyBastiaan Olij2024-06-242-3/+23
* | Merge pull request #93337 from bruvzg/rename_img_fnt_impRémi Verschelde2024-06-191-1/+1
|\ \
| * | Remove `monospace/fixed-width` from the `ResourceImporterImageFont` name and ...bruvzg2024-06-191-1/+1
* | | Merge pull request #92640 from AThousandShips/text_value_changed_snameRémi Verschelde2024-06-192-6/+6
|\ \ \
| * | | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-192-6/+6
* | | | Merge pull request #92639 from AThousandShips/confirmed_snameRémi Verschelde2024-06-193-4/+4
|\| | |
| * | | [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-193-4/+4
* | | | Merge pull request #92638 from AThousandShips/item_selected_snameRémi Verschelde2024-06-191-2/+2
|\| | |
| * | | [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-2/+2
| |/ /
* / / Retain meta data set on imported nodestamas2024-06-182-0/+23
|/ /
* / [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-182-13/+13
|/
* [Image Font Importer] Adds support for `\uXXXX` in the kerning config strings.bruvzg2024-06-131-3/+22
* Merge pull request #93074 from bruvzg/bmp_imp_advRémi Verschelde2024-06-121-0/+2
|\
| * [Image Font Importer] Fix reading advance after hex/dec range.bruvzg2024-06-121-0/+2
* | Fix incorrect camera transform of animation view in the import windowYuri Rubinsky2024-06-101-1/+1
|/
* Merge pull request #91953 from AThousandShips/use_normal_snameRémi Verschelde2024-05-311-1/+1
|\
| * Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-1/+1
* | [Scene] Add `SceneStringNames::panel`A Thousand Ships2024-05-301-2/+2
* | [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
|/
* Merge pull request #92539 from RandomShaper/no_crash_glsl_headlessRémi Verschelde2024-05-301-0/+1
|\
| * Avoid crash when importing .glsl in headlessPedro J. Estébanez2024-05-301-0/+1
* | Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
|/
* Merge pull request #92196 from lyuma/gltf_anim_library_import_as_bonesRémi Verschelde2024-05-231-1/+1
|\
| * Support Import As Skeleton Bones on glTF and AnimationLibrary importLyuma2024-05-211-1/+1
* | Merge pull request #92179 from aaronp64/image_import_memoryRémi Verschelde2024-05-221-3/+3
|\ \
| * | Improve memory usage for image import and PortableCompressedTexture2Daaronp642024-05-201-3/+3
| |/
* / fbx: change import option defaultsLyuma2024-05-211-1/+2
|/
* Merge pull request #92012 from lyuma/rest_fixer_anim_scaleRémi Verschelde2024-05-171-1/+1
|\
| * rest fixer: Apply orthonormalized scale to animsLyuma2024-05-161-1/+1
* | Merge pull request #90647 from Gaktan/masterRémi Verschelde2024-05-171-12/+20
|\ \ | |/ |/|
| * Fixed decimal and hex ranges not working with image fontsGaktan2024-05-131-12/+20
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-143-15/+15
* | Use Core/Scene stringnames consistentlykobewi2024-05-133-11/+11
|/
* Editor: Disallow font image rows/columns to be zero or lessAlistair Leslie-Hughes2024-05-121-2/+4
* Merge pull request #91619 from AThousandShips/find_improveRémi Verschelde2024-05-082-5/+5
|\
| * Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-082-5/+5
* | [Core] Add case-insensitive `String::containsn`A Thousand Ships2024-05-081-2/+2
|/