Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-27 | Fix -Wsign-compare warnings. | marxin | |
I decided to modify code in a defensive way. Ideally functions like size() or length() should return an unsigned type. | |||
2019-01-01 | Update copyright statements to 2019 | RĂ©mi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-10-05 | Fixes to baker, restored xatlas and fixed bake options. | Juan Linietsky | |
2018-09-30 | -Many GLES2 optimizations | Juan Linietsky | |
-Android export fixes (use ETC if GLES2 backend in use) -revert to thekla atlas because xatlas is not working well | |||
2018-09-29 | Fix inconsistent use of tabs and spaces in indentation | Mikko Mustonen | |
2018-09-29 | Added xatlas as alternative to thekla, forced it on. | Juan Linietsky | |
Did some hacks to it to avoid it from failing on bad geometry. |