summaryrefslogtreecommitdiff
path: root/modules/thekla_unwrap
AgeCommit message (Collapse)Author
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
2018-01-04Fix Issue#15303 FreeBSD compilation error in thekla_atlas due to wrong ↵robfram
definition of NV_OS_LINUX instead NV_OS_FREEBSD
2018-01-03Merge pull request #15114 from capnm/fix-bad-lightmap-crashRémi Verschelde
Avoid thekla_unwrap crash
2018-01-01Update copyright statements to 2018Rémi Verschelde
Happy new year to the wonderful Godot community!
2017-12-31Avoid thekla_unwrap crashMartin Capitanio
Godot crashed here sometimes by generating the uv map.
2017-12-19-Fix some crashes in unwrapperJuan Linietsky
-Add emission lighting to raytrace mode, fixes #14686
2017-12-15Fixes thekla atlas mingw-w64 buildbruvzg
2017-12-14-Add lightmapperJuan Linietsky
-Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button)
2017-12-13Merge pull request #14587 from hoelzl/pr-no-std-arg-on-msvcRémi Verschelde
Don't pass -std=gnu++11 to MSVC
2017-12-12Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVCMatthias Hoelzl
2017-12-12Fix mingw build for thekla_atlasHein-Pieter van Braam
2017-12-09-Ability to and unwrap lightmap coordinates on importJuan 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-08Fix thekla_atlas buildHein-Pieter van Braam
clang doesn't like c++ versions being supplied to build c source files.
2017-12-08Import thekla_atlasHein-Pieter van Braam
As requested by reduz, an import of thekla_atlas into thirdparty/