Age | Commit message (Expand) | Author |
2022-11-29 | Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-anim | Rémi Verschelde |
2022-11-29 | Add trimming option to cut un-keyed timeline before first key in gltf | Silc Renew |
2022-11-28 | Merge pull request #69178 from aaronfranke/mesh-shape | Rémi Verschelde |
2022-11-25 | Use a more specific type for Mesh create_(convex|trimesh)_shape | Aaron Franke |
2022-11-24 | Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources | Rémi Verschelde |
2022-11-21 | Code simplifications found by cppcheck | Markus Sauermann |
2022-11-16 | Improve BoneRenamer to avoid conflicting with original bone name | Silc Renew |
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann |
2022-11-14 | Add more info to WAV import errors | alex-pahdo |
2022-11-14 | Merge pull request #68470 from bruvzg/img_fnt_imp | Rémi Verschelde |
2022-11-14 | Merge pull request #68448 from bruvzg/font_imp_tr | Rémi Verschelde |
2022-11-11 | Use forward-declarations in EditorPlugin where possible | trollodel |
2022-11-10 | [Font] Add an import option to pre-render all glyphs required for the transla... | bruvzg |
2022-11-10 | [Image Font Importer] Hide unused font size, add image and character margins. | bruvzg |
2022-11-04 | Fix -Wunused-but-set-variable warnings from Emscripten 3.1.20 | Rémi Verschelde |
2022-11-04 | Merge pull request #68223 from Calinou/editor-font-prerendering-fix-add-icon | Rémi Verschelde |
2022-11-03 | Fix missing Add icon in the editor font prerendering dialog | Hugo Locurcio |
2022-11-03 | Hide Antialiasing import option on DynamicFonts with MSDF enabled | Hugo Locurcio |
2022-11-01 | Rename Image's `get_rect` to `get_region` | Micky |
2022-10-31 | Merge pull request #67578 from KoBeWi/GEDITOR | Rémi Verschelde |
2022-10-31 | Merge pull request #67805 from TokageItLab/fix-postimport-anim-arg | Rémi Verschelde |
2022-10-28 | ResourceImporterLayeredTexture: rename compress modes to match enum | DeeJayLSP |
2022-10-27 | Merge pull request #67834 from Klowner/collada-closed-curves-16658 | Clay John |
2022-10-24 | Handle closed splines in Collada importer | Mark Riedesel |
2022-10-24 | Fix passed dict to internal_process() in importer plugin for animation | Silc Renew |
2022-10-21 | Clean up Basis from Euler code | Aaron Franke |
2022-10-18 | Unify usage of GLOBAL/EDITOR_GET | kobewi |
2022-10-14 | Make some Image methods static | kobewi |
2022-10-10 | Add animation slices for individual animations | Juan Velandia |
2022-10-08 | Show svg import options in default settings. | HolonProduction |
2022-10-07 | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg |
2022-10-03 | Remove unsupported `NO_SAFE_CAST`/`-fno-rtti` from Android build | Rémi Verschelde |
2022-09-23 | Remove unused includes & move some includes to top of file | Andy Maloney |
2022-09-22 | [Font Inspector Plugin] Hide "Add Feature" button if supported feature list i... | bruvzg |
2022-09-17 | HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts. | bruvzg |
2022-09-14 | Fix LOD-generation on skinned meshes. | SaracenOne |
2022-09-07 | Allow images to be imported "for editor use" and respect editor settings | Yuri Sizov |
2022-09-06 | Improve naming of theme properties throughout GUI code | Yuri Sizov |
2022-09-06 | Merge pull request #60115 from V-Sekai/scene_scale | Rémi Verschelde |
2022-09-06 | Fix various uninitialized member pointers | Rémi Verschelde |
2022-09-05 | Importer option to apply the root basis for meshes/skins/animations | SaracenOne |
2022-09-04 | Fix rest fixer for the model has skin which non inverse global rest | Silc Renew |
2022-09-02 | Merge pull request #65170 from KoBeWi/your_argument_is_TypedArray | Rémi Verschelde |
2022-09-01 | Refactor BitMap and add tests | Hendrik Brucker |
2022-09-01 | Change Array arguments to TypedArray | kobewi |
2022-08-31 | Implement Physical Light Units as an optional setting. | clayjohn |
2022-08-30 | Merge pull request #64377 from Mickeon/rename-canvas-redraw | Rémi Verschelde |
2022-08-30 | Merge pull request #65039 from Mickeon/rename-treeitem-tooltip | Rémi Verschelde |
2022-08-30 | Rename TreeItem's `set_tooltip` to `set_tooltip_text` | Micky |
2022-08-29 | Rename String `plus_file` to `path_join` | Aaron Franke |