Mikko Mononen
|
f5bb64a375
|
Fix for Issue 123.
|
2010-09-17 07:25:19 +00:00 |
|
Mikko Mononen
|
a92660c62f
|
Cleaning up crowd source code.
|
2010-09-12 16:03:32 +00:00 |
|
Mikko Mononen
|
3f0995dc1c
|
Allow dtNavMesh m_tileBits and m_polyBits to be zero.
|
2010-08-24 21:02:31 +00:00 |
|
Mikko Mononen
|
057c3e9bfd
|
Commented assert headers for encouraged usage. Navmesh query stores const dtNavMesh pointer.
|
2010-08-24 18:11:06 +00:00 |
|
Mikko Mononen
|
a16f0e3e5e
|
Fix for Issue 109.
|
2010-08-23 17:44:27 +00:00 |
|
Mikko Mononen
|
07ec6dfa08
|
Hasty before flight check in. Some adjustments to VO code (renaming, optimize segment sampling). Crowd sim performance graph.
|
2010-08-22 20:15:25 +00:00 |
|
Mikko Mononen
|
55360f6ee5
|
Missing files for R197
|
2010-08-19 09:55:12 +00:00 |
|
Mikko Mononen
|
785e9c68be
|
Missing DetourNavMeshQuery files, plus sliced findPath.
|
2010-08-17 17:46:19 +00:00 |
|
Mikko Mononen
|
cbc47f4ddf
|
Fix for Issue 99:Separate Detour mesh queries in to a different class from mesh data
|
2010-08-17 15:10:32 +00:00 |
|
Mikko Mononen
|
474a3ddc67
|
Changed link bmin/bmax to fraction along the edge. Fixed moveAlong to work with multiple links per edge. Use flat delta for path iterator.
|
2010-08-10 10:43:28 +00:00 |
|
Mikko Mononen
|
81c0402116
|
Missing changes from previous commit. Added dtNavMesh.findLocalNeighbourhood() and dtNavMesh.getPolyWallSegments() and test code for them.
|
2010-08-09 13:28:26 +00:00 |
|
Mikko Mononen
|
1c4755012f
|
Removed moveAlongPathCorridor() and added more generic moveAlongSurface().
|
2010-08-09 11:26:07 +00:00 |
|
Mikko Mononen
|
d83961ecd4
|
issue 46:getPolysAround with convex polygon query bounds
|
2010-07-21 07:11:37 +00:00 |
|
Mikko Mononen
|
5ebcb453fb
|
Issue 45:Input triangle based area creation (another try)
|
2010-07-13 07:19:10 +00:00 |
|
Mikko Mononen
|
cd3a351f40
|
Custom allocator for Recast.
|
2010-07-09 12:55:14 +00:00 |
|
Mikko Mononen
|
e5cca88cd1
|
Custom memory allocator for Detour. Fixed parallel touching portal connection.
|
2010-07-09 10:37:49 +00:00 |
|
Mikko Mononen
|
2aa749c940
|
Fix for Issue 81. Fixed getPolysAround() and findDistanceToWall() when using off-mesh connections.
|
2010-05-26 09:46:02 +00:00 |
|
Mikko Mononen
|
49f2b03cd8
|
Presentation mode tweaks. Fix for Issue 74: added FileIO interface, Fix for Issue 76: added pure virtual destructor for duDebugDraw.
|
2010-05-07 07:14:42 +00:00 |
|
Mikko Mononen
|
4c1a122a91
|
Fixed bug where clicks went through GUI. Added a couple of consts into detail mesh code.
|
2010-04-20 07:35:40 +00:00 |
|
Mikko Mononen
|
32b54f7981
|
Fix for Issue 68
|
2010-04-19 14:01:13 +00:00 |
|
Mikko Mononen
|
07c5750e8a
|
A couple of changes for Issue 52.
|
2010-04-15 07:46:50 +00:00 |
|
Mikko Mononen
|
d5c65a220f
|
Raycast does not try to follow off-mesh links (Issue 64), use references instead of pointers in debugdraw api (Issue 62, Issue 63)
|
2010-04-15 07:22:58 +00:00 |
|
Mikko Mononen
|
10b330ffb4
|
Moved common functions behind name decoration.
|
2010-04-14 18:45:46 +00:00 |
|
Mikko Mononen
|
b21e854c9a
|
Display total build in GUI for demo purposes.
|
2010-04-14 18:22:35 +00:00 |
|
Mikko Mononen
|
1d8c7dac84
|
Issue 60: fixed end of path issues in findStraightPath().
|
2010-04-13 07:38:57 +00:00 |
|
Mikko Mononen
|
a988697cc1
|
fixes for Issue 56: Fairly minor bugs picked up by static analysis tool, redux
|
2010-03-18 08:57:16 +00:00 |
|
Mikko Mononen
|
8291ceace2
|
Fix for Issue 54: Bug when a non-shared vertex is marked for remove
|
2010-03-18 08:42:45 +00:00 |
|
Mikko Mononen
|
70c17e8212
|
Fix for Issue 55: Negative array access in dtNavMesh::raycast()
|
2010-03-18 08:06:12 +00:00 |
|
Mikko Mononen
|
d9d9fa85a5
|
Added more bits to compact neighbour indices, moved region id to rcCompactSpan to save memory.
|
2010-03-05 09:10:13 +00:00 |
|
Mikko Mononen
|
359f15b11c
|
Moved pointers from dtMeshHeader to dtMeshTile, allows mixing build/use 32/64 bit builds. Bumbed Detour version number.
|
2010-03-02 09:24:24 +00:00 |
|
Mikko Mononen
|
af0d41f5ff
|
Compact heighfield dump and debug project to load it.
|
2010-03-01 08:22:50 +00:00 |
|
Mikko Mononen
|
6f066ba9ea
|
polygon area getter/setter.
|
2010-02-12 15:14:38 +00:00 |
|
Mikko Mononen
|
ce338df394
|
More robust handling of detail mesh height values.
|
2010-02-12 14:41:42 +00:00 |
|
Mikko Mononen
|
dd5377a503
|
Moved rcAddSpan to public API.
|
2010-02-12 13:19:47 +00:00 |
|
Mikko Mononen
|
5ade5a3052
|
More robust path iteration code.
|
2010-02-12 13:04:55 +00:00 |
|
Mikko Mononen
|
668484eb14
|
Better handling of contour problems.
|
2010-02-12 10:25:28 +00:00 |
|
Mikko Mononen
|
f6236c133d
|
Added cost per poly. Added API to change poly flags. Optimized pathfinder.
|
2010-02-12 09:29:09 +00:00 |
|
Mikko Mononen
|
4d778cbf39
|
Area progress: Pass area type and ability flags to recast. Convex Area tool. Mark chf with convex volumes. Better visualization of volumes.
|
2010-02-05 16:19:50 +00:00 |
|
Mikko Mononen
|
8561fb6d00
|
Updated stb_truetype, fixed compiler warnings. Compiles with -Wall now.
|
2010-02-05 08:01:30 +00:00 |
|
Mikko Mononen
|
fa66b9a9f3
|
Compiles with -Wall (except stb_truetype)
|
2010-02-05 07:32:30 +00:00 |
|
Mikko Mononen
|
1753297fd5
|
Humble beginnings of box volume too. Allow to save and restore GeomInput state.
|
2010-01-29 13:58:36 +00:00 |
|
Mikko Mononen
|
9bf68216a3
|
Better handling of low obstacles.
|
2010-01-29 11:37:14 +00:00 |
|
Mikko Mononen
|
bd2e60a008
|
Humble beginnings of test cases.
|
2010-01-28 15:04:01 +00:00 |
|
Mikko Mononen
|
531d655ff6
|
Off-Mesh connection direction now actually works.
|
2010-01-28 08:37:56 +00:00 |
|
Mikko Mononen
|
5651b7c5dd
|
Changed many 0xffff:s to named consts.
|
2010-01-27 14:52:18 +00:00 |
|
Mikko Mononen
|
e973b71d4b
|
More polygons flags. Added filter for Detour queries.
|
2010-01-19 15:13:33 +00:00 |
|
Mikko Mononen
|
fe1a62db22
|
Draw off-mesh connections over/after navmesh edges. Fixed bvtree size issue (was not decoded correctly on mesh add).
|
2010-01-19 14:29:01 +00:00 |
|
Mikko Mononen
|
da9dec1eef
|
Sped up off-mesh link connection process.
|
2010-01-13 21:32:28 +00:00 |
|
Mikko Mononen
|
a81223f3bb
|
Update path iterator code to cope with off-mesh links. findStraightPath() returns now more info so that off-mesh links can de detected.
|
2010-01-13 21:25:07 +00:00 |
|
Mikko Mononen
|
c897eaedb8
|
Issue 32: Fixed crash in Sample_TileMesh.
|
2010-01-06 10:40:05 +00:00 |
|