summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #86824 from alessandrofama/audio-import-playback-positionRémi Verschelde2024-01-081-2/+2
|\
| * Fix playback position label update in Audio Stream ImporterAlessandro Famà2024-01-051-2/+2
* | Add const lvalue ref to container parametersMuller-Castro2024-01-052-3/+3
* | Move 3D scene import classes to their own folderAaron Franke2024-01-0417-7/+8
|/
* Merge pull request #84508 from jsjtxietian/clean-copyRémi Verschelde2024-01-041-2/+1
|\
| * clean unnecessay copy detected by clang-tidyjsjtxietian2023-11-061-2/+1
* | Merge pull request #84445 from Rubonnek/add-const-references-clang-tidyRémi Verschelde2024-01-042-3/+3
|\ \
| * | Add const references detected by clang-tidyWilson E. Alvarez2023-12-162-3/+3
* | | Merge pull request #85219 from dsnopek/light-bake-mode-no-gi-methodYuri Sizov2023-12-191-1/+1
|\ \ \ | |/ / |/| |
| * | Remove GI methods in parentheses from light baking optionsDavid Snopek2023-11-221-1/+1
* | | Return false when no '.editor.ctex' file exists so that the file will be reim...Marius Hanl2023-12-141-0/+4
* | | Merge pull request #85807 from rakkarage/import-warningRémi Verschelde2023-12-121-3/+16
|\ \ \
| * | | Add toaster notifications for import warning.Rakka Rage2023-12-051-3/+16
* | | | Fix referring to ResourceImporterScene static importers via instancesAaron Franke2023-12-112-20/+25
* | | | Merge pull request #82899 from aaronfranke/import-settings-dialogsRémi Verschelde2023-12-128-166/+166
|\ \ \ \ | |/ / / |/| | |
| * | | Rename ImportSettings dialogs to have "Dialog" in the nameAaron Franke2023-11-268-166/+166
| |/ /
* | | Merge pull request #85556 from bs-mwoerner/wav-import-fixRémi Verschelde2023-12-041-1/+3
|\ \ \
| * | | Fixed reading WAV files with odd chunk sizes.Michael Wörner2023-12-041-1/+3
| |/ /
* | | Merge pull request #85061 from SaracenOne/imported_slices_fixRémi Verschelde2023-12-041-0/+2
|\ \ \ | |/ / |/| |
| * | Fix imported track flag on sliced animations.Saracen2023-11-181-0/+2
* | | Codestyle: Fix some comment issuesRémi Verschelde2023-11-211-8/+0
|/ /
* | Fix Resource Importer use after freeAlistair Leslie-Hughes2023-11-142-3/+5
* | Don't use TTR/RTR for ERR/WARN printsRémi Verschelde2023-11-121-3/+3
* | Fix stuck cursor in Advanced Scene ImporterMarkus Sauermann2023-11-091-0/+3
* | Implement glTF compat version system for files from older Godot versionsAaron Franke2023-11-032-2/+10
|/
* Merge pull request #83036 from jsjtxietian/move-animation-slice-processing-to...Yuri Sizov2023-11-031-32/+28
|\
| * Move animation slice processing to _post_fix_animationsjsjtxietian2023-10-091-32/+28
* | Merge pull request #84252 from clayjohn/ensure_tangentsRémi Verschelde2023-11-022-4/+23
|\ \
| * | Enhance checks and user experience around tangents.clayjohn2023-11-012-4/+23
* | | Merge pull request #83600 from jsjtxietian/make-translation-import-more-robustRémi Verschelde2023-11-021-1/+10
|\ \ \ | |/ / |/| |
| * | Make translation importer skip not-supported lang tagjsjtxietian2023-10-201-1/+10
* | | Merge pull request #83764 from timothyqiu/suffix-onlyRémi Verschelde2023-10-261-1/+5
|\ \ \
| * | | Fix infinite loop when importing 3D object named "-colonly"Haoyu Qiu2023-10-221-1/+5
* | | | Add method check for _notify_skeleton_bones_renamed.Saracen2023-10-261-7/+6
* | | | Some more fixes for compressed meshesclayjohn2023-10-242-7/+7
* | | | Fix "as" capitalization in editor stringsHaoyu Qiu2023-10-231-1/+1
|/ / /
* / / Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-193-25/+34
|/ /
* | [Bitmap fonts] Add support for scaling.bruvzg2023-10-132-0/+6
* | Cleanup instances of using uint32_t for mesh formatsClay2023-10-122-4/+4
* | Merge pull request #83076 from SaracenOne/make_rest_fixer_tracks_importedRémi Verschelde2023-10-101-0/+1
|\ \
| * | Set new RestFixer tracks as importedSaracen2023-10-091-0/+1
| |/
* / Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-082-2/+2
|/
* Vertex and attribute compression to reduce the size of the vertex format.clayjohn2023-10-054-10/+38
* Add vararg call() method to C++ Callablekobewi2023-10-051-9/+2
* Fixed the Advanced Import Settings window's camera rotation order in the 3D v...Shnazzy2023-09-291-1/+1
* Implement AnimationManager the base class of AnimationPlayer/TreeSilc Lizard (Tokage) Renew2023-09-294-10/+10
* Make 3D editor gizmos and debug shapes ignore fogHugo Locurcio2023-09-271-0/+2
* Merge pull request #82302 from MewPurPur/alt-font-iconRémi Verschelde2023-09-251-2/+2
|\
| * Add white Font and Mesh iconsMewPurPur2023-09-251-2/+2
* | Merge pull request #82190 from BlueCube3310/aabb-import-shadows-disableRémi Verschelde2023-09-241-0/+1
|\ \