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 8068d0153f
Initialize reserved names once to avoid race condition
CanOptimizeCallback::isReservedName function may be executed by multiple threads
simultaneously. One of them creates a static but both of them run if statement
and see it's empty because none of them added elements there yet. Both of them
go to the branch where new elements are added doing it without any
synchronization possibly causing SIGSEGV.
2 years ago
..
animation.cpp Use const auto& 4 years ago
animation.hpp OSG-Collada animation support 4 years ago
bulletshape.cpp Do not use collision shapes with visual only collision to generate navmesh 2 years ago
bulletshape.hpp Do not use collision shapes with visual only collision to generate navmesh 2 years ago
bulletshapemanager.cpp Use MurmurHash3_x64_128 for file hash 3 years ago
bulletshapemanager.hpp Do not use collision shapes with visual only collision to generate navmesh 2 years 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 Split components/misc/stringops.hpp into multiple headers 2 years ago
foreachbulletobject.hpp Limit the number of simultaneously open not actively used content files 3 years ago
imagemanager.cpp skip flipping of 3D textures which is unsupported in OSG 3 years ago
imagemanager.hpp skip flipping of 3D textures which is unsupported in OSG 3 years ago
keyframemanager.cpp Split components/misc/stringops.hpp into multiple headers 2 years ago
keyframemanager.hpp Sprinkle some references where it makes sense 4 years ago
multiobjectcache.cpp Replace OpenThreads by std types 5 years ago
multiobjectcache.hpp Replace OpenThreads by std types 5 years ago
niffilemanager.cpp Move NIF implementation to cpp files 2 years ago
niffilemanager.hpp Mark overrided methods by override keyword 4 years ago
objectcache.hpp Replace zeroes and nulls by nullptrs 4 years ago
resourcemanager.hpp Avoid the terrain sync completely in most cases (#3103) 3 years ago
resourcesystem.cpp Replace new with make_unique in components 3 years ago
resourcesystem.hpp Implement generic caching system 6 years ago
scenemanager.cpp Initialize reserved names once to avoid race condition 2 years ago
scenemanager.hpp Make sure all paths are passed as std::filesystem::path instead of std::string where possible. 2 years ago
stats.cpp Show stats for writing and reading navmesh db queue jobs 2 years ago
stats.hpp Rework Profiler to work with VFS 2 years ago