Mikko Mononen
|
1d36d4f40b
|
fix for Issue 91:findStraightPath error with multiple height levels.
|
2010-07-08 11:37:14 +00:00 |
|
Mikko Mononen
|
11386cedcf
|
Added option to tesselate edges between areas. Fixed bug in orphan contour merging, which could create overlapping contour.
|
2010-05-26 09:20:57 +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
|
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
|
7f11a61066
|
Updated VC project, fixed W4 warnings in slideshow stuff.
|
2010-04-13 13:18:40 +00:00 |
|
Mikko Mononen
|
d6d51b73ee
|
Slideshow stuff for demo purposes.
|
2010-04-13 11:11:22 +00:00 |
|
Mikko Mononen
|
9bb95ef45b
|
Issue 61: Everything compiles now without errors in warning level 4.
|
2010-04-13 09:39:33 +00:00 |
|
Mikko Mononen
|
1d8c7dac84
|
Issue 60: fixed end of path issues in findStraightPath().
|
2010-04-13 07:38:57 +00:00 |
|
Mikko Mononen
|
5119b5cb16
|
API CHANGE! Better serialization support.
|
2010-03-25 12:24:40 +00:00 |
|
Mikko Mononen
|
ca6bbf1889
|
Fix for Issue 57: snprintf undefined on win32
|
2010-03-24 08:06:53 +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
|
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
|
b50aecfa51
|
Removed cump code from solo test.
|
2010-03-01 08:25:59 +00:00 |
|
Mikko Mononen
|
af0d41f5ff
|
Compact heighfield dump and debug project to load it.
|
2010-03-01 08:22:50 +00:00 |
|
Mikko Mononen
|
deb7f0e0f8
|
uninitialized tile color.
|
2010-02-16 08:39:17 +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
|
1eaf28c548
|
Missing files for ConvexVolumeTool.
|
2010-02-09 16:15:54 +00:00 |
|
Mikko Mononen
|
a715e9a5f7
|
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:15:49 +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
|
9c5b541b00
|
Enabled more warnings on xcode project. Issue 39: GCC compiler warnings
|
2010-02-05 07:26:23 +00:00 |
|
Mikko Mononen
|
f839fb080a
|
NOTE: Changed the generation procedure, see samples! Erode walkable area before area is generated. Allow to mark areas on chf. Generate regions following areas (+ many fixes here and there to make it alwasy work). Part 2
|
2010-02-01 14:58: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
|
d6a5eb5ee2
|
Climb height to int should floor not ceil.
|
2010-01-29 13:02:54 +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
|
3648ebe765
|
Updated win32 project, compile fixes.
|
2010-01-28 13:53:23 +00:00 |
|
Mikko Mononen
|
a56bf3ec2d
|
Off-Mesh connections across tile boundaries. Fixed getPolysAround(). Detour links per poly use linked list. Adjusted off-mesh connection tool.
|
2010-01-26 12:48:58 +00:00 |
|
Mikko Mononen
|
e973b71d4b
|
More polygons flags. Added filter for Detour queries.
|
2010-01-19 15:13:33 +00:00 |
|
Mikko Mononen
|
3abbfe006d
|
Changed Detour header var names more to verbose. Pass params as a struct to dtCreateNavMeshData. Named Off-mesh links to Off-mesh connections. Cleaned up Off-mesh connection code and samples. Added connection radius and direction to Off-mesh connections. Agent dimensions passed store in navmesh header.
|
2010-01-19 14:22:48 +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
|
4ad8dafa40
|
Off-Mesh link progress (not fully working).
|
2010-01-10 17:21:01 +00:00 |
|
Mikko Mononen
|
c897eaedb8
|
Issue 32: Fixed crash in Sample_TileMesh.
|
2010-01-06 10:40:05 +00:00 |
|
Mikko Mononen
|
eb6b215d23
|
Changed the sample stuff to support extra link tool. Added simple tool to create eextra links (no detour support yet).
|
2010-01-05 14:26:40 +00:00 |
|
Mikko Mononen
|
57c70704d8
|
Missing files from NavMeshTesterTool.
|
2009-12-30 16:27:11 +00:00 |
|
Mikko Mononen
|
4934dc2065
|
Refactored sample code. Separated navmesh test code to a tool class.
|
2009-12-30 08:49:46 +00:00 |
|
Mikko Mononen
|
5daf3f8157
|
raycast resturns hit normal.
|
2009-12-21 10:48:27 +00:00 |
|
Mikko Mononen
|
a73da5e966
|
Moved all debug draw utilities to DebugUtils folder. Added recast data to .obj dump functions.
|
2009-12-09 15:45:10 +00:00 |
|
Mikko Mononen
|
e4239a3bdf
|
Removed stat and tile navmeshes. Fixed examples.
|
2009-12-04 07:27:53 +00:00 |
|
Mikko Mononen
|
a47e3436c9
|
Changed static navmesh samples to use new navmesh. Renamed Stat samples to Solo. Added moveAlongPathCorridor() to dtNavMesh.
|
2009-12-03 13:16:25 +00:00 |
|
Mikko Mononen
|
ab023b1700
|
Added dtNavMesh, which is combination of dtStatNavMesh and dtTiledNavMesh. Added Sample_DynMesh which is used for dtNavMesh testing for now.
|
2009-11-20 13:26:13 +00:00 |
|
Mikko Mononen
|
480063229d
|
Removed rcMarkReachableSpans(), added RC_LEDGE flag, made rcFilterLedgeSpans() to add RC_LEDGE flags instead of removing RC_WALKABLE flag. Voxel debugdraw colors voxels based on flags. Added debug draw interface.
|
2009-11-15 15:30:54 +00:00 |
|