This website requires JavaScript.
Explore
Help
Register
Sign In
server_common
/
recastnavigation_v1.6.0
Watch
5
Star
0
Fork
0
You've already forked recastnavigation_v1.6.0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
recastnavigation_v1.6.0
/
Recast
/
Source
History
Maciej Babinski
bec073c947
Switch expandRegions to using a rcTempVector of structs rather than a blob of ints.
...
Also updates rcVector::clear() to not require the contained type to be default-constructible.
2018-05-15 16:43:11 +02:00
..
Recast.cpp
Unit tests for a good number of Recast functions.
2016-03-29 01:04:51 -04:00
RecastAlloc.cpp
Add homebrewed rcVector class and tests, and use it to implement rcIntArray. (
#318
)
2018-05-13 16:22:56 +02:00
RecastArea.cpp
add rcScopedTimer to fix timers not being stopped on all paths and to prevent it in the future.
2015-12-18 14:48:31 +01:00
RecastAssert.cpp
Assertion failure custom function (
#250
)
2017-01-23 23:02:46 +01:00
RecastContour.cpp
Fixed rule of 3 violations in many places.
2016-01-20 11:57:32 -05:00
RecastFilter.cpp
Change if to else-if to avoid unnecessary comparison
2016-01-19 11:34:04 -10:00
RecastLayers.cpp
Detect all overflows in rcBuildHeightfieldLayers (
#214
)
2016-07-08 01:51:23 +03:00
RecastMesh.cpp
Fix multiline comment warning
2017-01-12 11:31:29 +00:00
RecastMeshDetail.cpp
Remove redundant double assignment
2016-03-15 08:02:28 +00:00
RecastRasterization.cpp
handle the case when allocSpan fails to allocate memory. adds bool return types to rcAddSpan, rcRasterizeTriangle and rcRasterizeTriangles
2015-12-18 16:41:02 +01:00
RecastRegion.cpp
Switch expandRegions to using a rcTempVector of structs rather than a blob of ints.
2018-05-15 16:43:11 +02:00