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-tes3mp/components
Andrei Kortunov 7c53b99d31 Avoid possible data race during access to the static local variable 6 years ago
..
bsa Replace BSAOpt hash calculation with a custom function 6 years ago
bullethelpers Add operators for bullet types 6 years ago
compiler Ignore extra numerical arguments for ForceGreeting, Position(Cell), PlaceItem(Cell) 6 years ago
config Handle possible invalid iterator issue during settings parsing 6 years ago
contentselector Remove redundant includes 6 years ago
crashcatcher Fix crashcatcher 6 years ago
debug Use a generic logging system for RecastNavigation 6 years ago
detournavigator Remove BOM from CPP files (allows to build OpenMW with LCC on Elbrus) 6 years ago
esm Actually fix bug 4938 6 years ago
esmterrain Avoid possible data race during access to the static local variable 6 years ago
fallback Make fallback map static to simplify constructors 6 years ago
files Clean up androidpath 6 years ago
fontloader Remove redundant includes 6 years ago
interpreter Remove redundant includes 6 years ago
loadinglistener Center progress bar when there are active messageboxes (bug #4691) 6 years ago
misc Introduce a custom format() function to get rid of boost::format() and hackish replace() 6 years ago
myguiplatform Remove redundant includes 6 years ago
nif Fix NIF printVersion and allow 4.0.0.0 file loading 6 years ago
nifbullet make use of std::make_unique to test that MSVC2015 can handle that 6 years ago
nifosg Native graphics herbalism support (feature #5010) 6 years ago
process Remove redundant includes 6 years ago
resource Merge pull request #2249 from akortunov/cache 6 years ago
sceneutil Merge pull request #2298 from akortunov/optimize 6 years ago
sdlutil Add support for OpenGLES 3.2 6 years ago
settings Refactor Settings::Manager::apply() 6 years ago
shader Move forcePPL and clamp to global shader defines (bug #4869) 6 years ago
terrain Remove unused field 6 years ago
to_utf8 Remove redundant includes 6 years ago
translation Replace all NULLs to nullptr 6 years ago
version Allow getting available version information even when clone is shallow 8 years ago
vfs make use of std::make_unique to test that MSVC2015 can handle that 6 years ago
widgets Increase required MyGUI version to 3.2.2 6 years ago
CMakeLists.txt Replace boost GCD to the homebrew implementation 6 years ago
doc.hpp