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