1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-11 00:39:59 +00:00
OpenMW/apps/openmw/mwphysics
elsid 94dc696f4f
Fix gcc build
In file included from /home/elsid/dev/openmw/apps/openmw/mwphysics/actor.hpp:7,
                 from /home/elsid/dev/openmw/apps/openmw/mwphysics/trace.cpp:9:
/home/elsid/dev/openmw/apps/openmw/mwphysics/ptrholder.hpp: In member function ‘osg::Vec3f MWPhysics::PtrHolder::velocity()’:
/home/elsid/dev/openmw/apps/openmw/mwphysics/ptrholder.hpp:42:25: error: ‘exchange’ is not a member of ‘std’
   42 |             return std::exchange(mVelocity, osg::Vec3f());
      |                         ^~~~~~~~
2022-05-16 15:59:18 +02:00
..
actor.cpp
actor.hpp
actorconvexcallback.cpp
actorconvexcallback.hpp
closestnotmerayresultcallback.cpp
closestnotmerayresultcallback.hpp
collisiontype.hpp Handle NCC flag in Nif files. Objects with this flag will collide only with camera. 2022-04-17 20:03:00 +02:00
constants.hpp
contacttestresultcallback.cpp
contacttestresultcallback.hpp
contacttestwrapper.cpp
contacttestwrapper.h
deepestnotmecontacttestresultcallback.cpp
deepestnotmecontacttestresultcallback.hpp
hasspherecollisioncallback.hpp Ignore player when checking whether AiTravel destination is occupied by other actor 2022-04-11 19:30:54 +02:00
heightfield.cpp
heightfield.hpp
movementsolver.cpp Handle NCC flag in Nif files. Objects with this flag will collide only with camera. 2022-04-17 20:03:00 +02:00
movementsolver.hpp
mtphysics.cpp Handle NCC flag in Nif files. Objects with this flag will collide only with camera. 2022-04-17 20:03:00 +02:00
mtphysics.hpp
object.cpp
object.hpp
physicssystem.cpp Make Environment a storage of referencing pointers instead of owned 2022-05-06 23:44:01 +02:00
physicssystem.hpp Ignore player when checking whether AiTravel destination is occupied by other actor 2022-04-11 19:30:54 +02:00
projectile.cpp
projectile.hpp
projectileconvexcallback.cpp
projectileconvexcallback.hpp
ptrholder.hpp Fix gcc build 2022-05-16 15:59:18 +02:00
raycasting.hpp Rendering raycasts in Lua 2022-04-11 23:36:54 +02:00
stepper.cpp
stepper.hpp
trace.cpp
trace.h