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/resource
elsid 16410d0960
Use std::string for ResourceManager cache key
Otherwise terrain textures cache has zero hits because it stores not normalized
paths. Due to implicit conversion it's possible to add entry with
addEntryToObjectCache passing a string that is converted into normalized path.
But then getRefFromObjectCache called with original value does not find this
entry because it's not converted and overloaded operators are used instead.
10 months ago
..
animation.cpp Apply clang-format to code base 2 years ago
animation.hpp Apply clang-format to code base 2 years ago
bulletshape.cpp Restore unwrapped Bullet triangle shape shallow copying 12 months ago
bulletshape.hpp Restore animated collision shape rescaling 1 year ago
bulletshapemanager.cpp Use normalized path for NifFileManager::get 10 months ago
bulletshapemanager.hpp Pass cache expiry delay to GenericResourceManager constructor 1 year ago
errormarker.cpp Use raw string literal for error marker definition 2 years ago
errormarker.hpp Use raw string literal for error marker definition 2 years ago
foreachbulletobject.cpp Replace `const ESM::RefNum&` -> `ESM::RefNum` 1 year ago
foreachbulletobject.hpp Replace fixed size writeHNT calls with decomposition 10 months ago
imagemanager.cpp Give up rearranging the CS 10 months ago
imagemanager.hpp Pass cache expiry delay to GenericResourceManager constructor 1 year ago
keyframemanager.cpp Use move semantics for osg::ref_ptr 12 months ago
keyframemanager.hpp Address feedback 12 months ago
multiobjectcache.cpp Apply clang-format to code base 2 years ago
multiobjectcache.hpp Apply clang-format to code base 2 years ago
niffilemanager.cpp Use std::string for ResourceManager cache key 10 months ago
niffilemanager.hpp Use normalized path for NifFileManager::get 10 months ago
objectcache.hpp Apply project naming styleguide to GenericObjectCache 1 year ago
resourcemanager.hpp Use std::string for ResourceManager cache key 10 months ago
resourcesystem.cpp Address feedback 12 months ago
resourcesystem.hpp Address feedback 12 months ago
scenemanager.cpp Use normalized path for NifFileManager::get 10 months ago
scenemanager.hpp Lua: Animation bindings 11 months ago
stats.cpp Make VFS::Path::Normalized constructor from std::string_view explicit 10 months ago
stats.hpp Apply clang-format to code base 2 years ago