Age | Commit message (Expand) | Author |
2020-02-11 | Rewritten StreamTexture for better code reuse, added basis universal support | Juan Linietsky |
2020-02-11 | Proper texture reloading (was broken). | Juan Linietsky |
2020-02-11 | Modernized default 3D material, fixes material bugs. | Juan Linietsky |
2020-02-11 | Several fixes to 3D rendering, and multimesh implementation. | Juan Linietsky |
2020-02-11 | Base 3D engine done, still untested, though. | Juan Linietsky |
2020-02-11 | Add static Vulkan loader. | bruvzg |
2020-02-11 | Fix crash on import. | Juan Linietsky |
2020-02-11 | A lot of progress with canvas rendering, still far from working. | Juan Linietsky |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-07 | Use modules_enabled.gen.h to improve inter dependency checks | Rémi Verschelde |
2020-02-05 | Add do..while(0) wrappers to macros without one. | Marcel Admiraal |
2020-02-05 | Remove duplicate WARN_PRINT macro. | Marcel Admiraal |
2020-01-24 | Add explanations for errors related to Vector/Quat normalization | Hugo Locurcio |
2020-01-21 | Remove unused #if 0'ed code | Rémi Verschelde |
2020-01-16 | Adds NULL check before using image loader | Haoyu Qiu |
2020-01-11 | Add option to apply an offset to obj mesh import | Bastiaan Olij |
2020-01-10 | Use cycle and loop hint flags in glTF2. | K. S. Ernest (iFire) Lee |
2020-01-02 | Support GLTF2 alpha scissors. | K. S. Ernest (iFire) Lee |
2020-01-02 | Merge pull request #34618 from qarmin/vector_please_dont_crash | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-26 | Don't use constant reference in Vector push_back, insert and append_array | Rafał Mikrut |
2019-12-24 | Fix Hard Crash on glTF Color Accessor Import | Marios Staikopoulos |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-11-27 | Bugfix: Sanitize glTF importer Animation Names and do not set bone_pose | Marios Staikopoulos |
2019-11-22 | 33714 glTF2 handle undefined load-time scene. | K. S. Ernest (iFire) Lee |
2019-11-22 | Fix typos with codespell | Rémi Verschelde |
2019-11-21 | Merge pull request #33794 from nekomatata/gltf-morph-shapes-crash2 | Rémi Verschelde |
2019-11-21 | Error instead of crash in gltf import with more than one morph target | PouleyKetchoupp |
2019-11-21 | 33756 gltf2 importer should use zfar | K. S. Ernest (iFire) Lee |
2019-11-20 | 33714 If the gltf2 asset has no scene, it is corrupt. | K. S. Ernest (iFire) Lee |
2019-10-14 | Small fixes to redundand code, copy paste bugs | qarmin |
2019-10-10 | Remove dependency on the editor directory being in the build's include path. | Marcel Admiraal |
2019-09-28 | Restore import animation storage checkbox behavior | homer666 |
2019-09-25 | Fix import hints being ignored by glTF importer | gladmin |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-25 | Merge pull request #32306 from hbina/unused_variable | Rémi Verschelde |
2019-09-24 | glTF: Fixed mistake with root node calculation in skin_verify | Marios Staikopoulos |
2019-09-24 | Fixed incorrect use of variables | Hanif Bin Ariffin |
2019-09-23 | Merge pull request #32275 from godotengine/skin_support | Rémi Verschelde |
2019-09-22 | GLTF: Fixed some issues with skin groups joining incorrectly and removed unus... | Marios Staikopoulos |
2019-09-22 | Changed some code found by Clang Tidy and Coverity | qarmin |
2019-09-21 | More GLTF Fixes | Marios Staikopoulos |
2019-09-21 | GLTF Importer - Add more Index types and const-ed up the code | Marios Staikopoulos |
2019-09-20 | GLTF2 Import Fixes - Skin(s) to Skeleton - Skin Support | Marios Staikopoulos |
2019-09-18 | Added skin support and simplified APIs to override bone position. | Juan Linietsky |
2019-09-03 | Add CSV import without translation. | willnationsdev |
2019-08-30 | Disabled trim and normalize as default for wav import | Rasmus Ketelsen |
2019-08-27 | Added the ability to import scene resources as .tres files | Rasmus Ketelsen |
2019-08-19 | Move CryptoCore to it's own folder. | Fabio Alessandrelli |