Age | Commit message (Expand) | Author |
2019-01-04 | Merge pull request #24647 from WindyDarian/gltf_morph_fix | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2019-01-01 | Fix missing/malformed license headers | Rémi Verschelde |
2018-12-29 | Partial fix for blend shape with gltf | Windy Darian |
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde |
2018-12-27 | Make error more explicit when OBJ/MTL files are missing | Rémi Verschelde |
2018-12-12 | Merge pull request #24241 from Rubonnek/move-to-initializer-list | Rémi Verschelde |
2018-12-11 | Moved member variables to initializer list | Wilson E. Alvarez |
2018-12-11 | Merge pull request #23361 from mrcdk/wav_loop_backward | Rémi Verschelde |
2018-12-08 | Reverse bitangent on everythings to ensure default normal map behavriour is c... | Bastiaan Olij |
2018-12-03 | Merge pull request #23991 from glaforte/bugfix/19195 | Rémi Verschelde |
2018-11-28 | Merge pull request #24036 from glaforte/bugfix/18790 | Rémi Verschelde |
2018-11-28 | Changes the check for a singular matrix to use the scale vector. | Guillaume Laforte |
2018-11-26 | Generate the tangents without de-indexing and re-indexing the vertices. | Guillaume Laforte |
2018-11-25 | Do not normalize normal map when disabled, fixes #20761 | Juan Linietsky |
2018-11-22 | Merge pull request #23885 from glaforte/bugfix/22848-attempt2 | Rémi Verschelde |
2018-11-22 | Do not crash on invalid file, closes #21083 | Juan Linietsky |
2018-11-21 | Make SVG scale more accurate | qarmin |
2018-11-21 | Avoids spamming the user when the COLLADA importer detects a singular basis d... | Guillaume Laforte |
2018-11-19 | Fixing tangent and binormal logic | Bastiaan Olij |
2018-11-02 | No longer force mipmaps on import of VRAM textures, closes #10221 | Juan Linietsky |
2018-10-28 | Add backward looping support to AudioStreamSample (wav files) | MrCdK |
2018-10-07 | Baker fixes | Juan Linietsky |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |
2018-09-29 | Fix warning about functions defined but not used [-Wunused-function] | Rémi Verschelde |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde |
2018-09-16 | Check for absolute paths in OBJ loader | cyclopsian |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Merge pull request #21935 from goodyttoor/gltf_cubic | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-10 | Fix cubic spline interpolation in glTF importer | Vivatchai Kaveeta |
2018-09-02 | [Texture Import] Fix invert color | Guilherme Felipe |
2018-08-29 | Add missing copyright headers | Rémi Verschelde |
2018-08-27 | Fix BPTC and fix importing HDR images with LDR compression | elasota |
2018-08-27 | In the GLTF importer normalize Quaternions after every operation and when rea... | K. S. Ernest (iFire) Lee |
2018-08-27 | Removed fallback system and merged bptc into s3tc | Juan Linietsky |
2018-08-26 | Fix crash when importing layered textures | elasota |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-08-22 | Hide "no BPTC if RGB" and "HDR Mode" options when not using "Video RAM" import. | elasota |
2018-08-21 | BPTC support | elasota |
2018-08-21 | Fix crash while importing corrupted wav | Poommetee Ketson |
2018-08-17 | [Texture Importer] Add option to invert color | Guilherme Felipe |
2018-08-06 | Respect process order for out of order skeleton bones (fixes GLTF2 import iss... | Juan Linietsky |
2018-08-06 | Several fixes to GLTF2 importer | Juan Linietsky |
2018-08-06 | Added proper import support for 3D and Array textures | Juan Linietsky |
2018-07-29 | Add support for line continuations (wtf) in obj format, fixes #7974 | Juan Linietsky |
2018-07-29 | It is now possible to import images as a separate resource, closes #5738 and ... | Juan Linietsky |
2018-07-26 | Merge pull request #15967 from Gamblify/AudioRecordingModule | Rémi Verschelde |