Age | Commit message (Expand) | Author |
2020-10-09 | Implement GPU Particle Collisions | reduz |
2020-10-05 | Better non alphanumeric bone names. | K. S. Ernest (iFire) Lee |
2020-10-05 | glTF: Fix parsing image data with `mimeType` undefined | Rémi Verschelde |
2020-10-02 | glTF: Fix parsing buffer data with application/gltf-buffer and image/* MIME t... | Rémi Verschelde |
2020-09-28 | Use the vertex colors by default in gltf. | K. S. Ernest (iFire) Lee |
2020-09-09 | Implement 3D textures as import and resource format. | reduz |
2020-07-27 | Make all String float conversion methods be 64-bit | Aaron Franke |
2020-07-21 | Merge pull request #40450 from asmaloney/spelling | Rémi Verschelde |
2020-07-21 | Fix spelling & grammar in comments, docs, and messages | Andy Maloney |
2020-07-11 | Allow gltf2 morph targets with no default values. Changes for bug 38751 | K. S. Ernest (iFire) Lee |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-02 | Fix issues with custom tracks on reimport | lordkettune |
2020-06-18 | Fix #20467. The "Anim imported" warning gets displayed properly when working ... | Sl3dge78 |
2020-06-14 | Remove the obsolete "2D Pixel" import preset | Hugo Locurcio |
2020-06-11 | Add GLTF light import | Aaron Franke |
2020-06-08 | Merge pull request #39152 from abustin/fbx_mesh_compression_fix_master | Rémi Verschelde |
2020-06-04 | Merge pull request #38924 from Calinou/tweak-import-compression-hint | Rémi Verschelde |
2020-06-03 | Fix excessive bottom cropping in atlas generation | Pedro J. Estébanez |
2020-05-29 | Respect 'mesh compression' editor import option in Assimp (ie. FBX) and glTF ... | Alex Bustin |
2020-05-27 | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) |
2020-05-21 | Tweak the import compression property hint for clarity | Hugo Locurcio |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-11 | Tweak the error message displayd when a post-import script fails | Hugo Locurcio |
2020-05-10 | New lightmapper | Juan Linietsky |
2020-05-10 | Revert "Renamed plane's d to distance" | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: Add missing copyright headers | Rémi Verschelde |
2020-05-10 | Renamed plane's d to distance | Marcus Elg |
2020-04-28 | Merge pull request #37273 from akien-mga/gltf-tangent-fix-32712 | Rémi Verschelde |
2020-04-22 | Add caching the lightmap unwrapping on import | JFonS |
2020-04-20 | Exposed RenderingDevice to script API | Juan Linietsky |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-31 | Fix more -Wmaybe-uninitialized warnings with target=release_debug | Rémi Verschelde |
2020-03-30 | Merge pull request #37436 from akien-mga/doc-node-renames | Rémi Verschelde |
2020-03-30 | doc: Update classref with node renames | Rémi Verschelde |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-27 | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde |
2020-03-27 | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky |
2020-03-24 | glTF: Fix tangent generation for non-blend shapes | Rémi Verschelde |
2020-03-24 | Move DocData and Collada out of their subfolders | Rémi Verschelde |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-11 | Fix various typos | luz.paz |
2020-02-28 | Merge pull request #36388 from AndreaCatania/some_renames | Rémi Verschelde |
2020-02-28 | Merge pull request #36556 from RandomShaper/rework_mutex | Rémi Verschelde |
2020-02-27 | Renamed PlaneShape to WorldMarginShape | Andrea Catania |
2020-02-27 | Renamed NavigationMeshInstance to NavigationRegion | Andrea Catania |