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
elsid 629cedb6d0
Do not track last build revision in RecastMeshManger
mLastBuildRevision == mRevision with current use cases does not happen. But
even if this will happen when another use case will be added it does not save
much computation. The most expensive operation is not adding objects to the
MeshBuilder but to optimize resulting navmesh that will happen anyway in
MeshBuilder::create call.
4 years ago
..
bsa Add some validation for bsa parsing 4 years ago
bullethelpers Fix compilation of tests with MSVC 4 years ago
compiler Avoid dead code 4 years ago
config Implement instanced groundcover 4 years ago
contentselector Replace zeroes and nulls by nullptrs 4 years ago
crashcatcher Don't clobber game log file when we collect a stack trace. 4 years ago
debug Don't clobber game log file when we collect a stack trace. 4 years ago
detournavigator Do not track last build revision in RecastMeshManger 4 years ago
esm Merge branch 'fix_crash' into 'master' 4 years ago
esmterrain Replace zeroes and nulls by nullptrs 4 years ago
fallback set minimal boost version; remove #ifdef boost version checks 4 years ago
files Avoid to use uninitialized variables 4 years ago
fontloader Validate GUI scaling and place it to the launcher 4 years ago
interpreter Replace zeroes and nulls by nullptrs 4 years ago
loadinglistener Fix C5204 warnings by adding default virtual destructors 5 years ago
misc Re-add dropped struct keyword to fix build. 4 years ago
myguiplatform Fix MyGUI log 4 years ago
nif Extend variables range to avoid integer overflow 4 years ago
nifbullet Fix tag mismatch 4 years ago
nifosg Remove unused forward declarations 4 years ago
process Remove redundant includes 6 years ago
resource Lighting Patch 4 years ago
sceneutil Merge branch 'light_settings_tweak' into 'master' 4 years ago
sdlutil Fix uninitialized field in the mouse event 4 years ago
settings Support vectors in settings.cfg 5 years ago
shader Join variables declaration and usage 4 years ago
terrain Implement instanced groundcover 4 years ago
to_utf8 Minor cleanup: Remove `using namespace std` 4 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 Add file to BSA 4 years ago
widgets Avoid height for empty message in AutoSizedTextBox 4 years ago
CMakeLists.txt Do not replace equivalent navmesh tiles 4 years ago
doc.hpp