Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-29 | Fix inconsistent use of tabs and spaces in indentation | Mikko Mustonen | |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | |
Also remove unnecessary `Export('env')` in other SCsubs, Export should only be used when exporting *new* objects. | |||
2018-01-04 | Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵ | robfram | |
definition of NV_OS_LINUX instead NV_OS_FREEBSD | |||
2017-12-15 | Fixes thekla atlas mingw-w64 build | bruvzg | |
2017-12-13 | Merge pull request #14587 from hoelzl/pr-no-std-arg-on-msvc | Rémi Verschelde | |
Don't pass -std=gnu++11 to MSVC | |||
2017-12-12 | Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVC | Matthias Hoelzl | |
2017-12-12 | Fix mingw build for thekla_atlas | Hein-Pieter van Braam | |
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 | Fix thekla_atlas build | Hein-Pieter van Braam | |
clang doesn't like c++ versions being supplied to build c source files. | |||
2017-12-08 | Import thekla_atlas | Hein-Pieter van Braam | |
As requested by reduz, an import of thekla_atlas into thirdparty/ |