Andrei Kortunov
d2613e35a2
Fix some Clang 7 warnings
6 years ago
elsid
6e78fbb538
Double key size for item cache size
6 years ago
elsid
2ba026e2b2
Limit navmesh cache size by data size + key size
6 years ago
elsid
792a0585c0
Add recastnavigation as subdirectory
6 years ago
AnyOldName3
6bbc1cb308
Remove outdated include
6 years ago
AnyOldName3
93843d024c
Remove another duplicate operator<<
6 years ago
Bret Curtis
d6c674660a
Merge pull request #1633 from elsid/pathfinder_detour
...
Use recastnavigation for pathfinding (#2229 )
6 years ago
elsid
50b6ae3e10
Fix calculation for shape local AABB
6 years ago
elsid
abc51a8a17
Add settings option to set max number of polygons per navmesh tile
6 years ago
Andrei Kortunov
d2f3196ee8
Fix testcase for RootCollisionNode with MRK data
6 years ago
elsid
ed73d130f9
Cache navmesh tiles
...
Use LRU modification to hold currently used items. Use RecastMesh binary
data for item key.
Store original pointer of btCollisionShape in user pointer to make available
it as an identifier within all duplicates. Use pointer to heights data array
for btHeightfieldTerrainShape.
6 years ago
elsid
1a27489904
Add special type for object id
6 years ago
elsid
7c80bb9411
Support multiple threads for async nav mesh updater
6 years ago
elsid
d02beae5a8
Find path for actors according to their abilities to swim and walk
6 years ago
elsid
c95cea414c
Support water for NavMesh
6 years ago
elsid
72f211ef28
Add enums for area type and flags
6 years ago
elsid
fa23b590a4
Add unwalkable areas to NavMesh
6 years ago
elsid
f6a60790f8
Create collision shape for all avoided nodes
6 years ago
elsid
144e1a063b
Support animated objects
6 years ago
elsid
d2fd9abd51
Split RecastMesh into tiles
6 years ago
elsid
937e8e1803
Allow to create empty RecastMesh
6 years ago
elsid
ed3a255f65
Do not use NavMesh to find changed tiles
6 years ago
elsid
d1e71f9322
Support btBoxShape for RecastMesh
6 years ago
elsid
373adc6ec4
Option to enable/disable file names revisions
6 years ago
elsid
d1d034a1ec
Update NavMesh one by one tile in order from nearest to player
6 years ago
elsid
41caca24ee
Options to enable/disable write recast mesh and nav mesh into file
6 years ago
elsid
fafba8ea0c
Use recastnavigation to find path
6 years ago
Andrei Kortunov
e06f0b797a
Replace all NULLs to nullptr
6 years ago
elsid
f2a63bcf35
Add unit tests for BulletNifLoader
6 years ago
elsid
6afc1dc3a0
Support build with coverage for components and test suite
6 years ago
elsid
ef631a0961
Add dependency for GMock
6 years ago
Andrei Kortunov
1f4dd3b393
Make partial binary search case insensitive, as it supposed to be (bug #4558 )
7 years ago
Capostrophic
84a871cac7
Actually enable is_pod test
7 years ago
Bret Curtis
0fc198be52
Merge pull request #1698 from Capostrophic/c++11
...
A bunch of C++11-related updates
7 years ago
Capostrophic
85b7aa4f09
Uncomment is_pod test in fixed string tests
7 years ago
elsid
2f9b6b536b
Label gtest directories as system
...
To hide all warnings when use custom GTEST_ROOT.
7 years ago
AnyOldName3
5ce34f1cbf
Move new behaviour into macro to reduce code duplication
7 years ago
AnyOldName3
3c0ec0d6d0
If CMake supports it, sets the debugger working directory for Visual Studio
7 years ago
Andrei Kortunov
de14e9811d
Fixed Travis CI build
8 years ago
scrawl
48c764a580
Update test
8 years ago
scrawl
813af876f6
Use a partial binary search in isReservedName ( Fixes #3835 )
8 years ago
Roman Proskuryakov
5ae1864062
Add unit tests for ESM::FIXED_STRING
9 years ago
scrawl
aae1aa3708
Adjust tests to work with esm_rewrite branch.
9 years ago
scrawl
f91aae2350
Tests: add record overwrite test
9 years ago
scrawl
1e817a976f
Tests: add record deletion test
9 years ago
scrawl
771193bae8
Tests: add content_diagnostics_test (requires some data files)
9 years ago
scrawl
38c155c579
Tests: add dialogue_merging_test (requires some data files)
9 years ago
scrawl
d0d8c2eded
Delete empty test
9 years ago
scrawl
66e7e04807
UnitTests: add another dialogue keyword test
10 years ago
scrawl
1b302b750c
UnitTests: add tests for KeywordSearch conflict resolution
10 years ago