You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/components/detournavigator
elsid 3b6184dcda
Add missing include
In file included from /<<BUILDDIR>>/openmw-0.47.0+git202111080927~ubuntu18.04.1/components/detournavigator/findsmoothpath.cpp:1:0:
/<<BUILDDIR>>/openmw-0.47.0+git202111080927~ubuntu18.04.1/components/detournavigator/findsmoothpath.hpp:93:48: error: field ‘mSettings’ has incomplete type ‘std::reference_wrapper<const DetourNavigator::Settings>’
         std::reference_wrapper<const Settings> mSettings;
                                                ^~~~~~~~~
In file included from /usr/include/c++/7/bits/move.h:54:0,
                 from /usr/include/c++/7/bits/nested_exception.h:40,
                 from /usr/include/c++/7/exception:143,
                 from /usr/include/c++/7/ios:39,
                 from /usr/include/c++/7/istream:38,
                 from /usr/include/c++/7/sstream:38,
                 from /<<BUILDDIR>>/openmw-0.47.0+git202111080927~ubuntu18.04.1/components/detournavigator/dtstatus.hpp:6,
                 from /<<BUILDDIR>>/openmw-0.47.0+git202111080927~ubuntu18.04.1/components/detournavigator/findsmoothpath.hpp:4,
                 from /<<BUILDDIR>>/openmw-0.47.0+git202111080927~ubuntu18.04.1/components/detournavigator/findsmoothpath.cpp:1:
/usr/include/c++/7/type_traits:2125:11: note: declaration of ‘class std::reference_wrapper<const DetourNavigator::Settings>’
     class reference_wrapper;
3 years ago
..
serialization Add helpers for binary serialization 3 years ago
areatype.hpp Use actor speed to define area cost for pathfinding 5 years ago
asyncnavmeshupdater.cpp Fix writing to file for RecastMesh 3 years ago
asyncnavmeshupdater.hpp Remove navmesh tiles outside allowed range first 3 years ago
bounds.hpp Split makeNavMeshTileData 6 years ago
cachedrecastmeshmanager.cpp Fix tile bounds scaling 3 years ago
cachedrecastmeshmanager.hpp Fix tile bounds scaling 3 years ago
debug.cpp Fix writing to file for RecastMesh 3 years ago
debug.hpp Remove redundant includes 3 years ago
dtstatus.hpp Remove macroses to check recastnavigation functions result 6 years ago
exceptions.hpp Update NavMesh one by one tile in order from nearest to player 6 years ago
findrandompointaroundcircle.cpp Make AiPursue path destination to be as close as possible to target 3 years ago
findrandompointaroundcircle.hpp purge boost/optional.hpp headers 4 years ago
findsmoothpath.cpp Fix crash in DetourNavigator::fixupCorridor 3 years ago
findsmoothpath.hpp Add missing include 3 years ago
flags.hpp Add pathgrid to navmesh as off mesh connection 5 years ago
gettilespositions.hpp Remove duplicated implementation of Misc::Convert::toOsg 3 years ago
heightfieldshape.hpp Store heightfields as array of heights instead of triangles 3 years ago
makenavmesh.cpp Make sure areas size is 2 for rectangle 3 years ago
makenavmesh.hpp Do not cache navmesh when only object transformation is changed 3 years ago
navigator.cpp Move findPath-like navigator functions into a separate header 3 years ago
navigator.hpp Move findPath-like navigator functions into a separate header 3 years ago
navigatorimpl.cpp Remove redundant BulletShape getters 3 years ago
navigatorimpl.hpp Render only cached recast mesh 3 years ago
navigatorstub.hpp Render only cached recast mesh 3 years ago
navigatorutils.cpp Move findPath-like navigator functions into a separate header 3 years ago
navigatorutils.hpp Move findPath-like navigator functions into a separate header 3 years ago
navmeshcacheitem.cpp Do not use off mesh connections as a part of navmesh cache key 4 years ago
navmeshcacheitem.hpp Move operator<< for UpdateNavMeshStatus to header 3 years ago
navmeshdata.hpp Add missing initialization 3 years ago
navmeshmanager.cpp Render only cached recast mesh 3 years ago
navmeshmanager.hpp Render only cached recast mesh 3 years ago
navmeshtilescache.cpp Avoid division by zero 3 years ago
navmeshtilescache.hpp Store heightfields as array of heights instead of triangles 3 years ago
navmeshtileview.cpp Do not use off mesh connections as a part of navmesh cache key 4 years ago
navmeshtileview.hpp Do not replace equivalent navmesh tiles 4 years ago
objectid.hpp Get rid of warning: dynamic exception specifications are deprecated 4 years ago
offmeshconnection.hpp Do not use off mesh connections as a part of navmesh cache key 4 years ago
offmeshconnectionsmanager.cpp Use only off mesh connections starting or ending in a given tile 4 years ago
offmeshconnectionsmanager.hpp Move OffMeshConnectionsManager implementation into cpp 4 years ago
oscillatingrecastmeshobject.cpp Limit oscillating recast mesh object AABB by tile bounds 4 years ago
oscillatingrecastmeshobject.hpp Limit oscillating recast mesh object AABB by tile bounds 4 years ago
preparednavmeshdata.cpp Do not use off mesh connections as a part of navmesh cache key 4 years ago
preparednavmeshdata.hpp Add functions to get length of recast type arrays 3 years ago
preparednavmeshdatatuple.hpp Fix argument types mismatch 3 years ago
raycast.cpp Remove some superfluous includes in components/detournavigator 4 years ago
raycast.hpp Use navmesh raycast to find reachable position around target 4 years ago
recast.hpp Fix flags length for rcPolyMesh 3 years ago
recastallocutils.hpp use c++11 std::align from <memory> (#2026) 6 years ago
recastglobalallocator.hpp Add missing include and use std malloc and free 4 years ago
recastmesh.cpp Store heightfields as array of heights instead of triangles 3 years ago
recastmesh.hpp Remove unused operator< for RecastMesh 3 years ago
recastmeshbuilder.cpp Avoid copy when adding heightfield to vector 3 years ago
recastmeshbuilder.hpp Remove redundant includes 3 years ago
recastmeshmanager.cpp Fix tile bounds scaling 3 years ago
recastmeshmanager.hpp Remove redundant includes 3 years ago
recastmeshobject.cpp Store holder only in parent RecastMeshObject 3 years ago
recastmeshobject.hpp Store holder only in parent RecastMeshObject 3 years ago
recastmeshtiles.hpp Replace include by RecastMesh forward declaration 4 years ago
recasttempallocator.hpp use c++11 std::align from <memory> (#2026) 6 years ago
ref.hpp Add missing include 3 years ago
settings.cpp Initialize navigator max climb and max slope settings in makeSettingsFromSettingsManager 3 years ago
settings.hpp Move findPath-like navigator functions into a separate header 3 years ago
settingsutils.hpp Fix tile bounds scaling 3 years ago
sharednavmesh.hpp Cache navmesh tiles 6 years ago
status.hpp Make AiPursue path destination to be as close as possible to target 3 years ago
tilebounds.hpp Store heightfields as array of heights instead of triangles 3 years ago
tilecachedrecastmeshmanager.cpp Fix tile bounds scaling 3 years ago
tilecachedrecastmeshmanager.hpp Fix tile bounds scaling 3 years ago
tileposition.hpp Use recastnavigation to find path 6 years ago
version.hpp Detect and ignore updates for oscillating objects 4 years ago
waitconditiontype.hpp Apply min distance only for not present tiles 4 years ago