cmf028
9052db45d8
Add support for AABB shaped obstacles to dtTileCache ( #215 )
2016-07-13 09:20:28 -04:00
Jakob Botsch Nielsen
b86c1e12b3
Fix a memory leak in dtBuildTileCacheLayer ( #212 )
2016-06-15 10:10:54 +02:00
Jakob Botsch Nielsen
36183edb55
Add upToDate param for dtTileCache::update ( #203 )
...
This changes dtTileCache::update to add an optional parameter that
indicates whether the tile cache is up to date. This is useful to
determine whether calling the function again would do anything.
2016-04-25 20:27:14 +02:00
Ben Hymers
3a0140c2ac
Initialise dtTileCache::m_reqs on construction
2016-03-15 07:56:56 +00:00
Ben Hymers
d7d58b98d9
Fix ReSharper warnings: remove unused methods
2016-02-26 08:41:17 +00:00
Graham Pentheny
b7a83e0afb
Fixed rule of 3 violations in many places.
...
* Added virtual qualifier to a few destructors in subclasses.
* Removed a few empty destructors that didn't need to be explicitly defined.
* Fixed a few typos
* Removed unnecessary empty virtual destructors in some classes with parent's who derrived from a class with a virtual destructor
2016-01-20 11:57:32 -05:00
Graham Pentheny
f8d6d3976d
Merge pull request #158 from recastnavigation/allocators-use-size-t
...
Use size_t for rcAlloc and dtAlloc
2016-01-15 01:03:41 -05:00
Ben Hymers
551d1b250e
Use size_t for rcAlloc and dtAlloc
...
This was already partly done by @cexikitin in #65 , I'm just finishing it
off in their absence!
Closes #65
2016-01-15 00:36:18 +00:00
Ben Hymers
f117bf4a91
Fix possible compile/link error with multiple BuildContext definitions
...
There is a class and a struct called BuildContext in two different files,
one .h and one .cpp. Depending on how the user structures their program,
it's possible that this would cause a compile or link error, as seems to
have happened in #44 . I've just renamed the struct to get around this.
Fixes #44
2016-01-14 23:57:48 +00:00
Jakob Botsch Nielsen
d742e04cc4
Merge pull request #95 from Sandern/fix-oldtile-not-removed
...
Make sure to remove the old tile if the new tile is empty (due to temp obstacles)
2015-12-17 14:06:30 +01:00
huanzai
3a1256ecb8
Update DetourTileCache.cpp
...
wrong type of return value
2015-10-10 12:28:07 +08:00
Sandern
838fc67ab0
Fix old mesh tile not removed when new tile is empty
2015-05-05 16:42:14 +02:00
Kromster80
1381ab113e
Update DetourTileCacheBuilder.cpp
2014-11-10 15:08:53 +03:00
Janiels
5548fc36e3
Add missing virtual destructors to dtTileCacheCompressor and dtTileCacheMeshProcess
2014-06-18 15:08:34 +02:00
Janiels
aecd378ae0
Add virtual destructor to dtTileCacheAlloc
2014-06-18 14:42:03 +02:00
grahamboree
dc7e248de6
Removed header dependency between Detour and Recast due to addition of rcIgnoreUnused. Added dtIgnoreUnused.
2013-10-15 17:29:14 -04:00
grahamboree
35db2af872
Silenced additional unused parameter warning.
2013-10-14 16:36:49 -04:00
Mikko Mononen
be4d6fc180
Updated build system to premake4
2013-10-01 19:53:18 +02:00
Mikko Mononen
9f632d99fd
Merge pull request #1 from mendsley/issue_64bit_arithmetic
...
Fix 64bit pointer arithmetic warnings
2013-09-16 11:42:58 -07:00
Matthew Endsley
b0e4e6a834
Add wrappers for the standard math library
...
Simplifies transition to software based math libraries
for projects requiring determinism.
2013-09-15 20:09:01 -07:00
Matthew Endsley
604aae43bd
Fix 64bit pointer arithmetic warnings
2013-09-15 19:35:52 -07:00
Mikko Mononen
cb93a7062b
Remove navmesh tile even if a empty mesh is returned.
2012-05-19 09:20:24 +00:00
Mikko Mononen
e6b1d141d2
Fixed warnings when compiling with -Wshadow.
2012-02-22 17:25:46 +00:00
Mikko Mononen
98eee7e23a
Fix for tile cache merge polys, fix for temp obstacle handleUpdate() (call base class).
2012-02-07 16:04:08 +00:00
Mikko Mononen
336409d037
Added tool states, Crowd can be let run in the BG while changing mesh, Added off-mesh connection support for tile cache, Fixed tile cache area generation, Added debugdraw for tile cache build steps, Migrated to Xcode4.
2012-02-04 21:27:07 +00:00
Mikko Mononen
1a66ddf71a
Partial checkin or tile cache endian swap.
2011-12-19 19:31:39 +00:00
Mikko Mononen
d2148ff57d
Added better state control for tile cache obstacles.
2011-11-17 19:11:12 +00:00
Cameron hart
d5729c678b
Changed header comments to use Doxygen format and added configuration Doxyfile.
2011-05-06 23:22:08 +00:00
Cameron hart
3cee73cb8c
Added CMake files for Linux compilation and removed Makefiles build. CMake build should also work on Windows and MacOS for those who wish to use it.
2011-04-20 10:55:10 +00:00
Mikko Mononen
fba6a794af
Missing tile cache files.
2011-04-19 05:40:57 +00:00
Mikko Mononen
9902efc845
TileCache progress: Moved tile cache to Detour and made proper class for it. Better obstacles and tile layer management.
2011-04-16 07:57:50 +00:00
Mikko Mononen
76444aa747
- Updated win32 project
...
- Fixed VC compile errors
2011-03-25 10:13:27 +00:00
Mikko Mononen
1de5e2f119
DETOUR API CHANGE!
...
- Detour Navmesh supports layers
- Allow to disable Navmesh BV-tree
- Added DetourTileCache
- Cleaned up Recast layer code
- Moved portal edge detection to Recast
- Removed polymesh border offset
- Removed lean heighfield
2011-03-25 09:16:38 +00:00