Age | Commit message (Expand) | Author |
2019-03-07 | Ensure ETC2 textures are ALSO compressed to Po2 when have mipmaps. Fixes #26733 | Juan Linietsky |
2019-03-04 | Merge pull request #26607 from ptrojahn/translationescape | Rémi Verschelde |
2019-03-04 | Unescape translations in CSV importer | Paul Trojahn |
2019-03-03 | Skeletons can now choose between using local or world coords for processing, ... | Juan Linietsky |
2019-03-03 | Merge pull request #26446 from QbieShay/root_node_from_escn | Rémi Verschelde |
2019-03-02 | Importer for scenes only overrides the base Node if differently specified by ... | Ilaria Cislaghi |
2019-03-01 | Clean up blend shape support in GLES2 and GLES3. | Juan Linietsky |
2019-02-26 | -Properly handle missing ETC support on export | Juan Linietsky |
2019-02-26 | -Remove harcoded opengl extension testing from OS, ask rasterizer instead. | Juan Linietsky |
2019-02-24 | Many separate fixes to ensure non power of 2 textures work on GLES2, closes #... | Juan Linietsky |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-12 | Scene: Ensure classes match their header filename | Rémi Verschelde |
2019-02-12 | Core: Ensure classes match their header filename | Rémi Verschelde |
2019-01-28 | Remove unused iostream includes | Rémi Verschelde |
2019-01-26 | Avoid crash in import (though model still does not work well), fixes #19346 | Juan Linietsky |
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 |