Eugene Kozlov
|
f7573971f4
Update Navigation AS API. Add streaming mode to AS sample 39_CrowdNavigation. Disable bounding box padding on NavigationMesh::Allocate. Send E_NAVIGATION_MESH_REBUILT on NavigationMesh::Allocate.
|
vor 8 Jahren |
Eugene Kozlov
|
6f57b5b4e5
Add events for navigation mesh tile operations. Fix obstacles rendering into newly added tiles.
|
vor 8 Jahren |
Eugene Kozlov
|
e85e9d897c
Add support of sparse navigation meshes and dynamic tile management. Add two examples based on 15_Navigation and 39_CrowdNavigation.
|
vor 8 Jahren |
urho3d-travis-ci
|
ee054a1507
Travis CI: bump copyright to 2017.
|
vor 9 Jahren |
Lasse Öörni
|
4144ff27c6
Make sure nodes with CrowdAgent component are excluded from nav geometry generation. Related to #1689.
|
vor 9 Jahren |
Eugene Kozlov
|
87a3e7e2fb
Replace some expressions with new functions.
|
vor 9 Jahren |
Eugene Kozlov
|
a69df6344a
Replace new/delete with UniquePtr in simplest cases.
|
vor 9 Jahren |
Lasse Öörni
|
7b738c54ac
Merge branch 'master' into vertexdeclaration
|
vor 9 Jahren |
Yao Wei Tjong 姚伟忠
|
bb428a1c21
Minor clean up to remove unused struct member.
|
vor 9 Jahren |
Lasse Öörni
|
4c8bd3efdd
When debug drawing NavigationMesh, use earlier collected areas. Fix typos. Do not skip areas with ID 0, as it isn't documented anywhere that the default ID should equal ineffective.
|
vor 9 Jahren |
MonkeyFirst
|
070957e9b6
add Clear() on rebuild navMesh
|
vor 9 Jahren |
MonkeyFirst
|
46d084b4e5
delete old get
|
vor 9 Jahren |
MonkeyFirst
|
320e8dac5c
prefer nearest navArea & weakPtr array
|
vor 9 Jahren |
MonkeyFirst
|
f9dbe2930c
fix-areaID
|
vor 9 Jahren |
Lasse Öörni
|
a458d30fd5
Initial freeform vertex declarations for D3D9.
|
vor 9 Jahren |
Lasse Öörni
|
039542e91c
Warning, compile & script binding fixes related to MathDefs.h. Use multiple template parameters where necessary to allow e.g. Min() or Max() with mixed int and unsigned values. Silence repeated warnings in MathDefs.h on MSVC.
|
vor 9 Jahren |
urho3d-travis-ci
|
c4f6f315ff
Travis CI: bump copyright to 2016.
|
vor 10 Jahren |
Yao Wei Tjong 姚伟忠
|
e616662d69
Remove code duplication and minor code formatting.
|
vor 10 Jahren |
Lasse Öörni
|
f41f1f2b10
Squashed commit of the following:
|
vor 10 Jahren |
Nick Royer
|
bab7daa211
Added expanded structure for path calculation and appropriate FindPath
|
vor 10 Jahren |
Ivan K
|
ad2eb74d83
LOGERROR -> URHO3D_LOGERROR
|
vor 10 Jahren |
Ivan K
|
3a7e7f058e
LOGWARNING -> URHO3D_LOGWARNING
|
vor 10 Jahren |
Ivan K
|
0c3f67abfe
LOGDEBUG -> URHO3D_LOGDEBUG
|
vor 10 Jahren |
Ivan K
|
db15f0358e
PROFILE -> URHO3D_PROFILE
|
vor 10 Jahren |
Ivan K
|
3959d569fa
MIXED_ACCESSOR_ATTRIBUTE -> URHO3D_MIXED_ACCESSOR_ATTRIBUTE
|
vor 10 Jahren |
Ivan K
|
83b811b7e8
ENUM_ACCESSOR_ATTRIBUTE -> URHO3D_ENUM_ACCESSOR_ATTRIBUTE
|
vor 10 Jahren |
Ivan K
|
212f419026
ACCESSOR_ATTRIBUTE -> URHO3D_ACCESSOR_ATTRIBUTE
|
vor 10 Jahren |
Jukka Jylänki
|
fbd07ac39c
Remove BoundingBox::defined_ boolean and instead have min = INF and max = -INF denote the case when a bounding box is degenerate. This helps reduce branching and SSE'ifying BoundingBox. SSE optimize some hot BoundingBox functions.
|
vor 10 Jahren |
Yao Wei Tjong 姚伟忠
|
69dd312d54
Reformat and reorganize include for Navigation sub-library.
|
vor 10 Jahren |
Yao Wei Tjong 姚伟忠
|
c9bc4cbae3
Add new event for crowd agent formation.
|
vor 10 Jahren |