1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00
OpenMW/components/sceneutil
elsid b4868c6094
Filter evade directions by supported animations
To avoid trying those which will not lead to any actor movement due to absent
animation.
2023-07-22 17:30:40 +02:00
..
actorutil.cpp
actorutil.hpp
agentpath.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
agentpath.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
attach.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
attach.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
clearcolor.hpp Fix and prevent -Wextra-semi warning 2022-10-06 00:26:43 +02:00
clone.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
clone.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
color.cpp Revert "Merge branch 'fix_macos_build' into 'master'" 2022-10-12 22:48:34 +01:00
color.hpp Revert "Merge branch 'fix_macos_build' into 'master'" 2022-10-12 22:48:34 +01:00
controller.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
controller.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
cullsafeboundsvisitor.hpp lua - fix bounding box once and for all 2023-07-04 09:55:11 -07:00
depth.cpp Use settings values for Camera settings 2023-05-20 22:23:09 +02:00
depth.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
detourdebugdraw.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
detourdebugdraw.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
extradata.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
extradata.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
keyframe.hpp Remove unused includes 2022-10-09 16:44:18 +02:00
lightcommon.cpp moved light common to its own file 2023-02-07 16:29:17 +01:00
lightcommon.hpp Minor header cleanup 2023-04-30 16:26:03 +02:00
lightcontroller.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
lightcontroller.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
lightmanager.cpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
lightmanager.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
lightutil.cpp Cleanup includes 2023-07-08 11:28:56 +02:00
lightutil.hpp moved light common to its own file 2023-02-07 16:29:17 +01:00
morphgeometry.cpp Use Rig/MorphGeometry state for its child geometry 2023-03-06 00:54:02 +00:00
morphgeometry.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
mwshadowtechnique.cpp Merge branch 'moo-bitch-get-out-my-hay' into 'master' 2023-02-25 23:12:32 +00:00
mwshadowtechnique.hpp Don't use FFP-friendly texture image units for shadow maps 2023-02-05 00:40:33 +00:00
navmesh.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
navmesh.hpp
nodecallback.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
optimizer.cpp
optimizer.hpp
osgacontroller.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
osgacontroller.hpp Fix and prevent -Wextra-semi warning 2022-10-06 00:26:43 +02:00
pathgridutil.cpp Refactor pathgrid indices to use size_t instead of int 2023-04-08 00:32:43 +00:00
pathgridutil.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
positionattitudetransform.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
positionattitudetransform.hpp Add META_Node to clang-format StatementMacros 2022-10-06 21:11:52 +02:00
recastmesh.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
recastmesh.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
riggeometry.cpp Use Rig/MorphGeometry state for its child geometry 2023-03-06 00:54:02 +00:00
riggeometry.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
riggeometryosgaextension.cpp Use Rig/MorphGeometry state for its child geometry 2023-03-06 00:54:02 +00:00
riggeometryosgaextension.hpp Fix and prevent -Wextra-semi warning 2022-10-06 00:26:43 +02:00
rtt.cpp /components/ code should not access the stereo manager without checking whether or not stereo is enabled first. Stereo component code should not read settings itself, but rather take settings as parameters. 2023-04-22 16:11:42 +02:00
rtt.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
screencapture.cpp Log screenshot capture 2022-11-22 19:26:28 +00:00
screencapture.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
serialize.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
serialize.hpp
shadow.cpp Be more explicit about use of CLAMP_TO_EDGE instead of defaulting to GL CLAMP 2023-06-16 09:16:07 +02:00
shadow.hpp Use reserveGlobalTextureUnits for shadow maps 2023-02-09 01:32:48 +00:00
shadowsbin.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
shadowsbin.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
skeleton.cpp Prefer the earliest eponymous nodes in skeletons (bug #3842) 2023-02-23 15:36:04 +03:00
skeleton.hpp Add META_Node to clang-format StatementMacros 2022-10-06 21:11:52 +02:00
statesetupdater.cpp /components/ code should not access the stereo manager without checking whether or not stereo is enabled first. Stereo component code should not read settings itself, but rather take settings as parameters. 2023-04-22 16:11:42 +02:00
statesetupdater.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
textkeymap.hpp Filter evade directions by supported animations 2023-07-22 17:30:40 +02:00
unrefqueue.cpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
unrefqueue.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
util.cpp Remove unused includes 2022-10-09 16:44:18 +02:00
util.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
visitor.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
visitor.hpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
waterutil.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
waterutil.hpp
workqueue.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
workqueue.hpp First pass with include-what-you-use 2022-10-09 10:39:43 +00:00
writescene.cpp Apply clang-format to code base 2022-09-22 21:35:26 +03:00
writescene.hpp