openmw/apps
elsid 709baafd12
Limit AiWander destination by wander distance
From initial actor position.

findRandomPointAroundCircle may return a position outside given range. Use
raycast to choose a different reachable point within a radius but double check
and discard if it's still outside.

Use wander radius instead of wander distance for findRandomPointAroundCircle to
have better chance for a position to be inside wander distance.
2022-08-30 20:51:36 +02:00
..
benchmarks Support google benchmark v1.6.1 2022-07-06 15:06:59 +02:00
bsatool Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
bulletobjecttool Use target_precompile_headers for the most expensive headers 2022-07-01 14:05:17 +00:00
esmtool Remove redundant components/esm/records.hpp include 2022-08-21 19:08:30 +02:00
essimporter Cleanup includes 2022-08-19 22:05:15 +02:00
launcher functor-based Qt signal-slot syntax launcher 2022-08-23 17:14:12 -03:00
mwiniimporter Allow users to decide if they need to import bitmap fonts 2022-08-17 22:12:15 +04:00
navmeshtool Do not use collision shapes with visual only collision to generate navmesh 2022-08-25 00:56:03 +02:00
niftest Split components/misc/stringops.hpp into multiple headers 2022-08-03 22:06:24 +02:00
opencs functor-based Qt signal-slot syntax construction set: changing visibility of certain slots for connecting on external/derived classes 2022-08-23 17:14:12 -03:00
openmw Limit AiWander destination by wander distance 2022-08-30 20:51:36 +02:00
openmw_test_suite Improve format workaround and add unit tests 2022-08-26 19:43:57 +00:00
wizard functor-based Qt signal-slot syntax wizard 2022-08-23 17:14:11 -03:00
doc.hpp