Age | Commit message (Expand) | Author |
2022-02-12 | Merge pull request #57997 from Calinou/texture-import-rename-hdr-as-srgb | Rémi Verschelde |
2022-02-12 | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker |
2022-02-12 | Rename Hdr as Srgb texture import option to be lowercase | Hugo Locurcio |
2022-02-08 | Merge pull request #57627 from JFonS/occluder_improvements | Rémi Verschelde |
2022-02-08 | Re-add missing `SNAME` macros in `get_theme_*` calls | Rémi Verschelde |
2022-02-08 | Revert "Add missing SNAME macro optimization to all theme methods call" | Rémi Verschelde |
2022-02-07 | Improvements and fixes to occluders | jfons |
2022-02-07 | Merge pull request #57725 from jmb462/missing-sname-theme-setters | Rémi Verschelde |
2022-02-07 | ResourceImporter: Restore default append logic for new importers | Rémi Verschelde |
2022-02-06 | Add missing SNAME macro optimization to all theme methods call | jmb462 |
2022-02-05 | Merge pull request #56943 from V-Sekai/override-import | Rémi Verschelde |
2022-02-04 | Faster CVTT by reducing quality. | K. S. Ernest (iFire) Lee |
2022-02-04 | Cleanup and move char functions to the `char_utils.h` header. | bruvzg |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-02-02 | Vectors: Use clear() and has(). | Anilforextra |
2022-01-29 | simplify formatting scripts, add a clang-tidy script, and run clang-tidy | Nathan Franke |
2022-01-26 | Fix lightmap size hint option not displaying for 3D scenes | Hugo Locurcio |
2022-01-22 | Add usage of indeterminate checkboxes to editor | kobewi |
2022-01-20 | Merge pull request #55360 from Calinou/rename-bake-mode-properties | Rémi Verschelde |
2022-01-20 | Add nodiscard to core math classes to catch c++ errors. | lawnjelly |
2022-01-19 | Make add_importer and add_post_importer_plugin override existing importers. | K. S. Ernest (iFire) Lee |
2022-01-18 | Merge pull request #52969 from bruvzg/locale_detection | Rémi Verschelde |
2022-01-18 | Improve locale detection. | bruvzg |
2022-01-18 | Fix import hints breaking node paths in animations | Ricardo Buring |
2022-01-17 | Merge pull request #54794 from bruvzg/runtime_bmfont_parser | Rémi Verschelde |
2022-01-17 | Remove property hints referencing unsupported svgz extension | Rémi Verschelde |
2022-01-16 | Hide SVG scale for non-SVG textures | kobewi |
2022-01-14 | Remove support for PVRTC texture encoding and decoding | Hugo Locurcio |
2022-01-13 | Fix various typos | luz paz |
2022-01-09 | [TextServer] Improve ligature cursor handling. | bruvzg |
2022-01-05 | options dict is now passed to _import_scene. | K. S. Ernest (iFire) Lee |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-02 | Fix various typos | luz paz |
2021-12-17 | Don't crash when texture param is null | Marc Gilleron |
2021-12-14 | Rename and reorder bake mode properties for consistency | Hugo Locurcio |
2021-12-10 | Merge pull request #53323 from xMakerx/patch-1 | Rémi Verschelde |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-12-06 | Fix bad popups offset in editor with single window off | jmb462 |
2021-11-24 | Merge pull request #55238 from Giwayume/bugfix/atlas_cutoff_edge_master | Rémi Verschelde |
2021-11-23 | Rename `remove()` to `remove_at()` when removing by index | Lightning_A |
2021-11-23 | Fix edge case where 1px cut off from right of image | Giwayume |
2021-11-22 | Added `reset_size` method to `Control` and `Window` classes | Yuri Roubinsky |
2021-11-19 | Added hint about loop_mode to resource importer | Silc 'Tokage' Renew |
2021-11-18 | Fix texture atlas generation when source sprite is larger than generated atlas | Giwayume |
2021-11-14 | Add path to functions that return iporter options | reduz |
2021-11-12 | Use "enum class" for input enums | Aaron Franke |
2021-11-12 | Modules: Make sure to include modules_enabled.gen.h where needed | Rémi Verschelde |
2021-11-11 | Fix import_scene_from_other_importer and import_animation_from_other_importer | Lyuma |
2021-11-10 | Merge pull request #54838 from groud/fix_editor_import_plugin | Rémi Verschelde |