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/nifosg
elsid 4509b05bc8
Use std::make_shared instead of new
make_shared allocates single storage for ref counter and the object.
std::shared_ptr<T>(new T) allocates 2 storages.
3 years ago
..
controller.cpp Add XYZ rotation axis order support 3 years ago
controller.hpp Add XYZ rotation axis order support 3 years ago
matrixtransform.cpp Don't encapsulate NIF transformation changes 4 years ago
matrixtransform.hpp Don't encapsulate NIF transformation changes 4 years ago
nifloader.cpp Use std::make_shared instead of new 3 years ago
nifloader.hpp refactor and fix wobbly shores 3 years ago
particle.cpp Make NiPlanarCollider finite-size 3 years ago
particle.hpp Make NiPlanarCollider finite-size 3 years ago