Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-19 | Drop unused thekla_atlas dependency | Rémi Verschelde | |
Since f12cb82 @reduz dropped the use of the thirdparty thekla_atlas library, which is replaced by xatlas. Fixes #28180. Fixes #28182. | |||
2018-08-13 | Merge pull request #20913 from pulkomandy/master | Rémi Verschelde | |
Rebase patches for fixing haiku build. | |||
2018-08-11 | Rebase patches for fixing haiku build. | Adrien Destugues | |
2018-07-29 | Do not use deprecated stuff that only glibc now implements | Jari Ronkainen | |
2018-03-20 | Updated thekla_atlas to support arm64 | Brigham Henry Keys | |
2017-12-31 | Add thekla_atlas/godot-changes.patch | Martin Capitanio | |
2017-12-31 | Avoid thekla_unwrap crash | Martin Capitanio | |
Godot crashed here sometimes by generating the uv map. | |||
2017-12-20 | Thekla: redo reduz's changes from 8b01b2e85cb7ed60209c925f1e123374272bd8c8 | Rémi Verschelde | |
But this time without messing up the code style and with proper comments documenting changed code. | |||
2017-12-20 | Thekla: Revert to state before clang-format changes | Rémi Verschelde | |
The file was wrongly formatted in 8b01b2e85cb7ed60209c925f1e123374272bd8c8, for thirdparty code we keep the upstream style *if* we need to make changes at all. | |||
2017-12-19 | -Fix some crashes in unwrapper | Juan Linietsky | |
-Add emission lighting to raytrace mode, fixes #14686 | |||
2017-12-15 | Fix 32bit MingW build for thekla_altas | Hein-Pieter van Braam | |
2017-12-15 | thekla: Fix build on x86 systems without SSE support | Rémi Verschelde | |
Fixes #14709. Same as https://github.com/Thekla/thekla_atlas/pull/11, but adding comments until it's merged upstream. | |||
2017-12-15 | Fixes thekla atlas mingw-w64 build | bruvzg | |
2017-12-12 | Fix mingw build for thekla_atlas | Hein-Pieter van Braam | |
2017-12-09 | oops, missing | Juan Linietsky | |
2017-12-09 | thekla_atlas: Fix compilation error | Rémi Verschelde | |
Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a. | |||
2017-12-09 | -Ability to and unwrap lightmap coordinates on import | Juan Linietsky | |
-Added unwrap functionality to Mesh -Ability to display and debug mesh UVs -Added multiline draw, so it's easier and faster to draw UVs -Many fixes to SurfaceTool -Fixes to Thekla Unwrap, but it's a piece of ass and it keeps crashing. Will have to go away | |||
2017-12-08 | Import thekla_atlas | Hein-Pieter van Braam | |
As requested by reduz, an import of thekla_atlas into thirdparty/ |