Mikko Mononen
d40fd3d2e6
Merge pull request #3 from mendsley/issue_missing_newline
...
Fix up files missing newlines at end of file
2013-09-16 11:42:32 -07:00
Mikko Mononen
200dd00cb9
Merge pull request #4 from mendsley/math
...
Add wrappers for the standard math library
2013-09-16 11:41:11 -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
b2058b349a
Fix up files missing newlines at end of file
2013-09-15 19:58:49 -07:00
Matthew Endsley
7a2a4b24c1
Fix isolated cases that violate gcc's -Wignored-qualifiers
2013-09-15 19:53:38 -07:00
Matthew Endsley
604aae43bd
Fix 64bit pointer arithmetic warnings
2013-09-15 19:35:52 -07:00
Mikko Mononen
7b065f5e0c
Actually update README.md
2013-09-15 21:08:19 +02:00
Mikko Mononen
c48cd11038
Ignore more xcode user data
...
- ignore xcode user data
- added xcode4 workspace data
2013-09-15 21:02:14 +02:00
Mikko Mononen
0f47222795
Updated readme
...
- added README.md
- moved old release notes to wiki
- removed TODO.txt
- remove old readme
- added more stuff to .gitingore
2013-09-15 20:50:28 +02:00
Mikko Mononen
3fe0ce617d
Added .gitignore and removed binaries
...
- Removed binaries since they are always out of sync anyways
- Added .gitignore for DS store files
2013-09-15 20:33:41 +02:00
Cameron Hart
57e003c3c6
CMake fix - removed hidden variable SDLMAIN_LIBRARY from TARGET_LINK_LIBRARIES, it's not needed.
2013-01-26 05:56:31 +00:00
Cameron Hart
518822c12c
Fix for CMake MingGW generation.
2013-01-26 00:59:57 +00:00
Mikko Mononen
943ce1b263
Fix0ring r347...
2012-10-21 16:21:47 +00:00
Mikko Mononen
4c6b604ca3
Trying to fix prunetool svn weirdness.
2012-10-21 15:51:58 +00:00
Mikko Mononen
30aed0538e
Added small area selection to prune tool.
2012-10-21 15:44:57 +00:00
Mikko Mononen
de6fd8c3ef
- use "cylinder distance" for nearest point in polygon
...
- added option for findStraightPath() to append vertices at get edge crossings
- added scale parameter for .obj loader
2012-09-05 05:57:31 +00:00
Mikko Mononen
a02cc64e4b
- fixed issue 203
...
- fixed debug draw for partial paths
2012-06-12 03:53:16 +00:00
Mikko Mononen
64802ecd0e
- Improved unconnected off-mesh connection debug draw
...
- Fixed connecting off-mesh links which connect to the same tile x,y but different layer
- Fixed crash in navmehs query closestPointOnPolyInTile() when the poly is off-mesh connection
2012-06-12 03:28:43 +00:00
Mikko Mononen
d2b4b09e16
- Added rcOffsetPoly() helper function to expand polygon areas
2012-06-02 10:13:59 +00:00
Mikko Mononen
17fae045a2
- improved replanting logic (better use of existing path)
...
- added priority q to help end-of-path replanting contestation
2012-05-31 10:36:35 +00:00
Mikko Mononen
00edec6ffb
- dtCrowd API Changed!
...
- finalizeSlicedFindPathPartial() returns best if no existing match found
- refactored crowd move requests
- removed adjustMoveTarget()
- added requestMoveVelocity() and resetMoveTarget()
- improved path replanning robustness
- added move visualization to crowd tool
2012-05-31 09:07:54 +00:00
Mikko Mononen
6aa8b1d989
Fix for missing tiles in navmesh.
2012-05-19 09:21:08 +00:00
Mikko Mononen
cb93a7062b
Remove navmesh tile even if a empty mesh is returned.
2012-05-19 09:20:24 +00:00
Mikko Mononen
76e2dcfc6d
Fix for issue 197.
2012-04-01 10:07:21 +00:00
Mikko Mononen
1a264a15cd
Fix for issue 198.
2012-04-01 09:45:32 +00:00
Mikko Mononen
0723805f96
Reverted portal detection change from R332.
2012-03-28 17:38:23 +00:00
Mikko Mononen
db0baf4741
Fix for issue 192.
2012-03-10 20:53:04 +00:00
Mikko Mononen
f6c8d9c780
Clear navmesh params on navmehs constructor.
2012-03-10 19:58:38 +00:00
Mikko Mononen
f91363ff06
Added rcCopyPolyMesh function.
2012-02-27 19:02:16 +00:00
Mikko Mononen
620f8fa130
Better detection of portal edges between tiles.
2012-02-27 18:40:16 +00:00
Mikko Mononen
cd3a68dd9b
Random polygon selection for Detour.
2012-02-27 07:17:51 +00:00
Mikko Mononen
478d5c8605
Fix for Issue 194.
2012-02-23 17:11:02 +00:00
Mikko Mononen
a12afd675f
64bit fixes for address calcs.
2012-02-22 19:36:18 +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
ff7fd29008
Potential fix for navmesh query crash when using off-mesh cons and no BV-tree.
2012-02-06 14:54:00 +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
11d0942a6b
Fixed a bug where off-mesh connections w/o BV-tree would crash.
2012-02-04 21:16:37 +00:00
Mikko Mononen
1a66ddf71a
Partial checkin or tile cache endian swap.
2011-12-19 19:31:39 +00:00
Mikko Mononen
0e4a53fb0d
Partial checkin or tile cache endian swap.
2011-12-19 19:31:09 +00:00
Mikko Mononen
ce2f07736a
Fix for Issue 189.
2011-12-07 19:33:42 +00:00
Mikko Mononen
5f652cd660
Fix for Issue 187
2011-12-06 11:38:39 +00:00
Mikko Mononen
4748710177
Missign files from tile cache update.
2011-11-17 19:28:49 +00:00
Mikko Mononen
d2148ff57d
Added better state control for tile cache obstacles.
2011-11-17 19:11:12 +00:00
Stephen Pratt
bcf8b2ac03
RecastDemo: Updated to the Visual Studio project with the new NavMeshPruneTool file names.
2011-10-04 18:58:49 +00:00
Stephen Pratt
0ec4f993cb
Crowd: Detail API documentation for primary members declared in DetourCrowd.h.
...
Also includes some minor updates to the path corridor documentation.
2011-10-04 18:57:17 +00:00
Cameron hart
588d674c72
Made NavMeshPruneTool case consistent with other classes.
2011-10-03 19:38:24 +00:00
Cameron Hart
81098f1fc7
Added NavMeshPruneTool to CMakeLists.txt.
2011-10-02 21:29:12 +00:00
Stephen Pratt
dee5f6a9bc
Crowd: Detail API documentation for members declared in DetourPathCorridor.h.
2011-09-26 19:10:54 +00:00
Stephen Pratt
82a5c863eb
Detour: Added detail API documentation covering DetourNavMeshBuilder.h.
...
Plus some minor tweaks to other Detour documentation.
2011-09-19 20:37:11 +00:00