Mikko Mononen
|
19b8a5f987
|
Missing Sample_TempObstacles.h/cpp
|
2011-01-14 15:54:16 +00:00 |
|
Mikko Mononen
|
7fbcfa9c4b
|
Fixes for issue 147, issue 143, issue 140
|
2010-11-21 14:59:58 +00:00 |
|
Mikko Mononen
|
1be9de72d8
|
Detour version change! Added user ID per off-mesh connection. Fixed off-mesh connection draw flags after using off-mesh con tool.
|
2010-11-07 15:21:38 +00:00 |
|
Mikko Mononen
|
30b581b67d
|
Simplified crowd tool UI.
|
2010-10-29 08:24:09 +00:00 |
|
Mikko Mononen
|
aa18cf4a8d
|
Tiny fix for imgui drawing. Implemented adjusting of the moving target without path finding.
|
2010-10-29 07:28:20 +00:00 |
|
Mikko Mononen
|
ed7205308d
|
Made some buffer sizes runtime configurable.
|
2010-10-23 09:19:26 +00:00 |
|
Mikko Mononen
|
7f84699bfe
|
Cleaned up and simplified Detour obst. avoidance. Simplified path corridor, spinned off LocalBoundary to manage edge segs.
|
2010-10-20 17:13:47 +00:00 |
|
Mikko Mononen
|
35df0bfdcb
|
Another fix for potentially working 64bit poly ref.
|
2010-10-18 06:54:04 +00:00 |
|
Mikko Mononen
|
7774a7f45d
|
Adaptive sampling uses rotated circluar grid. Handles tight spots better.
|
2010-10-15 13:49:26 +00:00 |
|
Mikko Mononen
|
b13a0e60c8
|
Some cast fixes for 64bit ref support.
|
2010-10-15 13:04:05 +00:00 |
|
Mikko Mononen
|
43a79f600f
|
Fix for earlier raycast speed up and another speedup.
|
2010-10-15 13:00:18 +00:00 |
|
Mikko Mononen
|
c83be9f214
|
Sped up input geom raycast
|
2010-10-15 12:19:44 +00:00 |
|
Mikko Mononen
|
034fbbc67d
|
Fixed Detour to work when using 64bit polyrefs.
|
2010-10-15 06:57:45 +00:00 |
|
Mikko Mononen
|
c9df5dc995
|
Changed dtNavmeshQuery.getPolyWallSegments() to require max number of segments to store.
|
2010-10-15 06:35:40 +00:00 |
|
Mikko Mononen
|
ab9ada50c5
|
Renamed 'region size' to 'region area' and improved documentation.
|
2010-10-10 11:04:13 +00:00 |
|
Mikko Mononen
|
b429ee7304
|
Fix for issue 127.
|
2010-10-10 10:43:32 +00:00 |
|
Mikko Mononen
|
e441eca3c4
|
Fix for Issue 128 (rest of the files)
|
2010-10-10 10:15:10 +00:00 |
|
Mikko Mononen
|
347071a563
|
Renamed Mover to PathCorridor. Moved dynamic stuff from PathCorridor to Agent and cleaned up PC.
|
2010-10-01 13:12:34 +00:00 |
|
Mikko Mononen
|
264440dcdd
|
Refactoring Mover. Moved path query handling to CrowdManager. Made mover a class and made member vars hidden.
|
2010-10-01 12:31:50 +00:00 |
|
Mikko Mononen
|
b6308d8908
|
Removed closed list coloring from crowd tool. Fixed navmesh draw flags in navmesh tester.
|
2010-10-01 08:41:36 +00:00 |
|
Mikko Mononen
|
c11a3a950e
|
Added proximity grid for agents.
|
2010-10-01 08:21:43 +00:00 |
|
Mikko Mononen
|
2edd434214
|
Refactoring crowd code. Added async path query.
|
2010-09-20 07:00:47 +00:00 |
|
Mikko Mononen
|
8a2963bce0
|
Fix for issue 119.
|
2010-09-17 07:37:00 +00:00 |
|
Mikko Mononen
|
e5f6b82c19
|
Fix for Issue 121.
|
2010-09-17 07:29:38 +00:00 |
|
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 |
|