summaryrefslogtreecommitdiffstats
path: root/editor/import
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #58965 from TechnoPorg/remove-stex-occurrencesRémi Verschelde2022-03-114-18/+18
|\
| * Remove more occurrences of "stex"TechnoPorg2022-03-104-18/+18
* | Add missing i18n to various stringsHaoyu Qiu2022-03-072-2/+2
|/
* Merge pull request #58788 from reduz/rename-streamtextureRémi Verschelde2022-03-064-33/+33
|\
| * Rename StreamTexture* to CompressedTexture*reduz2022-03-054-33/+33
* | Various code and documentation improvementskobewi2022-03-051-1/+0
|/
* Make name of editor file dialog filters translatableHaoyu Qiu2022-03-051-2/+2
* Allow automatic lod when importing 3D scenes with Static LightmapsK. S. Ernest (iFire) Lee2022-02-251-8/+8
* Fix typos in editor font preload dialog warning messagesHugo Locurcio2022-02-211-2/+2
* Merge pull request #57163 from winterpixelgames/feature/allow-disable-atlas-t...Rémi Verschelde2022-02-191-2/+7
|\
| * Allow disabling the alpha trim on texture atlas creation.Jason Knight2022-02-191-2/+7
* | Fix crash when importing DAE modelHaoyu Qiu2022-02-191-1/+1
* | Change 'find_node' to 'find_nodes' and Add 'type' parameterdiddykonga2022-02-171-2/+3
* | Merge pull request #58182 from akien-mga/style-cleanup-if-semicolons-deadcodeRémi Verschelde2022-02-163-59/+9
|\ \
| * | Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-163-59/+9
* | | Update if == NOTIFICATION_* to switch statements to match coding stylemegalobyte2022-02-162-9/+16
|/ /
* | Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-156-25/+18
* | Add sub-pixel glyph positioning support.bruvzg2022-02-123-0/+14
* | Merge pull request #57997 from Calinou/texture-import-rename-hdr-as-srgbRémi Verschelde2022-02-121-16/+16
|\ \
| * | Rename Hdr as Srgb texture import option to be lowercaseHugo Locurcio2022-02-121-16/+16
* | | Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-127-8/+17
|/ /
* | Merge pull request #57627 from JFonS/occluder_improvementsRémi Verschelde2022-02-082-23/+103
|\ \
| * | Improvements and fixes to occludersjfons2022-02-072-23/+103
* | | Re-add missing `SNAME` macros in `get_theme_*` callsRémi Verschelde2022-02-081-34/+34
* | | Revert "Add missing SNAME macro optimization to all theme methods call"Rémi Verschelde2022-02-081-40/+40
* | | Merge pull request #57725 from jmb462/missing-sname-theme-settersRémi Verschelde2022-02-071-40/+40
|\ \ \ | |/ / |/| |
| * | Add missing SNAME macro optimization to all theme methods calljmb4622022-02-061-40/+40
* | | ResourceImporter: Restore default append logic for new importersRémi Verschelde2022-02-072-6/+14
|/ /
* | Merge pull request #56943 from V-Sekai/override-importRémi Verschelde2022-02-052-16/+34
|\ \
| * | Make add_importer and add_post_importer_plugin override existing importers.K. S. Ernest (iFire) Lee2022-01-192-16/+34
* | | Faster CVTT by reducing quality.K. S. Ernest (iFire) Lee2022-02-043-103/+130
* | | Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-041-2/+2
* | | String: Add contains().Anilforextra2022-02-041-4/+4
* | | Vectors: Use clear() and has().Anilforextra2022-02-022-2/+2
* | | simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+2
* | | Fix lightmap size hint option not displaying for 3D scenesHugo Locurcio2022-01-261-2/+3
| |/ |/|
* | Add usage of indeterminate checkboxes to editorkobewi2022-01-221-0/+30
* | Merge pull request #55360 from Calinou/rename-bake-mode-propertiesRémi Verschelde2022-01-202-4/+4
|\ \
| * | Rename and reorder bake mode properties for consistencyHugo Locurcio2021-12-142-4/+4
* | | Add nodiscard to core math classes to catch c++ errors.lawnjelly2022-01-201-1/+2
| |/ |/|
* | Merge pull request #52969 from bruvzg/locale_detectionRémi Verschelde2022-01-183-419/+16
|\ \
| * | Improve locale detection.bruvzg2022-01-183-419/+16
* | | Fix import hints breaking node paths in animationsRicardo Buring2022-01-182-20/+59
|/ /
* | Merge pull request #54794 from bruvzg/runtime_bmfont_parserRémi Verschelde2022-01-171-739/+3
|\ \
| * | Move BMFont parser code from importer to the FontData to allow loading bitmap...bruvzg2021-11-091-739/+3
* | | Remove property hints referencing unsupported svgz extensionRémi Verschelde2022-01-171-1/+1
* | | Hide SVG scale for non-SVG textureskobewi2022-01-161-2/+8
* | | Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-142-14/+0
* | | Fix various typosluz paz2022-01-131-1/+1
* | | [TextServer] Improve ligature cursor handling.bruvzg2022-01-093-1/+157