Kromster80
5df28b45bc
Matched the implementation/docs name of the parameter
2014-10-30 13:35:37 +03:00
Mikko Mononen
0cdf4c5a11
Merge pull request #41 from axelrodR/master
...
Removed the multiple dtNode per poly for tile boundaries
2014-06-28 11:20:48 +03:00
axelrodR
1c7bd46812
returned MAX_ITER of optimizePathTopology to 32 after I removed the multi-nodes per tile
2014-06-27 23:23:29 +03:00
axelrodR
5d480636d1
Removed the multiple nodes per tile boundary. Left only the any-angle improvement.
2014-06-27 17:53:04 +03:00
axelrodR
a984d12aa6
Merge branch 'master' of https://github.com/memononen/recastnavigation
2014-06-27 13:07:46 +03:00
axelrodR
0476bafd08
Raised the number of search iterations during optimizePathTopology() to 48.
2014-06-25 22:40:01 +03:00
Mikko Mononen
42b96b7306
Merge pull request #40 from axelrodR/master
...
Bug fix to the any angle path
2014-06-25 18:04:45 +03:00
axelrodR
2172c712b1
bugfix in raycast: accidentally overwriting the previous tile ref.
2014-06-25 00:56:16 +03:00
axelrodR
86328ced48
Merge branch 'master' of https://github.com/memononen/recastnavigation
2014-06-24 22:55:04 +03:00
axelrodR
8b7eb9f05b
Merge branch 'master' of https://github.com/axelrodR/recastnavigation
2014-06-24 22:54:53 +03:00
Mikko Mononen
129efa5833
Fix for issue #38 and improvements to detail mesh tessellation
...
- do circumCircle calculations relative to first vertex for adde
precision
- improved the results of triangulateHull(), produces less degen
triangles
- fixed case with contour merging when outline is null
2014-06-24 15:23:53 +03:00
Mikko Mononen
480f56e94d
Fixed memory allocation in detail mesh and memcpy in polymesh copy
2014-06-24 15:23:53 +03:00
Mikko Mononen
eacaa87d9a
Merge pull request #17 from axelrodR/master
...
improving path quality on tiled meshes: multiple issues
2014-06-20 13:19:50 +03:00
Mikko Mononen
caddd11f6f
Merge pull request #37 from Janiels/master
...
More virtual destructors
2014-06-20 12:43:10 +03:00
axelrodR
90a3c7a8ae
code style correction following rafzi's comments
2014-06-19 17:36:37 +03:00
axelrodR
8816e71535
Merge branch 'master' of https://github.com/memononen/recastnavigation
2014-06-19 17:04:14 +03:00
axelrodR
e834dcda1e
Merge branch 'master' of https://github.com/memononen/recastnavigation
2014-06-19 17:03:40 +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
Mikko Mononen
8004ee344e
Merge pull request #35 from Janiels/master
...
Fix rcHeightfieldLayer comment and add virtual destructor to dtQueryFilter
2014-06-14 16:52:27 +03:00
Janiels
943bf35d32
Add virtual destructor to dtQueryFilter
2014-06-14 15:45:36 +02:00
Janiels
89233e807d
Fix comment in rcHeightfieldLayer
2014-06-14 15:43:22 +02:00
Mikko Mononen
24a11a2823
Fixed silly mistake in detail mesh next(), prev() functions
2014-06-14 15:59:32 +03:00
Mikko Mononen
e6fc6a3817
Removed unused code
2014-06-13 13:28:46 +03:00
Mikko Mononen
3cb87f2432
Merge branch 'master' of https://github.com/memononen/recastnavigation
2014-06-13 13:25:07 +03:00
Mikko Mononen
a89bb843d7
Added new method to partition heighfield
...
- added layer based heighfield partitioning
- the method is a bit slower than monotone partitioning, but does not
suffer from the long thin ploys
- the method partitions the heighfield into non-overlapping areas, but
does not try to resolve holes
- improved contour hole merging so that it can properly handle all
kinds of holes
- improved polygon triangulation to handle overlapping segments
- improved small and long polygon detail mesh generation
- updated samples to include all 3 partition methods and little
documentation to help to choose between them
2014-06-13 13:25:01 +03:00
axelrodR
a350a92264
addressed Mikko's comment about isValidPolyRef returning a boolean and not dtStatus.
2014-05-28 00:18:01 +03:00
axelrodR
51313a863e
Merge branch 'master' of https://github.com/memononen/recastnavigation
2014-05-27 23:50:21 +03:00
axelrodR
a246038b2a
Merge branch 'master' of https://github.com/memononen/recastnavigation
2014-05-27 23:30:28 +03:00
Mikko Mononen
d477061f83
- fixed missing index in calls to get query filter
...
- fixed bug in dtCrowd:addAgent getNearestPolygon()
2014-05-24 18:48:43 +03:00
Mikko Mononen
ad74197c8f
Getting rid of the phantom
2014-05-24 18:44:05 +03:00
Mikko Mononen
3c4d99218c
Merge pull request #32 from Nightblade/patch-1
...
Update README.md
2014-05-19 14:08:31 +03:00
Nightblade
10007a0843
Update README.md
...
Fixed 3 typos.
2014-05-19 21:04:22 +10:00
Mikko Mononen
a2d811e96b
Merge pull request #26 from stevefsp/master
...
Update Doxygen to 1.8.6 and New Repo Location
2014-05-02 19:32:55 +03:00
Stephen Pratt
085bbf2348
Doc Home Page Spelling, Grammar, and Formatting
...
Updates to the home page file include:
Fixes spelling error.
Minor grammar fixes. (Added 'the', 'and', etc.)
Standardizes formatting for the product and folder names.
2014-05-02 09:07:05 -06:00
Mikko Mononen
a38f83afec
Merge pull request #28 from hgaiser/master
...
Change active type from unsigned char to bool
2014-04-27 20:01:06 +03:00
Hans Gaiser
973f0e2c2b
Change active type from unsigned char to bool
2014-04-27 18:57:03 +02:00
Mikko Mononen
70ddbdd345
Merge pull request #27 from hgaiser/master
...
Add partial path result status for dtCrowdAgent
2014-04-27 19:49:21 +03:00
Hans Gaiser
652317f9e6
Add commented improvements
2014-04-27 18:25:48 +02:00
Hans Gaiser
5290c8aac4
Add partial path result status for dtCrowdAgent
2014-04-27 17:34:36 +02:00
Stephen Pratt
c93b11eafd
Add Doc Build Info To ReadMe File
...
Adds some information on building the documentation to the documentation
ReadMe file.
2014-04-23 12:24:22 -06:00
Stephen Pratt
30558a7c7d
Sync Doc Home Page Content with GitHub Home
...
Updates the content of the documentation home page to match the content
of the GitHub repository home page. This includes the new Recast
introduction image, premake4 based build info, etc.
2014-04-23 12:12:37 -06:00
Stephen Pratt
3458b9c820
Upgrade to Doxygen 1.8.6 from 1.7.3
...
Upgrades Doxygen configuration files to 1.8.6. The upgrade results in
breaking changes (can't use original configuration) so all Doxygen files
were regenerated and updated as needed.
The Doxyfile shows a large number of changes, but most are the comments
and new settings created by the Doxygen auto-upgrade process.
Otherwise, some obsolete settings were removed and the logo was set to
none since its source image no longer exists in the repository.
Where appropriate the configuration files were updated to link to the
new Git repository. This is the only significant document content
change.
2014-04-23 12:09:50 -06:00
Stephen Pratt
19871f5f5f
Add Docs/html to Git Ignore
...
Docs/html holds the files generated by Doxygen. It should be ignored by
Git.
2014-04-23 11:59:18 -06:00
axelrodR
27ffa5b4d3
fixes following mikko's comments from 11/4/14
2014-04-23 16:24:36 +03:00
axelrodR
9b73c5cf51
Merge branch 'master' of https://github.com/memononen/recastnavigation
2014-04-23 14:53:04 +03:00
axelrodR
a7f1d5e6a4
spelling mistakes
2014-04-23 14:52:54 +03:00
Mikko Mononen
9e1bbf9482
Merge pull request #25 from JimmyJames707/master
...
Merged support for multiple query filters for dtCrowd.
2014-04-11 17:26:43 +03:00
JimmyJames707
52efad386b
query filter for each agent type
...
This has the changes Mikko requested
2014-04-11 22:36:00 +10:00
JimmyJames707
e29b2c8a51
query filter for each agent type
...
This has the changes Mikko requested
2014-04-11 22:33:33 +10:00