generate contact when body type changes at runtime, decoupling, add first ray cast hit query to world query (more to add later such as sphere/box/convex casts), hotfix

This commit is contained in:
Irlan Robson
2017-01-13 17:17:02 -02:00
parent caa9d703b5
commit 7d0f06fea2
18 changed files with 209 additions and 174 deletions

View File

@ -195,7 +195,7 @@ if os.is "windows" then
newaction
{
trigger = "solution",
description = "Build solution",
description = "Generate solution",
execute = function ()
os.execute ( "premake5 clean" )
os.execute ( "premake5 vs2015" )
@ -205,7 +205,7 @@ if os.is "windows" then
newaction
{
trigger = "doc",
description = "Build documentation",
description = "Generate documentation",
execute = function ()
os.execute ( "doxygen doxyfile" )
os.execute ( "start doc\\api\\html\\index.html" )